
/*inicio de footer*/
.footer{
    background: #ff5a05;
    width: 100%;
    color: white;
    padding-top: 50px;
}
.footer-informacion{
    display: grid;
    width: 80%;
    grid-template-columns: repeat(4,25%);
    gap: 20px;
    margin: auto;
    padding-bottom: 70px;
    justify-content: space-between;

}
.logo-info{
    width: 100%;

}
.logo-info>img{
    width: 70%;
}
.detalles>h1{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.detalles>a{
    display: flex;
    padding-top: 5px;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
.detalles>a>img,.pdf-detalle>img{
    width:15px;
    height:15px;
}

/* modal */
.boton-modal{
    cursor: pointer;
}
.modal-label{
    cursor: pointer;
    transition: all 300ms ease;
}
#btn-modal{
    display: none;
}
.container-modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-modal:checked ~ .container-modal{
    display: flex;
}
.content-modal{
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    color: black;
    display: flex;
    flex-direction: column;
}

.content-modal .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal .btn-cerrar .modal-label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal .btn-cerrar .modal-label:hover{
    background-color:#185E83;
}
.cerrar-modal{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}

.pdfs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.img-pdf{
    width: 10%;
}
.img-pdf>img{
    width: 100%;
}
.boton-pdf{
    width: 10%;
}
.boton-pdf>img{
    width: 100%;
}
.text-pdf{
    font-weight: bold;
}
.boton-cerrar{
    background-color: #00A37F;
    color: white;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    font-family: arial;
}
.modal-h3{
    color: black;
    font-weight:bold ;
    text-align: center;
    font-size: 30;
    font-family: 'Roboto';
    margin-bottom: 20px;
}
@media screen and (max-width:800px) {
    .content-modal{
        width: 90%;
    }
}
/*:::Fin Ventana Modal:::*/

.icon{
    width: 5%;
    height: 5%;
    margin-right: 3px;
}
.gps{
    width: 6%;
    height: 6%;
    margin-right: 3px;
}

.title-detalle{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pdf-detalle{
    font-size: 17px;
    display: flex;
    padding-top: 5px;
    align-items: center;
    text-decoration: none;
    color:white;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
.section-detalle{
    padding-bottom: 50px;
    width: 100%;
}
.iconos{
    display: flex;
}
.link-redes{
    text-decoration: none;
}
.forma{
    padding: 10px;
    background-color: white;
    color: rgb(58, 50, 50);
    margin-right: 5px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-redes>i{
    transition: 0.5s linear;
}
.icofont-facebook:hover{
     background-color: rgb(7, 89, 212);
      transform: rotate(360deg);
      color: white;
}
.icofont-youtube-play:hover{
    color: #f30606;
    transform: rotate(360deg);
}
.tiktok:hover{
   color: #096cee;
   transform: rotate(360deg);
}
.icofont-linkedin:hover{
     background-color: #0453b9;
     transform: rotate(360deg);
     color: white;
}
.footer-piedepagina{
    border-top:1px solid #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
}
.copyright{
    width: 80%;
    display: flex;
    align-items: center;
}
.copy{
    font-size: 17px;
    font-weight: lighter;
}
.linea{
    padding-left: 5px;
    padding-right: 5px;
}

/*fin de footer*/



@media (max-width:1250px) {
    .logo-info>img{
        width: 60%;
    }
    
}
@media (max-width:1100px) {
    .detalles>h1{
        text-align: center;
    }
    .detalles>p{
        text-align: center;
    }
    .detalles>a{
        flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    }
    .detalles>a>img,.pdf-detalle>img{
        width:7%;
    }
}
@media (max-width:1000px) {
    .copyright{
        justify-content: center;
    }
    .footer-informacion{
        grid-template-columns: repeat(4,25%);
         
    }
    .icon{
        width: 5%;
        height: 5%;
    }
    .logo-info>img{
        width: 60%;
    }
    .gps{
        width: 20px;
        height: 15px;
    }
    
 
    
}

@media (max-width:900px) {
    .detalles,.section-detalle{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .detalles>a>img{
        width:15px;
        height: 15px;
    }
    .pdf-detalle>img{
        width: 15px;
        height: 15px;
    }
.iconos{
    align-items: center;
    justify-content: center;
}
.icon{
    width: 10px;
    height: 10px;
}
.logo-info>img{
    width: 70%;
}
}
@media (max-width:800px) {
    .footer-informacion{
        grid-template-columns: repeat(1,1fr);
         
    }
    .logo-info{
       display: flex;
       justify-content: center;

    }
    .logo-info>img{
        width: 40%;
    }
  
    .copyright{
        flex-direction: column;
    }
    .linea{
        display: none;
    }
    .copy{
        padding: 10px;
    }
    .iconos>i{
        width: 5%;
    }
    .section-detalle{
        padding-bottom: 20px;
    }
   
   
  

    
}
@media (max-width:700px) {
.gps{
    width: 20px;
    height: 15px;
}
}
@media (max-width:500px) {
  
    .copy{
        text-align: center;
    }
  

}

