
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*Esto es para que no se sumen los padingin y los bordes de los elementos*/
    /*scroll-behavior: smooth;*/
    font-family: "Epilogue", sans-serif;
    font-weight: 400;
    line-height: 20px;
}

h3 {
    font-size: 32px;
    text-align: left;
    line-height: 46px;
    
    list-style: none;
    text-decoration: none;
}
h4{
    font-size: 24px;
    text-align: justify;
    line-height: 32px;
    
    list-style: none;
    text-decoration: none;
}




/*//////////Menu//////////*/


#caja_menu_escritorio{
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
}
#caja_menu_escritorio a{
    list-style: none;
    text-decoration: none;
}
#menu_escritorio {
    
    width: 8vw;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #333333;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 100px;
}
#caja_logos_escritorio{

    width: 6vw;
}
#menu_botonera{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    grid-gap: 24px;
    padding-top: 0px;
}
#menu_botonera a{
    color: #ffffff;
    font-size: 0px;
    font-weight: 400;
}
#caja_in_out_menu_escritorio{
    width: 2vw;
    padding-top: 24px;
}
#caja_in_out_menu_escritorio img{
    width: 100%;
}
#caja_redes_menu_escritorio{
    width: 2vw;
    padding-top: 24px;
}   
.menu_redes{
    width: 100%;
}

/*//////////Pastilla menu movil//////////*/
#caja_menu_movil{
    position: fixed;
    top: 88vh;
    left: 0;
    visibility: hidden;
    z-index: 998;
}
#menu_movil{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 10%;
    background: #333333;
    
    width: 100vw;
    height: 12vh;

}
#menu_movil img{
    width: 100%;
}
#caja_logos_movil{
    width: 26%;
}
#caja_in_menu_movil{
    width: 9%;
}

/*//////////Menu whatsapp//////////*/

#caja_menu_whatsapp{
    position: fixed;
    top: 80vh;
    right: 0;
    height: 4vw;
    width: 8vw;
    background-color: #333333;
    visibility: visible;
    z-index: 997;
}
#caja_menu_whatsapp a{
    list-style: none;
    text-decoration: none;
}
#link_whatsapp{
    height: 100%;
    padding: 10%;
}
#link_whatsapp_movil{
    height: 100%;
    padding: 10%;
    visibility: hidden;
}
/*//////////Secciones//////////*/

.distribucion_cajas{
    height: auto;
    min-height: 100vh;
    padding-left: 8vw;
}
.bandera{
    position: relative;
    top: 100px;
    left: 0;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25vw;
    height: 4vw;
    background-color: #333333;
}
.bandera a{
    color: #ffffff;
    font-size: 24px;
}




/*//////////Cabecera//////////*/

#cabecera{
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
    padding-top: 8%;
}
#textos_cabecera a{
    line-height: 26px;
    
}
#textos_cabecera{
    height: 20vh;
    width: auto;
    
}
#titulo_cabecera h3{
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding-bottom: 24px;
}
#texto_cabecera{
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}
#video_cabecera{
    height: auto;
    width: 100%;
}
#caja_flecha_cabecera{
    width: 1vw;
    visibility: hidden;
}

/*//////////SEC 1//////////*/

#sec_1{
    background-color: #264269;
}
#caja_padre_sec_1{
    height: auto;
    width: 100%;
    min-height: 100%;
    padding-left: 11%;
    padding-right: 5%;
    padding-top: 10%;
    color: #ffffff;
}/*ver direrencias con movil para evitar fallos*/
#caja_texto_sec_1{
    width: 45vw;
}
#caja_botones_sec_1{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8%;
    padding-top: 50px;
    padding-bottom: 100px;
    
}/*ver direrencias con movil para evitar fallos*/
#caja_fichas_sec_1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 6%;
    text-decoration: none;
}
.ficha_sec_1{
    width: 14vw;
    height: 25vw;
    min-height: 350px;
    padding: 20px;
    border-style: solid;
    border-radius: 15px;
    border-width: 1.9px;
    border-bottom-color: #ffffff;
    transition-duration: 0.3s;
}
.ficha_sec_1:hover{
    margin-top: 20px;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.5);
}
.ficha_sec_1 h4{
    font-size: 24px;
    padding-bottom: 16px;
}
.caja_ilustracion_ficha{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-gap: 16px;
    padding-top: 32px;

}
#boton_movil_sec_1{
       display: none;
    }
