.main_page_header {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.u-header_titles {
    margin-left: 10%;
}

.u-page_title {
    font-size: 138px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.u-page_title_s {
    font-size: 52px;
    color: white;
    text-align: center;
}

.u-page_title_btn {
    width: 100%;
    max-width: 280px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

.u-page_title_btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel_btn {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    right: 0;
    top: 19%;
    cursor: pointer;
}

.carousel_btnoee {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    left: 0;
    top: 19%;
    cursor: pointer;
}
.u-covid {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(10, 41, 17, 0.5);
    font-size: 13px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 15px;
    transition: all 0.5s;
}
@media only screen and (max-width: 600px){
    .u-covid{
        display:none !important;
    }
}


.u-covid:hover {
    background-color: rgba(10, 41, 17, 0.8);
}

.u-covid img {
    margin: 0 10px;
}

.u-scroll_btn {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.u-scroll_btn img {
    width: 90px;
    bottom: 90px;
    border-radius: 50%;
    transition: all 0.5s;
}

.u-scroll_btn img:hover {
    background-color: #58A068;
    width: 100px;
    bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .u-header_titles {
        width: 80%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .u-page_title {
        font-size: 70px;
    }
    .u-page_title_s {
        font-size: 28px;
    }
    .u-page_title_btn {
        font-size: 16px;
    }
    .u-scroll_btn {
        display: none;
    }
}


/* sec2 css code */

.u-home-sec_2 {
    position: relative;
    background-image: url(../img/home_page/section2/section2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.u-carousel_items {
    position: absolute;
    max-width: 530px;
    color: #607C73;
    width: 80%;
    text-align: center;
    opacity: 0;
    transition: all 1s;
}

.u-carousel_title-s {
    font-size: 40px;
    width: 100%;
    padding-top: 110;
}

.u-carousel_title {
    font-size: 40px;
    font-weight: bold;
    width: 100%;
}

.u-carousel_disc {
    font-size: 15px;
    color: black;
    width: 100%;
}

.u-carousel_btn {
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: bold;
    border: solid 1px #607C73;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.5s;
}

.u-carousel_btn:hover {
    background-color: rgba(96, 124, 115, 0.5)
}

.u-carousel_btn-p,
.u-carousel_btn-n {
    position: absolute;
    top: 50%;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    transition: all 0.5s;
}

.u-carousel_btn-p {
    left: 5%
}

.u-carousel_btn-n {
    right: 5%;
}

.u-carousel_btn-p:hover,
.u-carousel_btn-n:hover {
    background-color: rgba(96, 124, 115, 0.5);
}

@media only screen and (max-width: 1024px) {
    .u-carousel_items {
        margin-top: -50%;
    }
    .u-carousel_title-s {
        font-size: 25px;
    }
    .u-carousel_title {
        font-size: 45px;
    }
    .u-carousel_disc {
        font-size: 15px;
    }
    .u-carousel_btn {
        font-size: 16px;
    }
    .u-carousel_btn-p,
    .u-carousel_btn-n {
        width: 50px;
        height: 50px;
    }
    .u-carousel_btn-p img,
    .u-carousel_btn-n img {
        width: 30px;
        height: 30px;
    }
}


/* sec2 css code */


/* sec3 css code */

.u-home-sec_3 {
    width: 100%;
    padding: 100px 0%;
    background-color: #fafafa;
}

.u-home-sec_3-discs {
    width: 40%;
}

.u-home-sec_3-title {
    font-size: 30px;
    color: #607C73;
}

.u-home-sec_3-btn {
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    font-weight: bold;
    background-color: #80A6AC;
    border: solid 1px #80A6AC;
    margin: 40px 0;
    cursor: pointer;
    transition: all 0.5s;
    color: white;
}

.u-home-sec_3-btn:hover {
    background-color: rgba(96, 124, 115, 0.5)
}

.u-home-sec_3 img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .u-home-sec_3-discs {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
    .u-home-sec_3-btn {
        font-size: 16px;
    }
}


/* sec3 css code */


/* sec4 css code */

.u-home-sec_4 {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
}

.u-home-3carousel-header {
    padding: 200px 0% 200px 25%;
    background-image: url(../img/home_page/section4/header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.u-home-3carousel-body {
    position: relative;
    margin-top: -150px;
}

.u-home-3carousel-btns {
    width: 25%;
}

.u-home-3carousel-slides {
    width: 75%;
    display: none;
}

.u-home-3carousel-items {
    width: 33.3%;
    background-color: white;
    border-bottom: 5px solid #D8DDE3;
    min-height: 500px;
    position: relative;
}

.u-home-3carousel-items>img {
    width: 100%;
}

.u-home-3carousel-items-title {
    font-size: 22px;
    padding: 5px;
    color: #607C73;
}

.u-home-3carousel-items-desc {
    font-size: 14px;
    padding: 6px;
    color: #8E8E8E;
}

.u-home-3carousel-items-btn {
  /*  position: absolute;*/
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    color: #4E5F81;
    margin: 10px;
}

.u-home-3carousel-btns .u-home-3carousel-items-btn {
    position: initial;
}

@media only screen and (max-width: 1024px) {
    .u-home-3carousel-header {
        padding: 150px 0% 150px 0%;
        text-align: center;
        font-size: 35px;
    }
    .u-home-3carousel-body {
        margin-top: -100px;
    }
}


/* sec4 css code */


/* sec5 css code */

.u-home-sec_5 {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
}

.u-home-3carousel-header-sec_5 {
    padding: 200px 0% 200px 25%;
    background-image: url(../img/home_page/section5/header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.u-home-3carousel-slides-sec5 {
    width: 75%;
    display: none;
}

.u-home-3carousel-responsive {
    width: 80%;
    max-width: 350px;
    display: none;
}

.u-home-3carousel-responsive-sec5 {
    width: 80%;
    max-width: 350px;
    display: none;
}

.u-home-3carousel-bottom-btn-res {
    position: absolute;
    padding: 0px 15px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: #80A6AC;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    z-index: 1;
    bottom: -60px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .u-home-3carousel-header-sec_5 {
        padding: 150px 0% 150px 0%;
        text-align: center;
        font-size: 40px;
    }
}


/* sec5 css code */


/* sec6 css code */

.u-home-sec_6 {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
}

.u-home-3carousel-header-sec_6 {
    padding: 200px 0% 200px 25%;
    background-image: url(../img/home_page/section6/header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.u-home-3carousel-slides-sec6 {
    width: 75%;
    display: none;
}

.u-home-3carousel-responsive-sec6 {
    width: 80%;
    max-width: 350px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .u-home-3carousel-header-sec_6 {
        padding: 150px 0% 150px 0%;
        text-align: center;
        font-size: 50px;
    }
    .u-navbar-items-active {
        height: 40vh !important;
    }
}


/* sec6 css code */


/* sec7 css code */

.u-home-sec_7 {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
}

.u-home-sec_7 .u-home-3carousel-items-title,
.u-home-sec_7 .u-home-3carousel-items-desc {
    text-align: center;
}

.u-home-3carousel-header-sec_7 {
    padding: 200px 0% 200px 25%;
    background-image: url(../img/home_page/section7/header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.u-home-3carousel-slides-sec7 {
    width: 75%;
    display: none;
}

.u-home-3carousel-responsive-sec7 {
    width: 80%;
    max-width: 350px;
    display: none;
}

.u-home-3carousel-avatar>img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    padding: 35px 0;
}

@media only screen and (max-width: 1024px) {
    .u-home-3carousel-header-sec_7 {
        padding: 150px 0% 150px 0%;
        text-align: center;
        font-size: 50px;
    }
}


/* sec7 css code */


/* contacts section css code */

.u-contact {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
}

.u-contact-disc {
    display: flex;
    position: relative;
    width: 60%;
    padding: 150px 5%;
    background-image: url(../img/home_page/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    flex-direction: column;
    justify-items: center;
    align-items: end;
}

.u-contact-form {
    width: 40%;
    padding: 50px 5%;
    background-color: white;
}

.u-contact-disc-back-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.u-contact-disc-title {
    position: relative;
    font-size: 40px;
    color: white;
    z-index: 1;
}

.u-contact-disc-title span {
    font-weight: bold;
}

.u-contact-disc-disc {
    position: relative;
    font-size: 15px;
    color: white;
    max-width: 425px;
    margin-top: 30px;
    z-index: 1;
}

.u-contact-form-title {
    font-size: 40px;
    color: #607C73;
}

.u-contact-form-line {
    height: 1px;
    width: 100%;
    background-color: #C4C7CB;
    margin-top: 20px;
}

.u-contact-form-input {
    margin-top: 15px;
    width: 48%;
}

.u-contact-form-textarea {
    margin-top: 15px;
    width: 100%;
}

.u-contact-form-input div {
    font-size: 14px;
}

.u-contact-form-input input {
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #D4D8DD;
    margin-top: 5px;
    padding: 5px 10px;
}

.u-contact-form-input textarea {
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
    border: solid 1px #D4D8DD;
    margin-top: 5px;
    padding: 5px 10px;
}

.u-contact-form-input input:focus-visible {
    outline: none;
}

.u-contact-form-input textarea:focus-visible {
    outline: none;
}

.u-contact-form-quote {
    margin-top: 15px;
}

.u-contact-form-quote div {
    font-size: 14px;
}

.u-contact-form-quote a {
    color: #D38A00;
    text-decoration: underline;
}

.u-contact-form-sub-btn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #80A6AC;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

@media only screen and (max-width: 1024px) {
    .u-contact-disc {
        width: 100%;
    }
    .u-contact-form {
        width: 100%;
    }
    .u-contact-form-input {
        width: 100%;
    }
}


/* contacts section css code */


/* messege view */

.u-messege {
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 270px;
    height: 160px;
    background-color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.u-m-header-btn {
    position: absolute;
    top: -30px;
    left: 90px;
    width: 90px;
    height: 90px;
    border: solid 3px #fff;
    border-radius: 50%;
    background-color: #327240;
    cursor: pointer;
    transition: all 0.5s;
}

.u-m-header-btn:hover {
    background-color: #58A068;
}

.u-m-header {
    width: 100%;
    height: 50px;
    background-color: #58A068;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.u-m-body {
    width: 100%;
}

.u-m-b-items {
    width: 80%;
    margin: 20px 5%;
    padding: 5%;
    background-color: #ECF0F0;
    border-radius: 10px;
    font-family: lato;
    font-size: 14px;
    color: black;
}

@media only screen and (max-width: 1024px) {
    .u-messege {
        width: 80px;
        height: 120px;
        background-color: rgba(255, 255, 255, 0);
        z-index: 1;
    }
    .u-m-header-btn {
        left: -10px;
        width: 80px;
        height: 80px;
        top: 10px;
    }
    .u-m-header {
        display: none;
    }
    .u-m-body {
        display: none;
    }
    .u-navbar {
        top: 50px;
    }
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: grey;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.contenedor 
{
position: absolute;
float: left;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

}
.u-alert-size{
    margin-top: 15%;
    margin-left: 25%;
}
@media only screen and (max-width: 600px) 
{
    .contenedor {
        position: absolute;
        float: left;
        left: 0%;
        top: 40%;
        transform: translate(0%, -40%);
    }
    .u-alert-size-mobile{
        margin-top: 50%;
        margin-left: 10%;
    }
}
.u-border-red {
    border-color: red!important;
    color: red!important;
}
.u-alert {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 900;
}

.u-alert-main {
    height: 300px;
    width: 80%;
    max-width: 600px;
    background-color: white;
    border-radius: 20px;
}

.u-alert-main-title {
    font-size: 25px;
    text-align: center;
    padding: 20px;
    color: grey;
}

.comboSelector{
    color: inherit;
    font: inherit;
    margin: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-alert-main-btn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #118081;
    color: white;
    cursor: pointer;
}
.u-home-3carousel-bottom-btn a,
.u-home-3carousel-bottom-btn-res a,
.u-home-sec_3-btn a{color:white!important}

/* Estilos para cubrir toda la pantalla */
#loading-box {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6); /* Fondo semitransparente */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 9999; /* Asegura que esté encima de todo */
text-align: center;
color: #fff;
font-family: Arial, sans-serif;
}

/* Spinner animado */
.spinner {
width: 50px;
height: 50px;
border: 5px solid rgba(255, 255, 255, 0.3); /* Color del borde apagado */
border-top: 5px solid #007bff; /* Color del borde superior */
border-radius: 50%;
animation: spin 1s linear infinite;
margin-bottom: 15px;
}

/* Animación del spinner */
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}



@media (max-width: 768px){
    #vendedoras{margin-top:60px}
}

@media only screen and (min-width: 1024px){
    .u-carousel_items {top: 0px}
    #u-home-sec_2 {min-height: 80vh}
}
.covid{
    display:none;

}
@media only screen and (max-width: 600px) {
.covid{
    display:block;
    background-color:#327240 !important;
    width: 100%;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
} 
}


*{
    margin:0;
    padding:0;
  }
  
  .homePrincipal {
    display: grid;
    width: 100vw;
    height: 95vh;
    grid-template-columns: 1fr 1fr;
}

.bloqueFunes,
.bloqueSuper {
    display: grid;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bloqueFunes {
    background-image: url('https://jardinesdelapaz.com/assets/img/home/DISEÑO-PARA-WEB-1.jpg');
    background-position: right;
}

.bloqueSuper {
    background-image: url('https://jardinesdelapaz.com/assets/img/home/DISEÑO-PARA-WEB-2.jpg');
    background-position: left;
}

/* Diseño responsivo para móviles */
@media (max-width: 768px) {
    .homePrincipal {
        grid-template-columns: 1fr;
        grid-template-rows: 50vh 50vh;
        height: 100vh;
    }

    .bloqueFunes {
        background-position: center;

    }

    .bloqueSuper {
        background-position: center;

    }
}

