:root {
    --gray-primary: #6A6C70;
    --gray-secondary: #626262;
    --primary-color: #EE7B00;
    --white-color: #fff;
    --deep-black: #1F1A19;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

/*li::marker {
    content: '';
}*/

.--bs-primary {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

section {
    padding: 50px 150px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: var(--deep-black);
}

.--column-direction {
    flex-direction: column;
}

.--text-center {
    text-align: center;
}

.--mt-20px {
    margin-top: 20px;
}

.--mt-45px {
    margin-top: 45px;
}

.--mb-25px {
    margin-bottom: 25px;
}


.pre-header {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px 40px;
    gap: 10px;
    background-color: var(--gray-primary);
}

.container__pre-header-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

input[type="text"],
input[type="email"],
textarea {
    min-height: 30px;
    border: 0;
    border-bottom: 2px solid var(--primary-color);
    outline: none;
}

textarea {
    padding: 5px 0;
    min-height: 60px;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item a {
    color: var(--white-color);
}

.item a:hover {
    text-decoration: underline;
}

header {
    height: 80px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    border-bottom: 3px solid var(--primary-color);
    background: var(--white-color);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
    transition: all .25s ease;
}

header.--items-white .nav-header ul>li>a {
    color: var(--white-color);
}

header.--items-white.--delete-items-white .nav-header ul>li>a {
    color: var(--gray-secondary);
}

.menu-responsive ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding-top: 50px;
    height: 100%;
}

.menu-responsive {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

/* .menu-responsive.--top__menu{
    transform: translateY(-50px);
} */
.menu-responsive.--show__menu {
    opacity: 1;
    visibility: visible;
}

.menu-responsive ul li a {
    font-size: 20px;
}

.logo__container {
    display: flex;
    align-items: center;
    width: 210px;
    height: 80px;
}

.logo__container img {
    width: 100%;
    height: 100%;
}

.nav-header ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-header ul>li:hover {
    background-color: #96938d70;
    border-radius: 20px;
    transition: .35s ease-in-out;
}

.nav-header ul>li {
    display: flex;
    list-style-type: none;

}

.nav-header ul>li>a {
    padding: 10px 20px;
    width: 150px;
    text-align: center;
    color: var(--gray-primary);
    font-weight: 700;
}

.nav-header ul>li>a:hover {
    background-color: #96938d70;
    border-radius: 20px;
    transition: .35s ease-in-out;
}

section.--section-xs {
    min-height: 20vh;
}

section.section-home {
    display: flex;
    align-items: center;
    min-height: 80vh;
    background: linear-gradient(0deg, rgba(98, 98, 98, 0.35) 0%, rgba(98, 98, 98, 0.35) 100%), url("img/inicio.png") lightgray 50% / cover no-repeat;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
}

.section__banner {
    height: 230px;
    padding: 65px 75px;
}

section.aviso {
    display: flex;
    justify-content: center;
}

.--bg-img-yatla-black {
    background: url("img/porqueyatla.jpg") lightgray 0px -230px / auto no-repeat;
}

.--w100 {

    width: 100%;
}

span.--w100 {
    display: block;
}

.--bg-deg-orange {
    background: linear-gradient(0deg, #EE7B00 0%, #EFAB61 100%);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.--align-right-flx {
    align-items: end;
}

header.--bg-transparent {
    background-color: transparent;
}

.card.--bg-white {
    background-color: var(--white-color);
}

.card.--bg-white .card__title {
    color: var(--primary-color) !important;
}

.card.--bg-white .card__description p {
    color: var(--gray-primary);
}

header.--bg-white {
    background-color: var(--white-color);
}

.--center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

section.section-yatla-carac {
    min-height: 50vh;
    background: url('img/yatla-carac.png') lightgray 50%/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
}

section.section-yatla {
    min-height: 50vh;
    background: url("img/Yatla_header.png") lightgray 50%/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
}

section.section-services {
    min-height: 50vh;
    background: url("img/yatla-section.png") lightgray 50%/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
}

section.section-contacto {
    min-height: 50vh;
    background: url("img/contacto-header.png") lightgray 50%/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
}

section.section-about {
    min-height: 50vh;
    background:
        url("img/about-section.png") no-repeat center / cover,
        #63617C;
    background-attachment: fixed;
    background-position: center;
}

section.section-services-yatla {
    min-height: 50vh;
    background:
        url("img/blue-img.png") no-repeat center / cover,
        #63617C;
    background-attachment: fixed;
    background-position: center;
}

.home-title.--text-md h1 {
    font-size: clamp(30px, 10vw, 48px);
}

.home-title h1 {
    color: var(--primary-color);
    font-size: clamp(35px, 10vw, 80px);
}


.home-title h1 span {
    color: var(--white-color);
}

.home-title h2 {
    font-size: clamp(18px, 3vw, 28px);
    color: #F6F6F6;
}

.home-title img {
    width: clamp(230px, 26vw, 378px);
}

.home-title.--caract-format {
    flex-direction: row;
    flex-wrap: wrap;
}

.--caract-format img {
    max-width: 180px;
}

.--caract-format span {
    margin-top: auto;
    font-size: clamp(18px, 5vw, 32px);
}

.--bg-light-gray {
    background-color: #DAD3CB;
}

.--bg-deg-gray {
    background: linear-gradient(180deg, #97948E 0%, #4A4844 100%);
}

.--light-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.text.--text-font p.--font-size-18 {
    font-size: clamp(14px, 2vw, 18px);
}

.container__section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title__section {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title__section h2, .title__section span {
    display: block;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.title__section p {
    color: var(--deep-black);
    font-size: 20px;
    font-weight: 700;
}

.container__cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 0;
}

.card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 347px;
    height: 325px;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--gray-primary);
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.card:nth-child(even) {
    background-color: var(--white-color);
}

.card:nth-child(even) .card__title,
.card:nth-child(even) .card__description p,
.card:nth-child(even) .card__description .go-to-more {
    color: var(--gray-primary);
}

.card:nth-child(even) .card__description .go-to-more svg path {
    fill: var(--gray-primary);
}

.card__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    transition: all .5s ease;
    width: 100%;
}

.card__description p {
    font-size: 14px;
    text-align: justify;
    hyphens: auto;
}

.card .card__title,
.card .card__description p {
    color: var(--white-color);
}

.card__description {
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all .5s ease;
}

.go-to-more {
    color: var(--white-color);
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.go-to-more:hover {
    text-decoration: underline;
}

.--italic {
    font-style: italic;
}

.italic-style {
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

.--font-italic {
    font-style: italic;
    font-size: 20px;
}


.bloq {
    max-width: 65%;
    display: flex;
    flex-direction: column;
}


.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: justify;
}

.text h4, .text p span {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    color: var(--gray-primary);
    font-weight: 700;
    text-align: justify;
}

.item__card__text {
    text-align: justify;
}

.__align-right {
    align-items: flex-start;
}

.--pd-vertical-50 {
    padding: 50px 0;
}

.--space-between {
    justify-content: space-around;
}

.--pd-0 {
    padding: 0;
}

.--pd-0-80 {
    padding: 0 80px;
}

.--gap-30 {
    gap: 30px;
}

.--gap-100 {
    gap: 100px;
}

.container__btn {
    display: flex;
    justify-content: end;
    padding: 20px 10px;
}

button {
    appearance: none;
    border: none;
}

.btn {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    background: none;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius:20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.liquid {
    background: linear-gradient(var(--primary-color) 0 0) no-repeat calc(200% - var(--p, 0%))
        100% / 200% var(--p, 0.2em);
    transition: 0.3s var(--t, 0s),
        background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
    --p: 100%;
    --t: 0.3s;
    color: var(--white-color);
}

.btn-w {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    background: none;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    border-radius:20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.liquid-w {
    background: linear-gradient(var(--white-color) 0 0) no-repeat calc(200% - var(--p, 0%))
        100% / 200% var(--p, 0.2em);
    transition: 0.3s var(--t, 0s),
        background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid-w:hover {
    --p: 100%;
    --t: 0.3s;
    color: var(--primary-color);
}


.primary-button {
    display: flex;
    padding: 14px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background-color: var(--primary-color);
    font-weight: 700;
    color: var(--white-color);
    outline: none;
    cursor: pointer;
    transition: .3s ease all;
}

.primary-button-blue {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background-color: #0074F5;
    color: var(--white-color);
    height: 38px;
    max-width: 145px;
    border-radius: 10px;
}

.primary-button-blue.--deg-blue {
    background: linear-gradient(180deg, #0074F5 0%, #64BBF4 100%);
}

.primary-button.--deg-orange {
    background: linear-gradient(180deg, #EE7B00 0%, #BD6405 100%);
}

.--btn-sm {
    text-align: center;
    max-width: 200px;
}

.primary-button.--light-primary {
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding: 40px 100px;
    background: linear-gradient(180deg, #EE7B00 0%, #BD552E 100%);
}

.bloque {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bloque:nth-child(2) {
    padding-left: 130px;
}

.bloque p {
    color: var(--white-color);
}

.bloque p a:hover {
    text-decoration: underline;
}

.--center.bloque p {
    text-align: center;
    color: var(--white-color);
}

.card__icon svg {
    width: 87px;
    height: 90px;
    transition: all .5s ease;
}

.card__icon,
.card__title {
    transform: translateY(60px);
    transition: all .2s ease-in-out;
}

.card:hover .card__icon,
.card:hover .card__title {
    transform: translateY(0px);
}

.card:hover .card__icon svg {
    width: 48px;
    height: 50px;
    transform: translateX(-130px);

}

.card:hover .card__title {
    text-align: left;
}

.card:hover .card__description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.--right-icon svg {
    position: absolute;
    right: -25px;
    top: 18px;
}

.--font-400 {
    opacity: .8;
}

.--font-700 {
    font-weight: 700;
}

.--text-white {
    color: var(--white-color);
}

.--text-black,
p.--text-black {
    color: var(--deep-black);
}

.--text-deep-gray,
p.--text-deep-gray {
    color: var(--gray-secondary);
}

.--text-orange,
span.--text-orange, p span.--text-orange {
    color: var(--primary-color);
}

.home-title h1 span.--text-orange {
    color: var(--primary-color);
    text-decoration: underline;
}

.--text__underline {
    text-decoration: underline;
}

.--text-white,
p.--text-white,
span.--text-white,
h1.--text-white {
    color: var(--white-color);
}

.text.--text-font p {
    font-size: clamp(18px, 2vw, 24px);
}

.--bg-light-orange {
    background: linear-gradient(180deg, #EE7B00 0%, #FCB366 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.card.--card-sm-light {
    width: 270px;
    min-height: 300px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background-color: var(--white-color);
}

.card.--card-sm-light .card__title,
.card.--card-sm-light .card__description p span {
    color: var(--primary-color);
    font-weight: 700;
}

.card.--card-sm-light .card__description p {
    font-size: 20px;
    color: var(--gray-primary);
}

.card.--card-sm-light:hover .card__icon svg {
    transform: translate(-95px, 45px);
}

.card.--card-sm-light.--little-info:hover .card__icon svg {
    transform: translate(-95px, 20px);
}

.card.--card-sm-light.--few-info .card__icon,
.card.--card-sm-light.--few-info .card__title {
    transform: translateY(40px);
}

.card.--card-sm-light .card__icon,
.card.--card-sm-light .card__title {
    transform: translateY(75px);
}

.card.--card-sm-light:hover .card__title {
    opacity: 0;
    visibility: hidden;
}

.card.--card-sm-light:hover .card__icon,
.card.--card-sm-light:hover .card__title {
    transform: translateY(0px);
}

.card.--card-sm-light:hover .card__description {
    transform: translateY(-30px);
}

.card.--card-lg {
    width: 100%;
    max-width: 1000px;
}

.--img-yatla-bg {
    background: linear-gradient(180deg, rgba(151, 148, 142, 0.40) 0%, rgba(98, 98, 98, 0.40) 100%), url("./img/yatla-benef.png") lightgray 50% / 100% 100% no-repeat;
}

.--bg-gray-gradient {
    background: linear-gradient(180deg, #97948E 0%, #626262 100%);
}

.bloq ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bloq ul li::marker,
.list-style li::marker {
    /*content: "•";*/
    display: inline-block;
    margin-right: 5px;
}

.bloq ul li {
    font-size: 20px;
    color: var(--white-color);
}

.title__section__intoIMG {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
}

header.--header-fix {
    position: fixed;
    top: 50px;
    transition: all .25s ease;
}

.--no-bs {
    box-shadow: none;
}

.--no-border {
    border: 0;
}

.--bg-transparent.--header-fix {
    border: none;
    box-shadow: none;
}

.bloque-txt .text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 50px;
}

.--bg-transparent {
    background-color: transparent;
}

.--border-primary-white {
    border: 3px solid #FFF;
}

.container__mascotaleft {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.item-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item__card__title {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 700;
}


.identidad {
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.mision {
    display: flex;
}

.m-mascota {
    width: 30%;
}

.m-mascota img {
    width: 100%;
}

.mascota-responsive {
    display: none;
}

.cuadro_texto {
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-align: justify;
    font-size: 1.2rem;
}

.cuadro_texto h3 {
    width: 100%;
    font-weight: 700;
    font-size: 2.1rem;
}

.m-texto {
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.espacio {
 width: 100%;
 height: 50px;
}

.valores {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 380px;
}

.valor {
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 20px;
    background: linear-gradient(0deg, #EE7B00 0%, #FF9F38 100%);
    color: var(--white-color);
    font-size 1.2rem;
    padding: 20px;
    gap: 20px;
    width: 220px;
    height: 130px;
    justify-content: flex-end;  
    transition: all 0.5s ease;
}

.valor h4 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease;
}

.valor:hover {
    height: 280px;
}

.valor:hover {
    height: 280px;
}

.valor:hover>h4 {
    opacity: 1;
    bottom: o;
}

.valor p {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease;
}

.valor:hover>p {
    opacity: 1;
    bottom: o;
}

.valor img {
    margin-left: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: translateY(-10%);
    height: 160px;
    transition: all 0.5s ease;
}

.valor:hover img {
    bottom: 65%;
    height: 160px;
}


.text__informative {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 70%;
    gap: 30px;
}

.text__informative span {
    color: var(--primary-color);
    font-size: clamp(18px, 3vw, 24px);
    text-align: center;
    font-weight: 700;
}

.text__informative p {
    font-size: clamp(16px, 3vw, 20px);
    text-align: center;
    font-style: italic;
}

.--card-tram {
    justify-content: start;
    width: 100%;
    max-width: 346px;
    height: 460px;
}
.--card-tram:hover .card__img .card-img-text{
opacity: 1;
}
.card__img {
    height: 100%;
    max-height: 345px;
    position: relative;
}

.card__img img {
    width: 100%;
    height: 100%;
}

.card-img-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 40px;
    background: #1f85f894;
    background-blend-mode: multiply, normal;
    opacity: 0;
    transition: all .3s ease;
}

.card-img-text p > span {
    font-weight: bold;
}

.card-img-text p {
    color: var(--white-color);
    margin-bottom: 15px;
}

.card__title__detalle {
    margin: auto;
    width: 100%;
    padding: 0 40px;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
}

ul.list-tab-info li {
    font-size: clamp(14px, 3vw, 18px);
    color: var(--deep-black);
    text-align: justify;
}

.info-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    border-radius: 0px 0px 20px 20px;
    background: #F6F6F6;
    padding: 50px 20px;
}

.container__tabs {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.tabs-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tab-button {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    background-color: #97948E;
    color: var(--white-color);
    font-weight: 700;
    font-size: clamp(14px, 3vw, 24px);
    cursor: pointer;
}

.tab-button.active {
    background-color: #F6F6F6;
    color: var(--primary-color);
}

.info-tab .bloq {
    width: 50%;
}

.bloq.__corto {
    width: 30%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.bloq-card-tab {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 260px;
}

.bloq-card-tab p {
    padding: 0px 25px;
    text-align: center;
}

.banner__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner__title {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    color: var(--white-color);

}

.container__bloqs {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.sectin__bloq {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    align-items: center;
    justify-content: center;
}

.sectin__bloq img {
    width: 100%;
    max-width: 340px;
}

.bloque-crd span {
    color: var(--primary-color);
    font-weight: 700;
    font-size: clamp(14px, 3vw, 24px);

}

.bloque-crd p {
    color: var(--gray-secondary);
    text-align: justify;
}

.bloque-crd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 600px;
}

.bloque-crd .container__btn {
    margin-left: auto;
}

.home-title.--text-sect-sm h1 {
    font-size: clamp(25px, 5vw, 36px);
}

.__txt-size24 {
    font-size: 24px;
}

.container__aviso_priv {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}

.container__title__aviso {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.container__title__aviso span {
    font-size: clamp(25px, 5vw, 36px);
}

.aviso_text p {
    margin-bottom: 20px;
    text-align: justify;
}

.aviso_text p>ul>li {
    margin-top: 20px;
}

ul.--submenu {
    padding-left: 30px;
}

.decimal {
    color: var(--deep-black);
    list-style-type: decimal;
}

.hide {
    display: none
}

.openMenu,
.closeMenu {
    width: 45px;
    height: 45px;
    background-image: url('img/menu_icon.svg');
    background-position: center;
    background-size: 100% 100%;
}

.closeMenu {
    display: block;
}

.closeMenu.--bg-close {
    background-image: url('img/close_menu_icon.svg');
}

.container__header__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.form__input {
    display: flex;
    flex-direction: column;
}

.container__blockfrm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.block__item {
    width: 100%;
    max-width: 600px;
}

.container__pre-header-items.--items-maps {
    flex-direction: column;
    align-items: start;
    margin: 20px 0;
}

.container__pre-header-items.--items-maps .item a {
    color: var(--gray-secondary);
}

.block__item span.font-lg {
    font-size: clamp(25px, 5vw, 36px);
}

.block__item span {
    font-size: clamp(18px, 3vw, 24px);
}

.frm {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin: 50px 0;
}

.frm .container__btn button {
    margin: auto;
    width: 100%;
    max-width: 200px;

}

section.section-flx-center {
    display: flex;
    justify-content: center;
}

.--rectangle-card {
    display: flex;
    align-items: start;
    gap: 20px;
    width: 100%;
    height: 248px;
    padding: 40px;
    max-width: 1140px;
    background-color: var(--white-color);
}

.container__Content__card__rectangle {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 725px;
}

.card__title__rectangle {

    color: var(--primary-color);
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
}

.card__description__rectangle {
    color: var(--gray-secondary);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.card__description__rectangle span {
    font-weight: 700;
}

.--bg-contact-card {
    background-image: url('img/contacto_card_bg.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.container__text__rcd {
    display: inline-block;
    margin-left: auto;
    padding: 9px 20px;
    color: var(--white-color);
    width: 144px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    transition: min-height 0.5s ease, width 0.5s ease;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(180deg, #0074F5 0%, #64BBF4 100%);
}

.text__hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.container__text__rcd:hover {
    width: clamp(calc(60% - 20px), 40vw, 300px);
    min-height: 60px;
    white-space: normal;
}

.container__text__rcd:hover p {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.container__text__rcd:hover .text__hover {
    opacity: 1;
    visibility: visible;
}

.container__text__rcd p {
    color: var(--white-color);
    margin-top: 2px;
}

.columns_titular {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 30px;
}

.column_tab {
    padding: 0px 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.column_tab:hover {
    color: var(--primary-color);
}

.columns_tab  h3{
    font-size: 20px;
    color: var(--primary-color);
}

.two-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    padding: 50px;
    transition: all .5s ease-in-out;
    display: none;
}

.column_text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 45%;
}

.bullet_text {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bullet_text svg {
    width: 40px;
}

.bullet_text p {
    color: var(--deep-black);
    font-size: 18px;
    text-align: justify;
}

.column_tab.__columns_active {
    border-bottom: solid 2px var(--primary-color);
}

.__content_active {
    display: flex;
}

footer .bloque:last-child {
    max-width: 400px;
}

input:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.__text_primary{
    color: var(--primary-color);
}

@media screen and (max-width:750px) {
    .mascota {
        display: none;
    }

    .container__mascotaleft .card {
        height: auto;
    }
}

@media screen and (max-width:430px) {
    .card:hover .card__icon svg {
        width: 48px;
        height: 50px;
        transform: translateX(-90px);
    }
}

@media screen and (max-width:588px) {

    /* .menu-responsive{
        top: 207px;
    } */
    /* .menu-responsive.--top__menu{
        transform: translateY(-100px);
    } */
    header.--header-fix {
        top: 90px;
    }

    section {
        padding: 50px;
    }
}

@media screen and (min-width:681px) {
    .openMenu {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .nav-header {
        display: none;
    }

    header {
        padding: 0;
        padding-right: 20px;

    }

}
@media screen and (max-width:2277px) {
  .--space-between {
    justify-content: space-between;
  }
}
@media screen and (max-width:1450px) {
    .--space-between {
        justify-content: center;
    }
    .filosofia, .mision, .content_card, footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .m-mascota img:first-child {
        display: none;
    }

    .mascota-responsive {
        display: block;
        max-width: 500px;
    }

    .valores, .usos_carac {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    .valor {
        margin-top: 100px;
    }

    .card.--rectangle-card.--bg-contact-card {
        height: auto;
    }

    footer {
        justify-content: center;
    }

    .--right-icon svg {
        top: 5px;
    }

    .bloque {
        align-items: center;
        width: 100%;
    }

    .bloque:nth-child(2) {
        padding-left: 0;
    }

    .bloque:nth-child(2) p {
        padding-left: 0;
        text-align: left;
    }

    .bloque:nth-child(3) {
        width: auto;
    }

    .container__btn {
        justify-content: center;
    }

    .bloq.__corto {
        width: 65%;
    }


}

@media screen and (max-width:1450px) {
    .--space-between {
        justify-content: center;
    }
    .filosofia, .mision, .content_card, footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .m-mascota img:first-child {
        display: none;
    }

    .mascota-responsive {
        display: block;
        max-width: 500px;
    }

    .valores, .usos_carac {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    .valor {
        margin-top: 100px;
    }
}

@media screen and (max-width:443px) {

    header.--header-fix {
        top: 125px;
    }
}
@media screen and (max-width: 900px) {
    .valor:hover {
        height: inherit;
    }
}