* {
    padding: 0px;
    margin: 0px;
}

nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #007D72; */
    /* background-color: rgba(0, 125, 114, 0.5); */
    background-color: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    z-index: 5;
}

#contenendor_nav {
    max-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.caja_ul {
    width: 60%;
}

.ul_menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
}

.ul_menu_li {
    font-size: 17px;
    color: white;
    /* text-align: center; */
}

.menu_uno_a {
    /* border: 1px solid black; */
    display: flex;
    text-decoration: none;
    color: white;
    height: 95px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.menu_uno_a i {
    margin-left: 5%;
}

.caja_logo {
    display: flex;
    align-items: center;
    /* background-color: blueviolet; */
}

.caja_logo img {
    display: block;
    width: 177px;
    height: 58px;
}

.caja_btn_numero {
    display: flex;
    width: 150px;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.btn_numero {
    border-radius: 25px;
    /* background-color: #28A745; */
    background-color: #175c62;
    text-decoration: none;
    color: white;
    padding: 10% 15% 10% 15%;
    white-space: nowrap;
    font-size: 18px;
    display: block;
    float: right;
    font-weight: 500;
}

.btn_numero i {
    color: #04cab9;
}


p,
a,
li {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h3 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.icono_whatsapp {
    font-size: 22px;
    margin-right: 2.5%;
}

.caja_fondo {
    width: 100%;
    height: auto;
    margin-top: -95px;
    float: left;
    position: relative;
    background-color: blue;
    z-index: 4;
}

.caja_fondo img {
    width: 100%;
    display: block;
}

.contenido_fondo {
    width: 40%;
    position: absolute;
    top: 30%;
    left: 12%;
}

.contenido_fondo h1 {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 2.7em;
}

.contenido_fondo p {
    margin: 3% 0px 3% 0px;
    font-family: "Inter", sans-serif;
    color: white;
}

.btn_color {
    text-align: center;
    border-radius: 25px;
    background-color: #175c62;
    text-decoration: none;
    color: white;
    /* padding: 10% 15% 10% 15%; */
    width: 200px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-top: 10%;
}

.btn_color_2 {
    text-align: center;
    border-radius: 25px;
    background-color: #175c62;
    text-decoration: none;
    color: white;
    width: 200px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin: 5% 0px;
}

.btn_color_2 .icono_whatsapp {
    color: #04cab9;
}

.btn_about_general {
    margin-top: 0px;
}

.btn_tienda_general {
    margin-top: 0px;
    text-align: center;
    margin: auto;
}

.btn_fisio_general {
    margin-top: 0px;
    text-align: center;
    margin: auto;
    /* background-color: #04cab9; */
    color: white;
    background-color: #175c62;
    margin-bottom: 4%;
    border: 1px solid #223441;
    /* box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5); */
}

.caja_historia {
    width: 100%;
    display: flex;
}

.caja_historia img {
    width: 600px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.medida {
    max-width: 1200px;
    width: 100%;
    width: 95%;
    margin: auto;
    display: flex;
    position: relative;
}

.contendor_caja_historia {
    width: 100%;
    float: left;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.texto_about {
    margin: 5% 0px 5% 0px;
}

.titulo_fondo {
    font-size: 90px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
}

.h2_fondo {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    /* margin-top: -7%; */
    margin-top: -2%;
    color: #175c62;
}

.caja_contenido_about {
    width: 100%;
    float: left;
    margin: 0px 5% 0px 5%;
}

.contenedor_caja_productos {
    width: 100%;
    float: left;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.cajas_productos {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 2.5% 0px 2.5% 0px;
}

.producto {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.producto img {
    width: 100%;
    display: block;
}

.medida_vertical {
    max-width: 1200px;
    width: 95%;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
}

.titulo_producto {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: -2%;
    color: #175c62;
}

.titulo_tienda {
    text-align: center;
}

.nombre_producto {
    padding: 7%;
    font-size: 20px;
}

footer {
    width: 100%;
    float: left;
    background-color: #175c62;
    padding-top: 2.5%;
    background-image: url('../img/footer2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.cajas_footer_general {
    width: 100%;
    margin-top: 6%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
}

.cajas_footer_general h3 {
    font-family: "Inter", sans-serif;
    margin-bottom: 5%;
}

.titulo_para_footer {
    font-family: "Inter", sans-serif;
    margin-bottom: 5%;
    font-weight: 700;
    font-size: 19px;
}

.cajas_footer_general .h3_siguenos {
    margin-bottom: 0px;
}

.ul_footer {
    list-style: none;
}

.ul_footer li {
    line-height: 27px;
}

.ul_footer li a {
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.linea_footer {
    text-align: center;
    padding: 2.5% 0px 2.5% 0px;
    font-size: 14px;
    font-weight: 300;
}

.ul_footer_otros {
    border-right: 1px solid white;
}

.caja_suscribete {
    display: flex;
    flex-direction: column;
    padding-left: 20%;
}

.caja_input_suscribete {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.input_suscribete {
    position: relative;
    height: 35px;
    border-radius: 30px;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    border: none;
    font-family: "Inter", sans-serif;
}

.letra_suscribete {
    margin-bottom: 2.5%;
    font-weight: 300;
}

.icono_suscribete {
    position: absolute;
    right: 1%;
    bottom: 10%;
    background-color: #175c62;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    padding: 3%;
    text-align: center;
    cursor: pointer;
}

.icono_suscribete:hover {
    background-color: #04cab9;
}

.caja_siguenos {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5%;
}

.caja_siguenos a {
    color: white;
    font-size: 20px;
    /* background-color: #04cab9; */
    border-radius: 50%;
    /* padding: 4%; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0px 1% 0px 1%;
}

.caja_siguenos a:hover {
    background-color: #04cab9;
}

.caja_redes_footer {
    width: 100%;
    float: left;
    text-align: center;
}

.caja_siguenos h3 {
    margin-right: 2.5%;
}

.cajas_fisio {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}

.contenido_categorias {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}

.contenido_fisio {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 5%;
}

.contenido_fisio h3 {
    margin-bottom: 5%;
    color: #223441;
}

.contenedor_fisio {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #504f54;
    background-image: url('../img/fondo_fisio.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5% 0px 2.5% 0px;
}

.titulo_fisio {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: -3%;
    margin-bottom: 2%;
    /* color: #175c62; */
    color: white;
}

.parrafo_fisio {
    color: white;
    font-weight: 300;
}

.contenido_fisio_img {
    width: 100%;
    display: block;
}

.contenido_fisio_a {
    text-decoration: none;
    color: black;
}

.caja_general_fisio {
    width: 100%;
    float: left;
    margin-top: 4%;
}

.flecha_carrusel {
    position: absolute;
    display: flex;
    top: 50%;
    color: white;
    font-size: 2em;
    cursor: pointer;
    text-align: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, .07);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
}

.flecha_der {
    right: 1%;
}

.flecha_izq {
    left: 1%;
}

.caja_flechas {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    display: flex;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 50%;
    background-color: brown;
}

.caja_img_portada {
    overflow: hidden;
}

.caja_lista_portada {
    display: flex;
    width: 300%;
    position: relative;
    left: 0%;
    z-index: -2;
    /* transition: 1s; */
}

.caja_lista_portada div {
    width: 100%;
}

.sub_menu {
    width: 20%;
    background-color: white;
    position: absolute;
    list-style: none;
    border-radius: 5px;
    margin-top: -1.5%;
    display: none;
    padding: 1.5%;
}

.sub_menu li {
    width: 100%;
    float: left;
}

.sub_menu a {
    width: 90%;
    float: left;
    text-decoration: none;
    padding: 5%;
    color: #223441;
}

.caja_nosotros {
    width: 100%;
    height: auto;
    margin: 2.5% 0px 2.5% 0px;
}

.menu_general nav {
    /* background-color: #38a9e0; */
    background-color: #117CAC;
}

.contenedor_nosotros {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.parte_uno {
    display: block;
}

.caja_infos_datos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10%;
}

.caja_formulario {
    width: 80%;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10%;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.caja_formulario input {
    width: 78%;
    height: 35px;
    font-family: "Inter", sans-serif;
    padding: 2.5%;
    padding-left: 12%;
    padding-right: 10%;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 20px;
    font-size: 15px;
}

.caja_input_form {
    margin-bottom: 5%;
}

.caja_input_form textarea {
    width: 78%;
    font-family: "Inter", sans-serif;
    padding: 2.5%;
    padding-left: 12%;
    padding-right: 10%;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 20px;
    display: block;
    resize: none;
    font-size: 15px;
}

.caja_formulario h2 {
    font-family: "Inter", sans-serif;
    margin-bottom: 5%;
    color: #175c62;
    text-align: center;
}

.btn_formulario {
    width: 100%;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
    border: none;
    border-radius: 20px;
}

.btn_formulario:hover {
    background-color: #38a9e0;
}

.caja_input_form {
    position: relative;
}

.icono_form {
    position: absolute;
    top: 35%;
    left: 5%;
    color: rgba(0, 0, 0, .5);
}

.icono_form_textarea {
    top: 6%;
}

.caja_icono_contacto i {
    /* background-color: #38a9e0; */
    border: 2px solid #38a9e0;
    color: #38a9e0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 2em;
}

.contenedor_caja_contacto {
    display: flex;
    margin-top: 10%;
}

.caja_texto_Contacto {
    padding: 5%;
}

.caja_texto_Contacto h3 {
    color: #175c62;
    margin-bottom: 4%;
}

#pagina_fisio .contenido_fisio {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.caja_nosotros_general {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
}

.caja_about_img img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.caja_about_texto h1 {
    font-family: "Inter", sans-serif;
    color: #175c62;
}

.about_info_p {
    margin: 2.5% 0px 2.5% 0px;
    text-align: justify;
}

.caja_about_texto {
    padding-right: 10%;
}

.caja_about_texto p {
    font-weight: 300;
}

.caja_valores {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.caja_valor_dato {
    display: flex;
    padding: 2.5%;
    border: 1px solid rgba(0, 0, 0, .1);
    align-items: center;
    border-radius: 15px;
}

.div_about_img {
    margin-right: 2%;
}

.div_about_img img {
    width: 60px;
    display: block;
}

.div_about_p h3 {
    margin-bottom: 1%;
    color: #175c62;
}

.caja_atribuciones {
    width: 100%;
    margin: 5% 0px 5% 0px;
    text-align: center;
}

.caja_atribuciones h1 {
    font-family: "Inter", sans-serif;
    color: #175c62;
    margin-bottom: 2.5%;
}

.caja_atribuciones div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.caja_atribuciones div a {
    width: auto;
    color: black;
}

.contenedor_detalle_producto {
    display: flex;
    margin: 5% 0px 5% 0px;
}

.contenedor_caja_productos_det {
    display: flex;
    flex-direction: column;
}

.contenedor_caja_productos_det .titulo_producto {
    margin-top: 0px;
    font-size: 2em;
}

.btn_consultar {
    margin-top: 0px;
    margin-top: 2.5%;
}

.detalle_img img {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.detalle_texto h1 {
    font-family: "Inter", sans-serif;
    color: #175c62;
}

.detalle_texto p {
    font-weight: 300;
    padding: 2% 0px 2% 0px;
}

.detalle_texto ul {
    font-weight: 300;
    margin-left: 4%;
}

.detalle_texto ul li {
    line-height: 22px;
}

.detalle_texto {
    padding: 5%;
    padding-top: 0px;
}

.detalle_descripcion h2 {
    font-family: "Inter", sans-serif;
    margin-bottom: 2%;
    font-size: 2em;
    color: #175c62;
}

.detalle_descripcion_v2 h2 {
    font-family: "Inter", sans-serif;
    margin-bottom: 0px;
    font-size: 2em;
    color: #175c62;
}

.detalle_descripcion p {
    font-weight: 300;
}

.detalle_descripcion h3 {
    margin: 1% 0px 1% 0px;
    color: #175c62;
}

b {
    font-family: "Inter", sans-serif;
}

.detalle_descripcion b {
    margin: 1% 0px 1% 0px;
    display: block;
    color: #175c62;
}

.icono_menu {
    color: white;
    display: none;
}

.btn_ver_mas {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    /* border-radius: 10px; */
}

.caja_entrenamiento .contenido_fisio h3 {
    margin-top: 5%;
}

h2 {
    font-family: "Inter", sans-serif;
}

.detalle_h2 {
    color: #175c62;
    margin-bottom: 2%;
}

.detalle_ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 300;
}

.detalle_ul li {
    line-height: 25px;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.detalle_ul i {
    color: #04cab9;
    font-size: 20px;
    margin-right: 2%;
}

.detalle_ul_2 {
    grid-template-columns: repeat(1, 1fr);
}

.detalle_ul_2 li {
    margin-bottom: 1%;
}

.p_descripcion_detalle {
    margin: 2.5% 0px;
    text-align: justify;
}

.h2_color {
    color: #175c62;
}

.h2_espacio {
    margin: 2.5% 0px;
}

.caja_about_texto_2 .detalle_ul {
    display: block;
}

.caja_about_texto_2 .detalle_ul li {
    margin-bottom: 0px;
}

.detalle_ul .icono_circulo {
    font-size: 12px;
    margin-top: 1%;
}

.contenido_fisio {
    border: 5px solid white;
}

.cajas_fisio .contenido_fisio:hover {
    border: 5px solid #223441;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.caja_2 {
    width: 100%;
    height: auto;
    float: left;
    padding: 5% 0px;
    padding-bottom: 2.5%;
}

.caja_2_general {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.caja_2_letras {
    font-weight: 300;
}

.caja_2_img img {
    width: 90%;
    display: block;
}

.caja_1_entero {
    background-color: #175c62;
    background-image: url(../img/fondo4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 5% 0px;
    padding-bottom: 6%;
}

.caja_1_entero .h2_color {
    color: white;
    margin-top: 4%;
}

.caja_1_entero .p_descripcion_detalle {
    font-weight: 300;
}

.caja_1_entero .detalle_ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
}

.caja_1_entero .detalle_ul li {
    margin-bottom: 1%;
}

.caja_1_entero .detalle_ul i {
    margin-right: 1%;
}

.caja_3 {
    width: 100%;
    font-weight: 300;
    float: left;
}

.detalle_h2 li {
    display: flex;
}

.caja_dos_secciones {
    display: flex;
}

.detalle_ul_3 {
    width: 50%;
    grid-template-columns: repeat(1, 1fr);
}

.caja_3_img_general {
    width: 50%;
    float: left;
}

.caja_3_img_general img {
    width: 85%;
    display: block;
    /* margin: auto; */
    float: right;
    border-radius: 15px;
    margin-top: 5%;
}

.detalle_ul_3 li {
    margin-bottom: 0px;
    /* text-align: center; */
    border-bottom: 1px solid rgba(23, 92, 98, .5);
    padding: 4% 0px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    line-height: unset;
}

.detalle_ul_3 li:last-child {
    border-bottom: none
}

.caja_ul_3_img {
    display: flex;
    flex-direction: column;
    /*  align-items: center; */
    justify-content: center;
}

.detalle_ul_3 img {
    display: block;
    width: 50px;
}


.caja_ul_3_img h4 {
    color: #175c62;
}

.caja_ul_3_texto {
    padding: 0px 5%;
    display: flex;
    text-align: left;
}

.descripcion_categorias {
    padding: 2.5%;
    text-align: center;
}

.contenido_categorias {
    margin-bottom: 0px;
    margin-top: 0px;
}

.contenido_categorias img {
    width: 30%;
    margin: auto;
}

.contenido_categorias .contenido_fisio {
    border: 2px solid #04cab9;
}

.contenedor_caja_categorias p {
    font-weight: 300;
}

.detalle_ul_fisioreu .icono_circulo {
    margin-top: .5%;
}

.caja_mensaje_contactos {
    text-align: center;
    margin: 5% 0px 5% 0px;
}

.btn_boton {
    background-color: #175c62;
    color: white;
    text-decoration: none;
    width: 250px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 15px;
    margin: auto;
    margin-top: 2%;
}

.h2_estilo {
    font-size: 3em;
    color: #175c62;
    margin-bottom: 1%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.caja-escribenos-whatsapp {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 7;
    display: block;
}

.telefono_whatsapp {
    background-color: #28A745;
    float: right;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1), 0 2px 32px rgba(0, 0, 0, .2);
}

.caja-escribenos-whatsapp i {
    line-height: 60px;
    color: white;
    font-size: 32px;
}

.form_suscribirse {
    width: 100%;
    display: block;
}

.form_suscribirse .input_suscribete {
    width: 90%;
    display: block;
    padding: 0px;
    height: 55px;
    padding: 0px 5% 0px 5%;
}

.form_suscribirse .icono_suscribete {
    border: none;
}

@media screen and (max-width: 800px) {

    .contenedor_caja_productos{
        margin-top: 62px;
    }

    .caja_nosotros {
        float: left;
        margin-top: 59px;
    }

    .form_suscribirse .input_suscribete {
        width: 80%;
    }

    .contenedor_detalle_producto {
        display: block;
    }

    .detalle_img img {
        width: 100%;
    }

    .detalle_texto {
        padding: 2%;
    }

    .detalle_texto h1 {
        text-align: center;
        margin-top: 4%;
    }

    .detalle_descripcion h2 {
        text-align: center;
    }

    .caja_infos_datos {
        display: block;
    }

    .caja_icono_contacto i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .contenedor_caja_contacto {
        width: 100%;
        margin-top: 2%;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .caja_1_entero .h2_color {
        margin-top: 0px;
    }

    .h2_tema {
        padding: 2% 0px;
        text-align: center;
    }

    .btn_color_2 {
        width: 100%;
    }

    .caja_1_entero {
        background-image: unset;
        float: left;
    }

    .caja_about_texto h1 {
        text-align: center;
    }

    .detalle_ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .cajas_productos {
        grid-template-columns: repeat(1, 1fr);
    }

    .cajas_fisio {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenido_categorias {
        grid-template-columns: repeat(1, 1fr);
    }

    .cajas_footer_general {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenido_fondo {
        width: 95%;
        top: 0px;
        left: 0px;
        margin: auto;
        position: relative;
    }

    .caja_historia {
        flex-direction: column;
    }

    .caja_contenido_about {
        margin: 0px;
        text-align: center;
    }

    .ul_footer_otros {
        border-right: none;
    }

    .cajas_footer_general {
        text-align: center;
        margin-top: 0px;
    }

    .caja_suscribete {
        padding-left: 0px;
    }

    .input_suscribete {
        width: 80%;
        margin: auto;
    }

    .icono_suscribete {
        bottom: 0%;
        right: 6%;
    }

    .caja_redes_footer {
        display: flex;
        justify-content: center;
    }

    .caja_siguenos {
        flex-direction: column;
        margin-top: 2.5%;
    }

    .cajas_footer_general h3 {
        margin-top: 2%;
        margin-bottom: 1%;
    }

    .titulo_para_footer {
        margin-top: 2%;
        margin-bottom: 1%;
    }

    .caja_siguenos a {
        float: none;
        display: block;
    }

    .caja_siguenos .h3_siguenos {
        margin: 0px;
        margin-bottom: 2%;
    }

    .caja_fondo {
        background-color: unset;
        margin-top: 59px;
    }

    .contenido_fondo h1 {
        color: #175c62;
        text-align: center;
    }

    .contenido_fondo p {
        color: black;
    }

    nav {
        background-color: #38a9e0;
        position: fixed;
    }

    .caja_ul {
        width: 100%;
        display: none;
        background-color: white;
        color: #223441;
    }

    .sub_menu {
        width: 100%;
        position: relative;
        display: none;
        padding: 0px;
    }

    .sub_menu li {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .ul_menu_li {
        color: #223441;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .menu_uno_a {
        color: #223441;
    }

    .ul_menu {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_btn_numero {
        display: none;
    }

    .caja_flechas {
        top: 12%;
    }

    .caja_historia img {
        width: 90%;
        margin: auto;
    }

    .titulo_fondo {
        font-size: 50px;
    }

    .portada_parrafo {
        text-align: center;
    }

    .btn_portada {
        margin: auto;
        margin-bottom: 5%;
        width: 80%;
    }

    .h2_fondo {
        text-align: center;
        font-size: 30px;
        margin-top: 4%;
    }

    .titulo_producto {
        margin-top: 0px;
    }

    .btn_about_general {
        width: 80%;
        margin: auto;
    }

    .contenedor_fisio {
        background-image: unset;
    }

    footer {
        background-image: unset;
        background-color: #504f54;
    }

    .btn_color {
        width: 100%;
    }

    .icono_menu {
        display: block;
        width: 50px;
        text-align: center;
        line-height: 58px;
        font-size: 25px;
    }

    #contenendor_nav {
        flex-direction: column;
    }

    .caja_logo {
        justify-content: space-between;
    }

    .caja_nosotros_general {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_about_texto {
        padding-right: 0px;
        margin-bottom: 2.5%;
    }

    .caja_valor_dato {
        flex-direction: column;
    }

    .btn_ver_mas {
        margin: auto;
        margin-top: 5%;
        width: 100%;
    }

    .contenedor_nosotros {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_infos_datos {
        margin-top: 0px;
        margin-bottom: 2%;
    }

    .caja_texto_Contacto {
        padding: 2.5%;
        text-align: center;
    }

    .caja_2_general {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_2_img img {
        width: 100%;
    }

    .titulo_fondo {
        display: none;
    }

    .caja_logo img {
        height: auto;
    }
}