@font-face {
    font-family: "LatoBlack";
    src: url("./fonts/Lato-Black.ttf");
}

@font-face {
    font-family: "LatoBlackItalic";
    src: url("./fonts/Lato-BlackItalic.ttf");
}

@font-face {
    font-family: "LatoBold";
    src: url("./fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: "LatoBoldItalic";
    src: url("./fonts/Lato-BoldItalic.ttf");
}

@font-face {
    font-family: "LatoItalic";
    src: url("./fonts/Lato-Italic.ttf");
}

@font-face {
    font-family: "LatoLight";
    src: url("./fonts/Lato-Light.ttf");
}

@font-face {
    font-family: "LatoLightItalic";
    src: url("./fonts/Lato-LightItalic.ttf");
}

@font-face {
    font-family: "LatoRegular";
    src: url("./fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: "LatoThin";
    src: url("./fonts/Lato-Thin.ttf");
}

@font-face {
    font-family: "LatoThinItalic";
    src: url("./fonts/Lato-ThinItalic.ttf");
}

.hide {
    opacity: 0;
    transition: opacity 0.10s;
}

.show {
    opacity: 1;
    transition: opacity 0.50s;
}


.slider-conteiner {
    width: 100%;
    margin-top: 15%;
    margin-bottom: 15%;
}

.slider-conteiner img {
    width: 100%;
}

.slider-conteiner-mobile {
    width: 100vw;
}

.slider-conteiner-mobile img {
    width: 100vw;
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

.fondo-pagina {

    background-image: url(./svgs/slider.jpg);
    background-attachment: fixed;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    z-index: 1;
    position: relative;
}

/* header */
#header {
    padding: 0;
    margin: 0;
    background-image: url(./svgs/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.headerItemsContainer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    padding-top: 1%;
    align-items: flex-start;
}

.contacto {
    margin-right: 2%;
}

.headerItemsContainer p {
    color: white;
    font-family: "LatoBold";

}

.headerItemsContainer a {
    color: white;
    font-family: "LatoBold";
    cursor: pointer;
    text-decoration: none;

}

.banner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerImg {
    width: 364px;
    height: 223px;
    position: fixed;
    z-index: 1;
}

/* content */

#content {
    height: auto;
}

/* header content */

#contentHeader {
    width: 100%;
    height: auto;
    background-image: url(./svgs/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 1%;
    position: sticky;
    top: 0;
    padding-bottom: 1%;
    z-index: 2;
}

.menuhamburguesa {
    display: flex;
    margin-left: 2%;
    flex-direction: column;

}

.iconosmenuhambur {
    display: flex;
}

.nav-item {
    color: white;
    font-size: 12px;
    font-family: "LatoRegular";
}

.menuiconhambur {
    width: 60%;
}

.contentHeaderContacto {
    display: flex;
    margin-right: 7%;
    gap: 15px;
}

.contentHeaderContacto p {
    color: white;
    font-size: 14px;
    font-family: "LatoRegular";
}

/* grilla  */

#grilla {
    padding-top: 5%;
}

.tituloGrilla {
    margin-left: 7%;
    margin-top: 2%;
    font-size: 22px;
    font-family: "LatoBold";
    color: #262F5F;

}

.grilla {
    background-image: url(./svgs/Mobile/fondomobile.jpg);
    margin-left: 7%;
    margin-right: 7%;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-items: center;
}

.imageservicios {
    height: 147px;
    width: 249px;
}

.ContainerImage {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.ContainerImage img {
    height: 105px;
    width: 114px;
}

.ContainerImage p {
    font-size: 19px;
    font-family: "LatoRegular";
    color: #262F5F;
    padding: 0;
    margin: 0;
}

.serviciomiddle {

    display: flex;
    align-items: flex-end;
    margin-bottom: 10%;
    gap: 15px;
}

.dividerServicioArriba {

    height: 117%;
    background: linear-gradient(to top, #015D73, #028BAB);
    width: 3px;
    margin-top: -50px;
}

.dividerServicioAbajo {
    height: 160%;
    background: linear-gradient(to top, #000000, #003541, #015D73);
    width: 3px;
    margin-top: -50px
}

.containerDividerGrid {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.dividerGridLeft {

    height: 3px;
    width: 31%;
    background: linear-gradient(to right, #000000, #00181D);
}

.dividerGridMiddle {

    height: 3px;
    width: 24%;
    background: linear-gradient(to right, #003541, #015D73);
}

.dividerGridRight {
    height: 3px;
    width: 31%;
    background: linear-gradient(to right, #015D73, #028BAB);
}


#grillamedio {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.containerServicios {
    height: 170px;
    width: 80%;
    background-image: url(./svgs/fondoServicios.jpg);
    background-size: cover;
}

.containerServicios * {
    margin-left: 7%;
}

.containerServiciosTitle {
    color: #262F5F;
    font-family: "LatoBlack";
}

.containerServiciositems {
    font-family: "LatoRegular";
    font-size: 14px;
    color: #262F5F;
    margin-top: -10px;
    margin-left: 11%;
}

.osoGrilla {
    display: flex;
    justify-content: flex-end;
    padding-right: 7%;
    padding-top: 5%;
    background-color: white;
    margin-bottom: 30%;
}

/* quienes somos */

#Somos {
    margin-top: 15%;
    background-image: url(./svgs/Mobile/fondomobile.jpg);
    background-size: contain;
    padding-right: 7%;
    padding-left: 7%;
    padding-bottom: 15%;
    padding-top: 7%;
}

.somosTitle {
    font-size: 22px;
    font-family: "LatoBold";
    color: #262F5F;
    padding-left: 1%;
}

.somostext {
    font-size: 17px;
    font-weight: 500px;
    color: #262F5F;
    font-family: "LatoRegular";
    margin-bottom: 3%;
    padding-left: 1%;
}

.estamos {
    background: linear-gradient(to right, rgba(125, 189, 201, 0.5), rgba(86, 130, 122, 0.5));
    width: 100%;
    height: fit-content;
    margin-top: 5%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}

.estamos p {
    font-family: "LatoBold";
    font-size: 22px;
    color: #262F5F;
    padding-left: 1%;
    margin-top: 1%;
    line-height: 1.7;
}

.mapa {
    align-self: flex-end;
    z-index: -1;
    margin-bottom: -180px;
    margin-right: -30px;
}


/* Form */


#form-enviar-mail {

    display: flex;
    flex-direction: column;
    margin-top: 30%;
    background-image: url(./svgs/Mobile/fondomobile.jpg);
    background-size: cover;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 7%;
}

.inputsForm {
    border: 0;
}

.inputsForm::placeholder {
    padding-left: 2%;
    font-size: 17px;
    font-family: "LatoRegular";
    color: #262F5F;
}

.inputsForm:focus {
    padding-left: 2%;
    font-size: 17px;
    font-family: "LatoRegular";
    color: #262F5F;
    border: 0;
    outline: none;
}

.formDivider {
    height: 4px;
    width: 100%;
    background-image: url(./svgs//input.jpg);
    background-size: cover;
    margin-top: 1%;
    margin-bottom: 3%;
}

.containerTextArea {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;

}

.textareadesctop {
    width: 100%;
    height: 248px;
    background-image: url(./svgs/textarea.jpg);
    background-size: cover;
    border: 0;
    resize: none;
    color: #262F5F;
    font-family: "LatoRegular";
    font-size: 17px;
    text-indent: 2.4%;
}

.textareadesctop::placeholder {
    color: #262F5F;
    font-size: 16px;
}

.Enviar {
    border-top-left-radius: 10px;
    position: absolute;
    font-size: 20px;
    font-family: "LatoBold";
    background-color: white;
    border: 0;
    color: #262F5F;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 5px;
}

.footerForm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2%;
    margin-bottom: 2%;
}

.Gracias {
    margin: 0;
    padding: 0;
    margin-left: 1%;
    font-size: 25px;
    color: #262F5F;
    font-family: "LatoBlack"
}

.Graciastext {
    width: 100vw;
    margin-left: 1%;
    font-size: 20px;
    color: #262F5F;
    font-family: "LatoRegular"
}

.Graciastextmobile {
    font-size: 15px;
    color: #262F5F;
    font-family: "LatoRegular"
}

.footerformlogo {

    width: 132px;
}

/* footer */

#footer {
    width: 100%;
    height: auto;
    background-image: url(./svgs/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.logoFooter {
    height: 43px;
    width: 225px;
    margin-left: 7%;
}

.qrContainer {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.footerContactoContainer {
    display: flex;
    flex-direction: column;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 7%;
}


.FooterContacto {
    display: flex;
    gap: 15px;

}

.FooterContacto p {
    color: white;
    font-size: 16px;
    font-family: "LatoRegular";
    margin-top: 0;
}

.footericon {
    height: 22px;
    width: 14px;
}




/* version mobile */

#headerMobile {
    display: none;
}

#contentHeaderMobile {
    display: none;
}

#contentMobile {
    display: none;
}

#footerMobile {
    display: none;
}

@media (max-width: 900px) {

    /* desaparecer cosas de  la version de escritorio */
    #header {
        display: none;
    }

    #contentHeader {
        display: none;
    }

    #content {
        display: none;
    }

    #footer {
        display: none;
    }

    /* mostrar version mobile */

    /* body,
    html {
        overflow-x: hidden;
    } */

    /* header */
    #headerMobile {
        background-image: url(./svgs/Mobile/fondoMobile.jpg);
        height: 90vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #headerMobile::after {
        background-image: url(./svgs/Mobile/fondoMobile.jpg);
        background-size: cover;
        height: 90vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .menuMobileContainer {
        width: 100%;
        display: flex;
        margin-top: 7%;
        margin-bottom: 7%;
    }

    .menuMobile {
        width: 50px;
        height: 50px;
    }

    .logoRedcoreMobile {
        width: 50%;
        position: fixed;
    }

    /* header sticky */
    #contentHeaderMobile {
        display: block;
        height: auto;
        width: 100%;
        background-image: url(./svgs//Mobile/fondoHeader.jpg);
        background-size: cover;
        justify-content: space-between;
        align-items: center;
        top: 0;
        position: sticky;
        z-index: 5;
    }

    .menulogito {
        width: 200px;
        display: flex;
    }

    .imagenmenumobile {
        width: 30px;
    }

    .botonmenu {
        border: 0 !important;
    }

    .botonmenu:active {
        border: 0 !important;
    }

    .LogoAndMenuContainer {
        width: 100%;
        display: flex;
        gap: 25px;
        flex-direction: row;
        margin-left: 20px;

    }

    .menuMobileheader {
        width: 7%;
    }

    .logoHeadermobile {
        width: 85%;
    }

    .containerInfoMobile {
        display: flex;
        flex-direction: column;
        margin-right: 5%;
    }

    .containerInfoMobile span {
        color: white;
        font-size: 8px;
        font-family: 'LatoRegular';
    }

    .containerInfoMobile a {
        color: white;
        font-size: 8px;
        font-family: 'LatoRegular';
        text-decoration: none;
    }

    /* content */
    .titulosMobiles {

        font-size: 16px;
        font-family: "LatoBold";
        color: #262F5F;

    }

    #contentMobile {
        display: block;
        /* margin-left: 7%;
        margin-right: 7%; */
        background-image: url(./svgs/Mobile/fondomobile.jpg);
        position: relative;
        z-index: 3;
    }

    #grillaMobile {

        display: flex;
        flex-direction: column;
        margin-left: 7%;
        margin-right: 7%;
        margin-bottom: 20%;
    }

    .servicioContainerMobile {
        margin-top: 10%;
        margin-bottom: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;

    }

    .serviciosimg {
        width: 20%;
    }

    .servicioNombreMobile {
        font-family: 'LatoRegular';
        font-size: 14px;
        color: #262F5F;
    }

    .dividerServicios {
        width: 100%;
    }

    .otrosServicios {
        background: linear-gradient(to right, rgba(125, 189, 201, 0.5), rgba(86, 130, 122, 0.7));
        background-size: cover;
        margin-top: 2%;
        font-size: 10px;
        color: #262F5F;
        font-family: 'LatoRegular';
        height: 4vh;
        display: flex;
        align-items: center;
    }

    .otrosServicios span {

        margin-left: 4%;
    }

    /* somos */

    #somosMobile {

        margin-bottom: 40%;
        margin-left: 7%;
        margin-right: 7%;
    }

    .textoMobile {
        font-family: "LatoRegular";
        font-size: 12px;
        color: #262F5F;
        padding-left: 1%;
        margin-top: 5%;
    }

    .textoUruguayMobile {
        font-family: "LatoBold";
        font-size: 12px;
        color: #262F5F;
        padding-left: 1%;
        margin-top: 5%;
    }

    /* contacto */

    .formcontactomobile {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 4%;
        margin-left: 7%;
        margin-right: 7%;
        margin-bottom: 20%;

    }

    .formDividerMobile {
        height: 4px;
        width: 100%;
        background-image: url(./svgs//input.jpg);
        background-size: cover;
        margin-top: 1%;
        margin-bottom: 3%;

    }

    .inputmobile {
        border: 0;
        background-color: rgba(0, 0, 0, 0.0);
    }

    .inputmobile::placeholder {
        padding-left: 3%;
        font-size: 13px;
        font-family: "LatoRegular";
        color: #262F5F;
    }

    .inputmobile:focus {
        outline: none;
    }

    .consulta {
        padding-left: 3%;
        font-size: 13px;
        font-family: "LatoRegular";
        color: #262F5F;
    }

    .textareaMobile {
        height: 13vh;
        width: 100%;
        resize: none;
        background: linear-gradient(to left, rgba(0, 6, 8, 0.5), rgba(0, 53, 65, 0.5), rgba(2, 139, 171, 0.5));
        border: none;
    }

    .enviar {
        width: fit-content;
        margin-top: 3%;
        margin-bottom: 3%;
        font-size: 20px;
        color: #262F5F;
        font-family: "LatoRegular";
        border: 0;
        background: linear-gradient(to left, rgba(0, 6, 8, 0.5), rgba(0, 53, 65, 0.5), rgba(2, 139, 171, 0.5));
    }

    .GraciasTitle {
        padding-left: 2%;
        font-size: 15px;
        font-family: 'LatoBlack';
        color: #262F5F;
    }

    #footerMobile {
        width: 100vw;
        background-image: linear-gradient(to right, #020402, #111D14, #6AB27D, #1795A4);
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        bottom: 0;
    }

    .logoFooterMobile {
        width: 35%;
        align-self: flex-start;
        margin-top: 5%;
        margin-left: 5%;
    }

    .RedesFooterMobile {
        display: flex;
        flex-direction: column;
        margin-right: 10%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .redFooterMobile {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .redFooterMobile p {
        color: white;
        font-size: 12px;
        font-family: "LatoRegular";
    }

    .redFooterMobile a {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 12px;
        font-family: "LatoRegular";
        text-decoration: none;
        margin-bottom: 15px;
        margin-top: 15px;

    }

    #form-enviar-mail {
        display: flex;
        flex-direction: column;
        margin-top: 0%;
        background-color: white;
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 0%;
    }
}