:root {
    --blue: #1d6fb8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: initial;
    transition: all 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
    /* font-weight: normal; */
    font-family: "Mukta", sans-serif;
}

*::selection {
    background: var(--blue);
    color: #fff;
}

html {
    font-size: 62.5%;
    color: #44545E;
    /* overflow-x: hidden; */
}

html::-webkit-scrollbar {
    width: 1.3rem;
}

html::-webkit-scrollbar-track {
    background: #3333;
}

html::-webkit-scrollbar-thumb {
    background: var(--blue);
}

.circlephone {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 2px solid #45ac4b;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    transition: all 0.5s;
    transform-origin: center;
}
.img-circle {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 72px;
    height: 70px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.9;
    transform-origin: center;
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
.img-circleblock {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    color: inherit;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    width: 68px;
    height: 65px;
    background-image: url(https://rab-import-assets.s3.amazonaws.com/whatsapp-icon.png);
    fill: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-animation-name: tossing;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    transform-origin: center;
    border-radius: 100%;
}
.circle-fill {
    cursor: pointer;
    color: inherit;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background-color: #45ac4b;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: center;
}
#wa_button {
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    bottom: 25px;
    right: 0px;
    position: fixed;
    z-index: 999;
}

.bottomright {
    position: fixed;
    bottom: 20px;
    right: 16px;
    font-size: 18px;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(../img/whatsapp-icon.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
}
section {
    min-height: 90vh;
    padding: 0 5%;
    padding-top: 7.5rem;
}

.btn-home {
    display: inline-block;
    border: 0.2rem solid var(--blue);
    font-size: 1.7rem;
    color: var(--blue);
    background: #c5e4fb;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
}

.btn-home:hover {
    background: var(--blue);
    color: #fff;
    border-radius: 5rem;
}

.btn {
    display: inline-block;
    border: 2px solid var(--blue);
    font-size: 2.1rem;
    /* color: var(--blue);
    background: #c5e4fb; */
    background: var(--blue);
    color: #fff;
    border-radius: 5rem;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
    cursor: pointer;
}

.btn:hover {
    color: #fff;
    border: 2px solid white;
    font-weight: 700;
    box-shadow: 0px 0px 10px 2px #aeaeae;
}

.heading {
    font-size: 3.5rem;
    color: #007ac1;
    text-align: center;
    text-transform: initial;
    padding: 1rem;
}
.header2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7%;
    height: 7%;
    z-index: 1000;
    background-color: #fff;
}
.header2 p ion-icon {
    vertical-align: middle;
}
.header2 p img {
    width: 2rem;
    height: 2rem;
    vertical-align: -3px;
}
.header2 .address .line {
    margin: 0 1rem;
}
.header2 .email {
    flex: 1;
    cursor: pointer;
}
.header2 .email a {
    flex: 1;
    cursor: pointer;
    color: #44545E;
}
.header2 .email a:hover {
    text-decoration: underline;
}
.header2 p span,
.header2 p {
    font-size: 1.9rem;
    vertical-align: middle;
}
.header2 .num a {
    color: #44545E;
    text-decoration: none;
}
.header2 .num {
    font-size: 2.1rem;
    cursor: pointer;
}
.header2 .num:hover {
    text-decoration: underline;
}

header {
    position: fixed;
    top: 7%;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #007ac1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 7%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header .logo {
    width: 21%;
}
header .logo:hover {
    animation: pulse;
    animation-duration: .5s;
}
header .navbar {
    display: flex;
}
header .navbar a {
    font-size: 1.7rem;
    margin-left: 2rem;
    /* color: #666; */
    color: #fff;
}

header .navbar a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #eee;
    animation: pulse;
    animation-duration: .5s;
}

#menu {
    font-size: 2.5rem;
    /* color: #666; */
    color: #fff;
    border: 0.2rem solid rgb(255, 255, 255);
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: none;
    z-index: 10000;
}


