

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container-global {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Evita overflow horizontal */
html, body {
  overflow-x: hidden;
}

@font-face{
    font-family: 'Univers';
    src: url(/fonts/UniversLTStd-LightCn.otf);
}


h1{
    font-family:'Univers';
}

h2{
    font-family:'Univers';
}

h3{
    font-family:'Univers';
}

h4{
    font-family:'Univers';
}

p{
    font-family:'Univers';
    line-height: 3ch;
}

/* WHATSAPP BOTON*/

.whatsapp {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 20px; 
    border-radius: 35px;
    background-color: rgba(10, 204, 10, 1);
    
}
@media (max-width: 500px) {
    .whatsapp {
        bottom: 30%;
    }
}

.cajita{
    align-content: center;
    color: #fff;
    font-size: 15px;
    font-family: 'Univers';
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
    background-color: rgba(10, 204, 10, 1);
}
.whatsapp_ic{
    background-color: rgba(10, 204, 10, 1);
    border-radius: 5px;
}

/* FOOTER*/

.pie{
    color: azure;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(35, 48, 96);
    height: 250px;
    margin-top: 150px;
}

@media (max-width: 500px) {
    .pie{
        margin: 0;
        padding: 0;
        height: 40vh;
    }
}

/* FORMULARIO*/

.contacto{
    text-align: center; margin: 2px 28px; margin-bottom:50px;
}
.formulario{
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
    font-family: 'Univers';
    margin: 0px 20px;
    padding-right: 30px;
}

.textForm{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    background-color:rgb(35, 48, 96);
    height: 400px;
    margin-bottom: 5px;
    padding-top: 5%;
    padding-bottom: 8%;
    
}
.iconForm{
    padding: 0%;
    width: 450px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}

.iconForm img{
    justify-self: center;
}
.logForm{
    font-family: 'Univers';
    font-size: x-large;
    color: #fff;
    text-decoration: none;
    
}

.formu{
    width: 100%;
    padding-left: 2%;
    font-family: 'Univers';
}

.btn{
    width: 120px;
    margin: 1%;
    font-family: 'Univers';
    background-color:rgb(35, 48, 96);
}

@media (max-width: 500px){

    .contacto{
        margin-bottom: 30px;
    }

    .formulario{
        padding: 0;
        margin: 20px 10px;
    }
    .textForm{
        height: 250px;
        width: 95%;
    }
    .iconForm{
        width: auto;
    }
    .logForm{
        width: auto;
        height:auto;
        font-size: medium;
    }

    .formu{
        display: none;
    }
}

@media (min-width: 500px) and (max-width:900px){
    .formulario{
        margin: 10px;
        padding: 0;
        gap: 2px;
    }
    .textForm{
        height: 100%;
        width: 50%;
        font-size: large;
    }
    .iconForm{
        width: auto;
    }

    .logForm{
        height: 100%;
        width: auto;
        font-size: large;
    }

    .formu{
        width: 50%;
        height: 100%;
    }

    .field{
        font-size: smaller;
        width: auto;
    }

}

.carousel{
    display: flex;
    justify-content: center;
    margin-bottom: 0%;
}
.carousel-iner {
    height: 800px;
    width: 852px;
}

.carousel-item img {
        width: 100%;
        height: auto;
        display: block;
    }


/*----------------------------------------------------------------*/

.break{
    margin: 10px 20px;
    width: auto;
}
.break img{
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 480px) {
    .break{
        display: none;
    }
}

/*------------------------------------------------------------*/
li{
    font-family: 'Univers';
    font-size: larger;
    list-style: none;
    font-weight: bold;
}

@media (max-width: 500px) {
    li{
        font-size: medium;
    }
}

.naveg-socialMedia{
    height: 100%;
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-icon-media{
    width: 40px;
    height: 40px;
}

.navbar-icon-ig{
    width: 45px;
    height: 42px;
}

.navbar{
        height: 110px;
        display: grid;
        grid-template-columns: 3fr 3fr 3fr;
        grid-template-rows: 1.5fr;
}
    
.naveg-brand{
        width: 350px;
        padding-left: 2%;
}
    
.navbar-logo{
        height: 80px;
        width: 250px;
}

.sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100%;
        background: #e7eff4;
        transition: right 0.3s ease-in-out;
        padding-top: 60px;
}

.navbar-nav{
    align-items: center;
}


.sidebar.active {
        right: 0;
}

.close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 30px;
        border: none;
        background: none;
        cursor: pointer;
}

/* EXCLUSIVOS MICRO SITIO*/

