

/*  Header ========================================= */

/*========================= Header =============================*/
body{
    max-width: 100%;
}
#header{
    background-color:transparent;
    padding:60px 70px 60px 70px;
 }

/* Ajuste del header cuando el toolbar está visible */
.admin-bar .navbar.navbar-fixed-top {
    top: 32px; /* Tamaño estándar de la barra de admin en pantallas grandes */
}

@media screen and (max-width: 782px) {
    .admin-bar .navbar.navbar-fixed-top {
        top: 46px; /* Tamaño de la barra de admin en pantallas más pequeñas */
    }
}

/* Para asegurarnos que el resto del frontend sigue igual sin barra de admin */
.navbar.navbar-fixed-top {
    top: 0; /* Mantener en 0 cuando no hay barra de administración */
}

 .title-menu h6{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #ffffff;
 }

 .title-menu h2{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
 }
 .burger-menu i{
    font-size: 26px;
    color: #ffffff;
    margin: 15px 0px 0px 0px;
 }

 .burger-menu i:hover{
    opacity: .5;
 }

 .flex-row {
    display: flex;
    align-items: center;
 }

 #logo-header{
    height: 100px;
    width: 169px;
 }
 #header-movil{
    padding: 30px 0px 30px 0px;
 }

 #header-movil img {
    height: 25px;
}

 #header-movil h6{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
 }

 #header-movil h2{
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
 }

 #header-movil i{
    color: #ffffff;
    font-size: 20px;
    margin: 5px 0px 0px 0px;
 }

.border-tel{
    border-bottom: 3px solid #7904BF;
}

.border-pub{
    border-bottom: 3px solid #1428E0;
}

.border-tec{
    border-bottom: 3px solid #1BEDC5;
}

.border-pai{
    border-bottom: 3px solid #7904BF;
}

.border-eng{
    border-bottom: 3px solid #ffcc00;
}

.border-who{
    border-bottom: 3px solid #BF0462;
}

.inf-sig-not{
    height: 500px;
}

.destacado-small{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 230px;
    overflow: hidden;
    margin-bottom: 15px;
}

.destacado-small:hover .feat-image{
    transform: scale(1.1);
}

.destacado-small .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.destacado-small .opacity{
    height: 230px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
    position: relative;
}

.destacado-small .info{
    bottom: 0px;
    width: 87%;
    position: absolute;
    padding: 0px 30px 30px 30px;
}

.destacado-small .info h5{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    margin: 0px 0px 10px 0px;
}

.destacado-small .info h3{
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-transform: none;
    font-weight: 600;
}

.destacado-small .info h3:hover{
    text-decoration: underline;
}

.destacado-small .info h6{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    opacity: .7;
}
.square-purple{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background-color: #8103EE;
}
.square-black{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background-color: #111111;
}
.square-transparent{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background-color: transparent;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-left-m {
    text-align: left;
}

.align-left-m > p > a {
    margin: 0px !important;
    font-size: unset !important;
}

.align-left-m > p > a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
    opacity: unset !important;
}

.align-left-m > p {
   margin: 0px !important;
}
.space {
   padding-bottom: 15px;
}

#especiales a {
    font-size: 14px !important;
}
@media (max-width: 992px){



}
/* =========== Menu lateral ========== */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.sidenav .cont-side{
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 80px;
}

.sidenav a {
    padding: 8px 0px 20px 0px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: right;
}

.sidenav a:hover {
    color: #f1f1f1;
    cursor: pointer;
}

.sidenav hr{
    opacity: .3;
}

.sidenav .submenu a{
    font-size: 16px;
    text-transform: none;
    padding: 8px 0px 10px 0px;
}

.sidenav .submenu a:hover{
    color: #ffcc00;
}


  .sidenav .redes{
    margin-top: 40px;
    text-align: right;
  }

  .sidenav .redes a{
   display: inline-block;
   margin: 0px 0px 0px 10px;
   font-size: 20px;
  }

  .sidenav .closebtn {
    position: absolute;
    right: 50px;
    font-size: 46px;
    color: #ffffff;
  }

@media (max-width: 992px){


}

/* =========== Section Portada ========== */

.m-b-first h2{
    text-transform: uppercase;
}
.m-b-first a:hover{
   text-decoration: underline;
}
.m-p-first p{
    line-height: 30px;
}
.wp-block-columns{
  display: table;
}
.wp-block-column{
   display: table-cell;
   width: 50%;
}
@media (max-width: 992px) {
    .wp-block-column{
        display: table-cell;
        width: 100%;
     }
}
.wp-block-column p {
    font-size: 14px !important;
    padding-right: 25px;
}
.section-portada{
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.section-portada .opacity{
    height: 80%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
}

.section-portada-smart {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-size: 100%;
}
.section-portada-smart .opacity,.section-portada-smart-movil .opacity{
    position: relative;
    background: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.10),rgba(0,0,0,0));
    height: 100vh;
    width: 100%;
}

@media (max-width: 992px){

    .section-portada{
        height: 400px;
    }

    .section-portada .opacity{
        height: 90%;
        opacity: .9;
    }
    .section-portada-smart-movil {
        background-position: center;
        background-size: cover;
        text-align: center;
        position: relative;
    }
    .wp-block-columns{
        display: block;
      }
    .wp-block-column{
        display: block;
     }

}

@media (max-width:320px){
    .section-portada{
       height: 800px;
       margin-bottom: 50px;
    }
    .section-portada-smart-movil{
        height: 800px;
    }
}

@media (max-width:375px){
    .section-portada{
       height: 800px;
       margin-bottom: 50px;
    }
    .section-portada-smart-movil{
        height: 800px;
        background-color: white;
    }
}

/* Home Sec 1 =========================== */

.section-home1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0px 0px 0px;
}

.section-home1 h1{
    font-size: 80px;
    line-height: 70px;
    width: 100%;
    color: #ffffff;
    font-weight: 300;
    margin:140px 0px 30px 0px;
}

.section-home1 h3{
    font-size:20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    width: 400px;
    margin:0px 0px 20px 0px;
}

.section-home1 img{
    width: 100%;
}

.btn-hom1{
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 20px 8px 20px;
    border-radius: 100px;
}

.btn-hom1:hover{
    background-color: #000000;
    color: #ffffff;
    opacity: .5;
}

@media (max-width: 992px){

    .section-home1{
        padding: 90px 0px 0px 0px;
    }

    .section-home1 h1{
        font-size: 44px;
        line-height: 40px;
        margin:10px 0px 20px 0px;
    }

    .section-home1 h3{
        font-size:14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 300;
        width: 100%;
        margin:0px 0px 40px 0px;
    }

}

/* Background =============================== */
.bg-dark{
    background-color: #141414 !important;
    color: #ffffff !important;
}


/* Destacados =========================== */