.home {
    width: 100%;
    /* min-height: 67vh; */
    /* min-height: 85vh;
    max-height: 85vh; */
    min-height: 60rem;
    max-height: 60rem;
    padding: 1rem;
    overflow: hidden;
    margin-top: 7%;
    position: relative;
}
.banner__content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner__escritorio {
    display: block !important;
}
.banner__movil {
    display: none !important;
}
.home .controllers_desktop {
    width: 100%;
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #44545E;
}
.home .controllers_desktop div.active-controller {
    background-color: #007ac1;
    border: none;
}
.home .controllers_desktop div {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid gray;
    border-radius: 50%;
    margin: 0.7rem;
    cursor: pointer;
}
.home .contenedor-principal {
    height: 100%;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    /* animation: cambio 30s infinite alternate; */
}

.home .controllers_movil {
    width: 100%;
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #44545E;
}

.home .controllers_movil div.active-controller {
    background-color: #007ac1;
    border: none;
}

.home .controllers_movil div {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid gray;
    border-radius: 50%;
    margin: 0.7rem;
    cursor: pointer;
}

.home .contenedor {
    /* min-height:67vh;
    max-height:67vh; */
    /* min-height: 100%;
    max-height: 100%; */
    /* min-width: 100%; */
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    margin: 4rem 9rem;
    overflow: hidden;
}
.home .contenedor .imagen-carrusel {
    margin-top: 40px;
    opacity: 0.8;
    animation: pulse;
    animation-duration: .5s;
}
.home .contenedor img {
    width: 100%;
    height: 50rem;
    /* object-fit: cover; */
    /* margin-top: -10rem; */
    border-radius: 10px !important;
}
.home .contenedor .text {
    top: 20%;
    left: 30%;
    width: 60rem;
    position: absolute;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes cambio {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }
    100% {
        margin-left: -200%;
    }

    /* 75% {margin-left: -300%;}
    100% {margin-left: -300%;} */
}
.home .contenedor-principal::-webkit-scrollbar {
    background-color: transparent;
    visibility: hidden;
}
.home .contenedor .text h2 {
    color: #fff;
    font-size: 4.3rem;
}
.home .contenedor .text p {
    color: white;
    font-size: 1.9rem;
    padding: 1rem 0;
}

.home .flecha-izquierda {
    z-index: 100;
    position: absolute;
    /* top:30%; */
    top: 50%;
    left: 2rem;
    font-size: 7rem;
    /* color: white; */
    color: #44545E;
    cursor: pointer;
}
.home .flecha-derecha {
    /* color: white; */
    color: #44545E;
    position: absolute;
    z-index: 100;
    /* top: 30%; */
    top: 50%;
    right: 2rem;
    font-size: 7rem;
    cursor: pointer;
}
.icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-top: -8rem; */
    margin-top: 1rem;
}

.icons-container .icons {
    z-index: 100;
    width: 26rem;
    margin: 1rem;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
}
.icons-container .icons:hover {
    transform: translateY(-1rem);
}

.icons-container .icons img {
    height: 8rem;
    /* width: 6rem; */
    margin: 1rem 0;
}

.icons-container .icons h3 {
    font-size: 2.5rem;
    color: var(--blue);
}

.icons-container .icons p {
    font-size: 1.3rem;
    color: #999;
    padding: 1rem 0;
}
.project .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.project .box-container .box {
    overflow: hidden;
    border-radius: 0.5rem;
    width: 27rem;
    height: 45rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 1rem;
}

.project .box-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project .box-container .box .title1 {
    bottom: 2.4rem;
    left: 0;
}
.project .box-container .box .title1 .sub_title {
    font-size: 2rem;
}
.project .box-container .box .title2 {
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    font-size: 2.7rem;
}
.project .box-container .box .title {
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 2rem;
}

.project .box-container .box:hover .title {
    bottom: -100%;
}
.sub_title {
    display: block;
    font-size: 1.5rem;
}

.project .box-container .box .info {
    background: #f39600;
    border-radius: 0.5rem;
    padding: 1.5rem;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.75);
}

.project .box-container .box:hover .info {
    bottom: 2rem;
    transition-delay: 0.3s;
}

.project .box-container .box .info h3 {
    /* color: var(--blue); */
    color: #fff;
    font-size: 2rem;
}

