@import url('https://fonts.google.com/specimen/Inter');

@font-face {
    font-family: 'Nunito', sans-serif;
    src: url('fonts/bold-regular.woff2') format('woff2'),
        url('fonts/bold-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito', sans-serif;
    src: url('fonts/brook.woff2') format('woff2'),
        url('fonts/brook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(116, 0, 184, 255, 0.5);

}

/* FOMULARIO */
.titulo {
    margin-top: -200px;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    background-color: #bed4df;
}

.input-valid {
    border-bottom: 1px solid rgb(255, 255, 255, 1);
}

.pais {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


.btn-primary {
    background-color: #0D87A5;
    color: rgb(49, 66, 165);
}

.btn-primary {
    background-color: rgb(19, 57, 161);
    color: rgb(28, 172, 216);
}

.form {
    text-align: center;
    float: right;

}

.swal2-styled {
    background-color: #0e689c !important;
    /* Establece el color de fondo del botón y usa !important */
    color: #FFFFFF !important;
    /* Establece el color del texto del botón y usa !important */
    /* Agrega otros estilos según tus necesidades */
}

.swal2-styled:hover {
    background-color: rgb(28, 172, 216) !important;
    /* Cambia el color de fondo del botón en el hover y usa !important */
    color: #FFFFFF !important;
    /* Cambia el color del texto del botón en el hover y usa !important */
}

.myFrom {
    float: left;
}

.select_clase {
    margin-top: 10px;
}

.file_input {
    margin-left: -1px;
    margin-top: 10px;
}

/* FOMULARIO */
.formulario {
    display: flex;
}

/* Mapa */
.mapouter {
    position: static;
    text-align: center;
    width: 400px;
    height: 1100px;
}

.gmap_canvas {
    display: block;
    background: none !important;
    width: auto;
}

.gmap_iframe {
    width: 600px !important;
    height: 400px !important;
}

/* Mapa */
/* CARRUSEL */
.carrusel {

    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.carrusel-items {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 20px 0;
    min-width: 100%;
    max-width: 50px;
    height: 200px;
}

.carrusel-item img {
    width: -100px;
    height: -100px;
    object-fit: cover;
}

.img-car si {
    width: 200px;
    height: 200px;
}


.carrusel-item:hover {
    transform: scale(1.2);
}

.img-car {
    width: 175px;
    padding: 0 0;
}


/* CARRUSEL */

/* ICONOS BOOSTRAP */
.contenedor-icono {
    width: 25px;
    height: 25px;
    color: #0e689c;
    float: right;

}

.logos_contactos {
    display: flex;
    flex-direction: column; /* <--- esto es lo más importante */
    align-items: center;     /* centra horizontalmente */
    width: 60%;
    padding: 10px;
    color: white;
}

.nav_logos_contactos {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-top: 0px; /* espacio entre logo e íconos */
}

.logo-f {
    height: 110px;
    width: 250px;
}

.wider-container {
    max-width: 1200px;
    /* Ajusta el valor según tus necesidades */
    margin-left: auto;
    margin-right: auto;
}

.contenedor-icono1 {
    width: 30px;
    height: 40px;
    color: #0e689c;
    float: left;
}

.contenedor-icono2 {
    width: 30px;
    height: 30px;
    color: #0e689c;
    float: left;
    margin-right: 10px;
    align-self: center;
}


.contenedor-icono3 {
    width: 20px;
    height: 20px;
    color: #0e689c;
    float: left;
    margin-top: 5px;
}

.contenedor-icono4 {
    width: 40px;
    height: 40px;
    color: #0e689c;
    float: left;
}

.contenedor-icono5 {
    width: 70px;
    height: 70px;
    color: #0e689c;
    float: left;
}

.chat {
    width: 50px;
    height: 30px;
    color: #0e689c;
    float: left;
}

/* ICONO WHASATPP FLOTANTE */

.btn-wsp {

    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 10px;
    background: #31ba44;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.3);
    z-index: 100;

}

.btn-wsp:hover {

    text-decoration: none;
    color: #31ba44;
    background: #fff;

}

/* Boton Whatsapp idex */
.btn-wsp-index {

    position: inherit;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 6px;
    right: 105px;
    background: #31ba44;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.3);
    z-index: 100;

}

.btn-wsp-index:hover {

    text-decoration: none;
    color: #31ba44;
    background: #fff;

}

/* Boton Whatsapp idex */

/* ICONOS BOOSTRAP */

/* CLASE PERFIL */
.perfil-icono {
    width: 80px;
    height: 80px;
    color: #0e689c;
    float: inline-start;
}

/* CLASE PERFIL */


#imagenN {
    margin-top: 20px !important;
}

/* Imagen Contar Center */

#imagenN1 {

    display: flex;
    margin-right: auto;
    margin-left: auto;
    height: 600px;
    margin-top: 20px !important;
}

#imagenN2 {

    margin-top: 20px !important;
    width: 600px;
    height: 400px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);

}