.barraMicro{
    margin-top: 50px;
    justify-items: end;
    align-items: flex-start;
}
.wrap{
    padding: 0px 100px 100px 100px;
    display: flex;
    justify-content: flex-end;
    background:  url(/img/ImgDonMoreno/IMAGEN\ PORTADA\ DON\ MORENO.jpg);
    background-size: cover;        /* Ajusta para cubrir el contenedor */
    background-position: center;   /* Centra la imagen */
    background-repeat: no-repeat;  /* Evita repeticiones */
    width: 100%;
    height: 900px;
}

.section3{
    height: auto;
    padding: 6% 0% 3% 0%;
    background-color: #d0d0ce;
}
.textos{
    margin: 10px 20px;
    padding: 0% 2%;
}

.textos p{
    font-size: 3em;
    font-weight: 550;
    text-align: center;
    text-wrap: balance;
}

@media (max-width: 500px) {
    .textos p{
        font-size: 1em;
    }
}

.mainSection{
    margin: 10px 20px;
   
}

.section4{
    height: auto;
    padding: 5% 0% 3% 0%;
    background-color: #fff;
}

.textos ul li{
    font-size: 2.5em;
    line-height: 1.3;
}



.wrap1{
    padding: 0px 100px 100px 100px;
    width: 100%;
    height: 130vh;
    display: flex;
    justify-content: flex-end;
    background:  url(/img/minisitio/IMAGEN\ PORTADA\ DUO-02.jpg);
    background-size: cover;
    background-position: center center;
}

.wrap2{
    padding: 0px 100px 100px 100px;
    display: flex;
    justify-content: flex-end;
    background:  url(/img/ImgAmeghino/IMAGEN\ PORTADA\ AMEGHINO.jpg);
    background-size: cover;        /* Ajusta para cubrir el contenedor */
    background-position: center;   /* Centra la imagen */
    background-repeat: no-repeat;  /* Evita repeticiones */
    width: 100%;
    height: 900px;
}

.section5{
    height: auto;
    padding: 5% 0% 3% 0%;
    background-color: #9bb4c6;
}

.wrap3{
    padding: 0px 100px 100px 100px;
    display: flex;
    justify-content: flex-end;
    background:  url(/img/ImgClark/IMAGEN\ PORTADA\ CLARK.jpg);
    background-size: cover;        /* Ajusta para cubrir el contenedor */
    background-position: center;   /* Centra la imagen */
    background-repeat: no-repeat;  /* Evita repeticiones */
    width: 100%;
    height: 900px;
}

.wrap4{
    padding: 0px 100px 100px 100px;
    display: flex;
    justify-content: flex-end;
    background:  url(/img/ImgVistalba/PORTADA\ DUO\ VISTALBA-02.jpg);
     background-size: cover;        /* Ajusta para cubrir el contenedor */
    background-position: center;   /* Centra la imagen */
    background-repeat: no-repeat;  /* Evita repeticiones */
    width: 100%;
    height: 600px;
}

@media (max-width: 500px) {
    .wrap, .wrap2, .wrap3, .wrap4{
        height: 100%;
    }

    .section4{
        padding: 0%;
    }

    .textos{
        padding: 0%;
        
       
    }

    .textos ul li{
        font-size: 1em;
        line-height: 1;
    }

    .carousel-item {
        padding: 0px;
        margin: 0px;
    }
    .carousel-iner{
        height: 100%;
    }
}



/*----------------------------------------------------*/



/* ============================== */
/*  REGLAS RESPONSIVE ADICIONALES */
/* ============================== */
@media (max-width: 768px) {

    .section, .section1, .section2, .section3, .section4 {
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: 100%;
        gap: 20px;
    }

    .imgContainer1, .imgContainer2, .imgContainer, .hallEntrada, .mainSection img {
        width: 100% !important;
        height: 100% !important;
    }

    .firstDescription1, .firstDescription2 .firstDescription {
        padding: 10px;
        height: 100%;
    }


    .wrap {
        
        flex-direction: column;
        align-items: center;
        height: 100%;
        
    }
   
    .barraMicro {
        align-items: center;
        justify-content: center;
    }
    .naveg-socialMedia{
        width: auto;
        height: 130px;
    }
    .navbar-icon{
        display: none;
    }

    .carousel-item {
        padding: 10px !important;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .formulario {
        flex-direction: column;
        margin: 10px;
        padding: 10px;
    }

    .formu {
        width: 100%;
    }

    .btn {
        width: 100%;
        margin-top: 10px;
    }
}
