@font-face {
    font-family: 'Samay';
    src: url('../Fonts/bernard-mt-std-condensed.otf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Fonts/Montserrat-Regular.ttf');
}




:root {
    --background-color: #fff;
    --color-principal: #012060;
    --color-texto: #a89c9c;
}

/*GENERALIDADES*/
html {
    scroll-behavior: smooth;
}

.exterior {
    /*border: 5px solid orange;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo {
    font-family: 'Montserrat-Regular';
    color: var(--color-principal);
    font-size: 24px;
    letter-spacing: 3px;
}

/*VENTANA*/
.ventana{
    height: 100vh;
    width: 100%;
    background-color:rgba(41, 7, 7, 0.6); 
    position: fixed;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.ventana-texto-contenedor {
    width: 50%;
    height: auto;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(40, 33, 71, 0.5);
}
.ventana-texto{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.ventana-texto p:nth-child(1){
    text-align: center;
    padding: 30px 30px 10px 30px;
    font-size: 25px;
}
.ventana-texto p:nth-child(2){
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
}
.ventana-texto span{
    white-space: nowrap;
}
.boton-ventana{
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.boton-ventana button{
    background-color: var(--color-principal);
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

/*MENÚ-Barra de navegación*/
.nav-menu {
    /*border: 5px solid blue;*/
    z-index: 2;
    background-color: var(--background-color);
    align-items: center;
    padding: 8px 32px 8px 32px;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.nav-menu a {
    text-decoration: none;
}

.nav-contenedor {
    /*border: 1px solid green;*/
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.logo-link {
    z-index: 1;
}

.logo-link:hover {
    opacity: .8;
}

.logo-image {
    display: block;
}

.menu {
    /*border: 10px solid violet;*/
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.icono-menu{
    display: none;
}

.nav-items {
    font-weight: 500;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 32px;
}

.nav-item {
    color: var(--color-texto);
    opacity: .6;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.nav-item:hover {
    opacity: .9;
    text-decoration: underline;
}

.boton-contacto {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: var(--color-principal);
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    z-index: 5;
    position: relative;
}
.boton-contacto img{
    display: none;
}

.boton-contacto:hover {
    color: #fff;
    background-color: #1a4292;
}

/*HOME-pantalla principal*/
.home-contenedor {
    position: relative;
    z-index: 1;

    height: 630px;
    color: var(--color-texto);
    background-color: var(--background-color);
    background-image: url('../img/Projecto\ GZ7.png');
    background-position: 0 0;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.fondo-semi-transparente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.home-texto {
    width: 80%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.home-contenido {
    width: 70%;
    max-width: 1140px;
    text-align: center;
}

.texto-principal {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Samay';
    color: #fff;
    font-size: 90px;
    line-height: 80px;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.sub-texto {
    font-family: 'Samay';
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
}

.texto-secundario {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    font-weight: 550;
    line-height: 34px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*NOSOTROS*/
.nosotros-contenedor {
    /*border: 5px solid blue;*/
    max-width: 1600px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat-Regular';
}

.somos-contenedor {
    /*border: 2px solid blue;*/
    width: 90%;
    text-align: center;
    margin: 32px 0;
}

.somos-titulo {
    padding: 8px;
}

.somos-texto {
    padding: 8px 52px 0px 52px;
    font-size: 16px;
    letter-spacing: 2px;
}

.linea {
    width: 90%;
    height: 1px;
    background: linear-gradient(to left, transparent, var(--color-principal), transparent);
    margin-bottom: 40px;
}

/*VISIÓN Y POLÍTICA*/
.vision-contenedor {
    /*border: 1px solid green;*/
    width: 90%;
    padding: 8px 52px 16px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.vision-contenedor-texto {
    /*border: 1px solid blue;*/
    text-align: left;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
}

.vision-texto {
    display: flex;
    align-items: center;
    padding-right: 8px;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.vision-imagen {
    height: 100%;
    min-height: 250px;

    background-image: url('../img/Projecto\ GZ3.png');
    
    background-position: 0 0;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);

}

.politica-contenedor {
    /*border: 1px solid green;*/
    width: 90%;
    padding: 8px 52px 16px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.politica-contenedor-texto {
    /*border: 1px solid blue;*/
    text-align: left;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 16px;
}

.politica-texto {
    /*border: 1px solid orange;*/
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.politica-imagen {
    height: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url('../img/Projecto\ GZ5.png');
    background-position: 0 0;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

/*SERVICIOS*/
.servicios-contenedor {
    /*border: 5px solid black;*/
    padding-top: 40px;
    width: 100%;
    max-width: 1600px;
    height: 642px;
}

.servicios-titulo {
    margin: 32px 0;
    text-align: center;
}

.servicios {
    /*border: 1px solid green;*/
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    height: 500px;
}

.lista-servicios {
    /*border: 3px solid orange;*/
    max-height: 500px;
    min-width: 200px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.linea-servicio {

    width: 70%;
    height: 1px;
    background: linear-gradient(to left, transparent, var(--color-principal), transparent);
}

.servicio {
    box-shadow: 0px 0px 20px 0px rgba(131, 130, 130, 0.5);
    padding: 8px 5px 5px 5px;
    margin: 10px;
    min-width: 175px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    align-items: center;
    gap: 8px;
}

.lista-servicios:nth-child(4) .servicio {
    height: 100%;
}

.servicio p {
    padding: 5px;
}

.servicio img {
    height: 30px;
    width: 30px;
}

.servicio ul {
    text-align: left;
    padding: 0;
    margin: 0;

}

.servicio ul li {
    list-style: disc;
    margin-left: 20px;
}

/*PROYECTOS*/
.proyectos-contenedor {
    /*border: 5px solid black;*/
    padding-top: 50px;
    width: 100%;
    max-width: 1600px;
    height: 670px;
}

.proyectos-titulo {
    text-align: center;
    margin: 32px 0;
}

.tarjeta {
    width: 250px;
    height: 425px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.imagen img {
    width: 100%;
}

.contenido {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.empresa {
    padding: 10px;
    font-size: 10px;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}

.descripcion {
    height: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
}

/*carrusel*/
.carousel {
    /*border: 10px solid orange;*/
    height: 100%;
}

.carousel-item {
    /*border: 10px solid green;*/
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: calc(100% / 4);
    white-space: normal;
    box-sizing: border-box;
}

.proyectos-carousel {
    /*border: 10px solid black;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    /*border: 10px solid blue;*/
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i img {
    height: 44px;
    width: 44px;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
    background: #f2f2f2;
}

.wrapper i:first-child {
    left: 10px;
    display: none;
}

.wrapper i:last-child {
    right: 10px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img {
    height: 250px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%
}

.carousel img:first-child {
    margin-left: 0px;
}

/*CONTACTO*/
.contacto-titulo {
    text-align: center;
    margin: 32px 0 22px 0;
}

.contacto-contenedor {
    /*border: 5px solid blue;*/
    padding-top: 40px;
    width: 100%;
    max-width: 1600px;
    height: auto;

}

.contacto {
    /*border: 5px solid blue;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: auto;
}

.contenedor-info-contacto {
    width: auto;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.info-contacto {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: 400px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.info-contacto p {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.info-contacto p img {
    width: 25px;
    margin-right: 10px;
}

form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    padding: 40px;
}

.form-contacto {
    width: 400px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.inputs-contenedor {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 25px 10px;
}

.inputs-contenedor input,
textarea {
    width: 100%;
    height: 40px;
    padding: 15px;
    background-color: #f0f0f0;
    border: none;
    outline: none;
}

.inputs-contenedor textarea {
    height: 180px;
}

.inputs-contenedor textarea::placeholder {
    color: black;
}

.inputs-contenedor input::placeholder {
    color: black;
}

.enviar-contenedor {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
}

.btn-enviar {
    border: none;
    background-color: #012060;
    color: #fff;
    height: 40px;
    width: 80%;

}

/*FOOTER*/
.footer {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**/
#whatsapp-icon {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat-Regular';
}