:root {
    --green-magba: #007862;
    --gray-cero: #e8e8e8;
    --gray-cero1: #f7f7f7;
    --gray-one: #ededed6b;
    --gray-two: #e8e3db;
    --gray-three: #393838;
    --gray-four: #e5e5e5;
    --blue-one: #f0f9ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--green-magba);
}

a:hover {
    color: #fff;
}

body {
    font-family: "Roboto", sans-serif;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-aviso {
    font-size: 0.85rem;
    color: var(--gray-cero);
    font-weight: 300;
    margin-top: 1rem;
    text-align: center;
}

.recaptcha-aviso a {
    color: #007bff;
    text-decoration: underline;
}

.recaptcha-aviso a:hover {
    color: #0056b3;
}



header {
    width: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    color: #fff;
}

.fixed-icons {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 3;
}

.hidden-menu {
    display: none;
}

.menu-show {
    background-color: #fff;
    color: #000;
}

header>nav {
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.container-logo {
    width: 100%;
    justify-content: space-between;
}

.container-logo>img {
    width: 162px;
}

.container-logo>button {
    /* display: none; */
}

header>nav ul {
    min-width: 80%;
    min-height: 2.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: .88rem;
    border-radius: 20px;
    padding: 0 .3rem;
}

header>nav>ul>li {
    min-width: 6rem;
    padding: 6px 12px;
    text-align: center;
    border-radius: 20px;
}

header>nav>ul>li:hover {
    background-color: var(--green-magba);
    color: #fff;
}

header>nav>ul>li:hover a {
    color: #fff;
}

.aniversary {
    margin-left: 2rem;
    display: flex;
    color: var(--green-magba);
}

.aniversary>img {
    height: 45px;
}

.aniversary>figcaption {
    font-family: "Italianno", cursive;
    font-size: 3rem;
}

main {
    margin-top: 65px;
}

.slider {
    /* border: 8px solid #59ff00; */
}

.slide1 {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    color: #fff;
    position: relative;
}

.left-slide {
    position: relative;
    margin-right: .5rem;
    background-color: #1a3c3d;
}

.left-action {
    position: absolute;
    left: 3%;
    top: 60%;
    display: flex;
    flex-direction: column;
}

.left-action p {
    max-width: 24rem;
    font-size: clamp(1rem, 1vw, 100vw);
    font-weight: 300;
}

.left-action button {
    width: 120px;
    margin-top: 1rem;
}

.layer-hidden--whatsapp {
    display: flex;
    align-items: center;
    color: #fff;
}

.slide1__img1 {
    max-width: 100%;
}

.slide1__img2 {
    border-right: 8px solid #070064;
    max-width: 1366px;
}

.slide1__text {
    position: absolute;
    top: 46%;
    left: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    width: 30rem;
}

.slide1__text p {
    background: var(--green-magba);
    font-weight: 300;
    padding: 2px;
    border-radius: 5px;
}

.text__a {
    width: 100%;
    display: flex;
    justify-content: right;
    padding: 2rem 2rem 0 0;
}

/* .servicios {
    background-color: #f1fffc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.servicios > figure > img{
    width: 700px;
}

.servicios__items > article {
    position: relative;
    width: 300px;
    height: 200px;
    background-image: url("images/cerebroAzul.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    background-size: cover;
    margin: 1rem;
    border-radius: 20px;
}

.servicios__filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 121 99 / 85%);
    z-index: 1;
    border-radius: 20px;
}

.servicios__text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
} */

.container-servicios {
    background-color: #f5fbfa;
    padding: 2%;
}

.servicios-header {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicios-header h2 {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--green-magba);
}

.servicios-header>h2>span {
    font-weight: 500;
    font-size: 2.3rem;
}

.servicios-header p {
    max-width: 600px;
    font-size: 1.1rem;
    text-align: center;
    color: #343434;
    font-weight: 300;
}

.servicios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1rem;
}

.visible {
    position: fixed;
    bottom: 40px;

}

.servicios>article {
    background-color: var(--gray-one);
    border-radius: 4px;
    box-shadow: 0 0 1px #ccc;
}

.servicios--bg {
    background-color: #fff;
    margin: 5px 1rem 1rem 1rem;
    padding: 1rem;
    border-radius: 4px;
    height: 70%;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px 0px var(--green-magba);
}

.servicios__btn {
    display: flex;
    justify-content: space-between;
    margin: .5rem 1rem;
    text-align: center;
}

.servicios__btn span {
    margin: auto 0;
}

.servicios__figure {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.servicios__figure img {
    width: 100%;
}

.servicios__article1 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.servicios__article2 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.servicios__article3 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.servicios__article4 {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.servicios__article5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.servicios__article6 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.servicios__article7 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

.servicios__article8 {
    grid-column: 4 /5;
    grid-row: 3 / 4;
}

.servicios__text {
    display: flex;
    align-items: flex-start;
}

.servicios__text img {
    margin-right: 10px;
}

.servicios__text h3 {
    padding-bottom: .6rem;
    color: var(--green-magba);
}

.servicios__text p {
    color: #343434;
    font-weight: 300;
}

.container-equipos {
    position: relative;
    padding-bottom: 3rem;
    background-image: url("images/doc.jpg");
    background-size: cover;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2;
}

.equipos__header {
    color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0 3rem 0;
}

.equipos__header h2 {
    font-size: 2rem;
    ;
}

.equipos {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.equipo {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    background-color: #f5fbfa;
}

.equipo figure {
    margin: auto;
}

.equipo__text {
    width: 410px;
    padding: 2rem;
}

.equipo__text h2 {
    font-weight: 300;
}

.equipo__text p {
    font-weight: 300;
    line-height: 2;
    margin-top: 1rem;
}

.equipo__figure>img {
    height: 234px;
}

.section-drs {
    background-color: #f5fbfa;
}

.drs-header {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.drs-header span {
    color: #007862cc;
}

.drs-header h2 {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--green-magba);
}

.drs-header p {
    max-width: 600px;
    font-size: 1.1rem;
    text-align: center;
    color: #343434;
    font-weight: 300;
}

.container-drs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dr figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00000005;
    padding: 2rem 1rem;
}

.dr figcaption {
    margin: 1rem;
}

.dr img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.dr figure p {
    max-width: 16rem;
    margin-bottom: 1rem;
    font-weight: 300;
    text-align: center;
    font-size: .9rem;
}

footer {
    background-color: #002147;
    color: #fff;
}

.footer__container {
    padding: 2rem;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
}

.footer__container>figure {
    min-width: 40%;
}

.footer--span {
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer__social {
    min-width: 25%;
}

.social--links,
.contacto--links {
    display: flex;
    flex-direction: column;
}

.social--links a {
    color: #fff;
}

.contacto--links span {
    padding: 10px;
}

.social--links a {
    display: flex;
    align-items: center;
    padding: 10px;
}

.social--links>a>span {
    margin-left: 10px;
}

.footer__social img {
    width: 23px;
}

.derechos {
    width: calc(100vw - 2rem);
    margin: 1rem;
    padding: 2rem 0;
    border-top: 1px solid #fff;
}

/* framework */

.title1 {
    color: #fff;
    font-size: clamp(2.5rem, 3.6vw, 100vw);
    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}


.btn-primary-green {
    background-color: var(--green-magba);
    color: #fff;
    border-radius: 20px;
    padding: .4rem 1rem;
    font-size: .9rem;
    display: block;
    width: fit-content;
    min-width: 7rem;
    text-align: center;
}

.btn-primary {
    all: unset;
    background-color: #fff;
    border-radius: 20px;
    color: var(--green-magba);
    padding: .5rem 1rem;
    font-size: .9rem;
    cursor: pointer;
}

.btn-menu-burguer {
    all: unset;
    cursor: pointer;
    display: none;
}

.btn-secundary {
    all: unset;
    cursor: pointer;
    background-color: #00786224;
    color: var(--green-magba);
    border-radius: 20px;
    padding: .4rem 1rem;
    font-size: .9rem;
    display: block;
    width: fit-content;
    min-width: 7rem;
    text-align: center;
}

.btn-secundary-menu {
    all: unset;
    cursor: pointer;
    background-color: var(--gray-three);
    color: #fff;
    border-radius: 4px;
    padding: .4rem 1rem;
    font-size: .9rem;
    display: block;
    width: fit-content;
    min-width: 7rem;
    text-align: center;
}

.btn-bottom {
    position: fixed;
    bottom: 0px;
}

.btn-secundary:hover {
    background-color: var(--green-magba);
    color: #fff;
    transition: all .3s ease-in-out;
}

.active {
    background: var(--blue-one);
}

.btn-contacto {
    all: unset;
    color: #000;
    cursor: pointer;
}

.btn-contacto:hover {
    color: #fff;
}

/* end Framework  */

/* formulario */
input[type="text"],
textarea {
    all: unset;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.formulario {
    max-width: 500px;
    background-color: #007862cc;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 8px;
}

.formulario input[type="submit"] {
    text-align: center;
    max-width: 245px;
}

.formulario>span {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.formulario input[type="text"],
textarea {
    border: 1px solid #fff;
    margin-bottom: .8rem;
    border-radius: 18px;
    padding: 10px;
    min-width: 320px;
    color: #fff;
}

.formulario input::placeholder,
textarea::placeholder {
    color: #e3e3e3;
    font-weight: 300;
    font-size: .9rem;
}


/* fin formulario */

/* inicio nosotros */
.nos-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 221px;
    background-color: var(--green-magba);
    text-align: center;
    color: #fff;
}

.nos-header h1 {
    font-size: 3rem;
}

.nos-header p {
    max-width: 500px;
    font-size: 1.1rem;
    font-weight: 200;
}

.nos-header img {
    position: absolute;
    right: 0;
    max-height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.container-mvh {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    justify-content: space-around;
}

.container-mvh>figure>img {
    width: 400px;
}

.mision-vision {
    width: 500px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.mision-vision>article {
    padding: 1rem;
}

.mision-vision>article:last-child {
    background-color: var(--gray-two);
}

.mision-vision>article>p {
    line-height: 24px;
    font-size: .9rem;
}

.history {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    padding: 2rem;
    color: #fff;
    background-color: var(--green-magba);
}

.history>h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history>h2>span {
    font-size: 2rem;
    width: fit-content;
}

.history>h2>span:first-child {
    border-bottom: 1px solid #fff;
    /* padding-bottom: 2rem; */
}

.history>p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 27px;
}

.goals-policies {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.container-goals {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 2rem 0;
}

.goals {
    width: 500px;
}

.goals-desc {
    width: 500px;
    border: 1px solid #aff4fe;
    padding: 10px;
}

.goals>li {
    list-style: square inside;
    color: var(--gray-three);
    font-weight: 300;
    margin: 6px 0;
    padding: 8px;
    padding-bottom: 4px;
    background: var(--gray-one);
    border: 1px solid #aff4fe;
    border-radius: 5px;
}

.values {
    display: flex;
    justify-content: space-around;
}

.values>li {
    display: flex;
    flex-direction: column;
    width: 80px;
    text-align: center;
    align-items: center;
    border: 1px solid var(--gray-cero);
    font-size: .8rem;
    color: var(--gray-three);
}

.values>li>img {
    width: 34px;
}

.policies {
    width: 400px;
    border-left: 5px solid var(--green-magba);
    padding-left: 16px;
    color: var(--gray-three);
}

/* fin nosotros */

/* aside */
aside {
    margin-right: 2rem;
}

aside ul {
    border: 1px solid var(--gray-two);
    width: 25vw;
    padding: 10px;
    color: var(--green-magba);
}

aside ul>li {
    color: var(--green-magba);
    cursor: pointer;
    padding: 10px;
}

aside>ul>li>span {
    float: right;
    width: 18px;
}

aside ul>li:hover {
    color: var(--gray-three);
}

/* inicio servicios */
#btn-menu-servicios {
    display: none;
}

.menu-servicios {
    display: block;
    background-color: #fff;
}

.separator {
    font-size: 1.4rem;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 50px;
    --start: 15%;
    background: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center-center {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.content-text {
    max-width: 550px;
    color: var(--gray-three);
    font-weight: 300;
}

.content-text>h1 {
    font-size: 2.4rem;
    font-weight: 400;
}

.content-text>p {
    margin: 0.9rem 0;
    font-size: 0.9rem;
}

.box-one {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.box-one>img {
    height: 460px;
    margin: 1rem;
}

.servicios-brain {
    margin-bottom: 1.1rem;
}

.servicios-brain>span {
    max-width: 500px;
    display: flex;
    align-items: center;
}

.servicios-brain>span>h3 {
    font-weight: 400;
    font-size: 1.5rem;
}

.servicios-brain>p {
    font-size: 0.9rem;
}

.servicios-brain>span>img {
    width: 60px;
}

.box-two {
    max-width: 500px;
}

.box-two>h3 {
    font-weight: 300;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
}


.box-two>ul>li {
    list-style: square inside;
    color: var(--gray-three);
    font-weight: 300;
    margin: 6px 0;
    padding: 8px;
    padding-bottom: 4px;
    background: var(--gray-one);
    border: 1px solid #aff4fe;
    border-radius: 5px;
}

.box-two>ul>li>p {
    font-weight: 300;
    font-size: 0.9rem;
}

.box-blue-eeg {
    background: var(--blue-one);
    padding: 1rem;
    margin-left: -5rem;
    max-width: 400px;
    margin-top: 10%;
}

.pre-description {
    border-left: 3px solid var(--green-magba);
    padding: 8px;
    background: #f2fffd;
    text-transform: uppercase;
}

.ncd-res>li>p {
    font-size: .8rem;
    line-height: 20px;
}

.ncd-res>li>h4 {
    font-weight: 400;
    color: var(--green-magba);
}

.content-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.box-suggestions {
    width: 500px;
    box-shadow: 2px 2px 20px #aba7a7;
    border-radius: 10px;
}

.box-suggestions>h4 {
    color: #fff;
    --start: 15%;
    height: 86px;
    background-image: repeating-radial-gradient(circle at var(--start), transparent 0%, transparent 10%, rgba(54, 89, 219, 0.33) 10%, rgba(54, 89, 219, 0.33) 17%), linear-gradient(to right, #5b7cfa, #3659db);
    font-weight: 400;
    font-size: 1.9rem;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-bottom: 6px;
    padding-right: 20px;
}

.box-suggestions p {
    color: var(--gray-three);
    padding: 10px;
    margin: 15px;
    font-weight: 300;
}

.box-suggestions>ul>li {
    box-shadow: 1px 1px 4px var(--gray-three);
    border-radius: 10px;
    color: var(--gray-three);
    padding: 10px;
    margin: 15px;
    font-weight: 300;
}

/* fin servicios */

/* investigaciones */
/* menu investigaciones */
.li-investigaciones {
    position: relative;
    color: var(--gray-three);
    font-weight: 300;
    margin: 12px 0;
    padding: 10px 53px 10px 10px;
    padding-bottom: 4px;
    background: var(--gray-one);
    border: 1px solid #aff4fe;
    border-radius: 5px;
}

.li-investigaciones:hover {
    box-shadow: 4px 2px 8px #b5b5b5;
    background-color: #fff;
}

.li-investigaciones>blockquote>h2 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--green-magba);
}

.li-investigaciones>blockquote>h3 {
    font-size: 12px;
    font-weight: 300;
}

.li-investigaciones>blockquote>cite {
    font-size: .8rem;
}

.li-investigaciones>blockquote>cite>div {
    margin: 5px 0;
}

.li-investigaciones>.menu-icon {
    position: absolute;
    top: 6px;
    right: 12px;
}

/* fin menu investigaciones */
.pdf-container {
    width: 70vw;
}

/* fin investigaciones */

/* modales */
.hidde-modal {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.show-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease-in-out forwards;
}

.bg-modal {
    background-color: #fff;
    max-width: 90%;
    padding: 3rem;
    margin-top: 30vh;
}

.container-sierra {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.right-modal {
    width: 45vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-four);
    margin-left: 20px;
}

.right-modal>figure {
    width: 400px;
    height: 400px;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}

.right-modal>figure>img {
    height: 335px;
}

.sierra-description {
    max-width: 520px;
}

.sierra-description>article>h2 {
    font-family: "Monserrat", sans-serif;
    font-size: 3rem;
    text-align: center;
}

.sierra-description>article>p:nth-of-type(1) {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    text-decoration-color: #a3a3a3;
    line-height: 23px;
    margin-bottom: 2rem;
}

.cadwell {
    background: var(--gray-four);
    padding: 20px 0 20px 40px;
    line-height: 25px;
    font-family: "Monserrat", sans-serif;
}

.cadwell>ol>li {
    font-weight: 300;
}

.ordered-list {
    list-style: auto;
}

.modal-sierra-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1rem;
    margin: 1rem;
}

.sierra-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin-bottom: 1rem;
    background-color: var(--gray-cero1);
    border-radius: 10px;
    padding: 10px;
}

.sierra-detail>figure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
}

.sierra-detail>figure>img {
    width: 90px;
}

.text-sierra-details {
    width: 280px;
    margin-left: 1rem;
}

.text-sierra-details>h3 {
    font-family: "Monserrat", sans-serif;
    font-weight: 300;
    font-size: .9rem;
    color: var(--green-magba);
}

.text-sierra-details>ol>li {
    font-size: .8rem;
    margin-left: 30px;
    color: var(--green-magba);
}

.text-sierra-details>p {
    font-size: .8rem;
}

.btn-close {
    all: unset;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 10vw;
    z-index: 1003;
    background: #dc0202;
    color: #fff;
    padding: 0 1rem;
    border-radius: 5px 5px 0px 0px;
}

/* fin modales */

@media(max-width: 1247px) {
    #btn-menu-servicios {
        display: block;
    }

    .btn-secundary-menu {
        width: 100vw;
    }

    .menu-servicios {
        display: none;
    }

    .menu-servicios.visible {
        display: block;
    }

    aside ul {
        width: auto;
    }
}

@media (min-width: 1248px) {
    .menu-toggle {
        display: none;
    }
}

@media(min-width: 1367px) {
    .slide1__img2 {
        max-width: 1024px;
    }
}

@media(max-width: 1366px) {
    .left-slide {
        display: none;
    }

    .slide1__img2 {
        width: 98vw;
    }

    header>nav>ul>li {
        background-color: var(--blue-one);
        border-radius: 6px;
        margin: 3px;
    }
}

@media (max-width: 1024px) {
    .servicios {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicios__figure {
        grid-column: 1 / 3;
    }

    .servicios__article1 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .servicios__article2 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .servicios__article3 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .servicios__article4 {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }

    .servicios__article5 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }

    .servicios__article6 {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }

    .servicios__article7 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }

    .servicios__article8 {
        grid-column: 2 / 3;
        grid-row: 6 / 7;
    }
}

@media (max-width: 650px) {
    header>nav {
        flex-direction: column;
        align-items: start;
    }

    .btn-menu-burguer {
        display: block;
    }

    header>nav>ul>li {
        width: 88vw;
    }

    .container-logo>img {
        width: 100px;
    }

    .container-logo>button {
        display: block;
    }

    .menu-principal {
        display: none;
        flex-direction: column;
        align-items: start;
    }

    .menu-principal.visible-principal {
        display: flex;
    }

    .menu-principal>li {
        text-align: right;
    }

    .menu-principal>li>a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .servicios {
        grid-template-columns: 1fr;
    }

    .servicios__figure {
        grid-column: 1 / 2;
    }

    .servicios__article1 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .servicios__article2 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    .servicios__article3 {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }

    .servicios__article4 {
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }

    .servicios__article5 {
        grid-column: 1 / 2;
        grid-row: 7 / 8;
    }

    .servicios__article6 {
        grid-column: 1 / 2;
        grid-row: 8 / 9;
    }

    .servicios__article7 {
        grid-column: 1 / 2;
        grid-row: 9 / 10;
    }

    .servicios__article8 {
        grid-column: 1 / 2;
        grid-row: 10 / 11;
    }

    .equipo {
        max-width: 96vw;
    }

    .slide1__img2>img {
        width: 320px;
    }

    .slide1__text {
        left: 0;
        clip-path: inherit;
    }

    .slider {
        height: 70vh;
    }

    .right-modal {
        width: auto;
        margin-top: 1rem;
    }

    .right-modal>figure {
        width: 340px;
        height: 340px;
    }

    .right-modal>figure>img {
        height: 280px;
    }

    .bg-modal {
        margin-top: 130vh;
        padding: inherit;
    }


}