@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://use.typekit.net/stk5dxm.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

body,
html {
    background-color: #fafafa;
    height: 100%;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair", serif;
}

p {
    font-family: "poppins", sans-serif;
}


#Clientes {
    background-color: #FFBE3D;
    position: absolute;
}

#Clientes h2 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: bold;
    color: #276443;
}

#Contacto {
    background-image: url(../Imagenes/Footer/camioneta.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#Contacto .modal-content {
    font-family: "poppins", sans-serif;
    background-color: #FFBE3D;
}

#Contacto .modal .modal-header {
    justify-content: center;
    border-bottom-color: #276443;
}

#Contacto .modal .modal-footer {
    justify-content: center;
    border-top-color: #276443;
}

#Contacto .modal .modal-footer .bi-whatsapp {
    font-size: 20px;
}

#derechos {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
}

#Equipo .card {
    /*background-color: rgba(255, 190, 61, 0.60);*/
    border-radius: 35px;
    border: 0px;
    margin-bottom: 1rem;
}

.card-amarilla {
  background-color: rgba(255, 190, 61, 0.60);
  color: black;
}

.card-verde {
  background-color: rgba(39, 100, 67, 0.6);
  color: white;
}
#Equipo .card-body {
    color: black;
    text-align: center;   
}

#Equipo .card-title {
    font-family: "Playfair", serif;
    font-weight: 800;
    font-style: normal;
}

#Equipo img {
    border-radius: 25px;
}

#formSection h3 {
    font-size: 30px;
    font-weight: 900;
}

#Inicio {
    position: relative;
    background-image: url(../Imagenes/Hero/hero_01.webp);
    background-size: cover;
    background-position: center;
    transition: 1s ease-in-out;
}

#Inicio.fade-out {
    opacity: 0;
}

#Inicio h2,
#Inicio h3 {
    font-family: "poppins", sans-serif;
    font-style: normal;
    text-shadow: 2px 2px 10px rgba(53, 53, 53, 0.897);
}

#Inicio h2 {
    font-weight: 700;
    color: #FFBE3D;
}

#Inicio h3 {
    font-weight: 400;
    color: white;
}

#Nosotros {
    background-color: #FFBE3D;
    position: sticky;
}

#Nosotros .row {
    background-color: #262C2C;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

}

#Nosotros h1 {
    font-weight: 600;
    font-style: normal;
    color: #FFBE3D;
}

#Nosotros p {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

#Nosotros .txtNosotrosUno {
    font-weight: 700;
}

#Nosotros .txtNosotrosDos {
    font-weight: 700;
    color: #FFBE3D;
}

#Servicios h2,
#Equipo h2,
#ServiciosEquipo h2 {
    font-weight: 900;
    font-style: normal;
    color: #276443;
}

#Servicios h3 {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
}

#Servicios img .img-fluid {
    border-radius: 40px;
}

#Servicios p {
    font-style: normal;
    text-align: left;
    margin: 0;
}

#ServiciosEquipo .card {
    border-radius: 35px;
    padding: 1rem;
}

#ServiciosEquipo .cardAmarilla {
    background-color: rgb(255, 190, 61);
    margin-bottom: 15px;
}

#ServiciosEquipo .cardVerde {
    background-color: #276443;
    margin-bottom: 15px;
    color: #fafafa;
}

#ServiciosEquipo .iconosCards {
    width: 100px;
    height: 100px;
    margin: 10px;
}

#Servicios .Iconos-Servicios {
    flex-shrink: 0;
}


#ServiciosEquipo p {
    margin-top: 10px;
}

#ServiciosEquipo .Icono-Verde {
    color: rgb(39, 100, 67);
}

#ServiciosEquipo .Icono-Amarillo {
    color: #FFBE3D;    
}

#socialMedia {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

#socialMedia .bi {
    color: #FFF5E0;
}

#sitioEnsayo {
    background-image: url(../Imagenes/ensayo01.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

#ubicacion {
    background-image: url(../Imagenes/Ubicacion/Tandil.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;

}

#ubicacion h3 {
    font-family: "Playfair", serif;
    font-weight: 900;
    font-style: normal;
}

.card {
    width: 22rem;
}

.carousel-img {
    width: 100%;
    height: 100vh;
    /* Toma toda la altura de la ventana */
    object-fit: cover;
    object-position: center;
}

/*background-dots hero control*/
.background-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.background-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.background-dots .dot.active {
    background-color: #000;
}

/*---- Ends background-dots hero control----*/

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnHero {
    width: 70%;
    margin: 10px;
    border: none;
}