#imagenN3 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    height: 600px;
    margin-top: 20px !important;
}

#imagenN4 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    height: 600px;
    margin-top: 20px !important;
}

#ArcosContact {

    top: 40px;
    padding: 100px;
    background: #16181b;



}


body {

    user-select: none;
    background: white;

}

html {

    background: white;

}

h1 {

    display: block;

    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;


}

#home {

    width: 100%;
    position: relative;
    overflow: hidden;

}

.parallax-slider .swiper-slide {

    position: relative;
    overflow: hidden;

}

.parallax-slider .img-container {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
}


.slider-controls {
    position: absolute;
    right: 5%;
    bottom: 10%;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
}

.prev-ctrl,
.next-ctrl {
    height: auto;
    width: auto;
    text-align: center;
    padding: 10px;
    background: transparent;
    outline: none;
    position: relative;
    left: auto;
    right: auto;
    cursor: pointer;
}

.slider-controls {
    background: rgb(0, 0, 0, .4);
    z-index: 10;
    margin-left: 10px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 8px;
}

.parallax-slider {
    height: 100vh;
    width: 100%;
}

.parallax-slider .img-container.one {
    background: url(../images/pexels-mart-production-7709179.jpg);
    background-position: center;
    background-size: cover;

}

.parallax-slider .img-container.two {
    background: url(../images/pexels-negative-space-34600.jpg);
    background-position: center;
    background-size: cover;
}