#boton_escritorio_sec_1{
        display: inline;
    }
.boton_sec_1{
    align-items: center;
    text-align: center;
    line-height: 0px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 20px 24px;
    transition-duration: 0.3s;
}
.boton_sec_1:hover{
    padding: 24px 28px;
}

.boton_sec_1 a{
    font-size: 26px;
    color: #264269;
    list-style: none;
    text-decoration: none;
}

 /*//////////SEC 2//////////*/

#caja_abuelo_sec_2{
    min-height: 100%;
        display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

#caja_padre_sec_2{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 16%;
    padding-bottom: 5%;
    grid-gap: 3%;
}
.caja_hijo_sec_2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15vw;
    height: 25vw;
    grid-gap: 5%
}
.caja_hijo_sec_2{
    font-weight: 800;
    font-size: 20px;
}
.caja_hijo_sec_2 img{
    height: 22vw;
    width: 15vw;
    object-fit: cover;
}
#boton_sec_2{
    width: 10%;
    align-items: center;
    text-align: center;
    line-height: 0px;
    background-color: #333333;
    border-radius: 50px;
    padding: 14px 16px;
    transition-duration: 0.3s;
}
#boton_sec_2 a{
    list-style: none;
    text-decoration: none;
}
#boton_sec_2:hover{
     padding: 16px 22px;
    transition-duration: 0.3s;
}
    
#boton_sec_2 a{
    font-size: 20px;
    color: #ffffff;
    transition-duration: 0.3s;
}
 /*//////////SEC 3//////////*/

#sec_3{
    background-color: #264269;
}
#caja_padre_sec_3{
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 16%;
    padding-bottom: 100px;
    padding-left: 8%;
    grid-gap: 8%;
}
#caja_padre_sec_3 img{
    width: 30vw;
}
#caja_derecha_sec_3{
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#caja_derecha_sec_3 h3{
    color: #ffffff;
    padding-bottom: 30px;
}
#caja_derecha_sec_3 a{
    color: #ffffff;
}
#caja_textos_sec_3{
    padding-bottom: 40px;
}
#boton_sec_3{
    width: 40%;
    align-items: center;
    text-align: center;
    line-height: 0px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 14px 16px;
}
#boton_sec_3:hover{
    padding: 16px 20px;
    transition-duration: 0.3s;
}
    
#boton_sec_3 a{
    font-size: 20px;
    color: #264269;
    list-style: none;
    text-decoration: none;
}
/*//////////SEC 4//////////*/

#caja_padre_sec_4{
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16%;
    padding-bottom: 5%;
    padding-left: 11%;
    grid-gap: 8%;
}
#caja_arriba_sec_4{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
    grid-gap: 8%;
}
#caja_padre_sec_4 img{
    width: 25vw;
}
#caja_texto_sec_4{
    width: 40vw;
}

/*//////////SEC 5//////////*/

#caja_padre_sec_5{
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16%;
    padding-bottom: 5%;
    padding-left: 11%;
}
#caja_padre_sec_5 img{
    width: 70vw;
    height: 25vw;
    object-fit: cover;
    padding-bottom: 5%;
}
#caja_texto_sec_5 {
    width: 50vw;
}
#caja_texto_sec_5 h3{
    padding-bottom: 1%;
    color: #264269;
}
#caja_texto_sec_5 a{
    color: #264269;
}

/*//////////SEC 6//////////*/

#caja_padre_sec_6{
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16%;
    padding-bottom: 10%;
    padding-left: 20%;
}
#caja_formulario{
    padding-bottom: 15%;
}
#caja_formulario h5{
    font-size: 24px;
    padding-bottom: 48px;
}
#caja_formulario label{
    color: gray;
    font-size: 20px;
}
#caja_contacto_sec_6{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#caja_contacto_sec_6 a{
    font-size: 20px;
    color: #333333;
    padding-bottom: 12px;
    list-style: none;
    text-decoration: none;
}
#caja_telefono{
    display: flex;
    flex-direction: row;
    
    align-items: center;
}
#caja_simbolos_sec_6{
    margin-right: 16px;
    padding-bottom: 13px;
}
#caja_izquierda_sec_6{
    padding-right: 20%;
}
#caja_derecha_sec_6{
    width: 30vw;
    line-height: 32px;
}