.btnAmarillo {
    background-color: rgb(255, 190, 61);
    font-family: "Playfair", serif;
    font-weight: 900;
    font-style: normal;
    color: black;
}

.btnVerde {
    background-color: rgb(39, 100, 67);
    font-family: "Playfair", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-whatsapp {
    background-color: #fff0;
    border: none;
}

.infoUbi h3 {
    color: #FFBE3D;
}

.infoUbi i.bi.bi-geo-alt {
    color: #262C2C;
    text-align: end;
}

/*---Container Comparation---*/
.img-comp-container {
    position: relative;
    height: 809px;
    /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    /*vertical-align:middle;*/
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

/*---End Container Comparation---*/

.nav-item {
    font-family: "Playfair", serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
}

.navbar .container {
    border-radius: 15px;
}

.navbar:hover .container {
    background-color: #FFBE3D;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 10px 25px rgba(31, 31, 31, 0.226);
}

.navbar.expanded {
    background-color: #FFBE3D !important;
}

.nav-logo {
    width: 150px;
}


@media only screen and (max-width: 576px) {

    #EquiposDeDesarrollo {
        position: relative;
        z-index: 2;
        margin-top: 35%;
    }

    #Inicio {
        background-position-x: 70%;
        height: 900px;
    }

    #Inicio .row {
        text-align: center;
    }

    #Inicio h2 {
        font-size: 45px;
    }

    #Servicios h2 {
        font-size: 40px;
    }

    #Servicios p {
        font-weight: 500;
    }

        #Servicios {
        margin-bottom: 25px;
    }

    #ServiciosEquipo .disposicionCards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #ServiciosEquipo svg {
        width: 40%;
        margin: 0 auto;
    }

    #ServiciosEquipo h2 {
margin-bottom: 30px;
    } 

    #Servicios .Iconos-Servicios {
        color: rgb(39, 100, 67);
        fill: none;
        width: 60px;
        height: auto;
        margin-right: 10px;
    }

    #Nosotros {
        height: auto;
    }

    #Nosotros .descripcion {
        width: 100%;
    }

    #Nosotros .imagenes {
        padding: 0px;
    }

    #Contacto {
        height: 100vh;
    }

    #Contacto .btn {
        width: 25%;
        margin: auto;
        border: none;
    }

    img-comparison-slider.rendered {
        height: 680px;
    }

    img-comparison-slider .img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: -405px;
    }

    img.img-fluid.imgAcerdaDe01 {
        position: absolute;
    }

    img.img-fluid.imgAcerdaDe02 {
        position: relative;
        border-radius: 45px;
        width: 95%;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    img.img-fluid.ensayo-top {
        margin-top: 50px;
    }

    img.img-fluid.imgDesarrollo {
        border-radius: 12%;
    }

    .img-fluid.ensayo-bottom {
        position: absolute;
        right: 0%;
        display: flex;
        z-index: 1;
    }



    #socialMedia .bi {
        font-size: 35px;
        margin-right: 20px;
    }

    .calls-to-action {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card {
        width: 22rem;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        background-color: #2b2b2bde;
        padding: 5px;
    }

    .btnHero {
        align-self: center;
    }

    #ubicacion .infoUbi {
        align-self: center;
    }

    .infoUbi h3 {

        font-size: 2rem;
        text-align: center;
    }

    .infoUbi i.bi.bi-geo-alt {
        font-size: 12rem;
    }
}

@media only screen and (min-width: 576px) {

    #EquiposDeDesarrollo {
        position: relative;
        z-index: 2;
        margin-top: 35%;
    }

    #Inicio {
        background-position-x: 70%;
        height: 900px;
    }

    #Inicio .row {
        text-align: center;
    }

    #Inicio h2 {
        font-size: 45px;
    }

    #Servicios h2 {
        font-size: 40px;
    }

    #Servicios p {
        font-weight: 500;
    }

    #ServiciosEquipo .disposicionCards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #ServiciosEquipo svg {
        width: 40%;
        margin: 0 auto;
    }

       #ServiciosEquipo h2 {