.parallax-slider .img-container.three {
    background: url(../images/Imagen\ principal\ 2.jpeg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
}

.parallax-slider .img-container.four {

    background: url(../images/iStock-1186533328.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;

}

.style {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

.logo2 {
    width: 200px;
    /* Ancho deseado */
    height: auto;
    /* Altura automática proporcional */
    position: relative;
    /* Establece la posición relativa */
    top: -42px;
    /* Mueve el logo hacia arriba */
}

.logo21 {
    width: 200px;
    /* Ancho deseado */
    height: auto;
    /* Altura automática proporcional */
    position: relative;
    /* Establece la posición relativa */
    top: -60px;
    /* Mueve el logo hacia arriba */
}

.perfil-compania {
    margin-top: 100px;
}

.margen {
    margin-top: 50px;
}


.navigation {

    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: rgb(245, 245, 245);
    background: rgba(84, 166, 221, 0.5);
    height: 100px;
    font-family: 'Nunito', sans-serif;
    padding: 20px;
    padding-top: 40px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;

}

.navigation1 {

    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: rgb(245, 245, 245);
    background: #4ea8de;
    height: 100px;
    font-family: 'Nunito', sans-serif;
    padding: 20px;
    padding-top: 40px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;

}

.logo {

    display: inline-block;
    z-index: 10;
    color: rgb(245, 245, 245);
    padding: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    border-radius: 4px;
    padding-top: 30px;

}



.social-media-links2 {

    margin-top: 10px;


}


.social-media-links2 li a:hover {

    background: var(--third-color);
    color: #fff;

}

.social-media-links2 li a {

    display: block;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    background: #3d65eb;
    color: var(--black-color);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: px;

}

.navigation-links {

    float: right;
    padding: -20px;
    padding-right: 40px;
    margin-top: -20px;

}

.navigation-links1 {

    float: right;
    margin-top: -20px;
    padding-right: 40px;

}

.social-media-links3 li a:hover {

    background: var(--third-color);
    color: #fff;

}

.social-media-links3 li a {

    display: block;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    background: #3d65eb;
    color: var(--black-color);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;

}

.navigation-links3 {

    float: left;
    padding: 10px;
    padding-right: 40px;

}



a {

    color: inherit;
    text-decoration: none;
    outline: none;

}

a:hover {

    color: inherit;
    text-decoration: none;
    outline: none;

}

li {

    list-style: none;
    padding-left: 10px;
    text-align: text-align;

}

.links {

    opacity: .9;
    transition: all .4s ease;

}

.links:hover {

    opacity: 1;

}

.cursor {

    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid rgb(245, 245, 245);
    position: fixed;
    z-index: 10;
    top: -25px;
    left: -25px;
    opacity: 1;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: black;
    font-size: 16px;

}

.cursor-two {
    height: 8px;
    width: 8px;
    background: rgb(245, 245, 245);
    border-radius: 50%;
    pointer-events: none;
    position: fixed;
    z-index: 10;
    opacity: 1;
    top: -4px;
    left: -4px;
    transition: all .05s ease;
}

ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

nav ul li ul {
    display: none;
    position: absolute;
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul li ul li {
    width: 100%;
    float: none;
}

nav ul li ul li a {
    padding: 15px;
    color: #000;
    background: #c7dbe9;
}

nav ul li ul li a:hover {
    background: #819dd8;
}

.swiper-pagination-container {
    position: relative;
    width: 100px;
    height: 70px;
    z-index: 10;
    padding: 10px
}

.swiper-pagination {
    width: 100px;
    height: 2px;
    background: rgb(245, 245, 245, .2);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-control-image {
    height: 50px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(245, 245, 245);
}

.about-link {
    padding-left: 0px;
}

.slide-text {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    bottom: -30px;
    width: 600px;
    z-index: 1;
    clip-path: polygon(0% 0%, 89% 0, 100% 50%, 89% 100%, 0% 100%);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 90px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    backdrop-filter: blur(05px);
}

.slide-text1 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    bottom: -30px;
    width: 600px;
    z-index: 1;
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 11% 100%, 0% 50%);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 90px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    backdrop-filter: blur(05px);
}

.enlace {
    display: inline-block;
    transition: transform 0.6s;
}

.enlace:hover {
    transform: scale(1.1);
}

#home .social-media-links {
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: rgb(245, 245, 245);
    z-index: 9;
    font-size: 12px
}

.project .social-media-links {
    position: absolute;
    left: 2%;
    bottom: 5%;
    color: rgb(245, 245, 245);
    z-index: 0;
}

#about .social-media-links {
    position: absolute;
    right: 5%;
    bottom: 5%;
    color: rgb(245, 245, 245);
    z-index: 9;
}

#home .social-media-links ul,
#about .social-media-links ul,
.project .social-media-links ul {
    display: flex;
    flex-direction: row;
    font-size: 18px;
}

#home .social-media-links ul li,
#about .social-media-links ul li,
.project .social-media-links ul li {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

#about {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 9;
    display: none;
    transform: scale(.9);
    overflow: hidden;
}

#about-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #041b4e;
    opacity: .5;
}

#breaker {
    background: #000000;
    position: fixed;
    height: 150vh;
    display: none;
    width: 100%;
    z-index: 11;
    transform: translateY(-100%);
    animation: breaker 2.5s;
}

#row1 {

    padding: 20px;
    margin-top: 80px;

}

.text-white-501A {

    color: #C0C0C0;
}

@keyframes breaker {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.about-img {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/about-pic.webp);
    background-position: center;
    background-size: cover;
}


/* ICONO BOOSTRAP */
.contene

/* ICONO BOOSTRAP */
.navigation-close-line {
    height: 22px;
    width: 2px;
    border-radius: 10px;
    background: rgb(245, 245, 245);
    position: absolute;
    transform: rotate(-45deg);
}

.navigation-close {
    padding: 20px;
    padding-top: 0px;
    cursor: pointer;
}

.navigation-close-line:nth-child(2) {
    transform: rotate(45deg);
}

.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding: 100px;
    margin: 20px;
    position: relative;
    z-index: 5;
    color: rgb(245, 245, 245);
    font-family: 'Nunito', sans-serif;
}

.about-text-header {
    font-size: 28px;
    padding-bottom: 30px;
}

.about-text-button {
    padding-top: 20px;
    text-align: left;
    margin: 10px;
}

.about-text-paragraph {
    padding-bottom: 10px;
    font-size: 16px;
    opacity: .9;
    font-weight: 400;
}