/*//////////Formulario//////////*/
form {
    max-width: 300px;
  }
  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #333333; /* Borde inferior más grueso o línea de subrayado */
    box-sizing: border-box;
      font-size: 20px;
  }

  input:focus {
    outline: none;
    border-bottom: 2px solid #264269; /* Color de borde inferior al enfocar */
  }

  button {
    background-color: #333333;
    color: #fff;
    padding: 18px 24px;
    border: none;
    cursor: pointer;
      font-size: 18px;
      margin-top: 20px;
      border-radius: 50px;
  }

  button:hover {
    background-color: #264269; /* Cambio de color al pasar el ratón sobre el botón */
  }

/*//////////footer//////////*/

footer{
}
#caja_padre_footer{
    display: flex;
    flex-direction:row;
    align-items:center;
    padding-top: 10vh;
    padding-bottom: 5%;
    padding-left: 20vw;
    background-color: #333333;
    grid-gap: 20%;
}

#caja_logo_footer{
    width: 14vw;
}
#caja_texto_footer{
    color: #ffffff;
    
    display: flex;
    flex-direction:row;
    align-items:center;
    grid-gap: 8%;
}
#caja_texto_footer a{
    padding-bottom: 12px;
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    
}
#caja_izquierda_footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
}
#caja_derecha_footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
}













@media (min-width: 1000px) {

#caja_condiciones{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  grid-gap:20px;
  }
#caja_condiciones label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

#caja_condiciones input {
    width: auto;
    padding: 8px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #333333; /* Borde inferior más grueso o línea de subrayado */
    box-sizing: border-box;
      font-size: 20px;
  }
#caja_condiciones a{
  color: #333333;
  
  }
}