.section-destacados{
    background-color:#ffffff;
    padding: 60px 0px 0px 0px;
    color: #ffffff;
}

.section-destacados a{
    color: #ffffff;
}

.section-title h1{
    color: #ffffff;
    font-size: 46px;
    margin: 0px 0px 0px 0px;
}

.section-title h6{
    color: #ffffff;
    font-weight: 300;;
    text-align: right;
    font-size:16px;
    margin: 30px 0px 0px 0px;
}

/* .section-title i{
    margin-left: 10px;
} */

.section-title a:hover{
    text-decoration: none;
    opacity: .6;
}

.section-title h6:hover{
    opacity: .6;
}

.hr-title{
    margin: 20px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
}

.card-destacado-big{
    height: 500px;
    background-position: center;
    background-size: cover;
    margin: 0px 0px 30px 0px;
}

.card-destacado-big .opacity{
    position: relative;
    height: 500px;
    background: linear-gradient(to top, rgba(0,0,0,.80), rgba(96,96,96,.40),rgba(96,96,96,0));
    padding: 20px 30px 0px 30px;
}

.card-destacado-big .opacity .info-card{
    position: absolute;
    bottom:20px;
    padding: 0px 100px 0px 0px;
}

.card-destacado-big .opacity .info-card h5{
    background-color: #8103EE;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.card-destacado-big .opacity .info-card h3{
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    margin: 0px 0px 15px 0px;
}

.card-destacado-big .opacity .info-card p{
    font-size: 14px;
    opacity: .7;
    margin: 0px 0px 0px 0px;
}


.card-destacado-small{
    height: 235px;
    background-position: center;
    background-size: cover;
    margin: 0px 0px 30px 0px;
}

.card-destacado-small .opacity{
    position: relative;
    height: 235px;
    background: linear-gradient(to top, rgba(0,0,0,.80), rgba(96,96,96,.40),rgba(96,96,96,0));
    padding: 20px 20px 0px 20px;
}

.card-destacado-small .opacity .info-card{
    position: absolute;
    bottom:20px;
    padding: 0px 20px 0px 0px;
}

.card-destacado-small .opacity .info-card h5{
    background-color: #8103EE;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.card-destacado-small .opacity .info-card h3{
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
}

.destacado-big{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 480px;
    overflow: hidden;
    margin-bottom: 15px;
}

.destacado-big:hover .feat-image{
    transform: scale(1.1);
}

.destacado-big .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.destacado-big .opacity{
    height: 480px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
    position: relative;
}

.destacado-big  .info{
    bottom: 0px;
    width: 87%;
    position: absolute;
    padding: 0px 30px 30px 30px;
}

.destacado-big  .info h5{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    margin: 0px 0px 10px 0px;
}

.destacado-big  .info h3{
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    text-transform: none;
    font-weight: 600;
}

.destacado-big  .info h3:hover{
    text-decoration: underline;
}

.destacado-big  .info h6{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    opacity: .7;
}


@media (max-width: 992px){

    .section-destacados{
        padding: 40px 0px 0px 0px;
    }

    .section-title h1{
        font-size: 30px;
    }

    .section-title h6{
        color: #ffffff;
        font-weight: 300;;
        text-align: left;
        font-size:16px;
        margin: 10px 0px 30px 0px;
    }

    .hr-title{
        margin: 10px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
    }

    .card-destacado-big{
        height: 270px;
        margin: 0px 0px 30px 0px;
    }

    .card-destacado-big .opacity{
        height: 270px;
        background: linear-gradient(to top, rgba(0,0,0,.90), rgba(96,96,96,.40),rgba(96,96,96,0));
        padding: 20px 10px 0px 10px;
    }

    .card-destacado-big .opacity .info-card{
        position: absolute;
        bottom:15px;
        padding: 0px 10px 0px 0px;
    }

    .card-destacado-big .opacity .info-card h5{
        font-size: 12px;
        padding: 1px 7px 1px 7px;
        display: inline-block;
        margin: 0px 0px 10px 0px;
    }

    .card-destacado-big .opacity .info-card h3{
        font-size: 20px;
        color: #ffffff;
        letter-spacing: -1px;
        line-height: 24px;
        margin: 0px 0px 10px 0px;
    }

    .card-destacado-big .opacity .info-card p{
        font-size: 12px;
        line-height: 14px;
        opacity: .7;
    }
    .square-purple{
        width: 16px;
        height: 16px;
    }
    .destacado-big{
        min-height: 230px;
    }

    .destacado-big .opacity{
        height: 230px;
    }

    .destacado-big .info{
        bottom: 0px;
        width: 100%;
        position: absolute;
        padding: 0px 15px 15px 15px;
    }

    .destacado-big .info h5{
        font-size: 12px;
    }

    .destacado-big  .info h3{
        font-size: 14px;
    }

    .card-video .info h3{
        font-size: 14px;
    }

    .destacado-small .info h3{
        font-size: 14px;
    }

    .destacado-small  .info{
        bottom: 0px;
        width: 100%;
        position: absolute;
        padding: 0px 15px 15px 15px;
    }

    .destacado-small  .info h5{
        font-size: 12px;
    }

    .destacado-small  .info h6{
        font-size: 11px;
    }

    .video-embed video{
        height: 230px !important;
    }

    .video-embed iframe{
        height: 230px !important;
    }

}

/* =========== Section Especial ========== */

.section-especial{
    padding: 80px 0px 20px 0px;
}

.section-especial img{
    width: 100%;
}

.rm-padding{
    padding-top: 0px;
}

.sec-big-especial .img-big-esp{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-big-esp:hover .feat-image{
    transform: scale(1.1);
}

.img-big-esp .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
}

@media (max-width: 600px){

    .img-big-esp .feat-image {
        height: 100%;
        position: absolute;
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

}

/* .sec-big-especial .img-big-esp{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-big-esp:hover .feat-image{
    transform: scale(1.1);
}

.img-big-esp .feat-image {
    height: 100%;
    width: 100%;
    background-size: contain;
    min-height: 182px;
    background-repeat: no-repeat;
} */

.section-especial h3{
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
}

.square-purple{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    background-color: #8103EE;
}

.hr-grey{
    background-color: #BCBCBC;
    border: 1px solid #BCBCBC ;
    margin: 20px 0px 40px 0px;
}

.tag{
    background-color: #8103EE;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 13px 6px 13px;
    margin-right: 5px;
}

.tag a{
    color: white;
}

.section-especial h2{
    text-transform: uppercase;

}

.section-especial h2:hover{
    cursor: pointer;
    text-decoration: underline;

}

.section-especial p{
    line-height: 30px;
}

@media (max-width: 992px){

    .section-especial{
        padding: 0px 0px 40px 0px;
    }

    .square-purple{
        width: 16px;
        height: 16px;
    }

    .section-especial h3{
        font-size: 20px;
        padding-top: 0px;
    }

    .hr-grey{
        margin: 10px 0px 20px 0px;
    }

    .sec-big-especial .img-big-esp{
        min-height: 240px;
    }

    .section-especial h2{
        font-size: 26px;
    }

    .section-especial p{
        line-height: 26px;
    }
    .tag{
        margin-right: 0px;
    }

}

/* Banner =========================== */

.section-banner{
    background-color: #ffffff;
    padding: 20px 0px 50px 0px;
    border: none;
}

.section-banner img{
    width: 100%;
}

.parallax2,.parallax-smart {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-size: 100%;
    margin-bottom: 60px;
}
.parallax2 .opacity {
    height: 700px;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

 @media (max-width: 992px){
    .parallax2-2 .opacity {
        position: relative;
        background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.10),rgba(0,0,0,0));
        height: 700px;
        width: 100%;
    }
 }
