/*******************************************************************/
                                /*GENERALES*/
/*******************************************************************/
@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype'),
        url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts2/Gotham-Medium.eot');
    src: url('../fonts2/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts2/Gotham-Medium.woff2') format('woff2'),
        url('../fonts2/Gotham-Medium.woff') format('woff'),
        url('../fonts2/Gotham-Medium.ttf') format('truetype'),
        url('../fonts2/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



/************************************************************/

html{ 
    display: flex;
    justify-content: center;
}
body{
    padding: 0;
    margin: 0;
    max-width: 1440px;
    width: 100%;
}

* {box-sizing: border-box}
.container{    
    display: flex;
    justify-content: center;
    margin-left: 56px;
    margin-right: 56px;
}
.container2{    
    display: flex;
    justify-content: center;
}

h1{
    font-family: 'Gotham';
    font-size: 32px;
    line-height: 0.84;
    text-align: center;
    color: #117a9a;
    margin: 0;
}
h2{
    font-family: 'Helvetica';
    font-size: 23px;
    line-height: 1.17;
    text-align: center;
    color: #117a9a;
    margin: 0;
}
h3{
    font-family: 'Gotham';
    font-size: 22px;
    line-height: 1.23;
    letter-spacing: 2px;
    color: #000;
}
p{
    font-family: 'Helvetica-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.69;
    text-align: center;
    color: #767676;
    margin: 0;
}
.link:hover{   
    border-bottom: solid 1px #45819e; 
    cursor: pointer;
}
/*******************************************************************/
                                /*HEADER*/
/*******************************************************************/
.header {    
    background-color: white;
    position: fixed;
    display: flex;
    align-items: center;
    padding: 20px 56px 20px 56px;
    max-width: 1440px !important;
    width: 100% !important;
    z-index: 9999;
    justify-content: space-between;
}
a{
    text-decoration: none;
    background-color: transparent;
}
.opcion{
    font-family: Gotham;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #3b3b3b !important;
}
.opcion:hover{
    border-bottom: solid 1px #45819e;
}
.nav ul{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
/* Logo */
.logo{
    display: inline-block;
    color: red;
    font-size: 60px;
    margin-left: 10px;
}
.imgLogo{
    width: 136px;
    height: 57px;
}

.menu li{
    float: left;
}
.hamb{
    display: none;
}
.side-menu {
    display: none;
}   
.nav{
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;
    width: 60%;
}

/*******************************************************************/
                                /*FOOTER*/
/*******************************************************************/

footer{
    background-image:url('../Img/bgfooter.png');
    background-size: cover;
    color: white;
}
.Fcontainer{
    width: 100%;
    display: flex;
    justify-content: center;
}
.Fcontacto, .Fsiguenos{
    width: 20%;
}
.Finfo, .Fproductos{
    /* width: 20%; */
    width: 0;
}
.menuFooter ul{
    list-style: none;
}
.menuFooter ul li{
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 1.67;
    color: #fff;
}
.titMenu{
    font-family: 'Gotham';
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 65px 0 32px 0;
}
.copyright{
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #d5d5d6;
    margin: 88px 0 32px 0;
}
.iconoTel{
    width: 11px;
    height: 11px;
    margin-right: 17px;
}
.iconoMail{
    width: 13px;
    height: 8px;
    margin-right: 17px;
}
.iconoInst{
    width: 24px;
    height: 24px;
    margin-right: 25px;
}
.iconoFace{
    width: 13px;
    height: 22px;
    margin-right: 25px;
}
.iconoTw{
    width: 23px;
    height: 19px;
}
.a_footer{
    text-decoration: none;
    color:white;
}

@media (max-width:768px) {
    .header {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .imgLogo{
        width: 120px;
    }
    .nav{
        width: 100%;
        /* position: fixed; */
        background-color: white;
        overflow: hidden;    
        max-height: 0;
        transition: max-height .5s ease-out;
    }
    .nav ul{
        display: block;
    }
    ul{        
        padding: 0 5%;
        list-style: none;
        display: block;
        justify-content: space-evenly;
        max-width: 100%;
    }
        /* Menu Icon */
    .hamb{
        display: block;
        cursor: pointer;
        float: right;
        padding: 40px 20px;
    }/* Style label tag */

    .hamb-line {
        background: white;
        display: block;
        height: 2px;
        position: relative;
        width: 24px;

    } /* Style span tag */

    .hamb-line::before,
    .hamb-line::after{
        background: #3b3b3b;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }
    .hamb-line::before{
        top: 5px; 
    }
    .hamb-line::after{
        top: -5px;
    }
    .side-menu {
        display: none;
    } /* Hide checkbox */
    /* Toggle menu icon */
    .side-menu:checked ~ nav{
        max-height: max-content;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }
    .Fcontacto, .Fsiguenos {
        width: 30%;
    }

}


@media (max-width:600px) {
    .header {
        padding: 20px 16px 0px 16px;
        position: fixed !important;
        display: block;
    }
    .hamb {
        padding: 30px 20px;
    }

    .opcion{
        line-height: 2rem;
    }
    .container {
        margin-left: 16px;
        margin-right: 16px;
    }


    .Fcontainer {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .Fcontacto, .Fproductos, .Fsiguenos, .Finfo{
        width: 100%;
    }
}