/**Para Sharepoint**/

h1 {
    font-family: inherit;
}

/**Para Sharepoint**/

.mov-no {
    display: block;
}

.desk-no {
    display: none;
}

.navbar-toggler {
    padding: 0.4rem 1.1rem;
    font-size: 1.25rem;
}

body {
    overflow-x: hidden;
}

section {
    padding: 80px 0;
}

header {
    position: fixed;
}

header a.logo img {
    max-height: 100px!important;
    padding-bottom: 3px;
}

progress {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.wow {
    visibility: hidden;
}

#section1-home {
    height: 100vh!important;
    overflow: hidden!important;
}

#barra-progreso {
    position: fixed;
    bottom: 25%;
    left: 10px;
    transform: translate(calc(-50% + 3px), calc(-50%)) rotate(90deg);
    width: 20%;
    height: 1px;
    z-index: 9;
}

progress::-webkit-progress-bar {
    background-color: #9D9D9D;
}

progress[value="100"]::-webkit-progress-bar {
    background-color: #EC2939;
}

progress::-webkit-progress-value {
    background-color: #EC2939;
}

progress::-moz-progress-bar {
    background-color: #EC2939;
}

.full-screen {
    min-height: 100vh;
}

.swiper-vertical-pagination>.swiper-pagination-bullets {
    left: 20px!important;
}

.full-width-pull-menu .link-style-2 ul li a {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.fas.fa-caret-right {
    font-size: 1.6rem!important;
    padding-right: 10px;
}

.full-width-pull-menu span.dropdown-toggle {
    cursor: pointer!important;
    left: 200px;
    width: 40px;
    height: 40px;
    top: 22px;
}

.full-width-pull-menu .link-style-2 ul li {
    padding: 7px 0 7px 0;
    text-align: right;
}

.pae-footer {
    position: absolute;
    width: 102%;
    bottom: 0px;
    height: 50px;
}

.footer-logo {
    max-height: 55px;
    padding: 8px 10px 15px 0;
}

a:active {
    color: #6594a6!important;
}

.swiper-vertical-pagination {
    height: 100%!important;
}

.overhid {
    overflow: hidden!important;
}

.bloq-home {
    margin-top: 150px!important;
}

a:hover, a:active {
    color: #0072C6!important;
}

.full-width-pull-menu .link-style-2 ul li:hover>a, .full-width-pull-menu .link-style-2 ul li.show>a {
    color: #0072C6!important;
}

.z-index-1 {
    z-index: 1!important;
}

.z-index-2 {
    z-index: 2!important;
}

.bg-transp {
    background-color: transparent;
}

.down-section {
    bottom: 100px;
    z-index: 99;
}

.swiper-button-next-home {
    background: none!important;
    top: 80%;
    cursor: pointer;
}

.swiper-button-prev.slider-long-arrow-white {
    left: 120px;
}

.swiper-button-next.slider-long-arrow-white {
    right: 120px;
}

.titulo-centrado {
    margin: auto;
}

.subtitulo {
    font-size: 2.4rem!important;
}

button#open-button {
    padding-top: 6px;
}

.down-section i {
    color: #fff!important;
}

.down-section i:hover {
    color: #f00!important;
}

.transpa {
    color: transparent!important;
    opacity: 0!important;
}

.percent:after {
    content: '';
}

.percent:before {
    content: 'USD ';
}

.maxwidth-340 {
    max-width: 340px;
}

.maxwidth-400 {
    max-width: 400px;
}

.aright {
    right: 0px!important;
    position: absolute;
}

.aleft {
    left: 0px!important;
    position: absolute;
}

.pulsate-bck {
    -webkit-animation: pulsate-bck 5s ease-in-out infinite both;
    animation: pulsate-bck 5s ease-in-out infinite both;
}

.btn.btn-rounded.btn-medium {
    transition: all .2s ease-in-out;
}