margin-bottom: 30px;
    } 
    
        #Servicios {
        margin-bottom: 25px;
    }

    #Servicios .Iconos-Servicios {
        color: rgb(39, 100, 67);
        fill: none;
        width: 60px;
        height: auto;
        margin-right: 10px;
    }

    #Nosotros {
        height: auto;
    }

    #Nosotros .descripcion {
        width: 100%;
    }

    #Nosotros .imagenes {
        padding: 0px;
    }

    #Contacto {
        height: 100vh;
    }

    #Contacto .btn {
        width: 25%;
        margin: auto;
        border: none;
    }

    img-comparison-slider.rendered {
        height: 680px;
    }

    img-comparison-slider .img-fluid {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: -405px;
    }

    img.img-fluid.imgAcerdaDe01 {
        position: absolute;
    }

    img.img-fluid.imgAcerdaDe02 {
        position: relative;
        border-radius: 45px;
        width: 95%;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    img.img-fluid.ensayo-top {
        margin-top: -35px;
    }

    img.img-fluid.imgDesarrollo {
        border-radius: 12%;
    }

    .img-fluid.ensayo-bottom {
        position: absolute;
        right: 0%;
        display: flex;
        z-index: 1;
    }

    #socialMedia .bi {
        font-size: 35px;
        margin-right: 20px;
    }

    .btnHero {
        align-self: center;
    }

    .calls-to-action {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .card {
        width: 22rem;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        background-color: #2b2b2bde;
        padding: 5px;
    }

    #ubicacion .infoUbi {
        align-self: center;
    }

    .infoUbi h3 {

        font-size: 2rem;
        text-align: center;
    }

    .infoUbi i.bi.bi-geo-alt {
        font-size: 12rem;
    }
}

/* --------------------- TABLETS--------------------------  */
@media only screen and (min-width: 768px) {

    #Contacto .escribinos {
        height: 100%;
    }

    #EquiposDeDesarrollo,
    #EquiposComerciales,
    #EquiposProfesionales {
        justify-content: center;
        margin-bottom: 40px;
    }

    #Inicio {
        height: 100% !important;
    }

    #Inicio .row {
        text-align: center;
        justify-content: center;
    }

    #Nosotros .descripcion {
        width: 70%;
    }

    #Nosotros .imagenes {
        padding: 0;
    }

    #derechos .infoDer {
        margin-top: 15px;
    }

    #ServiciosEquipo svg {
        width: 40%;
        margin: 0 auto;
    }

       #ServiciosEquipo h2 {
      margin-bottom: 0px;
    }  

    #Servicios .Iconos-Servicios {
        margin-right: 10px;
    }

    img.img-fluid.imgAcerdaDe02 {
        width: 70%;
        margin-top: 220px;
    }

    img.img-fluid.ensayo-top {
        margin-top: -140px;
    }

    img-comparison-slider.rendered {
        width: 100%;
        height: auto;
    }

    img-comparison-slider .img-fluid {
        width: 100%;
        height: auto;
        object-fit: inherit;
        object-position: inherit;
    }

    .infoUbi h3 {
        font-size: 4rem;
        text-align: right;
    }

    .infoUbi i.bi.bi-geo-alt {
        font-size: 10rem;
    }

    .calls-to-action {
        flex-direction: row;

    }

    .btnHero {
        align-self: initial;
        width: 25%;
    }

}



