* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contetCustom{
    max-width: 1260px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding-left: 100px;
    /* padding-top: 100px; */
}

ul {
    list-style-type: none;
}

body {
    font-family: "Bitter", sans-serif;
    background-color: #FBF6F0;
}

.site-header-landing{
    background-color: #FBF6F0;
    padding: 10px 20px 10px 20px;
    position: sticky;
    top: 0;
    z-index: 2;
    text-align: center;
}

.site-header {
    background-color: rgba(0, 148, 144, 1);
    text-align: center;
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 75vh;
}

.site-header.headerHome {
    background-image: url("../img/bg_header.png");
    /* height: 850px;   */
    height: 600px;  
}

.site-header.headerOneShot{
    height: initial;
}

.site-header.headerCiclosAudiovisuales {
    background-image: url(https://img.cronista.com/files/image/1045/1045169/67783c74620f9.jpg);
    position: relative;
}

.site-header.headerActivacionDigital{
    background-image: url(https://img.cronista.com/files/image/843/843427/665f4f183673a.png);
}

.site-header.headerPrint {
    background-image: url(https://img.cronista.com/files/image/843/843350/665f4693d2f39.jpg);
}

.site-header.headerBrand {
    background-image: url(https://img.cronista.com/files/image/843/843584/665f60197e7bf.png);
}

.site-header.headerPodcast {
    background-image: url(https://img.cronista.com/files/image/1042/1042632/6772c82393c7d.jpg);
}

.site-header.headerEventos {
    /*background-image: url(https://img.cronista.com/files/image/843/843370/665f494604ee9.jpg);*/
    background-image: url(https://img.cronista.com/files/image/1038/1038616/676963e29f239.jpg);
    height: 80vh;
}

.site-header.headerDigital{
    background-image: url(https://img.cronista.com/files/image/842/842956/665f2322e1dba.jpg);
    height: 80vh;
}

.site-header.headerMeetings {
    /* background-image: url(https://img.cronista.com/files/image/843/843509/665f561898701.jpg); */
    height: 0;
}

nav {
    text-align: left;
    font-family: "Lato", sans-serif;
    background-color: rgba(0, 148, 144, 1);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 55px;
}

.containerNav{
     max-width: 1260px;
         display: flex;
    justify-content: space-between;
    align-items: center;
        padding: 20px;
}

nav ul {
    position: relative;
}

.contact{
    color: #fff;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.contact img{
    margin-right: 10px;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

.headerSubMenu li{
    padding: 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-transform: uppercase;
    color: #F1F0DD;
    cursor: pointer;
}

.headerSubMenu {
    position: absolute;
    background-color: #000;
    padding: 16px 20px 16px 120px;
    bottom: 0;
    margin-bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.headerSubMenu.active{
    display: block;
}

.intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.intro-img {
    max-width: 100%;
    height: auto;
    margin-bottom: -4px;
}

.text-intro {
    text-align: center;
}

.logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 62px;
    margin: 0;
    color: #fff;
}

.textIntro {
    position: absolute;
    bottom: 50%;
    margin-bottom: -120px;
    padding-left: 120px;
    left: 0;
    right: 0;
    text-align: left;
}

.textIntroStatic {
    text-align: left;
    padding-left: 20px;
}


.textIntro img {
    margin-bottom: 20px;
}

.site-footer {
    background-color: #3763AE;
    padding: 67px 0 0 0; 
    display:none
}

.subFooterLogo {
    background-color: #2E5393;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.containerRedesLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 67px;
}

.menuFooter {
    margin: 0 100px;
}

.menuFooter ul li {
    vertical-align: top;
    margin-bottom: 8px;
}

.menuFooter li a {
    color: #33B1E6;
    font-family: "Bitter";
    font-weight: 500;
    font-size: 16px;
}

.menuFooter li ul {
    margin-top: 19px;
}

.menuFooter li ul li {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    margin-right: 0;
}

.menuFooter li ul li a{
    color: #33B1E6;
    opacity: 0.5;
    font-size: 13px;
    font-weight: 500;
    font-family: Bitter;
    text-transform: uppercase;
}

.footer-logo {
    width: 360px;
    height: auto;
}

.last-logo {
    width: 187px;
    height: auto;
}

.subMenu {
    margin-bottom: 51px;
}

.socialNetFooter{
    display: flex;
}

.socialNetFooter a{
    width: 50px;
    height: 50px;
    margin: 0 10px;
    padding: 13px;
    display: block;
    background-color: #2FBDBA;
    border-radius: 8px;
    line-height: 36px;
    text-align: center;
}

.menuFooter li:nth-child(2) {
    margin-right: 10px;
}

.menuFooter ul li ul li:nth-child(2) {
    margin-right: 0px;
}

.imgLogoMobileIntro{
    display: none;
}

.soporteMenu {
    background-color: #000;
    display: none;
    height: 53px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
}

.soporteMenu.active {
    display: block;
}

@media only screen and (max-width: 600px) {

    .site-header-landing{
        display: none;
    }
    .soporteMenu{
        display: none !important;
    }
    .imgLogoMobileIntro {
        display: block;
    }

    nav{
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 2;
        padding: 10px 25px 70px 25px;
        /*height: 100%;*/
        background-color: #009490;
    }
  
   header {
       padding: 1px 0 0px 0;
   }

    .site-header nav {
        display: none;
        height: 100%;
        padding: 20px 0px;
    }
    
    .menuHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        position: relative;
        z-index: 2;
        background:#E7E4E1;
    }

    .imgLogoMobileIntro {
        width: 180px;
        height: auto;
    }

    .btnMenuContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }

    .btnMenu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 30px;
    }

    .btnMenu span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #F1F0DD;
        transition: all 0.3s ease;
    }

    .btnMenuContainer.active{
        border: 2px solid #F1F0DD;
    }

    .btnMenuContainer.active .btnMenu span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 2% 20%;
        margin-left: 5px;
    }

    .btnMenuContainer.active .btnMenu span:nth-child(2) {
        opacity: 0;
    }

    .btnMenuContainer.active .btnMenu span:nth-child(3) {
        transform: rotate(-45deg);
            transform-origin: 1% 75%;
            margin-left: 5px;
    }

    nav ul li {
        display: block;
        margin: 0;
        border-top: 1px solid rgba(255,255,255,.3);
        padding: 15px 0px;
    }

    nav ul li:first-child{
        border-top: 0;
    }

    header nav ul {
        text-align: right;
        padding: 0;
        position: relative;
    }

    .headerSubMenu {
        position: static;
        background-color: rgba(0, 148, 144, 1);
        padding: 0;
        margin: 10px auto 0 auto;
        width: 100%;
    }


    .headerSubMenu a{
        text-transform: capitalize;
        text-align: right;
    }

    .headerSubMenu.active{
        height: auto;
    }

    .headerSubMenu li {
        padding: 10px 0;
        margin: 0 auto;
        border-top: 1px solid #ffffff47;
    }

    .textIntro {
        bottom: 0;
        margin-bottom: 37px;
        padding-left: 24px;
    }

    h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 34px;
        margin: 0;
        color: #fff;
    }

    .menuFooter{
        margin: 0;
        padding: 0;
    }

    .containerRedesLogo{
        display: block;
        padding: 0;
        text-align: center;
    }

    .socialNetFooter {
        display: flex;
        margin: 20px auto;
        justify-content: center;
    }

    .subMenu {
        text-align: center;
    }

    .menuFooter ul li {
        margin-bottom: 35px;
    }

    .footer-logo {
        width: 260px;
        margin: 10px auto;
    }  

    nav ul li a {
        color: #fff;
    }

    .site-header {
        background-image: url(https://img.cronista.com/files/image/875/875115/6683eae828d81.jpg);
    }

    .site-header.headerBrand{
        background-image: url(https://img.cronista.com/files/image/880/880070/6687edc83250d.jpg);
        height: 33vh;
        background-size: contain;
        background-position: top center;
        background-color: transparent;
    }

    .site-header.headerDigital {
        background-image: url(https://img.cronista.com/files/image/876/876032/6684542e5d700.jpg);
        height: 50vh;
    }

    .site-header.headerEventos {
        /*background-image: url(https://img.cronista.com/files/image/843/843370/665f494604ee9.jpg);*/
        height: 32vh;
        background-position: top center;
    }

    .site-header.headerActivacionDigital {
        background-image: url(https://img.cronista.com/files/image/877/877598/668592cc03e6b.jpg);
        height: 50vh;
    }

    .site-header.headerPrint{
        background-image: url(https://img.cronista.com/files/image/880/880460/6688290510f5b.jpg);
        height: 50vh;
        background-position: right;
    }

    .site-header.headerPodcast {
        background-image: url(https://img.cronista.com/files/image/878/878768/6686b51bcf633.png);
        height: 50vh;
    }
    
    .site-header.headerCiclosAudiovisuales {
       /* background-image: url(https://img.cronista.com/files/image/880/880629/668845786245e.jpg);*/
        height: 50vh;
    }

    .site-header.headerMeetings {
        /* background-image: url(https://img.cronista.com/files/image/880/880042/6687e6189e759.png); */
        height: 0;
    }

    .containerNav {
        max-width: 1260px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 0px 20px;
    height: calc(100% - 160px);
    }

    nav ul{
        width: 100%;
    }
}