/* Top Ececutives =========================== */

.card-executive{
    margin:0px 0px 30px 0px;
}

.card-executive .img-executive{
    height: 240px;
    background-position: center;
    background-size: cover;
}

.card-executive .img-executive .opacity{
    position: relative;
    height: 240px;
    background: linear-gradient(to top, rgba(0,0,0,.80), rgba(0,0,0,.40),rgba(0,0,0,0));
    padding: 20px 30px 0px 30px;
}

.card-executive .info-executive{
    background-color: #000000;
    height: 270px;
    padding: 35px 20px 20px 20px;
}

.card-executive .info-executive h6{
    background-color: #8103EE;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.card-executive .info-executive h3{
    font-size: 28px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.card-executive .info-executive p{
    font-size: 14px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
}

.banner-section img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner-smarts-ninety img {
    max-width: 90%;
}
.banner-smarts-width-to-width img{
    max-width: 100%;
}
.with-to-with img{
    width: 100%;
}
@media (max-width: 992px){

    .card-executive .info-executive{
        background-color: #000000;
        height: 100%;
        padding: 35px 20px 35px 20px;
    }
    .banner-smarts-ninety img{
        width: 100%;
        height: auto;
    }
    .with-to-with img{
        width: 100%;
    }

}


/* Directorio y empresas =========================== */

.section-opcion-w-e{
    background-color: #ffffff;
    padding: 20px 0px 50px 0px;
    border: none;
}

.card-link{
    height: 370px;
    background-position: center;
    background-size: cover;
    border-bottom: 10px solid #8103EE;
    margin: 0px 0px 30px 0px;
}

.card-link .opacity{
    height: 370px;
    position: relative;
    background: rgba(98, 98, 98, 0.3)
}

.card-link .opacity .info-card{
    position: absolute;
    bottom:30px;
    padding: 0px 30px 0px 30px;
}

.card-link .opacity .info-card h5{
    background-color: #8103EE;
    font-size: 18px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.card-link .opacity .info-card h3{
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    line-height: 46px;
}

.card-link .opacity:hover{
    background: rgba(129, 3, 238, 0.3)
}

@media (max-width: 992px){

    .card-link{
        height: 250px;
    }

    .card-link .opacity{
        height: 250px;
    }

    .card-link .opacity .info-card{
        position: absolute;
        bottom:20px;
        padding: 0px 15px 0px 15px;
    }

    .card-link .opacity .info-card h3{
        font-size: 30px;
        line-height: 34px;
    }

    .section-opcion-w-e hr{
        margin: 0px 0px 40px 0px;
        padding: 0px;
    }

}

/* Section Videos =========================== */

.section-videos{
    background-color: #000000;
    padding: 100px 0px 100px 0px;
}

.card-video-big{
    height: 380px;
    background-position: center;
    background-size: cover;
    margin: 0px 0px 30px 0px;
}

.card-video-big:hover{
    opacity: .85;
}

.ic-play-des{
    margin: 30px 0px 0px 30px;
    color: #ffffff;
    font-size: 40px;
}

.card-video-big .opacity{
    height: 380px;
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,.90), rgba(0,0,0,.40),rgba(0,0,0,0));
}

.card-video-big .opacity .info-card{
    position: absolute;
    bottom:10px;
    padding: 0px 30px 0px 30px;
}