/* --------------------- Large DESKTOP--------------------------  */
@media only screen and (min-width: 992px) {


    #Clientes {
        padding: 20px;
    }


    #Contacto {
        height: 900px;
        position: relative;
    }

    #derechos {
        position: absolute;
        width: 100%;
        padding: 15px;
        bottom: 0;
        height: 90px;
        align-content: center;
    }

    #derechos .infoDer {
        margin-top: 0px;
    }

    #EquiposDeDesarrollo,
    #EquiposComerciales,
    #EquiposProfesionales {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        justify-content: initial;
        transition: 1.5s ease;
        color: white;
        margin-bottom: 0px;
    }

    #EquiposDeDesarrollo {
        background-image: url(../Imagenes/Servicios/EquiposDeDesarrollo.webp);
        position: relative;
        margin-top: 22%;
        z-index: 2;
    }

    #EquiposComerciales {
        background-image: url(../Imagenes/EquiposComerciales_01.jpeg);

    }

    #EquiposProfesionales {
        background-image: url(../Imagenes/Equipo_01.jpg);

    }

    #EquiposDeDesarrollo:hover,
    #EquiposComerciales:hover,
    #EquiposProfesionales:hover {
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: darken;
    }

    #EquiposDeDesarrollo h2,
    #EquiposComerciales h2,
    #EquiposProfesionales h2 {
        font-size: 50px;
        color: #FFBE3D;
        text-shadow: 2px 2px 10px rgba(53, 53, 53, 0.897);
        transition: 0.5s ease;
    }

    #EquiposDeDesarrollo:hover h2,
    #EquiposComerciales:hover h2,
    #EquiposProfesionales:hover h2 {
        opacity: 0.5;
    }

    #EquiposDeDesarrollo .spann,
    #EquiposComerciales .spann,
    #EquiposProfesionales .spann {
        display: none;
        margin-top: 2rem;
        text-align: left;
    }

    #EquiposDeDesarrollo:hover .spann,
    #EquiposComerciales:hover .spann,
    #EquiposProfesionales:hover .spann {
        display: block;
    }

    #Equipo .card,
    #ServiciosEquipo .card {
        width: 100%;
    }

    #Equipo .card-body {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        bottom: 0;
        position: absolute;
        height: 18vh;
        z-index: 2;
        opacity: 0;
         backdrop-filter: blur(3px);
    }

    .card-body-Amarilla {
        background-color: rgba(255, 190, 61, 0.5);
    }

    .card-body-Verde {
        background-color: rgba(39, 100, 67, 0.5);
    }

    #Equipo .card:hover .card-body {
        transition: 0.5s ease-in;
        opacity: 1;
    }

    #Equipo .card-text {
        font-weight: 500;
    }

    #Inicio .row {
        text-align: left;
        justify-content: initial;
    }

    #Inicio h2 {
        font-size: 40px;
    }

    #Inicio h3 {
        font-size: 30px;
    }

    #Inicio .content {
        width: 50%;
    }

    #Nosotros {
        height: auto;
    }

    #Servicios p {
        font-weight: 600;
    }

    #Servicios .IconosServicios {
        height: 75px;
    }


    #Servicios .ensayo-top,
    #Servicios .ensayo-bottom {
        width: 60%;
    }

    #ubicacion {
        height: 1200px;
    }

    #ubicacion .infoUbi {
        align-self: end;
        margin-right: 10px;
    }

    #socialMedia .bi {
        margin: 15px;
        font-size: 45px;
    }

    #ServiciosEquipo .card {
        height: 350px;
    }

    #ServiciosEquipo .cardAmarilla {
        display: flex;
        justify-content: center;
    }

    #ServiciosEquipo .cardVerde {
        display: flex;
        justify-content: center;
    }

    #ServiciosEquipo .card .card-text {
        display: none;
    }

    #ServiciosEquipo .card:hover .card-text {
        display: block;
    }


    form {
        width: 90%;
        margin: 0 auto;
    }

    #formSection h3 {
        font-size: 40px;
        color: #FFF5E0;
    }

    .dev {
        text-align: end;
    }

    .Iconos-Servicios {
        color: #FFBE3D;
        fill: none;
        width: 100px;
    }

    .imgDesarrollo {
        display: none;
    }

    img.img-fluid.imgAcerdaDe01,
    img.img-fluid.imgAcerdaDe02 {
        width: 80%;
    }

    img.img-fluid.imgAcerdaDe01 {
        position: initial;
        border-radius: 45px;
        margin-top: 50px;
    }

    img.img-fluid.imgAcerdaDe02 {
        position: relative;
        margin-top: -100px;
        margin-bottom: 50px;
    }

    img.img-fluid.ensayo-top {
        margin-top: -9%;
    }

    .img-fluid.ensayo-bottom {
        position: absolute;
        right: 20%;
        z-index: 1;
    }

    .calls-to-action {
        justify-content: initial;
    }

    .btnHero {
        width: 20%;
        height: 2.5rem;
    }

    .sombra {
        box-shadow: 0px -5px 15px 5px #2b2b2b3d;
    }

    .nav-link:hover {
        color: #276443;
        font-size: 22px;
        font-weight: 900;
    }

    #Servicios .Iconos-Servicios {
        color: #FFBE3D;
        fill: none;
        width: 100px;
    }
}


@media only screen and (min-width: 1200px) {

    #Nosotros .descripcion {
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {

    #Servicios span {
        width: 70%;
        margin: 0 auto;
    }

    #Nosotros p {
        font-size: 20px;
    }

    form {
        width: 70%;
    }

    #formSection h3 {
        font-size: 65px;
    }

    .carousel-caption {
        padding-right: 12%;
        padding-left: 12%;
    }
}

@media only screen and (min-width: 1600px) {

    #EquiposDeDesarrollo,
    #EquiposComerciales,
    #EquiposProfesionales {
        height: 70vh;
    }

    #EquiposDeDesarrollo h2,
    #EquiposComerciales h2,
    #EquiposProfesionales h2 {
        font-size: 70px;

    }

    #Equipo .card-body {
        height: 18vh;

    }

    #Servicios h2 {
        font-size: 60px;
        margin-top: 30px;
    }

    #Servicios h3 {
        margin-bottom: 30px;
    }

    #Servicios p {
        font-size: 25px;
    }

    form {
        width: 50%;
    }

    img.img-fluid.imgAcerdaDe02 {
        width: 70%;
    }

        .carousel-caption {
        padding-right: 18%;
        padding-left: 18%;
    }



}