.contact-button {
    padding: 10px 20px;
    background: rgb(245, 245, 245);
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    opacity: .8;
    color: #041b4e;
    transition: all .4s ease;
}

.contact-button:hover {
    opacity: 1;
    transform: scale(1.05);
}

.project {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    background: #050505;
    position: relative;
}

.slideshow {
    width: 95%;
    margin: auto;
    overflow: hidden;
    height: 80vh;
}

.slides,
.forest-slides,
.wildlife-slides,
.city-slides {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    position: absolute;
}

.controls {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: auto;
    height: auto;
    cursor: pointer;
}

.hover {
    cursor: pointer;
}

.imgs {
    cursor: pointer;
    height: 26px;
    width: 26px;
    transition: all .4s ease;
}

.controls button:hover img {
    transform: scale(1.4);
}

.slides img,
.forest-slides img,
.wildlife-slides img,
.city-slides img {
    width: auto;
    max-height: 70vh;
    position: absolute;
    margin: auto;
    pointer-events: none;
    border-radius: 6px;
}

.navigation-project {
    position: absolute;
    z-index: 2;
}

.controls button {
    padding: 10px 10px;
    padding-left: 50px;
    background: transparent;
    color: rgb(245, 245, 245);
    transition: all .4s ease;
    outline: none;
    border: none;
    margin: 5px;
}

.project-link {
    padding: 100px;
    padding-left: 150px;
    padding-right: 150px;
}

.marine-project,
.forest-project,
.wildlife-project,
.city-project {
    display: none;
    transform: scale(.9);
    overflow: hidden;
}

.project-name {
    font-size: 80px;
    font-family: 'Nunito', sans-serif;
    color: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none;
    font-weight: 900;
    z-index: 5;
}

.view-project {
    font-size: 18px;
    font-weight: 200;
    font-family: 'Nunito', sans-serif;
    margin-top: -10px;
    opacity: .9;
    padding: 0;
}

.pace {
    pointer-events: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: -220px;
    bottom: -120px;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: white;
}

.pace .pace-progress {
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    max-width: 400px;
    position: fixed;
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #64b1dd;
}

.pace.pace-inactive {
    display: none;
}

#preloader {
    width: 100%;
    height: 100vh;
    background: #0e689c;
    overflow: hidden;
    z-index: 1000;
    position: fixed;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    color: rgb(245, 245, 245);
}

#contact {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: rgb(67, 38, 194);
    position: relative;
    z-index: 5;
    color: rgb(245, 245, 245);
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    display: none;
    transform: scale(.9);
}

.contact-social-media-links {
    padding-top: 30px;
    font-family: 'Nunito', sans-serif;
    z-index: 5;

}

.contact-social-media-links ul li:nth-child(1) {
    padding-left: 0px;
}

.contact-social-media-links ul li:nth-child(3) {
    padding-right: 30px;
}

.contact-header {
    height: auto;
    padding: 40px;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 100%;
}

.form {
    min-height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input-line {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

input {
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255, .3);
    outline: none;

    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    width: 80%;
    color: rgb(245, 245, 245);
    transition: all .2s ease;
}

.input-line-column {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input-line-column input {
    width: 84%;
}

.input-same-line {
    width: 41%;
}

::placeholder {
    color: rgb(245, 245, 245, .8);
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    justify-content: center;
    height: auto;
}

#submit {
    background: transparent;
    outline: none;
    border: 1px solid rgb(255, 255, 255, .3);
    color: rgb(245, 245, 245);
    padding: 10px 30px;
    font-size: 18px;
    margin: 20px;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#submit:after {
    content: "";
    background: rgb(245, 245, 245);
    color: #000000;
    left: 0;
    top: 100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}

#submit:hover {
    color: black;
}

#submit:hover::after {
    top: 0;
}

.textarea {
    width: 84%;
    height: 150px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255, .3);
    padding: 10px 20px;
    margin: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgb(245, 245, 245);
    font-family: 'Nunito', sans-serif;
    transition: all .2s ease;
}

form .textarea:focus,
form .textarea:valid {
    border-bottom: 1px solid rgb(255, 255, 255, 1);
}



#projects .swiper-container {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    max-height: 70vh;
}

#projects .swiper-wrapper {
    height: 70vh;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