.project .box-container .box .info p {
    /* color: #999; */
    color: #fff;
    font-size: 1.3rem;
    padding: 1rem 0;
}

.project .box-container .box .info a {
    /* color: #666; */
    color: #fff;
    font-size: 1.4rem;
}

.project .box-container .box .info a:hover {
    color: #e55401;
}
.contenedor-project {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-blogs article button {
    padding: 0.9rem 1.5rem;
    margin: auto;
}
.contenedor-blogs article {
    width: 34rem;
    padding: 1.2rem;
    margin: 1rem;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    /* box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.55); */
    text-align: left;
}
.contenedor-blogs article h3 {
    font-size: rem;
    color: #065398;
}
.contenedor-blogs article img {
    max-width: 100%;
    min-width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 20px;
}

.btn-blog-categoria {
    display: inline-block;
    border: 2px solid var(--blue);
    font-size: 2.1rem;
    background: #fff;
    color: var(--blue);
    border-radius: 5rem;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
    cursor: pointer;
}

.btn-blog-categoria:hover {
    /* color:#000; */
    font-weight: bold;
    transition: .5s;
    box-shadow: 0px 0px 10px 2px #777777;
    border: 2px solid #0e3959;
}

.btn-blog-categoria.enlace-activo {
    background: var(--blue);
    color: #fff;
    cursor: pointer;
}



.categorias__blogs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

/* .contenedor-project .contenedor-button button {
    border: 0.2rem solid #1d6fb8;
    font-size: 1.5rem;
    color: var(--blue);
    background: #c5e4fb;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
}
.contenedor-project .contenedor-button button:hover {
    background: rgb(52, 102, 211);
    color: #fff;
    border-radius: 5rem;
} */

.section-contactanos {
    position: relative;
    width: 100%;
    padding: 40px 100px;
}

.section-contactanos .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.section-contactanos .title h2 {
    color: #fff;
    font-weight: 500;
}

.form {
    grid-area: form;
}

.info {
    grid-area: info;
}

.map {
    grid-area: map;
}

.contact {
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.caja {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas:
        "form info"
        "form map";
    grid-gap: 20px;
    margin-top: 20px;
}

.contact h3 {
    color: #0e3959;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.formBox {
    position: relative;
    width: 100%;
}

.formBox .row50 {
    display: flex;
    gap: 20px;
}

.inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.formBox .row100 .inputBox {
    width: 100%;
}

.inputBox span {
    color: #1d6fb8;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 2rem;
}

.inputBox input {
    padding: 10px;
    font-size: 1.5rem;
    outline: none;
    border: 1px solid #333;
}

.inputBox textarea {
    padding: 10px;
    font-size: 1.5rem;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}

.inputBox input[type="submit"] {
    background: #1d6fb8;
    color: #fff;
    border: none;
    font-size: 1.5rem;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}

.inputBox ::placeholder {
    color: #999;
}

.info {
    background: #fff;
    border-radius: 20px;
}

.info h3 {
    color: #1d6fb8;
    font-size: 2.5rem;
}

.info .infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info .infoBox div span {
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #1d6fb8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infoBox div p {
    color: #44545E;
    font-size: 1.5rem;
}

.info .infoBox div a {
    color: #44545E;
    text-decoration: none;
    font-size: 1.5rem;
}
.info .infoBox div a:hover {
    text-decoration: underline;
}

.sci {
    margin-top: 40px;
    display: flex;
}

.sci li {
    list-style: none;
    margin-right: 15px;
}

.sci li a {
    color: #fff;
    font-size: 2.1rem;
    color: #ccc;
}

.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/* nosotros */
.section-nosotros .contenedor-nosotros {
    width: 100%;
    margin-top: 6%;
    font-family: "Mukta", sans-serif;
}
.section-nosotros .contenedor-nosotros .nosotros1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 10rem;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-text {
    width: 50%;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-text h2 {
    font-size: 5.5rem;
    color: #007ac1;
    margin-top: -2rem;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-text .subtitle-n {
    font-size: 3.7rem;
    color: #007ac1;
    font-weight: 500;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-text .description-n {
    font-size: 1.8rem;
    text-align: justify;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-text img {
    width: 5rem;
    object-fit: cover;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-img {
    width: 40%;
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-img img:hover {
    transform: scale(1.1);
}
.section-nosotros .contenedor-nosotros .nosotros1 .article-img img {
    transition: transform 0.5s;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.section-nosotros .contenedor-nosotros .m-v {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}
.section-nosotros .contenedor-nosotros .m-v-1 {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    gap: 2rem; 
    margin-top: 35px;
}

.section-nosotros .contenedor-nosotros .m-v-1 article{
    width: auto;
    height: auto;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.126);
    padding: 3rem;
    border-radius: 20px;
    background-color: #bfebff;
}


.section-nosotros .contenedor-nosotros .m-v article {
    width: 40%;
    text-align: center;
    align-items: center;
    margin: 2rem;
    height: 50rem;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.126);
    padding: 3rem;
    background-color: #bfebff;
    border-radius: 20px;
}
.section-nosotros .contenedor-nosotros .m-v article p {
    font-size: 1.8rem;
    color: #007ac1;
}
.section-nosotros .contenedor-nosotros .m-v article h2 {
    font-size: 3.3rem;
    color: #007ac1;
    font-weight: bold;
    text-transform: uppercase;
}
.section-nosotros .contenedor-nosotros .m-v article img {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
}

.team {
    background: #1d6fb8;
}

.team .box-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.team .box-container .box {
    color: white;
    overflow: hidden;
    border-radius: 0.5rem;
    margin: 1rem;
    /* background: #fff; */
    padding: 1rem;
    text-align: center;

    height: 35rem;
    width: 40rem;
    position: relative;
}
.btn-cotizar {
    display: inline-block;
    border: 0.2rem solid var(--blue);
    font-size: 1.9rem;
    /* color: var(--blue);
    background: #c5e4fb; */
    background: #fff;
    color: #666;
    border-radius: 5rem;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
}
.team .box-container .box p {
    font-size: 3.5em;
}
.team .box-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team .box-container .box .info {
    position: absolute;
    bottom: -7rem;
    left: 0;
    width: 100%;
    background: #fff;
}

.team .box-container .box:hover .info {
    bottom: 0;
}

.team .box-container .box:hover {
    transform: scale(1.03);
}

.team .box-container .box .info h3 {
    font-size: 2.5rem;
    color: var(--blue);
}

.team .box-container .box .info p {
    font-size: 1.5rem;
    color: #999;
}

.team .box-container .box .info .share {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    padding: 1rem 0;
}
.modal-team {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-team .contenedor-modal {
    width: 37rem;
    height: 37rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: relative;
}
.modal-team .contenedor-modal img {
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
}
.modal-team .contenedor-modal p {
    font-size: 3rem;
    font-weight: bold;
    color: #44545E;
}
.modal-team .contenedor-modal a:active {
    color: inherit;
}
.modal-team .contenedor-modal .fa-times {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    color: #444;
    font-size: 4rem;
}

.modal-team .contenedor-modal .fa-times:hover {
    transform: rotate(90deg);
}

.team .box-container .box .info .share a {
    font-size: 1.7rem;
    color: #999;
    margin: 0.5rem;
    height: 4rem;
    width: 4.5rem;
    line-height: 4rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.team .box-container .box .info .share a:hover {
    color: #fff;
    background: var(--blue);
}

.section-cotiza {
    /* background-color: rgb(230, 238, 241); */
    background-image: url(https://assets-apapachame.s3.amazonaws.com/rab-import/Rikea/cotizar/cotizar-inicio.jpg);
    width: 100%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 75rem;
    padding: 1rem 7rem;
    margin: 3rem 0;
}
.section-cotiza .article-text {
    width: 48%;
    height: 80%;
}
.section-cotiza .article-text .contenedor-text .cotiza-title {
    font-size: 3.3rem;
    color: #007ac1;
    font-weight: bold;
}
.section-cotiza .article-text .contenedor-text .cotiza-content {
    font-size: 2rem;
}
.section-cotiza .article-text .contenedor-text .cotiza-enlace {
    color: #1d6fb8;
    font-weight: bold;
    font-size: 3.4rem;
    text-transform: uppercase;
}
.section-cotiza .article-text .contenedor-cuadro .cotiza-btn:hover {
    color: #fff;
    border: 2px solid white;
    font-weight: 700;
    box-shadow: 0px 0px 10px 2px #aeaeae;
}
.section-cotiza .article-text .contenedor-cuadro .cotiza-btn {
    display: block;
    text-align: center;
    margin: 1.2rem auto;
    background-color: #f39600;
    border: 2px solid #f39600;
}
.section-cotiza .article-text .contenedor-text .cotiza-enlace:hover {
    font-size: 3.5rem;
}
.section-cotiza .article-text .contenedor-cuadro {
    width: 100%;
    /* background-color: rgb(255, 255, 255); */
    background-color: #007ac1;
    padding: 3.5rem;
    border-radius: 20px;
    margin: 2rem 0;
    /* margin-bottom: 1rem; */
}
.section-cotiza .article-text .contenedor-cuadro p {
    margin-left: 6rem;
    font-size: 2rem;
    position: relative;
    color: #fff;
}
.section-cotiza .article-text .contenedor-cuadro .uno,
.dos {
    margin-bottom: 3rem;
}
.section-cotiza .article-text .contenedor-cuadro .uno::before {
    position: absolute;
    content: "1";
    margin-left: -7rem;
    width: 47px;
    height: 39px;
    font-weight: 700;
    top: -5px;
    padding-top: 10px;
    color: #44545E;
    text-align: center;
    border-radius: 80px;
    background-color: #fff;
}
.section-cotiza .article-text .contenedor-cuadro .dos::before {
    position: absolute;
    content: "2";
    margin-left: -7rem;
    width: 47px;
    height: 39px;
    font-weight: 700;

    top: 8px;
    padding-top: 10px;
    color: #44545E;
    text-align: center;
    border-radius: 80px;
    background-color: #fff;
}
.section-cotiza .article-text .contenedor-cuadro .tres::before {
    position: absolute;
    content: "3";
    margin-left: -7rem;
    width: 47px;
    height: 39px;
    font-weight: 700;
    top: 8px;
    padding-top: 10px;
    /* color: white; */
    color: #44545E;
    text-align: center;
    border-radius: 80px;
    /* background-color: #1d6fb8; */
    background-color: #fff;
}
.section-cotiza .article-img {
    width: 48%;
    height: 80%;
    display: block;
}
.section-cotiza .article-img img {
    width: 80%;
    height: 82%;
    margin: auto;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial {
    min-height: auto;
}
.testimonial .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.testimonial .slick-prev::before {
    content: "";
    position: absolute;
    left: -2rem;
    top: 0;
    background-image: url(../img/left-t.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    background-position: center;
}
.testimonial .slick-next::before {
    content: "";
    position: absolute;
    right: -2rem;
    top: 0;
    background-image: url(../img/right-t.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    background-position: center;
}

.testimonial .box-container .box {
    text-align: center;
    /* margin: 1rem; */
    width: 27rem;
}

.testimonial .box-container .box .comment {
    border: 0.1rem solid var(--blue);
    padding: 1rem;
    margin-bottom: 3.5rem;
    position: relative;
    border-radius: 20px;
    background: #f9f9f9;
}

.testimonial .box-container .box .comment p {
    color: var(--blue);
    font-size: 1.3rem;
    padding: 1rem 0;
}

.testimonial .box-container .box .comment i {
    color: var(--blue);
    font-size: 3rem;
    padding: 1rem;
}

.testimonial .box-container .box .comment::before {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 3rem;
    width: 3em;
    background: var(--blue);
    z-index: -1;
}

.testimonial .box-container .box .user {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial .box-container .box .user img {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial .box-container .box .user h3 {
    font-size: 1.5rem;
    color: #999;
    /* padding: 1rem 0; */
}

.testimonial .box-container .box .user .stars i {
    font-size: 2rem;
    color: gold;
}

.events {
    background: #e5f7ff;
    padding-bottom: 4rem;
}
/* .events button {
    border: 0.2rem solid #1d6fb8;
    font-size: 1.5rem;
    color: var(--blue);
    background: #c5e4fb;
    margin-top: 1rem;
    padding: 0.7rem 3rem;
}
.events button:hover {
    background: rgb(52, 102, 211);
    color: #fff;
    border-radius: 5rem;
} */

.events .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.events .box-container .box {
    width: 30%;
    margin: 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.events .box-container .box:hover {
    box-shadow: 0px 0px 10px 2px #aeaeae;
}

.events .box-container .box img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.events .box-container .box .content {
    padding: 1.5rem;
}

.events .box-container .box .content h3 {
    font-size: 1.5rem;
    color: var(--blue);
}

.events .box-container .box .content .title {
    font-size: 2rem;
    color: #333;
    display: block;
    padding-top: 1rem;
}

.events .box-container .box .content .title:hover {
    text-decoration: underline;
}

.events .box-container .box .content p {
    padding: 1rem 0;
    color: #999;
    font-size: 1.4rem;
}
.contenedor-events {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.todos-blogs {
    max-width: 1200px;
    margin-top: 5.5%;
    margin-left: auto;
    margin-right: auto;
}
.todos-blogs .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.todos-blogs h2 {
    font-size: 3.5rem;
    color: #444;
    margin-bottom: 3rem;
    text-align: center;
}
.todos-blogs .box-container .box {
    width: 30%;
    margin: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.todos-blogs .box-container .box:hover {
    box-shadow: 0px 0px 10px 2px #aeaeae;
}
.todos-blogs .box-container .box:hover {
    /* border: 2px solid var(--blue); */
}

.todos-blogs .box-container .box img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.todos-blogs .box-container .box .content {
    padding: 1.5rem;
}
.todos-blogs .box-container .box .content h3 {
    font-size: 1.5rem;
    color: var(--blue);
}

.todos-blogs .box-container .box .content .title {
    font-size: 2rem;
    color: #333;
    display: block;
    padding-top: 1rem;
}

.todos-blogs .box-container .box .content .title:hover {
    text-decoration: underline;
}

.todos-blogs .box-container .box .content p {
    padding: 1rem 0;
    color: #999;
    font-size: 1.4rem;
}
.input-button {
    /* background-image: linear-gradient(to top, #31a8cf9c 0%, #5296c196 100%),
        url("../img/fondo-suscripcion.jfif"); */
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}
.input-button .form h2 {
    font-size: 3rem;
    color: white;
    text-align: center;
}
.input-button .form input[type="email"] {
    background-color: rgb(255, 252, 252);
    width: 75%;
    padding: 0 0.9rem;
    height: 4rem;
    border-radius: 8px;
}

.input-button .form .contenedor-input {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.input-button .form input[type="submit"] {
    cursor: pointer;
    background-color: #c5e4fb;
    color: #007ac1;
    /* margin-top: 10px; */
    width: 22%;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 8px;
    height: 4rem;
}
.input-button .form {
    width: 55%;
    background-color: #1d6fb8;
    border-radius: 10px;
    height: 30rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.input-button .form .linea {
    height: 0.3rem;
    width: 8rem;
    background-color: #c5e4fb;
    margin-top: 8px;
    margin-bottom: 25px;
}

/* contacto */
.contact-view {
    margin-top: 5.5%;
    margin-bottom: 7rem;
}
.contact-view .textcontacto {
    font-size: 2rem;
    margin: 3rem 0;
    text-align: center;
}
.contact-view h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}
.contact-view form {
    width: 70rem;
    margin: 0 auto;
    /* text-align: center; */
}

.contact-view form .inputContact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-view form textarea,
.contact-view form .inputContact input {
    width: 100%;
    padding: 1rem;
    font-size: 1.6rem;
    color: #44545E;
    margin: 0.7rem 0;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    text-transform: none;
    border-radius: 0.5rem;
}

.contact-view form textarea {
    height: 20rem;
    resize: none;
}

.contact-view form .inputContact input {
    width: 49%;
}

footer {
    position: relative;
    width: 100%;
    background: #007ac1;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 14rem;
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
    list-style: none;
}

footer .social_icon li a {
    font-size: 4rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}

footer .menu li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../img/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
footer .logo-footer {
    width: 20rem;
    margin-left: 1rem;
    margin-bottom: -8rem;
}
.contenedor-text-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-contact {
    margin-top: 7%;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Mukta", sans-serif !important;
}

.container-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://assets-apapachame.s3.amazonaws.com/rab-import/Rikea/cotizar/cotiza.jpg)
        no-repeat center;
    background-size: cover;
    filter: blur(50px);
    z-index: -1;
}
.contact-box {
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    margin: 4rem 0;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left {
    background: url(../img/maquina.JPG) no-repeat center;
    background-size: cover;
    height: 100%;
}

.right {
    padding: 25px 40px;
}

.title-contact {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
}

.title-contact:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    border-radius: 2px;
    background-color: #1d6fb8;
}

.cotizar {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(230, 230, 230, 0.6);
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    margin-bottom: 22px;
    transition: 0.3s;
}

.cotizar:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

textarea {
    min-height: 150px;
}

.btn-contact {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #1d6fb8;
    color: #fff;
    /* font-size: 3rem; */
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-contact:hover {
    background-color: #1d6fb8;
}

.cotizar:focus {
    border: 2px solid rgba(30, 85, 250, 0.47);
    background-color: #fff;
}

@media screen and (max-width: 880px) {
    .contact-box {
        grid-template-columns: 1fr;
    }
    .left {
        height: 200px;
    }
    .footer .box-container {
        margin-left: 0;
    }
    .section-cotiza {
        height: auto;
        padding: 2rem;
    }
    .section-cotiza .article-text {
        width: 100%;
        height: auto;
    }
    .section-cotiza .article-text .cotiza-enlace {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .section-cotiza .article-img {
        width: 100%;
        height: auto;
    }
    .section-cotiza .article-img img {
        width: 30rem;
        height: 30rem;
        border-radius: 50%;
    }
}
/* media queries  */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    header .logo {
        width: 15rem;
    }
    footer .logo-footer {
        width: 20rem;
        margin: 1rem auto;
    }
    footer .wave {
        position: absolute;
        top: -40px;
    }
}

.clasemodal {
    width: 65% !important;
    top: 0 !important;
    left: 0 !important;
}
.jquery-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    max-height: 100vh;
}

@media (max-width: 768px) {
    .events .box-container .box{
        width: 45%;
    }
    .todos-blogs .box-container .box{
        width: 40%;
    }
    .clasemodal {
        width: 95% !important;
    }

    .todos-blogs {
        margin-top: 6rem;
    }
    .contact-view {
        margin-top: 6rem;
    }
    header {
        top: 4%;
    }
    .header2 {
        height: 4%;
        padding: 0 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header2 .address,
    .header2 .email {
        display: none;
    }
    .header2 .address .line {
        display: none;
    }
    .contenedor-project {
        width: 98%;
        justify-content: center;
    }
    #menu {
        display: block;
    }

    header .logo {
        width: 14rem;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.35);
        background: #fff;
        border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
        padding: 2rem;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        flex-direction: column;
    }

    header .navbar.nav-toggle {
        transform: scaleY(1);
        opacity: 1;
    }

    header .navbar a {
        display: block;
        margin: 2rem 0;
        padding: 0 1rem;
        color: black;
        font-size: 2.2rem;
        border-left: 0.2rem solid var(--blue);
    }

    .home .contenedor-principal .contenedor img {
        margin-top: 10rem;
        height: 25rem;
        object-fit: fill;
    }
    .home .contenedor-principal .contenedor {
        overflow: auto;
        margin-top: -5rem;
    }
    .home .contenedor-principal .contenedor .text {
        width: 84%;
        margin: 0;
        padding: 0 1rem;
        top: 30%;
        left: 9%;
    }
    .home .flecha-derecha {
        right: -1rem;
        top: 50%;
    }
    .home .flecha-izquierda {
        left: -1rem;
        top: 50%;
    }
    .home .content {
        text-align: center;
        width: auto;
    }

    .home .content h3 {
        font-size: 4rem;
    }

    section {
        padding: 0 3%;
        padding-top: 8rem;
    }
    .input-button .form .contenedor-input {
        width: 100%;
        justify-content: center;
    }
    .input-button .form .contenedor-input input[type="email"] {
        width: 100%;
        margin-bottom: 1rem;
    }
    .input-button .form input[type="submit"] {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 17rem;
    }
    .input-button .form {
        width: 95%;
        background-color: #1d6fb8;
        border-radius: 10px;
        height: 30rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 1rem;
    }
    .section-nosotros .contenedor-nosotros .nosotros1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-nosotros .contenedor-nosotros .nosotros1 article {
        width: 100% !important;
    }
    .section-nosotros .contenedor-nosotros .m-v {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-nosotros .contenedor-nosotros .m-v article {
        width: 100%;
    }
    .home {
        /* margin-top: 25%; */
        min-height: 40rem;
        max-height: 40rem;
    }
    .home .contenedor {
        margin-left: 4rem;
        margin-right: 4rem;
        margin-top: 0rem !important;
    }
    .home .controllers_desktop {
        margin: 0;
    }
    .home .contenedor img {
        object-fit: contain;
        height: 30rem;
        margin-top: 7rem;
        margin-bottom: 0;
    }
    .contact-view form {
        width: 100%;
    }
    .contact-view form .inputContact input {
        width: 100%;
    }
    .testimonial .box-container .box .comment {
        width: 88%;
        display: block;
        margin: auto;
    }
    .slick-track {
        gap: 0 !important;
    }
    .slick-prev,
    .slick-next {
        top: 60% !important;
    }
    .testimonial {
        overflow: hidden;
        padding-left: 5px;
        margin-bottom: 5rem;
    }
    /* .testimonial .box-container {
        max-height: 38rem;
    } */
    .testimonial .box-container .box {
        width: 80%;
    }
    .testimonial .slick-prev::before {
        left: 2rem;
        top: 4rem;
    }
    .testimonial .slick-next::before {
        right: 1rem;
        top: 4rem;
    }
    header .logo {
        width: 14rem;
    }
    footer .wave {
        position: absolute;
        top: -30px;
    }
    .contenedor-project h1 {
        font-size: 2.6rem;
    }
    .contenedor-project .contenedor-button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .contenedor-project .contenedor-button button {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    html {
        font-size: 50%;
    }

    .team .box-container .box {
        width: 100%;
    }
    header .logo {
        width: 14rem;
    }
}

@media (max-width: 600px) {
    .events .box-container .box{
        width: 100%;
    }
    .todos-blogs .box-container .box{
        width: 100%;
    }
    .banner__movil {
        display: block !important;
    }
    .banner__escritorio {
        display: none !important;
    }
    /* .testimonial .box-container {
        max-height: 40rem;
    } */
    .slick-prev,
    .slick-next {
        top: 50% !important;
    }
    .project .box-container .box {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .section-contactanos {
        padding: 20px;
    }
    .caja {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "form"
            "info"
            "map";
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .inputBox {
        width: 100%;
    }

    .contact {
        padding: 30px;
    }
    .map {
        padding: 0;
        min-height: 300px;
    }
}

.ltn__pagination_categorias ul {
    margin: 2rem 2rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ltn__pagination_categorias {
    /* display: flex;
    flex-direction: column; */
}

.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    /* font-family: var(--ltn__heading-font); */
    font-family: "Poppins", sans-serif;
}
.ltn__pagination_categorias ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    /* font-family: var(--ltn__heading-font); */
    font-family: "Poppins", sans-serif;
}

.ltn__pagination_categorias ul li:hover a,
.ltn__pagination_categorias ul li.active a {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--blue);
}
.ltn__pagination_categorias ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid var(--blue);
    text-align: center;
    display: block;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    font-size: 1.5rem;
    color: #44545E;
}