.btn.btn-rounded.btn-medium:hover {
    color: #fff!important;
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.nums {
    font-size: 3.6rem!important;
}

.margen-auto {
    margin: 0 auto!important;
}

.fp-slidesContainer {
    transition: all 1500ms ease 0s!important;
}

.fp-controlArrow.fp-next {
    right: 60px;
    margin-top: -25px;
    height: 22px;
    width: 32px;
    border: 0;
    opacity: 1;
    background-image: url(../images/arrow-next-light.png);
}

.fp-controlArrow.fp-prev {
    left: 80px;
    height: 22px;
    width: 32px;
    border: 0;
    margin-top: -25px;
    opacity: 1;
    background-image: url(../images/arrow-prev-light.png);
}

.text-small {
    font-size: 1.4rem!important;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.blink-2 {
    -webkit-animation: blink-2 5s infinite both;
    animation: blink-2 5s infinite both;
}

@-webkit-keyframes blink-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

.bullets {
    font-size: 1.6rem!important;
    line-height: 1.7rem!important;
}

.navbar-top-scroll {
    z-index: 999;
}

ul.lista-op {
    list-style: none;
}

ul.lista-op li {
    display: inline-block;
    padding: 0 14px;
}

ul.lista-op li h5 {
    font-size: 2.6rem;
}

.lista-op>li>a>h5 {
    transform: scale(1);
}

.lista-op>li>a>h5:hover {
    transform: scale(1.1);
}

.aside-title:after {
    background: #0054a6;
}

button#open-button {
    background: #7b7b7b5c;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    margin-top: -25px;
    position: absolute;
    right: 40px;
}

.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {
    background: #ffffff!important;
}

.menu-wrap {
    right: -330px;
    opacity: 1;
    visibility: visible!important;
    width: 330px;
}

.show-menu .menu-wrap {
    right: 0px;
}

.bg-desenfocado {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.opacity-65 {
    opacity: 0.65;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.opacity-3 {
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.fondo-gris-para-blur {
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #575757 !important;
}

.fondo-blanco-para-blur {
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff!important;
}

.redondeado-20 {
    border-radius: 20px;
}

.bot-lang {
    border-radius: 50px;
    border: 1px solid;
    padding: 7px 6px 7px 7px;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.bot-lang:hover {
    color: #fff!important;
    border-color: #fff;
}

.idioma {
    position: absolute;
    top: 23px;
    z-index: 9;
    right: 120px;
}

.z-9999 {
    z-index: 9999;
}

.menu-top {
    position: absolute;
    top: 0px;
    margin: auto;
    width: 900px;
    left: 50%;
    margin-left: -400px;
    z-index: 9;
}

.menu-fijo {
    position: absolute;
    margin: 20px auto;
    padding: 0px;
}

.menu-fijo li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.menu-fijo li a {
    color: #fff!important;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px;
}

.right-margin {
    right: 0px;
}

.sidebar-menu {
    position: absolute;
    height: 550px;
    top: 9%;
    font-size: 90%;
}

.menu-columna, .submenu-columna {
    list-style: none;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 0px;
}

.menu-columna li {
    padding: 5px 0;
    font-size: 1em;
    letter-spacing: 0.5px;
}

.submenu-columna li a:hover {
    color: #5f5f5f!important;
}

.menu-columna li a {
    color: #000!important;
}

.menu-columna li a:hover {
    color: #5f5f5f!important;
}

.submenu-columna li {
    padding: 2px 0;
    font-size: 0.9em;
}

.submenu-columna li a {
    vertical-align: top;
    letter-spacing: 0.5px;
}

.columna-costado {
    width: 330px;
    right: 0px;
    position: absolute;
}

span.material-icons {
    padding-left: 10px;
    font-size: 2.3rem;
}

.menu-redes {
    width: 40px;
    height: 230px;
    right: 345px;
    position: absolute;
    top: 50%;
    margin-top: -115px;
}

.show-menu .menu-redes {
    right: 330px;
}

ul.lista-redes {
    list-style: none;
    padding-left: 1px;
    padding-top: 10px;
    margin: 0px;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

ul.lista-redes li {
    padding: 7px;
}

ul.lista-redes li a {
    display: flex;
    justify-content: space-around;
    color: #fff;
    width: 24px;
    height: 24px;
}

ul.lista-redes li a:hover {
    color: #fff!important;
}

ul.lista-redes li a i {
    text-align: center;
}

.titulo-principal {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.texto-home {
    position: absolute;
    padding-left: 70px;
    top: 20%;
    max-width: 900px;
}

.titulo-operaciones {
    position: absolute;
    padding-left: 7%;
    top: 45%;
    width: 500px;
}

.titulo-operaciones2 {
    font-size: 4rem;
    line-height: 5rem;
}

.boton-home {
    position: absolute;
    top: 220px;
}

.boton-sobrepae {
    margin-left: 150px!important;
    padding: 0px 60px!important;
    backdrop-filter: blur(30px)!important;
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
}

.boton-cajainterna {
    position: relative;
    background: #000000a8;
    padding: 10px 60px!important;
}

.boton-blur {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0px 60px;
    font-size: 1.2rem;
    line-height: 3.5rem;
    border: 1px solid #ffffff99;
    height: 38px;
}

.boton-blur:hover {
    color: #fff!important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.tag-seccion {
    display: inline-block;
    border-right: 15px solid transparent;
    border-top: 30px solid #0000008c;
    margin-top: 50px;
}

.tag-seccion h1 {
    color: #fff !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    max-width: 280px;
    height: 20px;
    line-height: 1em !important;
    letter-spacing: 1px;
    margin-top: -21px;
    padding: 0 20px 0 40px;
    margin-bottom: 5px;
}

.caja-novedad {
    background: #0009;
    min-height: 115px;
}

.caja-swiper {
    max-width: 290px;
    margin-left: 70px;
}

.caja-noveda {
    position: absolute;
    margin-left: 70px;
    bottom: 75px;
    background: #0009;
    max-width: 305px;
}

.cat-novedad {
    margin-top: 12px;
    display: inline-block;
    border-right: 13px solid transparent;
    border-top: 20px solid #fff;
}

.cat-novedad h4 {
    color: #6b6b6b !important;
    font-size: 1rem;
    text-transform: uppercase;
    max-width: 100px;
    height: 20px;
    line-height: 1em !important;
    letter-spacing: 1px;
    margin-top: -15px;
    padding: 0 10px 0 20px;
    margin-bottom: 5px;
}

h2.tit-caja-novedad {
    font-size: 1.6rem;
    color: #e8e8e8;
    text-transform: uppercase;
    line-height: 2.4rem;
    margin-bottom: 0px;
}

.boton-vermas {
    color: #fff;
    text-align: right;
    float: right;
    font-size: 1.1rem;
    letter-spacing: 1px;
    padding: 0 5px 8px 0;
    font-family: 'Flama-Light';
}

.scroll-top-arrow {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.scroll-top-arrow i, .scroll-top-arrow:hover i, .scroll-top-arrow:focus i {
    color: #fff!important;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    height: 38px;
    width: 38px;
    color: #fff;
}

.scroll-top-arrow i {
    line-height: 3.8rem;
    font-size: 2rem;
}

.cat-novedad {
    margin-top: 11px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
}

.cat-novedad h4 {
    color: #6b6b6b;
    font-size: 0.9rem;
    text-transform: uppercase;
    max-width: 250px;
    height: 20px;
    line-height: 1em;
    letter-spacing: 1px;
    margin-top: -12px;
    padding: 0 10px 0 10px;
    margin-bottom: 0px;
}

.caja-titulo-pagina {
    position: absolute;
    margin-left: 50px;
    bottom: 38px;
    background: #00000070;
    max-width: 400px;
    padding: 12px 0 20px 0;
}

.sincaja-titulo-pagina {
    position: absolute;
    width: 100%;
    height: 75%;
}

h2.tit-caja-titulo-pagina {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h2.tit-sincaja-titulo-pagina {
    font-size: 3.5rem;
    line-height: 4.55rem;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 590px;
    padding: 80px 0 0 90px;
}

h2.tit-sincaja-titulo-pagina-2 {
    font-size: 3.5rem;
    line-height: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 250px;
    left: 10%;
    margin-top: 3%;
    position: absolute;
}

h2.tit-sincaja-titulo-pagina-3 {
    font-size: 4.5rem;
    line-height: 5rem;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 350px;
    margin-top: 6%;
    position: absolute;
    right: 50%;
    margin-right: -350px;
}

h2.tit-caja-titulo-pagina-4 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cuerpo-caja-novedad {
    padding: 0 20px 2px 25px;
}

.drop-menu {
    opacity: 0;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0px;
    text-align: left;
    z-index: 1;
    color: #000;
    margin-left: -30px;
    padding: 10px 0 15px 0;
    margin-top: -20px;
    height: 10px;
}

.drop-menu li {
    line-height: 1.4rem!important;
    padding: 5px 30px;
}

.drop-menu li a {
    color: #606060!important;
    font-size: 1.2rem;
}

.dropdown:hover {
    background: #ffffff21;
}

.dropdown:hover .drop-menu {
    opacity: 1;
    margin-top: 0px;
    height: 130px;
}

.texto-gris {
    color: #575757;
}

.texto-parrafo {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #222222;
}

.texto-parrafo-2 {
    font-size: 1.4rem;
    line-height: 2rem !important;
    color: #222222;
    overflow-wrap: normal;
}

.icono-columna {
    color: #000000;
    text-align: left;
}

.icono-columna span {
    font-size: 3.4rem;
    text-align: left;
    display: inline;
}

.texto-subtitulo {
    font-size: 2.2rem;
    line-height: 3.8rem;
    color: #9D9D9D;
    font-weight: 300;
}

h3.texto-principal {
    font-size: 4rem;
    line-height: 5rem;
}

h3.texto-principal-centro {
    font-size: 3rem;
    line-height: 3.4rem;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px!important;
    margin: 0px!important;
}

h3.texto-principal-centro-2 {
    font-size: 3rem;
    line-height: 3.4rem;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 0px!important;
    margin: 0px!important;
    vertical-align: top;
}

h5.titulo-separador {
    font-size: 2.6rem;
    line-height: 3.3rem;
    padding: 30px 0 10px 0;
}

.bg-gris {
    background: #F7F7F7;
}

.titulo-video {
    font-size: 3rem;
    line-height: 3.8rem;
    text-transform: uppercase;
    text-align: right!important;
    color: #000;
}

.parrafo-video {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: right!important;
}

.caja-destacada {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    max-width: 342px;
    padding: 38px;
    margin-left: -50px;
}

h4.titulo-caja-destacada {
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: 1px;
}

.parrafo-caja-destacada {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff;
}

.boton-caja-destacada {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
    padding: 12px 50px;
    border: 1px solid #FFF;
    border-radius: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #232323;
    margin-left: 35px;
}

.boton-caja-destacada:hover {
    color: #fff!important;
}

.titulo-ultimas-novedades {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 6rem;
    color: #b5b5b5;
}

.filtros-ultimas-novedades a {
    font-size: 1rem;
    padding: 12px 12px;
    border: 1px solid #d9d9d9;
    margin: 0px 10px 8px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #828282;
    line-height: 1.8rem;
    background: #e8e8e8;
    letter-spacing: 1px;
    cursor: pointer;
}

.filtros-ultimas-novedades a:hover, .filtros-ultimas-novedades a:active, .filtros-ultimas-novedades a.clicked {
    background: #fff;
    color: #000!important;
}

.buscador-input {
    padding: 12px 20px;
    font-size: 1.4rem;
    line-height: normal;
    border-radius: 0;
    max-width: 262px;
    float: right;
    letter-spacing: 1px;
}

.buscador-input::placeholder {
    color: #bcbcbc;
}

.icono-buscador {
    position: absolute;
    right: 0px;
    margin-right: 28px;
    margin-top: 11px;
}

.blog-grid.gutter-large li {
    padding: 5px 5px;
}

.tag-novedad {
    /*display: inline-block;*/
    border-right: 15px solid transparent;
    border-top: 30px solid #0000008c;
    font-size: 1.2rem;
    line-height: 1.5rem;
    position: relative;
    top: 10px;
    z-index: 98;
    float: left;
}

.tag-novedad h6 {
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    max-width: 300px;
    height: 20px;
    line-height: 1.5rem;
    letter-spacing: 1px;
    margin-top: -21px;
    padding: 0 20px 0 20px;
    margin-bottom: 5px;
}

.blog-post-images {
    margin-top: 0px;
}

.titulo-novedad-cajita {
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #000;
}

.fecha {
    padding: 10px 0;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-family: 'Flama-Light';
}

.fecha p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 0px!important;
}

.parrafo-novedad-cajita {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-bottom: 20px;
}

.blog-post {
    padding: 10px;
}

.blog-grid.gutter-large {
    margin: 0px!important;
}

.cargarmas-icono {
    font-size: 6rem!important;
    padding-top: 20px!important;
    padding-left: 0px!important;
}

.cargarmas-texto {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.footer-widget-area {
    background: #575757;
}

.links-footer li a {
    color: #fff;
    font-family: 'Flama-Light';
    letter-spacing: 1px;
}

.linea-bajar {
    min-width: 0.27rem;
    background: #fff !important;
    position: absolute;
    margin-left: 399px;
    bottom: 0px;
    min-height: 150px;
    opacity: 0;
    transition-duration: 0.6s;
}

.linea-bajar-seccion {
    min-width: 0.27rem;
    background: #fff !important;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    bottom: 100px;
    min-height: 250px;
    opacity: 0;
    transition-duration: 0.5s;
}

.caja-titulo-pagina:hover .linea-bajar {
    opacity: 1;
    min-height: 0px;
    bottom: 0px;
}

.mouseover:hover .linea-bajar-seccion {
    opacity: 1;
    min-height: 0px;
    bottom: 100px;
}

.flechita-bajar {
    position: absolute;
    margin-left: 379px;
    bottom: 0px;
    opacity: 0;
    transition-duration: 0.3s;
    margin-bottom: 100px;
    color: #fff;
}

.flechita-bajar-seccion {
    position: absolute;
    left: 50%;
    bottom: 25px;
    opacity: 0;
    transition-duration: 0.3s;
    margin-bottom: 70px;
    color: #fff;
}

.caja-titulo-pagina:hover .flechita-bajar {
    opacity: 1;
    margin-bottom: -25px;
}

.mouseover:hover .flechita-bajar-seccion {
    opacity: 1;
    margin-bottom: 50px;
}

.mouseover.cajatransp {
    height: 300px;
}

.logo-footer {
    text-align: left!important;
}

.texto-copyright {
    font-family: "Flama-Light";
    padding-bottom: 10px;
}

.iconos-sociales {
    text-align: right;
}

span.campanita {
    font-size: 3rem;
    border: 1px solid #b5b5b5;
    padding: 10px;
}

.campana-novedades {
    position: absolute;
    margin-top: -80px;
    right: 10%;
}

.alto-completo {
    height: 100vh!important;
}

.mfp-close-btn-in .mfp-close, .mfp-close-btn-in .mfp-close:active {
    color: #ffffff;
    right: 20px;
    top: -40px;
}

/*.modal-popup-main .mfp-close{
	right: -122px;
    top: -265px;
	color: #fff;
}*/

.int-video-box {
    z-index: 0;
    border: 1px solid #e6e6e6!important;
    margin-top: 0px;
    left: 0px;
    position: relative;
}

.tab-content {
    min-height: 200px;
}

.video-box {
    padding: 0px;
    max-width: 400px;
    top: 0px;
    left: 500px;
}

.box-hackaton .nav-tabs li a {
    opacity: 0.9;
    font-family: "Flama-Light";
}

.box-hackaton .nav-tabs .nav-link:hover {
    color: #ec2939!important;
}

.box-hackaton .nav-tabs .nav-link.active {
    color: #000 !important;
    opacity: 1;
    border-bottom: 1px solid #afafaf;
}

.tab-box.box-hackaton {
    max-width: 200px;
    background: #fbfbfb;
}

.align-bottom {
    vertical-align: bottom;
    float: right;
}

.flechi-der {
    display: block;
}

p.bord-1 {
    border: 1px solid #c5c5c5;
}

.swiper-home {
    position: fixed;
    bottom: 30px;
}

.swiper-interno {
    position: absolute;
    bottom: 70px;
}

.swiper-button-prev, .swiper-button-next {
    background: none!important;
    color: #fff;
}

.flechas-home {
    font-size: 2rem!important;
    padding-top: 3px;
}

.barra-flechas-home {
    color: #d02736;
    font-size: 2rem;
    font-style: oblique;
}

.flechas-interna {
    font-size: 2rem!important;
    padding-top: 3px;
}

.barra-flechas-interna {
    color: #d02736;
    font-size: 2rem;
    font-style: oblique;
}

.flecha-atras {
    margin: 20px 0 0 50px;
    z-index: 9999;
    position: absolute;
}

.flecha-volver {
    font-size: 2rem!important;
    padding-top: 3px;
    color: #fff;
    vertical-align: top;
}

.barra-flecha-volver {
    color: #d02736;
    font-size: 2rem;
    font-style: oblique;
    padding-left: 10px;
}

span.volver-boton {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding-left: 12px;
}

.swiper-home .swiper-wrapper {
    height: 185px;
}

.swiper-home .swiper-button-prev, .swiper-home .swiper-button-next {
    top: 165px;
    width: 80px;
}

.swiper-home .swiper-button-prev {
    margin-left: -63px;
    padding-right: 3px;
}

.swiper-home .swiper-button-next {
    margin-top: -22px;
    margin-left: 282px;
    left: 0px!important;
}

.swiper-home .swiper-button-prev .barra-flechas-home {
    padding-left: 10px;
}

.swiper-home .swiper-button-next .barra-flechas-home {
    padding-left: 35px;
    display: inline;
    vertical-align: bottom;
}

.swiper-home .swiper-button-prev .flechas-home {
    padding-left: 10px;
    display: inline;
    vertical-align: sub;
}

.swiper-home .swiper-button-next .flechas-home {
    display: inline;
    vertical-align: sub;
}

/**/

.swiper-interno .swiper-wrapper {
    height: 185px;
}

.swiper-interno .swiper-button-prev, .swiper-home .swiper-button-next {
    top: 165px;
    width: 80px;
}

.swiper-interno .swiper-button-prev {
    margin-left: -63px;
    padding-right: 3px;
}

.swiper-interno .swiper-button-next {
    margin-top: -22px;
    margin-left: 298px;
    left: 0px!important;
}

.swiper-interno .swiper-button-prev .barra-flechas-home {
    padding-left: 10px;
}

.swiper-interno .swiper-button-next .barra-flechas-home {
    padding-left: 35px;
    display: inline;
    vertical-align: bottom;
}

.swiper-interno .swiper-button-prev .flechas-home {
    padding-left: 10px;
    display: inline;
    vertical-align: sub;
}

.swiper-interno .swiper-button-next .flechas-home {
    display: inline;
    vertical-align: sub;
}

.blink {
    -webkit-animation: blink-2 2s infinite both;
    animation: blink-2 2s infinite both;
}

.w500 {
    max-width: 500px;
}

.pos-rel {
    position: relative!important;
}

a.logo {
    padding-left: 70px;
    top: 25px!important;
    position: absolute;
    width: 160px;
    z-index: 9;
}

.borde-video {
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.cajainterna-blur {
    background: #00000070;
    max-width: 450px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 40px;
    margin-top: 140px;
    position: absolute;
}

.c-der {
    right: 80px;
}

.c-izq {
    left: 80px;
    margin-top: 80px;
}

.titulo-cajainterna {
    font-size: 3.1rem;
    line-height: 3.6rem !important;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 0px!important;
}

.parrafo-cajainterna {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.02rem;
    margin-bottom: 0px !important;
}

.placa-vid {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.play-vid {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 144px;
    width: 144px;
}

.caja-blur-tab-1 {
    background: #a0a0a070;
    max-width: 550px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 40px 0 40px 40px;
    position: absolute;
}

.caja-blur-tab-2 {
    background: #a0a0a070;
    max-width: 550px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 10px 0 40px 40px;
    position: absolute;
}

.tab-style-pae .tab-box {
    position: absolute;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    width: 500px;
    min-height: 100vh;
}

.tab-op-1 {
    left: 23%;
    min-height: 630px;
}

.tab-op-2 {
    right: 23%;
    min-height: 780px;
}

.tab-op-1 p {
    padding-right: 80px;
}

.tab-op-2 p {
    padding-right: 80px;
}

.tab-box h3 {
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.7rem;
    text-transform: uppercase;
}

.tab-box p {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    font-weight: 300;
}

.tab-style-pae .nav-tabs .nav-link {
    margin-top: 20px;
    padding-left: 45px;
}
footer a:visited {
    color: #9a9a9a !important;
}

.tab-style-pae .nav-tabs .nav-link span {
    display: inline;
    margin-left: -46px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Flama-Bold';
    padding: 10px 15px;
    position: absolute;
}

.tab-style-pae .nav-tabs .nav-link>h4 {
    line-height: 1.8rem !important;
    font-size: 1.6rem;
    font-family: 'Flama-Bold';
    color: #fff;
    margin-bottom: 5px;
    padding: 10px 90px 0 30px;
    text-transform: uppercase;
}

.tab-style-pae .nav-tabs .nav-link > p {
    font-size: 1.2rem;
	line-height: 1.4rem !important;
    color: #fff;
    padding: 2px 80px 0 30px;
}

.tab-style-pae .nav-tabs .nav-link {
    color: #ffffff;
    opacity: 1;
    border-top: 1px solid transparent!important;
    border-bottom: 1px solid transparent!important;
    padding: 0px 0px 0px 20px;
    border-radius: 0px;
    margin: 20px 15px 0 25px;
}

.tab-style-pae .nav-tabs .nav-link:hover {
    border: 1px solid transparent!important;
}

.tab-style-pae .nav-tabs .nav-link.active {
    color: #ffffff;
    opacity: 1;
    border: 1px solid transparent;
    border-top: 1px solid #ffffff !important;
    background: transparent;
}

.tab-style-pae .nav-tabs .nav-link span {
    color: #ffffff;
    background-color: #ffffff57;
    border: 1px solid #ffffffa1;
    margin-top: -1px;
}

.tab-style-pae .nav-tabs .nav-link.active span {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.tab-videos-comunidad-1 {
    position: absolute;
    left: 460px;
    top: 50%;
    height: auto;
    transform: translateY(-25%);
}

.tab-videos-comunidad-2 {
    position: absolute;
    right: 490px;
    top: 50%;
    height: auto;
    transform: translateY(-35%);
}

.tab-videos-comunidad-2>.nav-link span {
    margin-left: 300px;
}

.video-interior-tab-izq {
    background: #ababab;
    margin-top: -80px;
    padding: 5px;
    width: 660px!important;
}

.video-interior-tab-der {
    background: #ababab;
    margin-top: 0px;
    padding: 5px;
    width: 660px!important;
}

.tab-style-pae .tab-box.tab-op-1 {
    left: 0%;
}

.tab-style-pae .tab-box.tab-op-2 {
    right: 0%;
}

.tab-style-pae .nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-link .derek1 {
    margin-left: 0px!important;
}

.nav-link .derek2 {
    margin-left: 45px!important;
}

.nav-link h4.derek2 {
	padding: 6px 50px 0 30px!important;
}

.nav-link p.derek2 {
    padding: 2px 50px 0 30px!important;
    margin-bottom: 5px;
}

.tab-op-2 .tabs-2 {
    margin-left: -40px;
}

.boton-ver-novedades a {
    font-size: 1.1rem;
    padding: 8px 20px;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid var(--white);
    background: #222222;
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    text-align: center;
    font-family: 'Flama-Basic';
    letter-spacing: 1.1px;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 38px;
    width: 304px;
}

.boton-ver-novedades a:hover {
    color: #ffffff!important;
}

.campana-nov {
    font-size: 3rem!important;
}

.conoce-novedades {
    color: #000;
    padding-bottom: 30px;
}

.blog-post {
    padding: 0px;
    border: 1px solid #ECECEC;
}

.links-footer li a:hover {
    color: #000!important;
}

.bg-negro-op5 {
    background: #000000ad;
}

.bg-blanco-op5 {
    background: #ffffffad;
}

.info-banner-box-2 {
    position: relative;
    overflow: hidden;
    height: 76px;
    /*margin: 0 35px;*/
    max-width: 250px!important;
    cursor: pointer;
}

.icono-operaciones {
    margin: 0 30px 0 -40px;
}

.icono-operaciones span {
    font-size: 3.5rem;
    line-height: 5.5rem;
}

.texto-operaciones {
    font-size: 1.8rem;
    font-family: 'Flama-Light';
    line-height: 5.5rem;
    height: 100%;
    margin-right: -20px;
}

.box.no-border-top.no-border-bottom {
    color: #ffffff!important;
    text-align: left!important;
}

.feature-box.feature-box-7 .box .content {
    top: 0px!important;
    vertical-align: top!important;
}

.feature-box.feature-box-7 .box figure {
    padding: 0!important;
    max-width: 250px;
    margin: auto;
}

.tit-oper-abajo {
    font-size: 2.3rem;
    padding-left: 30px;
}

.text-oper-abajo {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: 'Flama-Light';
}

.op-medio {
    margin-top: 90px;
}

.op-abajo {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.caja-tabs-centvert {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
}

.tab-videos-renovables-1 {
    position: absolute;
    left: 450px;
    top: 50%;
    height: auto;
    transform: translateY(-30%);
}

.titdesk-850 {
    max-width: 850px!important;
}

.upstream-pais {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bandera-upstream {
    width: 38px;
    height: 38px;
}

.titulo-pais-upstream {
    font-size: 6.6rem;
    line-height: 8.2rem;
    color: #222222;
}

.tag-pais {
    font-family: 'Flama-Light';
    font-weight: 400;
    color: #ffffff;
    padding-left: 3px;
}

.parrafo-cajainterna-2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.4rem;
}

.container.boxes-upstream {
    bottom: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.boxes-upstream h3.texto-principal-centro-2 {
    color: #ffffff;
    font-size: 1.9rem;
}

.boxes-upstream .icono-columna {
    color: #ffffff;
}

.boxes-upstream .icono-columna span {
    font-size: 2rem;
    line-height: 3.2rem;
}

.boxes-upstream .texto-parrafo-2 {
    color: #ffffff;
}

.width100 {
    max-width: 100%!important;
}

.sepvertical-box-blanco {
    width: 1px;
    background: #fff;
}

.sepvertical-box-negro {
    width: 1px;
    background: #000;
}

.tit-cuenca {
    margin-bottom: 10px;
    line-height: 4.5rem;
}

.subtitulo-sobrepae {
    color: #ffffff;
    margin-left: 92px !important;
    font-size: 2.6rem;
    line-height: 3.3rem;
}

.pt10 {
    padding-top: 10px!important;
}

.pl80 {
    padding-left: 80px!important;
}

.pl0 {
    padding-left: 0px!important;
}

.h70 {
    height: 70px!important;
}

.h80 {
    height: 80px!important;
}

.h90 {
    height: 90px!important;
}

.h100 {
    height: 100px!important;
}

.titulo1-lineadetiempo {
    text-align: right;
    left: 50%!important;
    margin-left: -450px;
    font-size: 4rem!important;
    line-height: 4.5rem!important;
    width: 400px!important;
    max-width: 400px!important;
}

.titulo2-lineadetiempo {
    font-size: 3.5rem!important;
    line-height: 4rem!important;
    width: 500px!important;
    max-width: 500px!important;
    left: 50%!important;
    margin-left: 70px!important;
}

.fullscreen {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh!important;
    width: 100%!important;
    max-width: 100vw!important;
}

.linea-linea {
    bottom: 50px!important;
}

.flecha-linea {
    margin-bottom: 0px!important;
}

.boton-lineadetiempo {
    background: #0202029e;
    position: absolute;
}

.mt70 {
    margin-top: 70px!important;
}

.ml-0 {
    margin-left: 0px!important;
}

.ml-20 {
    margin-left: -20px!important;
}

.fecha-lineadetiempo {
    background: #ababab52;
    font-family: 'Flama-Light';
    backdrop-filter: blur(30px)!important;
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid #ffffff;
}

.fecha-lineadetiempo::after {
    background: #a7a7a7;
    content: '';
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid;
    top: -10px;
}

.fecha-lineadetiempo::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    top: -2px;
}

.fecha-izq {
    margin: -180px 50px 0 -50px!important;
}

.fecha-der {
    margin: 100px -50px 0 50px!important;
}

.container-lineadetiempo {
    max-width: 80%;
}

.container-lineadetiempo::before {
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    height: 100%;
    content: '';
    width: 2px;
    position: absolute;
    top: 38px;
}

.fecha-izq::after {
    left: 100%;
    margin-left: 42px;
}

.fecha-der::after {
    right: 100%;
    margin-right: 42px;
}

.fecha-izq::before {
    right: -35px;
    background-image: url('../images/triangulo-izquierdo.svg');
}

.fecha-der::before {
    left: -34px;
    background-image: url('../images/triangulo-derecho.svg');
}

a.tab-lineadetiempo {
    color: #ffffff;
    border: 1px solid transparent;
}

a.tab-lineadetiempo:hover, a.tab-lineadetiempo:active, a.tab-lineadetiempo:focus, a.tab-lineadetiempo:visited {
    color: #000000!important;
    border: 1px solid!important;
    border-color: #ffffff!important;
}

.cajas-lineadetiempo {
    margin-top: -38px;
}

.content-lineadetiempo {
    min-height: 150px!important;
    transition: all .5s ease-in-out;
}

.brt {
    border-color: transparent;
}

.brn {
    border-color: #000000;
}

.texto-gris-2 {
    color: #777777!important;
}

h4.tab-reno {
    line-height: 2rem!important;
    font-size: 2.1rem!important;
    text-transform: initial!important;
    font-family: "Flama-Light"!important;
    font-weight: 500!important;
    padding: 10px 60px 0 8px!important;
}

.swiper-renovables {
    margin-left: 25px;
}

.flechas-lineadetiempo {
    font-size: 2rem!important;
    padding-top: 3px;
}

.barra-flechas-lineadetiempo {
    color: #ffffff;
    font-size: 2rem;
    font-style: oblique;
}

.fdlinea-izq {
    right: 0px!important;
}

.filinea-izq {
    left: 0px!important;
}

.fdlinea-der {
    right: 30px!important;
}

.filinea-der {
    left: -10px!important;
}

.caja-dato-ldt-izq {
    max-width: 85%;
    margin: auto;
    padding-left: 25px;
}

.caja-dato-ldt-der {
    max-width: 85%;
    margin: auto;
    padding-right: 20px;
}

.fecha-lineadetiempo h5 {
    margin-bottom: 10px;
}

h2.text-bullet-ldt {
    font-size: 1.6rem;
    color: #e8e8e8;
    line-height: 2.2rem;
    margin-bottom: 20px;
}

.fecha-izq {
    padding: 10px 20px 0px 0px;
}

.fecha-der {
    padding: 10px 0px 0px 20px;
}

.mfp-bg, .my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-slide-bottom.mfp-ready.mfp-bg {
    background: #000000;
    opacity: 0.9;
}

#popup-extranet .mfp-close {
    display: block;
    position: absolute;
    right: 10px;
    top: -95px;
}

.mfp-container.mfp-inline-holder {
    cursor: pointer;
}

.boton-modal-1 {
    padding: 10px 0px;
    position: absolute;
    bottom: 40px;
    line-height: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #1c1c1c;
}

.caja-extranet-1 {
    height: 380px;
    max-width: 380px;
    margin: 0 35px 0 -35px!important;
}

.caja-extranet-2 {
    height: 380px;
    max-width: 380px;
    margin: 0 -35px 0 35px!important;
}

.titulo-extranet {
    text-transform: uppercase;
    font-size: 2.6rem;
    line-height: 3.3rem;
}

.text-boton2-extranet {
    text-transform: uppercase;
    display: inline!important;
    vertical-align: top;
    position: absolute;
    padding: 0 10px;
    max-width: 300px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.boton-modal-2a {
    border: 1px solid #ffffff;
    margin-top: 40px;
    padding: 20px 20px 30px 20px;
}

.boton-modal-2b {
    border: 1px solid #ffffff;
    margin-top: 33px;
    padding: 25px 20px 25px 20px;
}

h3.subtit-sincaja-titulo-pagina {
    color: #ffffff;
    margin-left: 150px;
    font-size: 3rem;
    line-height: 3.5rem;
    padding-right: 150px;
}

h3.subtit-sincaja-titulo-pagina-2 {
    color: #ffffff;
    margin-left: 150px;
    font-size: 3rem;
    line-height: 3.5rem;
    padding-right: 50px;
}

span.icono-geo {
    background: #dadada;
    width: 38px;
    height: 38px;
    padding: 8px;
    color: #000000;
}

.info-pais {
    color: #BABABA;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-top: 10px;
    margin-bottom: 0px;
}

.info-provincia {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #000000;
}

.info-direccion {
    font-size: 1.4rem;
    line-height: 2rem;
}

.info-telefonos {
    font-size: 1.4rem;
    line-height: 2rem;
}

.caja-contacto {
    height: 420px;
    background-size: cover;
}

.titulo-caja-contacto {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 3.3rem;
}

.caja-interna-contacto {
    width: 100%;
    max-width: 490px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    min-height: 290px;
}

.boton-contacto {
    padding: 8px 0px;
    background: #0202029e;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
}

.boton-proveedores-1 {
    padding: 8px 0px;
    background: #0202029e;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 270px;
    margin-left: 150px;
    display: block;
    text-align: center;
}

.boton-proveedores-2 {
    padding: 8px 0px;
    background: #000000;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
}

h2.tit-sincaja-titulo-pagina-5 {
    font-size: 5.5rem;
    line-height: 6rem;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 590px;
    padding: 80px 0 0 150px;
}

.titulo-caja-proveedores {
    color: #000000;
    font-size: 2.6rem;
    line-height: 3.3rem !important;
    margin: 0px;
    height: 60px;
    text-transform: uppercase;
}

.desc-caja-proveedores {
    color: #000000;
    top: 180px;
    position: absolute;
    width: 80%;
}

.bg-gris-1 {
    background: #ECECEC;
}

.bg-gris-2 {
    background: #DBDBDB;
}

.caja-proveedores {
    height: 420px;
    background-size: cover;
}

.boton-proveedores-3a {
    border: 1px solid #bfbfbf;
    background: #ffffff;
    bottom: 180px;
    padding: 20px 20px 30px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

.boton-proveedores-3b {
    border: 1px solid #bfbfbf;
    background: #ffffff;
    bottom: 62px;
    padding: 20px 20px 30px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

.text-boton2-proveedores {
    text-transform: uppercase;
    display: inline!important;
    vertical-align: top;
    position: absolute;
    max-width: 300px;
    font-size: 1.6rem;
    line-height: 2rem !important;
    color: #000000;
    padding: 0 40px 0 20px;
}

.icono-proveedores {
    color: #000000;
    padding-top: 7px;
}

.texto-parrafo-3 {
    font-size: 2.6rem;
    line-height: 3.3rem;
    color: #6b6b6b;
}

.boton-obligaciones {
    padding: 0px;
    background: #000000;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    width: 420px;
    margin: auto;
    display: block;
    text-align: center;
    position: absolute;
}

.caja-obligaciones {
    background: #ffffff;
}

.icono-tab-obligaciones {
    padding-right: 30px;
    vertical-align: bottom;
}

.titulo-obligacion {
    color: #232323;
    font-size: 1.4rem!important;
    line-height: 2rem;
    text-transform: uppercase;
}

.parrafo-obligacion {
    padding-left: 55px;
}

.caja-parrafo-obligacion {
    border: 0px!important;
}

ul.lista-obligacion {
    list-style: none;
}

.icono-lista-obligaciones {
    vertical-align: bottom;
    padding-right: 20px;
}

.item-obligacion {
    padding-bottom: 10px;
}

.icono-mas {
    background: #d8d8d8;
    width: 24px;
    height: 24px;
    padding: 1px 0 0 6px;
}

.icono-mas i {
    color: #000000!important;
    font-weight: 600;
}

.caja-obligaciones .panel {
    border: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
}

.panel-tit-obligaciones {
    background-color: #fdfdfd!important;
}

.blog-post-images img {
    margin-top: -34px;
}

.opacity-0 {
    opacity: 0!important;
}

.subtit-reno {
    font-size: 2.5rem!important;
    line-height: 3rem!important;
}

.cifras-reno {
    font-size: 2.5rem!important;
    line-height: 3.3rem!important;
}

h3.subtit-sincaja-titulo-pagina-3 {
    color: #ffffff;
    margin-left: 150px;
    font-size: 3rem;
    line-height: 3.5rem;
    padding-right: 0px;
}

.caja-tit2-pymes {
    max-width: 460px;
    margin-top: 40px;
}

.tit2-pymes {
    font-size: 2.6rem;
    line-height: 3.3rem;
    margin-bottom: 0px;
}

.container.boxes-pymes {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
}

.container.boxes-pymes-2 {
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
}

.m-0 {
    margin: 0px!important;
}

h3.texto-principal-centro-3 {
    font-size: 2.1rem;
    line-height: 2.3rem;
    text-transform: initial;
    text-align: left;
    padding: 0 0 0 5px!important;
    margin: 0px!important;
    vertical-align: top;
    letter-spacing: 1px;
}

.icono3-pymes {
    padding: 0 0 20px 0!important;
    font-size: 4.5rem!important;
}

.acord-pymes {
    position: absolute;
    bottom: 0px;
    min-height: 190px;
}

.b-0 {
    border: none!important;
}

.parrafo-tab-pymes {
    padding: 0px!important;
}

.tab-pymes {
    min-height: 125px!important;
}

.tit-tab-pymes {
    margin-bottom: 0px;
}

.tit-tab-pymes-x {
    margin-bottom: 10px;
}

.parr-tab-pymes {
    margin-top: 10px;
    padding-bottom: 20px;
}

.pad-acord-pymes {
    padding-bottom: 0px;
}

.borde-izquierdo {
    border-left: 1px solid;
    padding-left: 20px;
}

.panel.acord-pymes.borde-izquierdo {
    width: 220px;
}

.flecha-pymes {
    color: #ffffff;
    border: 1px solid;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    padding: 0px 6px 0 0!important;
    font-size: 2rem!important;
    line-height: 1.9rem;
    margin-left: 5px;
}

.caja-portada {
    position: absolute;
    width: 100%;
    height: 420px;
    top: 50%!important;
    transform: translateY(-50%);
    padding-top: 110px;
    max-width: 900px!important;
}

.titulo-portada-seccion {
    font-size: 3.5rem;
    line-height: 4.5rem !important;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0px 0 0 90px;
    margin-bottom: 10px;
    max-width: 875px!important;
}

.subtitulo-portada-seccion {
    color: #ffffff;
    margin-left: 92px !important;
    font-size: 2rem;
    line-height: 3rem;
}

.boton-portada {
    margin-left: 90px!important;
    padding: 0px 60px!important;
    backdrop-filter: blur(30px)!important;
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    background-color: #00000087;
}

.caja-titulo-operaciones {
    position: absolute;
    padding-left: 90px;
    top: 45%;
    width: 500px;
}

.titulo-operaciones {
    font-size: 3.5rem;
    line-height: 4.5rem;
    width: 700px;
    padding-left: 0px;
    text-transform: uppercase;
}

.swiper-portada {
    margin-left: 95px;
}

.pymes-bot1 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem !important;
    display: inline;
    vertical-align: top;
    position: absolute;
    margin: 0px!important;
}

.pymes-bot2 {
    text-align: left;
    font-size: 1rem;
    line-height: 2.4rem;
    display: inline;
    position: absolute;
    margin: 0px!important;
}

.boton-pymes-1 {
    padding: 6px 0px;
    background: #0202029e;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 210px;
    margin-left: 90px;
    display: inline-block;
}

.boton-pymes-2 {
    padding: 6px 0px;
    background: #0202029e;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 170px;
    margin-left: 20px;
    display: inline;
    position: absolute;
}

.ico-bot-pyme-1.material-icons {
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: inline;
    padding: 5px 20px;
}

.ico-bot-pyme-2 {
    font-size: 1.3rem;
    line-height: 2.4rem;
    display: inline;
    padding: 5px 20px;
}

.nombre-udm {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.tit-ud {
    margin-bottom: 0px;
    font-size: 1.5rem;
    color: #6f6f6f;
}

.tit1-mgo {
    font-size: 3.5rem;
    line-height: 4rem;
    color: #414141;
}

.text1-mgo {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #4e4e4e;
}

.ico-siguiente {
    font-size: 4rem!important;
}

.tit2-mgo {
    font-size: 4rem;
    color: #ffffff !important;
    text-align: center!important;
    padding-top: 30px;
}

.caja-mgo {
    height: 540px;
    background-size: cover;
}

.caja-interna-mgo {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0px;
}

.lista-mgo {
    list-style: none;
    margin-bottom: 0px;
}

.lista-mgo li {
    min-height: 80px;
}

.lista-mgo li span {
    color: #ffffff;
    background-color: #ffffff57;
    border: 1px solid #ffffffa1;
    margin-top: -1px;
    display: inline;
    margin-left: -46px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Flama-Bold';
    padding: 10px 15px;
    position: absolute;
}

.lista-mgo li h4 {
    color: #ffffff !important;
    font-size: 2rem;
    line-height: 2.5rem !important;
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.padding-lista-mgo-1 {
    padding-right: 0px;
}

.padding-lista-mgo-2 {
    padding-left: 60px;
}

.boton-mgo-pdf {
    padding: 10px 60px;
    background: #232323;
}

.footer-home {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.bg-footer-home {
    background-color: #000000;
}

.footer-home .texto-copyright {
    font-size: 1.3rem!important;
    line-height: 1.4rem!important;
    padding: 5px 0;
    color: #f3f3f3!important;
}

.footer-home .texto-copyright a {
    padding-left: 5px;
    color: #b5b5b5!important;
}

.footer-home .texto-copyright a:hover, .footer-home .texto-copyright a:active {
    color: #6f6f6f!important;
}

.border-color-footer {
    border-color: #898989 !important;
}

a.link-footer {
    font-size: 1.4rem!important;
    color: #9a9a9a;
}

a.link-footer:active, a.link-footer:focus, a.link-footer:hover {
    color: #ffffff!important;
}

.alinear-centro-operaciones {
    left: 50%;
    transform: translateX(-35%);
    position: absolute;
    width: 100%;
}

.item-sustentabilidad {
    margin-bottom: -20px!important;
}

.tit-caja-mgo {
    font-size: 2.7rem;
    line-height: 3.2rem;
}

/*.boton-contacto-1 {
    padding: 8px 0px;
    background: #0202029e;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
}

.boton-contacto-2 {
    padding: 8px 0px;
    background: #0202029e;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
}
*/

.boton-contacto-1, .boton-contacto-2, .boton-contacto-3 {
    padding: 8px 0px;
    background: #0202029e;
    left: 50%!important;
    transform: translateX(-50%);
    font-size: 1.1rem;
    line-height: 2rem;
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
} 



.container.boxes-sobrepae {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.boxes-sobrepae h3.texto-principal-centro-2 {
    color: #ffffff;
    font-size: 1.9rem;
}

.boxes-sobrepae .icono-columna {
    color: #ffffff;
}

.boxes-sobrepae .icono-columna span {
    font-size: 2rem;
    line-height: 3.2rem;
}

.boxes-sobrepae .texto-parrafo-2 {
    color: #ffffff;
}

.ml-30 {
    margin-left: -30px!important;
}

.swiper-button-next:focus, .swiper-button-next:active, .swiper-button-next:hover, .swiper-button-next:visited, .swiper-button-next:link {
    outline: none!important;
    border: 0!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
}

.swiper-button-prev:focus, .swiper-button-prev:active, .swiper-button-prev:hover, .swiper-button-prev:visited, .swiper-button-prev:link {
    outline: none!important;
    border: 0!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
}

.background-desk {
    background-image: none;
}

.tit-saf-eng {
    font-size: 3.4rem!important;
    line-height: 4rem!important;
}

.pt30 {
    padding-top: 30px;
}

.tit-parque {
    font-size: 2rem!important;
}

.flechi-p {
    position: absolute;
    bottom: 0px;
}

.caja-tit2-renovables {
    max-width: 460px;
    margin-top: 40px;
}

.caja-5-sobrepae {
    padding: 0px 40px;
}

.tit-parque-renovable {
    padding-left: 80px;
    font-size: 3.1rem;
    line-height: 3.6rem !important;
    text-transform: uppercase;
    color: #242424 !important;
}

.tit2-reno {
    font-size: 2.6rem;
    line-height: 3.3rem;
    margin-bottom: 0px;
}

.tit2-prog-pymes {
    line-height: 4.5rem;
    padding-left: 70px;
}

.caja-mgo-linea {
    padding-bottom: 70px!important;
}

.plyr__menu {
    display: none;
}

.boton-portada-2 {
    margin-left: 90px!important;
    backdrop-filter: blur(30px)!important;
    -webkit-backdrop-filter: blur(30px);
    position: absolute;
    background-color: #00000087;
    padding-right: 10px!important;
    padding-left: 60px;
}

.botplay-mgo {
    padding-left: 40px!important;
    vertical-align: middle!important;
    font-size: 2.5rem!important;
}

.contenedor-video {
    max-width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mfp-container {
    position: fixed;
}

.borde-negro {
    border-color: #000000!important;
}

.container.boxes-infoplaca {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
}

.texto-combustibles {
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: initial;
    text-align: left;
    padding: 0 0 0 5px!important;
    margin: 0px!important;
    vertical-align: top;
    letter-spacing: 1px;
}

.icono3-downstream {
    padding: 0 0 10px 0!important;
    font-size: 4rem!important;
}

.texto-principal-centro-4 {
    font-size: 3.5rem;
    line-height: 3.4rem;
    color: #000000;
    text-align: center;
    padding: 10px 0 0 0!important;
    margin: 0px!important;
	font-family: 'Flama-Basic', sans-serif;
}

.icono-separador-downstream {
    font-size: 3.8rem!important;
}

.ico-titu-down {
    min-width:167px!important;
}

.texto-principal-centro-5 {
	font-size: 1.8rem;
    line-height: 3rem !important;
    text-transform: initial;
    text-align: left;
    padding: 0 0 0 5px!important;
    margin: 0px!important;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #ffffff;
}
.submenu-columna a{
	text-decoration:none !important;
	color: #5f5f5f !important;
}

.icono-svg-blanco {
    fill: none;
    stroke-width: 3px;
    stroke: #ffffff;
}

.va-t {
    vertical-align: top!important;
}

.va-m {
    vertical-align: middle!important;
}

.va-b {
    vertical-align: bottom!important;
}

.titulo-operacion {
    font-size: 1.8rem;
    font-family: 'Flama-Light';
    line-height: 5.5rem !important;
    margin-bottom: 0px;
    padding-left: 20px;
}

.sombra-top {
    -webkit-box-shadow: inset 0px 90px 50px -50px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 90px 50px -50px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 90px 50px -50px rgba(0, 0, 0, 0.3);
}

.sombra-bottom {
    -webkit-box-shadow: inset 0px -120px 60px -40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px -120px 60px -40px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -120px 60px -40px rgba(0, 0, 0, 0.5);
}

.si-ie {
    display: none;
}

.swiper-pagination-bullet {
    background: #646464!important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d0d0d0!important;
    opacity: 1;
}

.boton-sustentabilidad {
    background: #0202029e;
    padding: 10px 60px;
}

.texto-intro {
    font-size: 2.8rem;
    line-height: 3.7rem;
}

.mw-200 {
    min-width: 200px!important;
}

.mw-250 {
    min-width: 250px!important;
}

.opacity-1 {
    opacity: 1!important;
}

.home-main-slider {
    height: 100%!important;
}

.bot-upstream {
    line-height: 1.5rem;
    padding: 3px 40px!important;
}

.img-parquerenovables {
    width: 100%;
    max-height: 85vh;
    object-fit: cover;
}

.mfp-iframe-holder .mfp-content {
    max-width: 60vw;
}

.mfp-close, .mfp-close:active {
    position: fixed;
}

body.magnificpopupnoscroll {
    overflow-y: hidden !important;
}

/* ------------------- */

/* ------------------- */

/* SAFARI */

/* SAFARI */

@media not all and (min-resolution:.001dpcm) {
    @media {
        button#open-button {
            margin-top: -13px!important;
        }
        .titulo-operacion {
            padding-top: 20px!important;
        }
    }
}

/* SAFARI */

/* FIREFOX */

@supports (-moz-appearance:meterbar) {
    #barra-progreso {
        height: 1.5px;
    }
}

/* FIREFOX */

/* LAPTOP PAE */

@media (max-height: 600px) {
    .menu-columna {
        margin-bottom: 0px;
    }
    .menu-columna li {
        padding: 1px 0;
		font-size: 1.4rem;
    }
    .submenu-columna {
        padding-top: 10px!important;
    }
    .submenu-columna li {
        padding: 3px 0;
        font-size: 1.1rem;
    }
    .caja-titulo-pagina {
        bottom: 5%;
    }
    .menu-fijo li {
        padding: 0 15px;
    }
    .drop-menu {
        margin-left: -15px;
        padding: 10px 0 0px 0;
        max-height: 100px;
    }
    .texto-home {
        top: 120px;
        max-width: 600px;
    }
    .titulo-principal {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    .boton-home {
        top: 200px;
    }
    .sidebar-menu {
        padding-top: 30px;
        top: 8%;
    }
    .titulo-portada-seccion {
        font-size: 3rem;
        line-height: 4rem !important;
        padding: 50px 0 0 90px!important;
    }
    .subtitulo-portada-seccion {
        font-size: 2rem;
        line-height: 3rem;
    }
    .titulo-operaciones {
        padding-top: 40px;
    }
    .menu-top {
        margin-left: -320px;
    }
    .caja-tit2-pymes {
        margin-top: 0px;
    }
    .flecha-atras {
        margin: 20px 0 0 50px;
    }
    .graf-mgo {
        max-width: 95%;
        margin: auto;
    }
    .play-vid {
        height: 100px;
        width: 100px;
    }
    .titulo-cajainterna {
        font-size: 3.1rem;
        line-height: 3.6rem;
    }
    .sidebar-menu {
        height: 400px;
    }
    .caja-portada-home {
        padding-top: 40px;
    }
    .tab-style-pae .nav-tabs .nav-link>p {
        font-size: 1rem;
		line-height: 1.4rem !important;
    }
    .tab-box p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

/* LAPTOP PAE */

/* MOVIL */

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .menu-top {
        display: none!important;
    }
    #open-button {
        margin-top: 22px!important;
        right: 25px!important;
    }
    .idioma {
        top: 35px;
        right: 100px;
    }
    .caja-novedad {
        margin-left: 25px!important;
    }
    .menu-redes {
        right: 320px!important;
        width: 30px;
    }
    .show-menu .menu-redes {
        right: 320px !important;
    }
    ul.lista-redes li {
        padding: 7px 2px 7px 2px;
    }
    .menu-columna li {
        font-size: 1.5em;
    }
    .submenu-columna li {
        font-size: 1.2em;
    }
    .close-button-menu {
        right: 17px;
    }
    .texto-home {
        padding-left: 35px;
        top: 152px;
        z-index: 10;
    }
    .titulo-principal {
        font-size: 3rem;
        line-height: 4rem;
        max-width: 230px;
    }
    .columna-costado {
        width: 320px;
        right: 0px;
    }
    .menu-wrap {
        right: -320px;
    }
    h2.tit-caja-titulo-pagina {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .caja-titulo-pagina {
        margin-left: 0px;
        max-width: 290px;
    }
    h2.tit-sincaja-titulo-pagina {
        font-size: 3rem;
        line-height: 3.5rem;
        padding: 300px 0 0 40px;
        max-width: 250px;
        text-transform: uppercase;
    }
    .caja-sintitulo-pagina {
        margin-left: 0px;
        max-width: 290px;
    }
    h3.texto-principal {
        font-size: 2.6rem;
        line-height: 3.6rem;
        text-align: left;
        padding-left: 20px;
    }
    .tag-seccion h4 {
        padding: 0 20px 0 20px;
    }
    .texto-subtitulo {
        font-size: 2rem;
        line-height: 2.8rem;
        text-align: left;
        padding-left: 20px;
    }
    .texto-parrafo {
        text-align: left;
        padding-left: 20px;
    }
    h5.titulo-separador {
        text-align: left;
        padding: 10px 20px;
    }
    .titulo-video {
        font-size: 2rem;
        line-height: 3rem;
        text-align: left!important;
        padding-left: 16px;
    }
    .parrafo-video {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center!important;
        padding: 0 30px 0 10px;
    }
    .caja-destacada {
        max-width: 350px;
        margin: 0 40px 0 20px;
        padding: 20px !important;
    }
    .boton-caja-destacada {
        margin: auto!important;
    }
    .titulo-ultimas-novedades {
        text-align: left;
    }
    .buscador-input {
        float: left;
    }
    .icono-buscador {
        margin-right: 100px;
    }
    .col-izq-footer {
        padding-left: 15px;
    }
    .iconos-sociales {
        text-align: center;
    }
    .campana-novedades {
        margin-top: -135px;
    }
    .int-video-box {
        position: absolute;
        display: block;
        left: 0px;
        top: 250px;
        margin-left: -265px;
    }
    .tab-content {
        min-height: 450px;
    }
    .tab-box.box-hackaton {
        max-width: 600px;
    }
    .int-video-box {
        position: relative;
        display: block;
        left: 0px;
        top: 80px;
        margin-left: -320px;
        width: 100%;
    }
    .flechi-der {
        display: none;
    }
    .caja-swiper {
        margin-left: 0px;
        max-width: 335px;
    }
    .swiper-home .swiper-button-prev {
        margin-left: -100px;
        padding-right: 3px;
        padding-top: 2px;
    }
    .swiper-home .swiper-button-next {
        margin-top: -22px;
        margin-left: 266px;
        left: 0px!important;
    }
    .swiper-home .swiper-button-prev .barra-flechas-home {
        padding-left: 10px;
    }
    .swiper-home .swiper-button-prev .flechas-home {
        padding-left: 10px;
        display: inline;
        vertical-align: bottom;
    }
    .swiper-home .swiper-button-next .barra-flechas-home {
        margin-left: -10px;
    }
    .swiper-home .swiper-button-next .flechas-home {
        margin-right: 17px;
        display: inline-block;
        vertical-align: bottom;
    }
    a.logo {
        padding-left: 35px;
    }
    .boton-home {
        top: 270px;
        position: absolute;
    }
    .boton-vermas {
        padding: 0 0px 8px 0;
    }
    .linea-bajar {
        margin-left: 290px;
    }
    .flechita-bajar {
        margin-left: 270px;
    }
    #barra-progreso {
        bottom: 50%;
        width: 300px;
    }
    span.volver-boton {
        display: none;
    }
    .cajainterna-blur-derecha {
        background: #FFF;
        max-width: 100%;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 40px;
        margin-top: 0px;
        right: 80px;
        position: absolute;
        width: 100%;
        left: 0;
        display: block;
    }
    .cajainterna-blur {
        background: #FFF;
        max-width: 100%;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 50px;
        margin-top: 0px;
        right: 0px;
        left: 0px;
        position: absolute;
        width: 100%;
        left: 0;
        display: block;
    }
    .titulo-cajainterna {
        font-size: 2.3rem;
        line-height: 3rem;
        text-transform: uppercase;
        color: #000;
    }
    .parrafo-cajainterna {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000000;
    }
    .placa-vid {
        height: 550px;
        margin-top: 230px;
    }
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .mov-no {
        display: none!important;
    }
    .desk-no {
        display: block;
    }
    h2.tit-sincaja-titulo-pagina-2 {
        font-size: 3.5rem;
        line-height: 4rem;
        color: #ffffff;
        text-transform: initial;
        max-width: 250px;
        left: 10%;
        margin-top: 0px;
        position: absolute;
        text-transform: uppercase!important;
    }
    h2.tit-sincaja-titulo-pagina-3 {
        font-size: 3.5rem;
        line-height: 4rem;
        color: #ffffff;
        width: 250px;
        margin-top: 160px;
        position: absolute;
        left: 10%;
        margin-right: 0px;
        text-transform: uppercase;
    }
    .swiper-pagination-bullet-active {
        background: #ffffff;
    }
    .swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
        margin-bottom: 15px;
    }
    .tag-novedad {
        left: 0px;
    }
    .tit-nov-mob {
        font-size: 4.5rem!important;
        line-height: 4rem!important;
        margin-top: -170px;
    }
    .titulo-operaciones2 {
        font-size: 3rem;
        line-height: 4rem;
        max-width: 300px;
    }
    .op-medio {
        margin-top: -80px;
        margin-left: -25px;
    }
    .texto-operaciones {
        margin-top: -65px;
        padding-left: 20px;
    }
    .icono-operaciones {
        margin: 0 30px 0 -50px;
    }
    .info-banner-box-2 .content-box {
        height: 80%;
    }
    .op-abajo {
        bottom: 70px;
        padding: 0px 12px 0 7px;
    }
    .feature-box.feature-box-7 .box, .feature-box.feature-box-7 div:first-child .box {
        border: 0px!important;
    }
    .text-oper-abajo {
        width: 100%!important;
    }
    .feature-box.feature-box-7 .box figure {
        max-width: 300px;
    }
    .tit-oper-abajo {
        padding-left: 0px;
    }
    .titdesk-850 {
        max-width: 320px!important;
        padding-top: 0px;
    }
    .mov-uppercase {
        text-transform: uppercase!important;
        padding: 150px 0 0 40px!important;
    }
    .tit-mov-sobrepae {
        padding-top: 80px!important;
        text-align: center!important;
        max-width: 300px!important;
        left: 50%;
        position: absolute;
        width: 300px;
        transform: translateX(-50%);
        padding-left: 0px!important;
        margin-left: 0px;
    }
    .pt20mov {
        padding-top: 20px!important;
    }
    .subtitulo-sobrepae {
        margin-left: 40px!important;
        font-size: 1.8rem;
    }
    .boton-sobrepae {
        margin-left: 40px!important;
    }
    .titulo1-lineadetiempo {
        text-align: left;
        left: 50%;
        margin-left: -140px;
        font-size: 3rem!important;
        line-height: 3.2rem!important;
        width: 250px!important;
    }
    .titulo2-lineadetiempo {
        font-size: 3rem!important;
        line-height: 3.2rem!important;
        text-transform: uppercase!important;
        left: 50%!important;
        margin-left: -140px!important;
        width: 260px!important;
    }
    .mov-uppercase {
        text-transform: uppercase!important;
    }
    .swiper-interno {
        bottom: -10px;
    }
    .flecha-atras {
        display: none;
    }
    .fecha-izq {
        margin: 10px 0 10px 0px!important;
        padding: 20px;
        text-align: center;
    }
    .fecha-der {
        margin: 10px 0 10px 0px!important;
        padding: 20px;
        text-align: center;
    }
    .caja-dato-ldt {
        padding-left: 10px;
    }
    .fecha-izq::before {
        display: none;
    }
    .fecha-der::before {
        display: none;
    }
    .content-lineadetiempo {
        min-height: auto!important;
    }
    .cajas-lineadetiempo {
        margin-top: 0px!important;
    }
    .caja-dato-ldt-izq {
        padding-left: 0px;
        max-width: 70%;
    }
    .caja-dato-ldt-der {
        max-width: 70%;
        padding-right: 0px;
    }
    .fdlinea-der {
        right: 0px!important;
    }
    .caja-extranet-1 {
        height: 300px;
        max-width: 380px;
        margin: 20px auto!important;
        padding: 60px;
    }
    .caja-extranet-2 {
        height: 380px;
        max-width: 380px;
        margin: 0px auto!important;
        padding: 52px;
    }
    .icono-extranet {
        display: none;
    }
    .text-boton2-extranet {
        margin: auto;
        left: 0px;
        text-align: center;
        padding: 0px 50px;
        margin-top: -8px;
        line-height: 1.3rem;
    }
    .boton-modal-2a {
        padding: 20px 20px 57px 20px;
    }
    .boton-modal-2b {
        padding: 20px 20px 30px 20px;
    }
    .subtit-sincaja-titulo-pagina {
        margin-left: 40px!important;
        padding-right: 40px!important;
    }
    .caja-interna-contacto {
        width: 100%!important;
        max-width: 490px!important;
        left: 50%!important;
        transform: translateX(-50%);
        margin-top: 100px!important;
        min-height: 290px;
        background: #4e4e4e;
    }
    .titulo-caja-contacto {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .titulo-caja-proveedores {
        text-align: left;
    }
    .desc-caja-proveedores {
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .boton-proveedores-2 {
        padding: 15px 20px;
        border-radius: 30px;
        height: 50px;
        max-width: 180px;
    }
    .boton-proveedores-3a {
        width: 290px;
        height: 100px;
        padding-top: 30px;
    }
    .boton-proveedores-3b {
        width: 290px;
        height: 100px;
        padding-top: 30px;
    }
    .icono-proveedores {
        position: absolute;
        left: 10px;
    }
    .text-boton2-proveedores {
        position: absolute;
        text-align: left;
        left: 40px;
    }
    h2.tit-sincaja-titulo-pagina-5 {
        font-size: 3.5rem;
        line-height: 4rem;
        max-width: 300px;
        padding: 80px 20px 0 50px;
    }
    h3.subtit-sincaja-titulo-pagina-2 {
        margin-left: 50px;
        font-size: 2.3rem;
    }
    .boton-proveedores-1 {
        margin-left: 50px;
        border: 1px solid #ffffff;
        padding: 11px 0px;
        max-width: 190px;
        height: 45px;
        border-radius: 30px;
    }
    .texto-parrafo-3 {
        font-size: 2rem;
        line-height: 2.8rem;
        color: #6b6b6b;
        width: 350px;
        text-align: left;
        padding-left: 15px;
    }
    .caja-parrafo-obligacion {
        padding: 10px!important;
    }
    ul.lista-obligacion {
        padding-left: 25px;
    }
    .panel-tit-obligaciones {
        padding: 18px 15px 10px 0!important;
    }
    .icono-lista-obligaciones {
        display: none;
    }
    .item-obligacion {
        padding-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding: 10px;
    }
    .boton-obligaciones {
        width: 320px;
    }
    ul.lista-obligacion {
        list-style: initial;
    }
    .bajar-mov-bottom-45 {
        margin-bottom: -45px;
    }
    .tit-mov-sustentabilidad {
        padding: 70px 0 0 40px!important;
        font-size: 2.5rem!important;
        line-height: 3rem!important;
    }
    .tit-pymes {
        font-size: 3rem!important;
        line-height: 3.5rem!important;
        padding: 200px 0 0 40px!important;
    }
    .subtit-pymes {
        margin-left: 40px!important;
        max-width: 280px;
    }
    .boton-pymes-1 {
        margin-left: 40px;
        display: block;
    }
    .boton-pymes-2 {
        width: 210px;
        margin: 10px 0 0 40px;
    }
    .parrafo-cajainterna .tit-pymes2 {
        color: #ffffff!important;
    }
    .caja-tit1-pymes {
        background: #00000078;
        color: #ffffff!important;
        padding: 40px 40px 256px 40px;
    }
    .caja-tit1-pymes>.fondo-blanco-para-blur {
        display: none;
    }
    .texto-caja1-pymes {
        height: 260px;
    }
    .caja-tit2-pymes {
        background: transparent;
    }
    .tit2-pymes {
        font-size: 3.5rem;
        line-height: 4rem;
        text-transform: uppercase;
    }
    .caja-tit3-pymes {
        background: transparent;
        padding: 40px;
    }
    .texto-caja3-pymes {
        height: 400px;
    }
    .tit3-pymes {
        font-size: 3.5rem;
        line-height: 4rem;
        text-transform: uppercase;
    }
    .caja-portada {
        padding-top: 0px;
    }
    .subtitulo-portada-seccion {
        margin-left: 40px !important;
        font-size: 1.5rem;
        line-height: 2rem;
        padding-right: 40px;
    }
    .tit2-mgo {
        font-size: 5rem;
        line-height: 5rem;
    }
    .caja-interna-mgo {
        width: 90%!important;
        margin: auto!important;
        transform: translateX(0%);
    }
    .caja-mgo .cajainterna-blur {
        background: #00000070;
        padding: 10px;
    }
    .lista-mgo {
        border: 0px!important;
        max-width: 240px;
        margin: auto;
    }
    .lista-mgo li span {
        margin-left: -140px;
    }
    .lista-mgo li h4 {
        font-size: 1.3rem;
        padding-left: 34px;
        text-align: left;
        padding-right: 0px;
        padding-top: 0px;
    }
    .padding-lista-mgo-2 {
        padding: 0px;
    }
    .caja-mgo {
        height: 700px;
    }
    .boton-contacto-1 {
		max-width: 320px;
		bottom: 110px;
	}
	.boton-contacto-2 {
		max-width: 320px;
		bottom: 60px;
	} 
	.boton-contacto-3 {
		max-width: 320px;
		bottom: 10px;
	}

    .titulo-portada-seccion {
        padding-left: 40px;
    }
    .pt100mov {
        padding-top: 100px!important;
    }
    .boton-portada {
        margin-left: 40px!important;
        padding: 0px 30px!important;
    }
    .mov-tit-segu {
        font-size: 2.3rem!important;
        line-height: 3rem!important;
        padding-right: 60px!important;
    }
    .mov-tit-sobre {
        font-size: 2.3rem;
        line-height: 3rem;
        padding-right: 50px!important;
        padding-left: 40px;
    }
    .mov-bg-dark {
        background: #00000057;
        padding-top: 20px;
    }
    .caja-titulo-operaciones {
        padding-left: 0px;
        width: 90%;
        margin: auto;
        top: 100px;
    }
    .titulo-operaciones {
        font-size: 2.5rem;
        line-height: 2.8rem !important;
        width: 280px;
        margin-left: 50px;
    }
    .mov-tit-upstream {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .cajainterna-blur.cuenca {
        background: #bebebe;
        padding: 60px;
    }
    .img-cuenca {
        max-width: 800px!important;
        height: 600px!important;
        margin-top: 160px;
    }
    .boxes-upstream {
        background: #0000009e;
        padding: 30px;
    }
    .mov-no-overflow {
        overflow-y: hidden!important;
    }
    .html-video {
        min-height: 100%!important;
    }
    .fondo-mov {
        object-fit: cover;
        height: 100vh;
        margin-top: -165px!important;
        z-index: -1;
        position: relative;
    }
    .swiper-home {
        bottom: 60px;
    }
    .padding-lista-mgo-1 {
        padding: 0px;
    }
    .tit-sus-mov {
        font-size: 2.7rem;
        line-height: 3rem;
        padding-right: 50px!important;
    }
    .icono-columna .texto-parrafo {
        font-size: 1.4rem;
    }
    .caja-portada {
        max-width: 330px!important;
    }
    .tit-parque-renovable {
        color: #ffffff!important;
        padding-left: 50px;
        font-size: 2.7rem;
        line-height: 3.2rem;
    }
    .tit1-mgo {
        font-size: 2rem;
        line-height: 3rem;
    }
    #popup-extranet .mfp-close {
        right: 20px;
        top: -25px;
    }
    .mfp-container {
        max-width: 360px!important;
        max-height: 780px;
    }
    .boton-portada-2 {
        margin-left: 40px!important;
    }
    .bgnegrotransp-mov {
        background-color: #00000099!important;
    }
    .bgnegrotransp-mov-portada {
        background-color: #0000005c!important;
    }
    .caja-tit-movil {
        background: transparent;
        padding: 20px 40px;
    }
    .texto-caja-movil {
        min-height: 300px;
    }
    .tit-movil {
        font-size: 3.3rem;
        line-height: 4rem !important;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    .minheight550 {
        min-height: 550px!important;
    }
    .mov-si {
        display: block!important;
    }
    #popup-extranet .mfp-close {
        right: -10px;
        top: -10px;
    }
    .swiper-full-screen {
        height: 100vh!important;
        bottom: 24px;
    }
    .bloque-lineadetiempo {
        background: #090504!important
    }
    .bot-upstream {
		line-height: 1.5rem;
		padding: 3px 20px!important;
		margin-left: 35px!important;
	}
}

/* MOVIL */

/* iOS */

@supports (-webkit-touch-callout: none) {
    .n {}
    .idioma {
        top: 45px!important;
    }
    .titulo-operaciones {
        font-size: 2rem!important;
        margin-left: 40px!important;
    }
    .op-medio {
        margin-top: -140px!important;
    }
    .tit-oper-abajo {
        font-size: 2rem!important;
    }
    .op-abajo {
        bottom: 130px!important;
    }
    .boton-pymes-1, .boton-pymes-2 {
        width: 230px!important;
    }
    .bgnegrotransp-mov {
        background-color: #00000099!important;
    }
    .bgnegrotransp-mov-portada {
        background-color: #0000005c!important;
    }
    button#open-button {
        margin-top: 20px!important;
    }
}

/* iOS std */

/* iOS 6-7 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .titulo-principal {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 220px;
    }
    .texto-home {
        top: 130px;
    }
    .boton-home {
        top: 180px;
    }
    .swiper-home {
        bottom: 20px;
    }
    .subtitulo-portada-seccion {
        font-size: 1.7rem!important;
        line-height: 2.5rem!important;
    }
    .tit-mov-sobrepae {
        padding-top: 0px!important;
    }
    h2.tit-sincaja-titulo-pagina {
        font-size: 2rem!important;
        line-height: 2.5rem!important;
        padding-top: 0px!important;
    }
    .titulo-portada-seccion {
        padding: 120px 40px 0 40px!important;
        font-size: 2rem!important;
        line-height: 2.5rem!important;
    }
    .tit-mov-sobrepae {
        margin-top: -14px!important;
    }
    .container.boxes-sobrepae {
        bottom: 4px;
    }
    .titulo-operaciones {
        font-size: 1.5rem!important;
        line-height: 2rem!important;
        margin-left: 40px!important;
        padding-top: 0px!important;
        width: 290px!important;
    }
    .op-medio {
        margin-top: -70px!important;
    }
    .tit-oper-abajo {
        font-size: 1.5rem!important;
    }
    .op-abajo {
        bottom: 40px!important;
    }
    h3.texto-principal-centro {
        font-size: 1.5rem!important;
        line-height: 2.1rem!important;
        width: 330px!important;
    }
    .boton-pymes-1, .boton-pymes-2 {
        width: 230px!important;
    }
    .info-banner-box-2 {
        height: 60px;
    }
    .text-oper-abajo {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important;
    }
    .bgnegrotransp-mov {
        background-color: #00000099!important;
    }
    .bgnegrotransp-mov-portada {
        background-color: #0000005c!important;
    }
    .boton-portada {
		font-size: 1.1rem!important;
	}
}

/* iOS 6-7 */

/* iOS plus-pro */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .texto-home {
        top: 150px!important;
    }
    .swiper-home {
        bottom: 20px!important;
    }
    .idioma {
        top: 45px!important;
    }
    .subtitulo-portada-seccion {
        font-size: 1.7rem!important;
        line-height: 2.5rem!important;
    }
    .tit-mov-sobrepae {
        padding-top: 0px!important;
    }
    h2.tit-sincaja-titulo-pagina {
        font-size: 2.5rem!important;
        line-height: 3rem!important;
        padding-top: 0px!important;
    }
    .titulo-portada-seccion {
        padding-top: 80px!important;
        font-size: 2rem!important;
        line-height: 2.5rem!important;
    }
    .titulo-operaciones {
        font-size: 2rem!important;
        margin-left: 40px!important;
    }
    .op-medio {
        margin-top: -140px!important;
    }
    .tit-oper-abajo {
        font-size: 2rem!important;
    }
    .op-abajo {
        bottom: 130px!important;
    }
    h3.texto-principal-centro {
        font-size: 1.5rem!important;
        line-height: 2.1rem!important;
        width: 330px!important;
    }
    .boton-pymes-1, .boton-pymes-2 {
        width: 230px!important;
    }
    .bgnegrotransp-mov {
        background-color: #00000099!important;
    }
    .bgnegrotransp-mov-portada {
        background-color: #0000005c!important;
    }
}

/* iOS plus-pro */

/* S5 */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .texto-home {
        top: 130px;
    }
    .titulo-principal {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    .boton-home {
        top: 200px;
    }
    .swiper-home {
        bottom: 30px;
    }
    .mov-tit-sobre {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 70px!important;
    }
    .titulo-portada-seccion {
        font-size: 2rem;
        line-height: 3rem !important;
        padding-top: 70px!important;
    }
    .subtitulo-portada-seccion {
        margin-left: 40px !important;
    }
    .titulo-operaciones {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        margin-left: 35px;
    }
    .op-abajo {
        bottom: 20px;
        padding: 0px 12px 0 0;
    }
    .tit-oper-abajo {
        font-size: 2rem;
    }
    .text-oper-abajo {
        line-height: 2rem;
    }
    .caja-extranet-1 {
        height: 250px;
        margin: 10px auto;
    }
    .caja-extranet-2 {
        padding: 10px 52px;
    }
}

/* S5 */

/* G4 */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .texto-home {
        top: 130px;
    }
    .titulo-principal {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    .boton-home {
        top: 200px;
    }
    .swiper-home {
        bottom: 30px;
    }
    .mov-tit-sobre {
        font-size: 2rem;
        line-height: 3rem;
        padding-top: 70px!important;
    }
    .titulo-portada-seccion {
        font-size: 2rem;
        line-height: 3rem !important;
        padding-top: 70px!important;
    }
    .subtitulo-portada-seccion {
        margin-left: 35px;
    }
    .titulo-operaciones {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-left: 35px;
    }
    .op-abajo {
        bottom: 20px;
        padding: 0px 12px 0 0;
    }
    .text-oper-abajo {
        line-height: 2rem;
    }
    .caja-extranet-1 {
        height: 250px;
        margin: 10px auto;
    }
    .caja-extranet-2 {
        padding: 10px 52px;
    }
}

/* G4 */

/* G5PLUS */

@media screen and (device-width: 360px) and (device-height: 760px) and (-webkit-device-pixel-ratio: 2) {
    .titulo-principal {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 220px;
    }
    .boton-home {
        top: 190px;
    }
    .swiper-home {
        bottom: 30px;
    }
    .titulo-portada-seccion {
        font-size: 2.3rem;
        line-height: 3rem !important;
        padding-top: 70px!important;
    }
    .subtitulo-portada-seccion {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .titulo-operaciones {
        font-size: 1.8rem;
        line-height: 2rem;
        width: 290px;
        margin-left: 30px;
    }
    .op-medio {
        margin-top: -60px;
        margin-left: -5px;
    }
    .op-abajo {
        bottom: 0px;
    }
    .info-banner-box-2 {
        max-width: 290px!important;
    }
}

/* G5PLUS */
/* MOTO G6*/

@media screen and (device-width: 360px) and (device-height: 720px) and (-webkit-device-pixel-ratio: 3) {
	.titulo-principal {
		font-size: 2.5rem;
		line-height: 3rem;
		max-width: 220px;
	}
	.boton-home {
		top: 190px;
	}
	.swiper-home {
		bottom: 30px;
	}
	.titulo-portada-seccion {
		font-size: 2.3rem;
		line-height: 3rem;
		padding-top: 80px!important;
		padding-left: 40px!important;
	}
	.subtitulo-portada-seccion {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	.titulo-operaciones {
		font-size: 1.8rem;
		line-height: 2rem;
		width: 290px;
		margin-left: 30px;
		top: -30px!important;
	}
	.op-medio {
		margin-top: -60px;
		margin-left: -5px;
	}
	.op-abajo {
		bottom: 0px;
	}
	.info-banner-box-2 {
		max-width: 290px!important;
	}
}

/* MOTO G6*/
/* Android-SM */

@media screen and (device-width: 360px) and (device-height: 625px) and (-webkit-device-pixel-ratio: 2) {
    .titulo-principal {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 220px;
    }
    .boton-home {
        top: 190px;
    }
    .swiper-home {
        bottom: 30px;
    }
    .titulo-portada-seccion {
        font-size: 2.3rem;
        line-height: 3rem;
        padding-top: 70px!important;
    }
    .subtitulo-portada-seccion {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .titulo-operaciones {
        font-size: 1.8rem;
        line-height: 2rem;
        width: 290px;
        margin-left: 30px;
    }
    .op-medio {
        margin-top: -60px;
        margin-left: -5px;
    }
    .op-abajo {
        bottom: 0px;
    }
    .info-banner-box-2 {
        max-width: 290px!important;
    }
}

/* Android-SM */

/* IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flechas-home, .barra-flechas-home, #barra-progreso {
        display: none!important;
    }
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .parallax {
        background-size: auto;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }
    .caja-titulo-pagina {
        background: #6b6b6b;
    }
    .caja-novedad {
        background: #6b6b6b;
    }
    .boton-blur {
        background: #6b6b6b;
    }
    ul.lista-redes {
        background: #6b6b6b;
    }
    .tag-novedad {
        border-top: 30px solid #6b6b6b;
    }
    .tag-seccion {
        border-top: 30px solid #6b6b6b;
    }
    button#open-button {
        background: #6b6b6b;
        margin-top: -25px;
    }
    .bg-desenfocado {
        background: #6b6b6b;
    }
    .cajainterna-blur {
        background: #6b6b6b;
    }
    .video-interior-tab-izq {
        background: transparent;
        border: 0px;
    }
    .video-interior-tab-der {
        background: transparent;
        border: 0px;
        margin-left: -700px;
    }
    .borde-video {
        box-shadow: none;
    }
    .bg-negro-op5 {
        background: #6b6b6b;
    }
    .bg-blanco-op5 {
        background: #ffffff;
    }
    .dropdown:hover {
        background: #6b6b6b;
    }
    .cajainterna-blur {
        background: #6b6b6b;
    }
    .caja-blur-tab-1 {
        background: #6b6b6b;
    }
    .caja-blur-tab-2 {
        background: #6b6b6b;
    }
    .boton-lineadetiempo {
        background: #6b6b6b;
    }
    .fecha-lineadetiempo {
        background: #6b6b6b;
    }
    .bloque-lineadetiempo {
        background: #444444!important;
    }
    .no-ie {
        display: none!important;
    }
    .flechas-lineadetiempo {
        display: none;
    }
    .boton-lineadetiempo {
        background: #000000!important;
    }
    .linea-bajar-seccion {
        display: none;
    }
    .alinear-centro-operaciones {
        transform: translate(-30%, -45%);
    }
    .my-mfp-zoom-in.mfp-ready.mfp-bg {
        display: block;
    }
    .pb13-ie {
        padding-bottom: 13px!important;
    }
    .si-ie {
        display: block!important;
    }
    .vid-ie {
        background: #ababab;
        padding: 5px;
        box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
    }
}

/* IE */