#projects .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    max-width: 60%;
    position: relative;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#projects .swiper-slide img {
    width: auto;
    max-height: 70vh;
    position: absolute;
    margin: auto;
    pointer-events: none;
    border-radius: 6px;
}

.gg-mouse {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 24px;
    border: 2px solid rgb(245, 245, 245);
    border-radius: 10px
}

.gg-mouse::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 6px;
    background: rgb(245, 245, 245);
    top: 3px;
    animation: mouse 2s linear infinite;
    left: 5px
}

#projects .scroll-icon {
    bottom: 7%;
}

.scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 2;
}

.select__vacancy {
    margin-bottom: 15px;
}

@keyframes mouse {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes mouse {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0%);
    }
}

/*

FOR MOBILES

*/
@media all and (max-width: 653px) and (min-width: 280px) {

    .img_inicio {
    width: 775px;
    height: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

    .pace {
        pointer-events: none;
        user-select: none;
        z-index: 1000;
        position: fixed;
        margin: auto;
        top: 0;
        left: 80px;
        right: 0;
        bottom: -70px;
        width: 100px;
        border: 0px;
        height: 1px;
        overflow: hidden;
        background: white;
    }

    .navigation {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 20px;
        padding-left: 10px;
        color: rgb(245, 245, 245);
        background: rgba(84, 166, 221, 0.5);
    }

    .navigation1 {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 20px;
        padding-left: 10px;
        color: rgb(245, 245, 245);
        background: #4ea8de;
    }

    .logo21 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 170px;
        height: 80px;
    }

    .menu_movi {
        display: flex;
        position: absolute;
        margin-top: 80px;
        margin-left: -30px;
    }

    /* social-media-links2 */
    .social-media-links2 {

        margin-left: -240px;
        width: 300px;
        font-size: 1mm;

    }


    .social-media-links2 li a:hover {

        background: var(--third-color);
        color: #fff;
        width: 20px;

    }

    .social-media-links2 li a {

        display: block;
        line-height: 50px;
        padding: 0 25px;
        border-radius: 8px;
        margin-top: 10px;
        background: #3d65eb;
        color: var(--black-color);
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: px;

    }

    .Bott-media-links2 {
        display: grid;
        flex-direction: column;
        padding: 0;
        margin-right: 200px;
    }

    .Bott-media-links2-list {
        width: 190px;
        padding-top: 10px;
    }

    /* social-media-links2 */

    /* social-media-links3 */
    .social-media-links3 li a:hover {

        background: var(--third-color);
        color: #fff;

    }

    .Bott-media-links3 {
        display: grid;
        flex-direction: column;
        padding-left: 170px;
        direction: ltr;
        /* Resetting direction to ltr for the paragraph */
    }

    .social-media-links3 li a {

        display: block;
        line-height: 50px;
        padding: 0 25px;
        border-radius: 8px;
        margin-top: 10px;
        background: #3d65eb;
        color: var(--black-color);
        font-size: 16px;
        text-transform: capitalize;
        text-align: right;
        /* Aligment within the element (for text) */

    }

    .social-media-links3 {

        margin-left: 230px;
        width: 330px;
        font-size: 1mm;

    }

    /* social-media-links3 */

    #imagenN {
        margin-top: 0px !important;
    }

    #imagenN1 {

        margin-top: 10px !important;
        height: auto;

    }

    #imagenN2 {
        height: auto;
    }

    #imagenN3 {
        height: 280px;
    }

    #imagenN4 {
        height: 280px;
    }


    /* Estilos para agrupar en grupos de 2 elementos */
    .channel-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* Estilos para pantallas mayores o iguales a 280 píxeles */
    .channel-list li {
        margin-bottom: 10px;
    }

    /* Estilos para pantallas con un ancho menor a 280 píxeles */
    @media (max-width: 280px) {
        .channel-list li {
            width: 48%;
        }
    }

    /* Estilos para el contenedor de cada canal */
    .channel-container {
        text-align: center;
    }

    /* Estilos para la imagen del canal */
    .channel-container .channel-image img {
        width: 100px;
        /* Ajusta el tamaño de la imagen según tus necesidades */
        height: 100px;
        /* Ajusta el tamaño de la imagen según tus necesidades */
        margin-bottom: 5px;
        /* Espacio entre la imagen y el nombre */
    }

    /* Estilos para el enlace del canal */
    .channel-container a {
        display: block;
        color: #333;
        text-decoration: none;
    }


    /* Imagenes de robots */
    .cursor,
    .cursor-two {
        display: none;
    }contactos

    /* Logo footer */

    .logo-f {
        height: 110px;
        width: 250px;
        margin-top: 0px;
    }

    .logos_contactos {
        display: grid;
        color: white;
        width: 100px;
        padding: 10px;
    }

    .nav_logos_contactos {
        display: flex;
        color: white;
        width: 100px;
        padding: 10px;
    }

    /* Logo footer */

    .navigation-links {
        padding-right: 0px;
        padding-left: 0px;
    }

    .logo {
        font-size: 14px;
        padding-left: 0px;
    }

    .project-link {
        padding: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider-controls {
        position: sticky;
        height: 50px;
        margin: auto;
        width: 200px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .prev-ctrl,
    .next-ctrl {
        height: auto;
        width: auto;
        text-align: center;
        padding: 10px;
        background: transparent;
        outline: none;
        position: relative;
        left: auto;
        right: auto;
        cursor: pointer;
    }

    .slider-control-image {
        height: 30px;
    }

    .swiper-pagination {
        width: 100px;
        height: 2px;
        background: rgb(245, 245, 245, .2);
        opacity: 1;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slide-text {
        font-size: 70px;
    }

    #home .social-media-links {
        display: none;
    }

    .about-img {
        display: none;
    }

    #about {
        background: url(../images/about-pic.webp);
        background-position: center;
        background-size: cover;
    }

    .about-text {
        padding: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 20px;
    }

    .about-text-header {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .about-text-paragraph {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .navigation-close-line {
        height: 16px;
        width: 2px;
    }

    #about .social-media-links ul li {
        font-family: 'Nunito', sans-serif;


        font-size: 16px;
    }

    .slides img,
    .forest-slides img,
    .wildlife-slides img,
    .city-slides img {
        width: auto;
        max-width: 95%;
        max-height: auto;
        position: absolute;
        margin: auto;
        border-radius: 8px;
    }

    .controls button {
        padding: 10px 10px;
        margin: 5px;
    }

    .controls button:hover img {
        transform: scale(1);
    }

    .view-project {
        display: block;
    }

    .input-line {
        flex-direction: column;
    }

    .input-same-line {
        width: 83%;
    }

    .pace {
        width: 150px;
    }

    .textarea {
        height: 80px;
    }

    .form {
        height: auto;

    }

    .contact-header {
        padding: 10px;
        padding-top: 80px;
        font-size: 24px;
    }

    #projects .swiper-slide img {
        width: 100%;
        max-height: 70vh;
        position: absolute;
        margin: auto;
        pointer-events: none;
        border-radius: 6px;
    }

    .gg-mouse {

        display: none;
    }

    .gmap_canvas {
        display: block;
        background: none !important;
        width: 250px;
        height: 300px;
    }

    .gmap_iframe {
        width: 250px !important;
        height: 250px !important;
    }

    .lead {
        font-size: 1rem;
        font-weight: 200;

    }

    #modal {
        background-color: #a8d2ec;
        color: #080808;
        top: 0;
        left: 0;
        transition: all .5s;

        p {
            width: 60%;
            height: 40%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            font-size: 1.5em;
            text-align: center;
        }
    }

    #mostrar-modal {
        display: none;

        +label {
            background: steelblue;
            display: table;
            margin: auto;
            color: #fff;
            line-height: 3;
            padding: 0 1em;
            text-transform: uppercase;
            cursor: pointer;

            &:hover {
                background: darken(steelblue, 10%);
            }
        }

        &:checked {
            &~#modal {
                top: 0;
            }

            &~#cerrar-modal+label {
                display: block;
            }
        }
    }

}

