@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&family=Saira:wght@500&family=Tourney:wght@100;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
/*Panel de Navegacion*/
nav{
    background: #f4f4f4;
    height: 100px;
    width: 100%;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    position: fixed;
    z-index: 1000;
    top: 0;
}
.enlace{
    position: absolute;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 200px;
}
.logo{
    height: 100px;
    margin: 0px 0px;
}
nav ul{
    float: right;
    margin-right: 100px;
}
nav ul li{
    display: inline-block;
    line-height: 100px;
    margin: 0 5px;
}
nav ul li a{
    color: #001142;
    font-size: 19px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    color:#fe292f;
    transition: .5s;
    text-decoration: underline 3px;
}
.checkbtn{
    font-size: 30px;
    color: #001142;
    float: right;
    line-height: 100px;
    margin-right: 70px;
    cursor: pointer;
    display: none;

}
#check{
    display: none;
}

/*------------Cambio Fuente de media------------*/
@media (max-width: 952px){
    .enlace{
        padding-left: 150px;
    }
    nav ul li a{
        font-size: 16px;
        color: white;

    }
    /*------Panel 1-------*/
    .imgpanel1{

        display: flex;
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: fixed;

    }
    .juarez-tume{
        font-size: 10px;
    }
    /*-------Panel 2-------*/
    .imgpanel2{
        display: flex;
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: fixed;
    }

    /*--------Panel 3-------*/
    .imgpanel3{

        display: flex;
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: fixed;

    }
}

@media (max-width: 1150px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #001142;
        top: 100px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
        color: #fff;
    }
    li a:hover, li a.active{
        background: none;
        color: red;
    }
    #check:checked ~ ul{
        left: 0;
    }
    ul .paginacion{
        background: none;
    }
    header ul{
        position: auto;
        width: auto;
        height: auto;
        background: none;
        top: auto;
        left: auto;
        text-align: auto;
        transition: auto;
    }
}
@media (max-width: 500px){
    .checkbtn{
        margin-right: 20px;
    }
    .enlace{
        padding-left: 10px;
    }
}
/*-------------Contenido---------------*/
.acuerdo-privacidad{
    width: 100%;
    height: 100%;
}
.titulo-politica-privacidad-head{
    color: #001142;
    margin-top: 150px;
    margin-bottom: 20px;
    font-family: 'Ysabeau SC', sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin-left: 15%;
    margin-right: 15%;
}
.titulo-politica-privacidad{
    color: #001142;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: 'Ysabeau SC', sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin-left: 15%;
    margin-right: 15%;
}
.contenido-politica-privacidad{
    margin-left: 15%;
    margin-right: 15%;
    font-size: 15px;
    font-family:'Montserrat', sans-serif;
    font-weight: 300;
    color: #292929;
    vertical-align: baseline;
    text-align: justify;
    margin-bottom: 20px;
    line-height : 30px;

}
@media (max-width: 1370px){
    .titulo-politica-privacidad-head{
        margin-left: 4%;
        margin-right: 4%;
    }
    .titulo-politica-privacidad{
        margin-left: 4%;
        margin-right: 4%;
    }
    .contenido-politica-privacidad{
        margin-left: 4%;
        margin-right: 4%;
    }
}






/*--------------Pie de pagina------------*/
.pie-pagina{
    width: 100%;
    height: 150px;
    background-color: #000000;
    font-family: Nunito, sans-serif;
    font-weight: 200;
}
.politica{
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    color: white;
    font-size: 18pt;
}
.politica:hover{
    text-decoration: underline;
}
.derechos{
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: 25px;
}
.diseño{
    justify-content: center;
    text-align: center;
    display: flex;
}
.politica-privacidad{
    color: #f4f4f4;
}
.hecho-por{
    color: #f4f4f4;
    margin-left: 6px;
}
.pie-instagram{
    background-image: linear-gradient(180deg, #f316e8 0%, #e96812 100%);
    border-radius: 5px;
    margin: -3px;
}