.card-video-big .opacity .info-card h5{
    background-color: #8103EE;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.card-video-big .opacity .info-card h3{
    font-size: 22px;
    color: #ffffff;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}

.card-video-big .opacity .info-card p{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    opacity: .5;
    margin: 0px 0px 0px 0px;
}

.card-video-small{
    margin: 0px 0px 30px 0px;
}

.card-video-small:hover{
    opacity: .70;
}

.card-video-small .img-video{
    height: 100px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.card-video-small .img-video i{
    font-size: 50px;
    color: #ffffff;
    margin: 26px 0px 0px 0px;
}

.card-video-small  h5{
    background-color: #8103EE;
    font-size: 10px;
    color: #ffffff;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.card-video-small  h3{
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.card-video-small  p{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    opacity: .5;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

@media (max-width: 992px){

    .section-videos{
        background-color: #000000;
        padding: 40px 0px 40px 0px;
    }

    .ic-play-des{
        margin: 15px 0px 0px 15px;
        color: #ffffff;
        font-size: 40px;
    }

    .card-video-big .opacity .info-card{
        position: absolute;
        bottom:20px;
        padding: 0px 15px 0px 15px;
    }

    .card-video-small .img-video{
        height: 200px;
        margin: 0px 0px 20px 0px;
    }

    .card-video-small .img-video i{
        font-size: 70px;
        color: #ffffff;
        margin: 70px 0px 0px 0px;
    }

}

/* Ultimas noticias =========================== */

.card-ult-noticia{
    margin: 0px 0px 50px 0px;
}

.card-ult-noticia .img-noticia{
    height: 200px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.card-ult-noticia  h5{
    background-color: #8103EE;
    font-size: 10px;
    color: #ffffff;
    padding: 0px 8px 0px 8px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.card-ult-noticia  h3{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.card-ult-noticia  p{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    opacity: .5;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.card-ult-noticia  h6{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.card-ult-noticia h4{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

.card-ult-noticia a:hover{
    text-decoration: none;
    opacity: .6;;
}

.card-ult-noticia h4:hover{
    text-decoration: none;
    opacity: .6;;
}

.banner-vertical img{
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.picture-overlay{
    position: absolute;
    text-align: center;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 40%;
    z-index: 9;
    left: 0;
    color: #fff;
}

.picture-overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #efefef;
    opacity: 0.7;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    color: #fff;
    font-size: 90px;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-frame {
    position: absolute;
    z-index: 9;
    height: 0;
    width: 100%;
    transition: all 1s ease-in-out;
    height: 100%;
    transform: scaleY();
    transform-origin: center;
    padding-bottom: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

span.close-video {
    display: block;
    padding: 5px 15px;
    color: #fff;
    background: #000;
    z-index: 9999;
    top: 15px;
    position: absolute;
    left: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
    cursor: pointer;
}
.foto-single {
    transform: translateY(0);
    height: 100%;
    transition: 1s all ease-in-out;
}

.no-opacity {
    opacity: 0;
}
.foto-hidden {
    height: 0 !important;
    display: none;
    position: absolute;
    top: 0;
}
.video-frame-visible {
    padding-bottom: 56.25% !important;
}
@media (max-width: 992px){
    .card-ult-noticia{
        margin: 0px 0px 30px 0px;
    }
}

/* Footer =========================== */

.footer{
    background-color: #000000;
    padding: 80px 50px 80px 50px;
}
.footer p {
    font-size: 14px;
    line-height: 18px;
}
.footer a {
    color: #ffffff;
    margin-left: 10px;
}
.footer .leyenda {
    font-size: 12px;
    opacity: .5;
    margin: 40px 0px 0px 0px !important;
}
/* .footer img{
    text-align: center;
    width: 70%;
} */

.menu-footer{
    padding: 20px 0px 0px 0px;
}

.footer a{
    font-size: 12px;
    color: #ffffff;
    padding: 0px 0px 3px 0px;
    margin: 0px 10px 0px 10px;
    list-style: none;
}

.footer a:hover{
    opacity: .3;
}

@media (max-width: 992px){

    .footer{
       text-align: center;
    }

    .footer img{
        text-align: center;
        width: 50%;
        margin: 0px 0px 30px 0px;
    }

    .footer a{
        font-size: 14px;
        color: #ffffff;
        padding: 0px 0px 3px 0px;
        margin: 0px 10px 20px 10px;
        list-style: none;
    }

}

/* Noticia destacada =========================== */

.noticia-destacada{
    padding: 250px 0px 50px 0px;
    background-color: #ffffff;
}

.noticia-destacada .noticia-single .imagen-noticia{
    height: 450px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
}


.noticia-destacada .noticia-single  h5{
    background-color: #8103EE;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.noticia-destacada .noticia-single  h3{
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.noticia-destacada .noticia-single  h6{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    opacity: .5;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

.noticia-destacada .noticia-single  p{
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

@media (max-width: 992px){

    .noticia-destacada{
        padding: 80px 0px 50px 0px;
    }

    .noticia-destacada .noticia-single .imagen-noticia{
        height: 250px;
    }

    .noticia-destacada .noticia-single  h5{
        padding: 5px 10px 5px 10px;
    }

    .noticia-destacada .noticia-single  h3{
        font-size: 26px;
        color: #ffffff;
        line-height: 30px;
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

}

/* Noticia destacada who is who ==================== */

.section-who{
    padding: 20px 0px 40px 0px;
}

.section-who .who-card-detalle {
    margin: 0px 0px 0px 0px;
}

.section-who .who-card-detalle .img-who-profile{
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
}

.line-who{
    background-color: #8103EE;
    height: 8px;
    width: 130px;
    margin: 0px 0px 10px 0px;
}

.section-who .who-card-detalle h3{
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.section-who .who-card-detalle h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.section-who .who-card-detalle h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.section-who .who-card-detalle .img-who-empresa{
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
    border-radius: 30px;
}

.img-who-empresa{
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
    border-radius: 30px;
}

.btn-who{
    border: 1px solid #ffffff;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
}

.btn-who:hover{
    border: 1px solid #ffffff;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
}

#equipo-who2{
    margin: 50px 0px 0px 0px;
}

.space-card{
    margin:50px 0px 50px 0px;
    padding-bottom: 50px;
}
.section-title-new{
    background-color: #202020;
    height: 450px;
    padding: 200px 0px 0px 0px !important;
}

.section-title-new h4{
    color: #ffffff;
    font-size: 60px;
    margin: 0px 0px 30px 0px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-title-new .line-p{
    background-color: #8103EE;
    width: 500px;
    height: 15px;
}

@media (max-width: 992px){

    .section-who{
        padding: 0px 0px 40px 0px;
    }

    .section-who .who-card-detalle h4{
        margin: 0px 0px 30px 0px;
    }

    .section-who .who-card-detalle .img-who-empresa{
        width:80%;
        text-align: center;
        height: 200px;
        background-size: cover;
        background-position: center;
        margin: 0px 0px 30px 0px;
        border-radius: 30px;
    }
    .img-who-empresa{
        width:80%;
        text-align: center;
        height: 200px;
        background-size: cover;
        background-position: center;
        margin: 0px 0px 30px 0px;
        border-radius: 30px;
    }
    .section-title-new{
        height: 100% !important;
        padding: 120px 0px 50px 0px !important;
    }
    .section-title-new h4{
        color: #ffffff;
        font-size: 30px;
    }
    .section-title-new .line-p{
        width: 150px;
        height: 10px;
    }

}

/* Siguientes noticias ==================== */

.bg-grey {
    background-color: #272727 !important;
}

.paginador {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.paginador a {
    font-size: 18px;
    color: #ffffff;
    margin: 0px 10px 0px 10px;
    opacity: .5;
}
.siguientes-noticias{
    background-color: #141414;
    padding: 100px 0px 100px 0px;
}

.siguientes-noticias .card-sig-noticia{
    margin: 0px 0px 30px 0px;
}

.siguientes-noticias .card-sig-noticia .img-card-sig{
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.siguientes-noticias .card-sig-noticia .inf-sig-not{
    background-color: #000000;
    padding: 40px 35px 40px 35px;
    height: 230px;
}


.siguientes-noticias .card-sig-noticia .inf-sig-not  h5{
    background-color: #8103EE;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.siguientes-noticias .card-sig-noticia .inf-sig-not  h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.siguientes-noticias .card-sig-noticia .inf-sig-not h4 {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-weight: 600;
}

.siguientes-noticias .card-sig-noticia .inf-sig-not  h6{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    opacity: .5;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.contr-slide {
    text-align: right;
}

.contr-slide a{
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 20px;
}

.contr-slide i{
    margin: 20px 0px 0px 0px;
}

@media (max-width: 992px){

    .siguientes-noticias{
        background-color: #1C1B1B;
        padding: 30px 0px 100px 0px !important
    }

    .contr-slide {
        text-align: left;
    }

    .contr-slide a{
        font-size: 20px;
        color: #ffffff;
        margin: 0px 20px 20px 0px;
    }

    .siguientes-noticias .card-sig-noticia .inf-sig-not{
        background-color: #000000;
        padding: 40px 35px 40px 35px;
        height: 100%;
    }

}

/* Video Noticia ==================== */

.video-noticia video{
    width: 100%;
    height: 650px;
    margin: 0px 0px 30px 0px;
}

.sec-mas-videos{
    padding-left: 30px;
    border-left: 1px solid #707070;
}

.info-video-des  h5{
    background-color: #8103EE;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.info-video-des  h3{
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.info-video-des  h6{
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    opacity: .5;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

.info-video-des  p{
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.sec-subtitle h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.sec-subtitle hr{
    margin: 10px 0px 30px 0px;
    padding: 0px;
}

.card-mas-videos .img-video-m{
    height: 100px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.card-mas-videos .img-video-m i{
    font-size: 60px;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
}

.section-cont-more-vi{
    width: 100%;
    height: 520px;
    overflow: auto;
    padding-right: 20px;
}

@media (max-width: 992px){

    .video-noticia video{
        width: 100%;
        height: 260px;
        margin: 0px 0px 30px 0px;
    }

    .sec-mas-videos{
        padding-left: 0px;
        border-left: none;
    }

    .section-cont-more-vi{
        width: 100%;
        height: 100%;
        overflow: none;
        padding-right: 0px;
    }

}

/* Tab who ==================== */

.section-w-e{
    padding:  0px 0px 0px 0px;
    background-color: #000000;
}
.section-w-e-single{
    padding:  170px 0px 0px 0px;
    background-color: #000000;
}
.section-tab-ww {
    background-color: #202020 !important;
    padding: 170px 100px 100px 100px;
}

.section-w-e .no-margin,.section-w-e-single .no-margin{
    padding: 0px;
}

.nav-tabs {
    width: 100%;
    border-radius: 0px;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #202020 !important;
}

.nav-tabs li {
    width: 50%;
    border-radius: 0px;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background-size: cover;
    background-position: center;
    background-color: #202020 !important;
    cursor: pointer;
}

.nav-tabs li > a{
    height: 230px;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 100px 0px 0px 0px;
    margin: 0px 100px 0px 100px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 300;
    background-color: #202020 !important;
    cursor: pointer;

}

.nav-tabs li > a:hover{
    opacity: .5;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
  }


.nav-tabs li.active > a{
    background-color: #202020 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 10px solid#8103EE !important;
    color: #ffffff !important;
    cursor: pointer !important;
}

#directorio-who{
    padding-top: 0px;
    padding-bottom: 80px;
}
#directorio-who-single{
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-vips .img-vips{
    height: 300px;
    background-size: cover;
    background-position: center;
}

.card-vips  h3{
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    margin: 30px 0px 25px 0px;
    color: #ffffff;
}

.line-vips{
    background-color: #8103EE;
    height: 8px;
    width: 250px;
    margin: 0px 0px 20px 0px;
}

.card-vips  p{
    font-size: 18px;
    line-height: 22px;
    width: 290px;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #ffffff;
}

.cntrl-vips i{
    font-size: 40px;
    color: #ffffff;
    margin: 100px 0px 0px 0px;
}

#directorio-who{
    padding-bottom: 80px;
}

.siguientes-noticias{
    background-color: #141414;
    padding: 100px 0px 100px 0px;
}

.bg-black {
    background-color: #000000 !important;
}

.section-li-em-new .info-lis-empresa{
    margin-bottom: 30px;
}
.section-li-em-new .info-lis-empresa h5 {
    font-size: 20px;
    color: #ffffff;
}
.section-li-em-new .info-lis-empresa h6 {
    font-size: 12px;
    color: #ffffff;
}

.padd-bo{
    padding-bottom: 80px;
}

.title-who {
    margin: 0px;
    padding: 0px;
}
.title-who .btn-drop-ww {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ffffff;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    background-color: #000000;
    text-align: left;
    font-size: 16px;
}

.title-who .dropdown-menu {
    width: 100% !important;
    background-color: #000000;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.title-who .dropdown-menu a {
    color: #ffffff !important;
    opacity: .5;
    padding-bottom: 12px !important;
    margin: 8px 20px 8px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}

.title-who .dropdown-menu .active>a{
    color: #ffffff !important;
    background-color:#000000 ;
}
.title-who .dropdown-menu a:hover{
    opacity: 1;
    background-color: #000000;
}
.title-empresa-ww h3{
    color: #ffffff;
}
.title-empresa-ww .info {
    background-color: #272727;
    padding: 10px 20px 10px 20px;
    margin: 20px 0px 20px 0px;
}
.title-empresa-ww .info p {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    color: #ffffff;
}
.title-empresa-ww .line-emp {
    height: 10px;
    background-color: #8103EE;
    width: 200px;
    margin: 0px 0px 40px 0px;
}

@media (max-width: 992px){

    #directorio-who,#directorio-who-single{
        padding-top: 0px;
    }

    .padd-bo{
        padding-bottom: 80px;
    }

    .section-w-e{
        padding: 0px 0px 0px 0px;
        background-color: #000000;
    }
    .section-w-e-single{
        padding: 55px 0px 0px 0px;
    }


    .nav-tabs li > a{
        height: 100%;
        border-radius: 0px;
        border: none;
        color: #ffffff;
        font-size: 17px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 30px 0px 10px 0px;
        margin: 0px 20px 0px 20px;
    }

    .section-w-e .tab-content,.section-w-e-single .tab-content{
        padding-top: 30px;
    }

    .card-vips .img-vips{
        height: 220px;
    }

    .card-vips  h3{
        font-size: 30px;
        line-height: 30px;
        margin: 30px 0px 25px 0px;
        color: #ffffff;
    }

    .line-vips{
        background-color: #8103EE;
        height: 5px;
        width: 100px;
        margin: 0px 0px 20px 0px;
    }

    .card-vips  p{
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
    .nav-tabs li.active > a{
        border-bottom: 7px solid#8103EE !important;
    }
    .section-tab-ww {
        background-color: #202020 !important;
        padding: 100px 0px 30px 0px;
    }
}


#listado-empresas{
    background-color: #000000;
    padding: 80px 0px 100px 0px;
}

.section-lista-empre hr{
    margin: 0px 0px 50px 0px;
    padding: 0px;
}

.section-lista-empre .info-lis-empresa{
    margin: 0px 0px 80px 0px;
    height: 300px;
}

.section-lista-empre .info-lis-empresa h1{
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 0px;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: -1px;
}

.line-lis-em{
    margin: 0px 0px 25px 0px;
    padding: 0px;
    background-color: #8103EE;
    width: 220px;
    height: 8px;
}

.section-lista-empre .info-lis-empresa h5{
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    font-weight: 300;
    font-size: 26px;
}

.section-lista-empre .info-lis-empresa h6{
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    font-weight: 300;
    font-size: 20px;
}

.section-lista-empre .info-lis-empresa p{
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
    font-weight: 300;
    font-size: 16px;
}

@media (max-width: 992px){

    #listado-empresas{
        padding: 50px 0px 100px 0px;
    }

    .section-lista-empre .info-lis-empresa h1{
        margin: 0px 0px 10px 0px;
        font-weight: 300;
        font-size: 36px;
    }

    .line-lis-em{
        margin: 0px 0px 20px 0px;
        width: 170px;
        height: 5px;
    }

    .section-lista-empre .info-lis-empresa h5{
        font-size: 22px;
    }

    .section-lista-empre .info-lis-empresa h6{
        margin: 0px 0px 20px 0px;
        font-weight: 300;
        font-size: 16px;
    }

    .section-lista-empre .info-lis-empresa p{
        margin: 0px 0px 0px 0px;
        font-size: 12px;
    }
    .picture-overlay{
        height: 15%;
    }

}

/* ========== Ejecutivos ========= */


.sec-ejecutivo img{
    filter: grayscale(1);
    margin: 0px 0px 0px 0px;
}


.img-ejecutivo-bw{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
    position: relative;
    min-height: 360px;
    overflow: hidden;
    margin-bottom: 15px;
    filter: grayscale(1);
}

.img-ejecutivo-bw:hover .feat-image{
    transform: scale(1.1);
}

.img-ejecutivo-bw .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.sec-ejecutivo h4{
    text-transform: uppercase;
    font-size: 24px;
    margin: 25px 0px 10px 0px;
}

.sec-ejecutivo h5{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
}

.sec-ejecutivo h6{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 6px 15px 6px 15px;
    margin: 0px 10px 30px 0px;
    font-size: 14px;
}

.sec-ejecutivo h3{
    margin: 0px 0px 30px 0px;
    font-size: 36px;
    line-height: 36px;
}

.sec-ejecutivo h3:hover{
    text-decoration: underline;
}


.overflow-ellipsis-2row {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-info p:last-child{
    margin-bottom: 50px;
}

.sec-ejecutivo .leer-mas,.leer-mas{
    font-size: 14px;
    text-transform: uppercase;
    opacity: .5;
}

.space-share{
    margin-top: 40px;
}
.sec-ejecutivo  .share-red{
    text-transform: uppercase;
}

.sec-ejecutivo  .share-red i{
    margin: 0px 0px 0px 5px;
}


@media (max-width: 992px){

    .sec-ejecutivo h6{
        margin: 0px 0px 30px 0px;
        font-size: 12px;
    }

}

/* ========== Compartir ========= */

.section-share{
    margin: 0px 0px 20px 0px;
}

.share-new {
    position: relative;
    cursor: pointer;
}

.share-new:hover .share-buble{
    transform: scale(1);
}

.share-buble {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    right: 0;
    transform: scale(0);
    transition: 0.25s all ease-in-out;
    transform-origin: bottom right;
    text-align: left;
    width: 140px;
    -webkit-box-shadow: -1px 2px 15px -3px #000000;
    box-shadow: -1px 2px 15px -3px #000000;
}

.share-buble p {
    margin-bottom: 0px !important;
}

.share-buble i {
    font-size: 14px !important;
}

.share-buble a {
    display: block;
    font-size: 14px;
    width: 25px;
    height: 25px;
    background-color: #456;
    text-align: center;
    margin: 5px 0;
    border-radius: 50%;
    padding-top: 5px;
    position: relative;
    color: #fff;
    line-height: 1;
}

.share-buble a:hover{
    color: #fff;
}

.share-buble a.twitter{
    background-color:#1da1f2 ;

}


.share-buble a.facebook{
    background-color:#4267b2 ;
}

.share-buble a.linkedin{
    background-color:#007bb5 ;
}

.share-buble a.pinterest{
  background-color: #cb2027;
}

.share-buble a.g-plus{
 background-color: #dd4b39;
}

.share-buble:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -10px;
    right: 8px;
}

.share-buble a>span {
    font-size: 12px;
    position: absolute;
    left: 35px;
    top: 5px;
    color: #333;
}

/* ======== Ultimas noticias========= */


.ultimas-noticias .img-not{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 15px 0px;
    position: relative;
    min-height: 280px;
    overflow: hidden;
    margin-bottom: 15px;
}

.ultimas-noticias .img-not:hover .feat-image{
    transform: scale(1.1);
}

.ultimas-noticias .img-not .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.ultimas-noticias h6{
    font-size: 12px;
    opacity: .6;
    margin: 0px 0px 30px 0px;
}

.ultimas-noticias h5{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    margin: 0px 5px 30px 0px;
}
.ultimas-noticias .section-title {
    height: 130px;
}
.overflow-ellipsis-3row {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ultimas-noticias .section-text {
    height: 200px;
}
.ultimas-noticias .section-share {
    margin-bottom: 40px;
}

.ultimas-noticias h3{
    text-transform: none;
    margin: 0px 0px 30px 0px;
    font-weight: 600;
    font-size: 30px;
}

.ultimas-noticias h3:hover{
    text-decoration: underline;
}

.ultimas-noticias p{
    line-height: 20px;
}

.ultimas-noticias .share-red{
    text-transform: uppercase;
}


@media (max-width: 992px){

    .ultimas-noticias .img-not{
        min-height: 200px;
    }

    .ultimas-noticias h6{
        margin: 0px 0px 20px 0px;
        font-size: 16px;
    }

    .ultimas-noticias h5{
        margin: 0px 0px 20px 0px;
        font-size: 12px;
        padding: 6px 15px 6px 15px;
    }

    .ultimas-noticias h3{
        margin: 0px 0px 20px 0px;
        font-size: 26px;
    }

    .ultimas-noticias p{
        margin: 0px 0px 30px 0px;
    }

    .ultimas-noticias .section-share{
       margin-bottom: 40px;
    }

    .ultimas-noticias .section-text {
        margin-bottom: 40px;
        height: auto;
    }

}

/* =========== Nota larga ========== */

.section-bg-dark{
    height: 650px;
    background-color: #141414;
}


.nota-large{
    margin-top: -400px;
}

.nota-large p a{
    text-decoration: underline;
}

.nota-large .img-nota{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-nota:hover .feat-image{
    transform: scale(1.1);
}

.img-nota .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-full{
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.nota-large h6{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    margin: 0px 15px 5px 0px;
}

.img-nto-big{
    border-bottom: 15px solid #8103EE;
    margin-bottom: 15px;
}

.video-main-nota video{
    width: 100%;
    height: auto;

}

.video-main-nota{
    border-bottom: 15px solid #8103EE;
    margin-bottom: 15px;
    padding: 0px !important;
    background-color: black;
}

.line-nota-larga{
    border-right: 1px solid grey;
    padding-right: 90px;
}

.nota-large h3{
    font-weight: 600;
    margin: 20px 0px 40px 0px;
    text-transform: uppercase;
    font-size: 32px;
    color: #ffffff;
}

.nota-large h5{
    font-size: 16px;
    opacity: .5;
    margin: 0px 0px 80px 0px;
}

.nota-large p{
    font-size: 16px;
    margin: 0px 0px 30px 0px;
}

.nota-large .video-nota{
    height: 400px;
    background-position: center;
    background-size: cover;
    padding: 20px;
    margin:0px 0px 10px 0px;
}

.nota-large .video-nota i{
    font-size: 30px;
    color: #ffffff;
}

.nota-large .leyenda-img{
    font-size: 14px;
    opacity: .5;
    margin: 0px 0px 60px 0px;
}

.nota-large  h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin: 0px 0px 50px 0px;
}

.nota-large .img-nota{
    margin: 0px 0px 10px 0px;
}

.nota-large .not-share{
    margin-bottom: 40px;
    padding-bottom: 50px;
}

@media (max-width: 992px){

    .section-bg-dark{
        height: 430px;
    }

    .nota-large{
        margin-top: -310px;
    }

    .nota-large .img-nota{
        min-height: 230px;
    }

    .img-nto-big{
        border-bottom: 10px solid #8103EE;
    }

    .nota-large h3{
        font-weight: 600;
        margin: 20px 0px 40px 0px;
        text-transform: uppercase;
        font-size: 28px;
        color: #ffffff;
    }

    .line-nota-larga{
        border-right: none;
        padding-right: 15px;
    }

    .nota-large h5{
        margin: 0px 0px 40px 0px;
    }

    .nota-large .leyenda-img{
        margin: 0px 0px 30px 0px;
    }

    .nota-large  h4{
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        margin: 0px 0px 30px 0px;
    }
    .nota-large h6 {
      margin: 0px 0px 5px 0px;
      font-size: 12px;
      padding: 6px 15px 6px 15px;
    }


}

/* =========== Who is who ========== */

.who-card-detalle {
    margin: 0px 0px 40px 0px;
}

.who-card-detalle .img-who-profile{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
    position: relative;
    min-height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-who-profile:hover .feat-image{
    transform: scale(1.1);
}

.img-who-profile .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}



.line-who{
    background-color: #8103EE;
    height: 8px;
    width: 130px;
    margin: 0px 0px 10px 0px;
}

.who-card-detalle h3{
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.who-card-detalle h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.who-card-detalle h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.who-card-detalle .img-who-empresa{
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 30px 0px;
    border-radius: 30px;
}

.btn-who{
    border: 1px solid #ffffff;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
    color: #000000;
}

.btn-who:hover{
    border: 1px solid #ffffff;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0px 0px 0px;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
    color: #000000;
    opacity: .6;
}

#equipo-who2{
    margin: 0px 0px 0px 0px;
}

.space-card{
    margin: 0px 0px 0px 0px;
    padding-bottom: 50px;
}



.feat-image{
    transition: 0.2s all ease-in-out;
}

@media (max-width: 992px){

    .section-who{
        padding: 0px 0px 40px 0px;
    }

    .section-who .who-card-detalle h4{
        margin: 0px 0px 30px 0px;
    }

    .section-who .who-card-detalle .img-who-empresa{
        width:80%;
        text-align: center;
        height: 200px;
        background-size: cover;
        background-position: center;
        margin: 0px 0px 30px 0px;
        border-radius: 30px;
    }

}

/* Videos =========================== */

.card-video{
    height: 300px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.border-purple{
    border-bottom: 10px solid #8103EE;
}

.card-video .opacity{
    height: 300px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
    position: relative;
}

.card-video .opacity2{
    height: 290px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
    position: relative;
    cursor: pointer;
}

.card-video .inf-sup{
    padding: 20px 30px 0px 30px;
}

.card-video .inf-sup i{
    font-size: 24px;
}

.card-video .inf-sup .play-ic{
    width: 37px;
    height: 37px;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px 0px 5px;
    border-radius: 100px;

}

.card-video .info{
    bottom: 0px;
    width: 87%;
    position: absolute;
    padding: 0px 30px 30px 30px;
}

.card-video .info h5{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    margin: 0px 0px 10px 0px;
}

.card-video .info h3{
    color: #ffffff;
    margin: 0px 25px 10px 0px;
    text-transform: none;
    font-weight: 600;
}

.card-video .info h6{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    opacity: .7;
}

@media (max-width: 992px){

    .card-video{
        height: 240px;
    }


    .card-video .opacity{
        height: 240px;
    }

    .card-video .opacity2{
        height: 230px;
    }

    .card-video .info{
        bottom: 0px;
        width: 100%;
        position: absolute;
        padding: 0px 15px 15px 15px;
    }

    .card-video .inf-sup{
        padding: 15px 15px 0px 15px;
    }

    .card-destacado-big .info h5{
        font-size: 12px;
    }

    .card-video .info h5{
        font-size: 12px;
    }

    .card-video .info h6{
        font-size: 11px;
    }

}

/* =========== Te puede interesar ========== */

.sec-te-interesar .img-interesar{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}

.img-interesar:hover .feat-image{
    transform: scale(1.1);
}

.img-interesar .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-interesar  .opacity{
    height: 240px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity: .8;
    position: relative;
}

.img-interesar  .info{
    bottom: 0px;
    width: 87%;
    position: absolute;
    padding: 0px 20px 15px 20px;
}


.img-interesar  .info h3{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
}

.video-embed iframe{
    max-width: 100%;
    height: 290px;
}

.card-video-embed .opacity{
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.50),rgba(0,0,0,0));
    height:  345px;
    width: 85%;
}

.card-video-embed .info{
    position:absolute;
    text-align: center;
    width: 100%;
    padding: 25px;
}

.card-video-embed .info i{
    font-size: 20px;
    color: #ffffff;
}

.card-video-embed .info2{
    position:absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    padding: 35px;
}

.card-video-embed .info2 h5{
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
}

.card-video-embed .info2 p{
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.card-video-embed{
    height: 290px;
}

.video-embed video{
    max-width: 100%;
    height: 290px;
}

.video-embed{
    display: none;
    background-color: #000;
    max-height: 100%;
}

.just-video-embed{
    position: relative;
}

.just-video-embed video{
    max-width: 100%;

}

.ic-play-embed
{
    padding-right: 150px;
    padding-top: 10px;
}

.leyenda-tags {
    font-size: 12px !important;
    opacity: .6 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.desc-tags{
    font-size: 12px !important;
}

.play-img{
    cursor: pointer;
}


@media (max-width: 992px){

    .leyenda-tags,.desc-tags {
        font-size: 16px !important;
    }
}

.padding-black{
    padding-top: 50px !important;
}

@media (max-width:320px){
    .section-portada{
       height: 400px;
       margin-bottom: 50px;
    }
    .section-portada-smart-movil{
        height: 800px;
    }
}

@media (max-width:375px){
    .section-portada{
       height: 400px;
       margin-bottom: 50px;
    }
    .section-portada-smart-movil{
        height: 800px;
        background-color: white;
    }
}

/* =========== Documentos de interes ========== */

.card-documentos{
    margin: 0px 0px 20px 0px;
}

.card-documentos .img-doc{
    background-size: cover;
    background-position: center;
    margin: 0px 0px 15px 0px;
    position: relative;
    min-height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-documentos .img-doc:hover .feat-image{
    transform: scale(1.1);
}

.card-documentos .img-doc .feat-image {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.card-documentos  h6{
    display: inline-block;
    background-color: #8103EE;
    color: #ffffff;
    padding: 7px 20px 7px 20px;
    margin: 0px 0px 20px 0px;
}

.card-documentos h4{
    margin: 0px 0px 15px 0px;
    font-weight: 900;
    line-height: 24px;
}

.card-documentos h4:hover{
    text-decoration: underline;
}

.card-documentos h5{
    font-size: 14px;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    opacity: .5;
}

.card-documentos p{
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    line-height: 20px;
}

.card-documentos button{
    background-color: #000000;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
}

.btn-download{
    background-color: #000000;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
}

.card-documentos button i{
    margin-left: 5px;
}

.card-documentos button:hover{
    opacity: .7;
}

@media (max-width: 992px){

    .card-documentos{
        margin: 0px 0px 40px 0px;
    }

}

/* =========== Modal ========== */

.bg-modal{
    background-size: cover;
    background-position: center;
    height: 960px;
    border-radius: 10px 0px 0px 10px;
}

.bg-modal2{
    background-size: cover;
    background-position: center;
    height: 520px;
    border-radius: 10px 0px 0px 10px;
}

.cont-forms-modal{
    padding: 20px 50px 0px 50px;
}

.cont-forms-modal .close{
    color: #000000;
    font-size: 24px;
}

.cont-forms-modal h1{
    font-weight: 600;
    font-size: 30px;
    margin: 30px 0px 20px 0px;
}

.cont-forms-modal p{
    font-size: 13px;
    margin: 0px 0px 30px 0px;
}

.cont-forms-modal .form-registro input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-left: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.cont-forms-modal .form-registro select{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-left: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.cont-forms-modal .form-registro input:focus{
    border-bottom: 1px solid #ffcc00;

}

.cont-forms-modal h4{
    font-size: 16px;
    margin: 30px 0px 0px 0px;
}

.cont-forms-modal .checkbox label{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.cont-forms-modal h6{
    font-size: 11px;
}

.cont-forms-modal h5{
    opacity: .6;
    margin: 0px 0px 30px 0px;
}

.cont-forms-modal .btn-modal{
    background-color: #000000;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    padding: 8px 20px 8px 20px;
}

.cont-forms-modal .btn-modal:hover{
    opacity: .6;
}


@media (max-width: 992px){

    .bg-modal{
        background-size: cover;
        background-position: center;
        height: 150px;
        border-radius: 5px 5px 0px 0px;
        margin: 0px 15px 0px 15px;
    }

    .bg-modal2{
        background-size: cover;
        background-position: center;
        height: 150px;
        border-radius: 5px 5px 0px 0px;
        margin: 0px 15px 0px 15px;
    }

}

/*****************  Plantilla Carrousel *************************/

.sec-per img {
    width: 100%;
    margin-bottom: 30px;
}

.sec-per h5 {
    font-weight: 800;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -250px;
    padding-right: 100px;
}

.section-foro .carousel{
    margin-bottom: 50px;

}

.card-per-foro .img-per {
    height: 200px;
    background-position: center;
    background-size: cover;
}
.card-per-foro .inf-per {
    background-color: #E3E3E3;
    border-bottom: 10px #6600E5 solid;
    padding: 10px 30px;
    height: 210px;
}
.card-per-foro .inf-per h6 {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
    color: #000000;
    font-weight: 600;
}

.card-per-foro .inf-per p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.desc-carrousel {
    height: 145px;
}
.section-foro .contr-car i {
    background-color: #ffffff !important;
    font-size: 24px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

.section-foro .contr-car i:hover {
    opacity: .9;
}
.section-foro .contr-car {
    margin-top: -260px !important;
}

@media (max-width: 1024px) {
    .sec-per h5 {
        font-size: 40px;
        line-height: 40px;
        margin-top: -200px;
        margin-left: 16px;
    }
}

@media (max-width: 768px) {
    .sec-per h5 {
        font-size: 60px;
        line-height: 60px;
        margin-top: -900px;
        margin-left: 30px;
    }
}

@media (max-width: 508px) {
    .sec-per h5 {
        font-size: 28px;
        line-height: 28px;
        margin-top: -500px;
        padding: 20px;
       }
 }

 @media (max-width: 320px){
    .sec-per h5 {
        font-size: 28px;
        line-height: 28px;
        margin-top: -400px;
        padding: 0px;
    }
}

@media (max-width: 992px){

    .section-foro .contr-car i {
        background-color: #6600E5;
    }
    .section-foro .contr-car {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .card-per-foro {
        margin-bottom: 20px;
    }
}

/******* Plantilla Galeria *****************/

.section-galeria h4 {
    font-size: 28px;
    color: #000000;
}
.section-galeria hr {
    margin: 10px 0px 30px 0px;
    background-color: #B9B9B9;
    color: #B9B9B9;
    border: 1px solid #B9B9B9;
}
.card-galeria .img-galeria {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0px 0px 15px 0px;
}
.card-galeria p {
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 0px 0px 60px 0px;
}
.card-contenido .card-galeria {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #888787d1;
}

@media (max-width: 992px){
   .card-galeria .img-galeria {
    width: 100%;
    height: auto;
   }
}

img.wow.fadeInDown {
    width: 54% !important;
    height: 100% !important;
}

@media (max-width: 992px) {
    img.wow.fadeInDown {
        width: 100% !important;
        height: 100% !important;
    }
}

.section-foro .contr-car{
    margin-top : 0px;
}

.section-foro .contr-car .align-right i{
   margin-right: -50px;
}

.section-foro .contr-car .align-left i{
    margin-left: -50px;
}

@media (max-width: 992px) {

    .section-foro .contr-car {
        margin-top: 0px !important;
    }

    .section-foro .contr-car .align-right i{
        margin-right: -63px;
     }

     .section-foro .contr-car .align-left i{
         margin-left: -63px;
     }

}

@media (max-width: 992px) {
    .card-galeria .img-galeria {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 663px) {
    .card-galeria .img-galeria {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 564px) {
    .card-galeria .img-galeria {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 375px) {
    .card-galeria .img-galeria {
        width: 100%;
        height: auto;
    }
}