@media (min-width: 654px) and (max-width:991px) {
    #imagenN3 {
        height: 400px;
        /* Elige el tamaño deseado para pantallas mayores */
    }

    #imagenN4 {
        height: 400px;
        /* Elige el tamaño deseado para pantallas mayores */
    }

    .gmap_iframe {
        width: 430px !important;
        height: 250px !important;
    }

    .menu_movi {
        display: flex;
        position: absolute;
        margin-top: 50px;

    }
    
}

/*
FOR EXTRA SMALL DEVICES
*/


@media all and (max-width: 1200px) and (min-width: 768px) {
    .navigation {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 20px;
        padding-left: 10px;
    }

    #imagenN4 {
        height: 370px;
    }

    .cursor,
    .cursor-two {
        display: none;
    }

    .project-link {
        padding: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navigation-links {
        padding-right: 0px;
        padding-left: 0px;
    }


    .logo {
        font-size: 14px;
        padding-left: 0px;
        margin-top: 15px;
    }

    .slider-controls {
        position: absolute;
        right: 15%;
        bottom: 10%;
        height: auto;
        width: auto;
        display: flex;
        flex-direction: row;
    }

    .slide-text {
        font-size: 70px;
    }

    #home .social-media-links {
        display: none;
    }

    .about-img {
        display: none;
    }

    #about {
        background: url(../images/about-pic.webp);
        background-position: center;
        background-size: cover;
    }

    .about-text {
        padding: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 20px;
    }

    .about-text-header {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .about-text-paragraph {
        padding-bottom: 10px;
        font-size: 12px;
    }

    .contact-button {
        padding: 8px 16px;
        background: #b61071;
        outline: none;
        font-size: 12px;
        border: none;
        border-radius: 5px;
        color: rgb(245, 245, 245);
    }

    #about .social-media-links ul li,
    .project .social-media-links ul li {
        font-size: 14px;
    }

    .navigation-close-line {
        height: 16px;
        width: 2px;
    }

    .slides img,
    .forest-slides img,
    .wildlife-slides img,
    .city-slides img,
    .wildlife-slides img {
        width: 95%;
        max-height: auto;
        position: absolute;
        margin: auto;
        border-radius: 8px;
    }

    .controls button {
        padding: 10px 10px;
        margin: 5px;
    }

    .controls button:hover img {
        transform: scale(1);
    }

    .view-project {
        display: block;
    }

    .pace {
        width: 200px;
    }

    .contact-info-content {
        min-height: 50vh;
    }

    .contact-info {
        min-height: auto;
    }

    .input-line {
        flex-direction: column;
    }

    .input-same-line {
        width: 83%;
    }

    .textarea {
        height: 80px;
    }

    .form {
        height: auto;

    }

    .contact-header {
        padding: 10px;
        padding-top: 80px;
        font-size: 18px;
    }

    input {
        font-size: 15px;
    }

    .textarea {
        font-size: 15px;
        height: 50px;
        padding-bottom: 10px;
    }

    #button {
        margin: 0px;
    }

    #projects .swiper-slide img {
        width: 100%;
        max-height: 70vh;
        position: absolute;
        margin: auto;
        pointer-events: none;
        border-radius: 6px;
    }

    .gg-mouse {

        display: none;
    }

    .gmap_iframe {
        width: 390px !important;
        height: 300px !important;
    }

    

}