@media (max-width: 1000px) {
    
    *{
        font-size: 40px;
        line-height: 64px;
    }
    h3 {
    font-size: 56px;
    text-align: center;
    line-height: 72px;
    }
    h4 {
    font-size: 40px;
    text-align: justify;
    line-height: 56px;
        font-weight: 600;
    }
    h5{
        font-size: 40px;
    }
    a {
        text-align: center;
    }
    .menus{
        position: absolute;
        top: 0;
        left: 0;
    } 
    #caja_menu_escritorio{
        visibility: hidden;
        z-index: 98;
    }
    #menu_escritorio {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-left: 10%;
        padding-top: 500px;
        padding-bottom: 500px;

        width: 80vw;
        height: 100vh;
    }
    #caja_menu_movil{
        visibility: hidden;
        z-index: 2;
    }
    #menu_movil{
        visibility: visible;
        z-index: 1;
    }
    #caja_logos_escritorio{
        padding-top: 300px;
        width: 50vw;
    }
    #menu_botonera{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        grid-gap: 48px;

    }
    #menu_botonera a{
        color: #ffffff;
        font-size: 48px;
        font-weight: 400;
    }
    #caja_in_out_menu_escritorio{
        width: 12%;
    }
     #caja_in_out_menu_escritorio img{
        width: 100%;
    }
    #caja_redes_menu_escritorio{
        width: 12%;
        padding-bottom: 200px;
    }   
    .menu_redes{
        width: 100%;
    }
            /*//////////Secciones//////////*/

    .distribucion_cajas{
    height: auto;
    padding-left: 0vw;
}
    #cabecera{
        background-color: #000000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 10%;
        padding-top: 20vh;
        padding-bottom: 10vh;

    }
    .bandera{
        position: relative;
        top: 200px;
        left: 0;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 60vw;
        height: 13vw;
        background-color: #333333;
        z-index: 1;
    }
    .bandera a{
        color: #ffffff;
        font-size: 48px;
    }
    /*//////////Cabecera//////////*/ 
    #textos_cabecera{
        height: 30vh;
        width: 80vw;

    }
    #titulo_cabecera h3{
        font-size: 96px;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        padding-bottom: 72px;
        line-height: 120px;
    }
    #texto_cabecera{
        font-size: 64px;
        text-align: center;
        color: #ffffff;
        line-height: 86px;
    }
    #video_cabecera{
        height: auto;
        width: 100vw;
    }
    #caja_flecha_cabecera{
        padding-top: 5%;
        width: 5vw;
        visibility: visible;
    }
    /*//////////Menu whatsapp//////////*/

    #caja_menu_whatsapp{
        position: fixed;
        visibility: visible;
        top: 78vh;
        right: 0;
        height: 15vw;
        width: 25vw;
        background-color: #333333;
    }
    #link_whatsapp{
        height: 100%;
        padding: 10%;
    }  
        #link_whatsapp_movil{
        height: 100%;
        padding: 10%;
        visibility: visible;
    }  

 /*//////////SEC 1//////////*/

    #sec_1{
        background-color: #264269;
    }
    #caja_padre_sec_1{
        display: flex;
        flex-direction: column;
        align-items: center;

        padding-left: 0%;
        padding-top: 350px;
        padding-bottom: 100px;
        color: #ffffff;
    }
    #caja_texto_sec_1{

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 80vw;
        padding-bottom: 100px;

    }
    .caja_textos_sec_1{
            text-align: center;
        }
    #caja_botones_sec_1{
        height: auto;
        width: 70vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 100px;
    }
    #caja_fichas_sec_1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 150px;
    }
    .ficha_sec_1{
        width: 70vw;
        height: auto;
        padding: 72px;
        border-style: solid;
        border-radius: 50px;
        border-width: 5px;
        border-bottom-color: #ffffff;
    }
    .ficha_sec_1 h4{
        font-size: 72px;
        padding-bottom: 56px;
    }
    .caja_ilustracion_ficha{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        grid-gap: 40px;
        padding-top: 56px;
    }
    #boton_movil_sec_1{
           display: inline;
        }
    #boton_escritorio_sec_1{
            display: none;
        }
    .boton_sec_1{
        align-items: center;
        text-align: center;
        line-height: 0px;
        background-color: #ffffff;
        border-radius: 100px;
        padding: 48px 56px;
    }

    .boton_sec_1 a{
        font-size: 48px;
        color: #264269;
    }
     /*//////////SEC 2//////////*/

    #caja_abuelo_sec_2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 200px;
    }

    #caja_padre_sec_2{

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 300px;
        padding-bottom: 200px;
        grid-gap: 150px;
    }
    .caja_hijo_sec_2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70vw;
        height: 110vw;
        grid-gap: 100px;
    }
    .caja_hijo_sec_2 a{
        font-weight: 400;
        font-size: 56px;
    }
    .caja_hijo_sec_2 img{
        height: 90vw;
        width: 70vw;
        object-fit: cover;
    }
    #boton_sec_2{
        width: 45%;
        align-items: center;
        text-align: center;
        line-height: 0px;
        background-color: #333333;
        border-radius: 100px;
        padding: 40px 40px;
    }

    #boton_sec_2 a{
        font-size: 48px;
        color: #ffffff;
    } 

     /*//////////SEC 3//////////*/

    #sec_3{
        background-color: #264269;
    }


     /*//////////SEC 3//////////*/

    #sec_3{
        background-color: #264269;
    }
    #caja_padre_sec_3{

       display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 300px;
        padding-bottom: 200px;
        padding-left: 0px;
        grid-gap: 150px;
    }
    #caja_padre_sec_3 img{
        width: 70vw;
    }
    #caja_derecha_sec_3{
        width: 65vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #caja_derecha_sec_3 h3{
        color: #ffffff;
        padding-bottom: 50px;
        justify-content: center;
        }
    #caja_derecha_sec_3 a{
        color: #ffffff;
    }
    #caja_textos_sec_3{
        padding-bottom: 200px;
        text-align: center;
    }
    #boton_sec_3{
        width: 70%;
        align-items: center;
        text-align: center;
        line-height: 0px;
        background-color: #ffffff;
        border-radius: 100px;
        padding: 40px 40px;
    }

    #boton_sec_3 a{
        font-size: 48px;
        color: #264269;
    }
    
    /*//////////SEC 4//////////*/

    #caja_padre_sec_4{

        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 300px;
        padding-bottom: 5%;
        padding-left: 0%;
        grid-gap: 200px;
        text-align: justify;
    }
    #caja_arriba_sec_4{

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 5%;
        grid-gap: 8%;
    }
    #caja_padre_sec_4 img{
        width: 70vw;
        padding-bottom: 150px;
    }
    #caja_texto_sec_4{
        width: 70vw;
    }
    #caja_texto_inferior_sec_4{
        width: 70vw;
    }
    
    /*//////////SEC 5//////////*/

     #caja_padre_sec_5{

        display: flex;
        flex-direction: column;
        align-items: center; 
        padding-top: 300px;
        padding-bottom: 5%;
        padding-left: 0%;
        grid-gap: 100px;
        text-align: justify;
        }
    #caja_padre_sec_5 img{
        width: 100vw;
        height: 50vw;
        object-fit: cover;
        padding-bottom: 100px;
    }
    #caja_texto_sec_5 {
        width: 75vw;
    }
    #caja_texto_sec_5 h3{
        padding-bottom: 1%;
        color: #264269;
        padding-bottom: 75px;
    }
    #caja_texto_sec_5 a{
        color: #264269;
    }
    
   
    /*//////////SEC 6//////////*/

    #caja_padre_sec_6{
        display: flex;
        flex-direction: column;
        align-items: center; 
        padding-top: 400px;
        padding-bottom: 15%;
        padding-left: 0%;
        grid-gap: 100px;
        text-align: justify;
        }
    #caja_formulario{
        padding-bottom: 15%;
    }
    #caja_formulario h5{
        font-size: 24px;
        padding-bottom: 48px;
    }
    #caja_formulario label{
        color: gray;
        font-size: 20px;
    }
    #caja_contacto_sec_6{
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        grid-gap: 35px;
    }
    #caja_contacto_sec_6 a{
        font-size: 48px;
        color: #333333;
        padding-bottom: 0px;
    }
    #caja_telefono{
       width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #caja_simbolos_sec_6{
        margin-right: 15px;
        padding-bottom: 00px;
    }
    .simbolo_contacto{
        height: 48px;
    }
    #caja_izquierda_sec_6{
        padding-right: 0%;
    }
    
    #caja_derecha_sec_6{
        width: 70vw;
        line-height: 32px;
    }
  #caja_condiciones a{
  color: #333333;
  
  }

    /*//////////Formulario//////////*/
    #caja_formulario h5{
        width: 60vw;
      font-size: 40px;
    }
    #caja_formulario_contacto{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70vw;
    }
    
    form {
        max-width: 70vw;
      }
      label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
      }

      input {
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
        border: none;
        border-bottom: 4px solid #333333; /* Borde inferior más grueso o línea de subrayado */
        box-sizing: border-box;
          font-size: 40px;
      }

      input:focus {
        outline: none;
        border-bottom: 2px solid #264269; /* Color de borde inferior al enfocar */
      }

      button {
        width: 70%;
        align-items: center;
        text-align: center;
        line-height: 0px;
        background-color: #333333;
        border-radius: 100px;
        padding: 48px 32px;
          font-size: 40px;
          margin-top: 100px;
      }
    
    /*//////////footer//////////*/

    #caja_padre_footer{
        display: flex;
        flex-direction: column;
        align-items:center;
        align-content: center;
        padding-top: 5vh;
        padding-bottom: 20vh;
        padding-left: 0vw;
        background-color: #333333;
        grid-gap: 20px;
    }
    #caja_logo_footer{
        width: 14vw;
        display: none;
    }
    #caja_texto_footer{
        color: #ffffff;

       display: flex;
        flex-direction: row;
        align-items:center;
        align-content: center;
        grid-gap: 50px;
    }
    #caja_texto_footer a{
        padding-bottom: 12px;
        list-style: none;
        text-decoration: none;
    }
    #caja_izquierda_footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-items:center;
        align-content: center;
        text-align: right;
        width: auto;
    }
    #caja_derecha_footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        
        text-align: left;
        width: auto;
    }
    #cabecera{
        
    }
   

}