/*
FOR TABLETS
*/

@media all and (max-width: 1169px) and (min-width: 992px) {

    .navigation-links1 {

        float: right;
        margin-right: -50px;
        margin-top: -140px;
        font-size: medium;

    }

    .navigation-links {

        float: right;
        margin-right: -50px;
        margin-top: -140px;
        font-size: medium;

    }

    .cursor,
    .cursor-two {
        display: none;
    }

    .about-img {
        display: none;
    }

    #about {
        background: url(../images/about-pic.webp);
        background-position: center;
        background-size: cover;
    }

    .slides img,
    .forest-slides img,
    .wildlife-slides img,
    .city-slides img {
        width: auto;
        max-width: 95%;
        max-height: auto;
        position: absolute;
        margin: auto;
        border-radius: 8px;
    }

    .view-project {
        display: block;
        font-size: 20px;
    }

    .pace {
        width: 300px;
    }

    .project-link {
        padding: 100px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .gg-mouse {

        display: none;
    }

    #projects .swiper-slide img {
        width: 100%;
        max-height: 70vh;
        position: absolute;
        margin: auto;
        pointer-events: none;
        border-radius: 6px;
    }

}

@media all and (max-width: 3000px) and (min-width: 992px) {
    #imagenN1{
        margin-top: 150px !important;
        position: relative;
    }
    .logo-f{
        height: 200px;
        width: 400px;
        float: inherit;
    }
}

