        @font-face {
            font-family: 'HelveticaNeueLTStd-Bd';
            src: url('../Fonts/HelveticaNeueLTStd-Bd.otf') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'HelveticaNeueLTStd-Blk';
            src: url('../Fonts/HelveticaNeueLTStd-Blk.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'HelveticaNeueLTStd-Hv';
            src: url('../Fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'HelveticaNeueLTStd-HvCn';
            src: url('../Fonts/HelveticaNeueLTStd-HvCn.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'HelveticaNeueLTStd-Lt';
            src: url('../Fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'HelveticaNeueLTStd-Md';
            src: url('../Fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }

        .container{
            padding-left: 1rem;
            padding-right: 1rem;
        }

        p{
           font-family: 'HelveticaNeueLTStd-Lt' !important;
           color: #808088 !important;
           font-size: 16px;
        }

        @media only screen and (max-width: 600px) {
            p {
                font-size: 16px;
            }
        }

        h2{
            font-family: 'HelveticaNeueLTStd-Hv', sans-serif !important;
            color: #487629 !important;
        }
        h5{
            font-family: 'HelveticaNeueLTStd-Hv', sans-serif !important;
        }

        h6{
            font-family: 'HelveticaNeueLTStd-Lt' !important;
        }

        h4{
            font-family: 'HelveticaNeueLTStd-Lt' !important;
        }

        .location-text{
            font-size: 27px;
        }

        .instagram-text{
            font-size: 30px;
        }

        .service-text{
            color: #808088;
            font-size: 16px;
            text-align: left;
            margin-left: 15px;
        }


        #servicios{
            max-width: 800px;
            margin: 0 auto;
        }

        #entorno{
            max-width: 800px;
            margin: 0 auto;
        }

        .spacing-ent{
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .line-container {
            display: flex;
            justify-content: center;
        }
        
        .green-line {
            width: 40px;
            height: 4px;
            background-color: #487629;
        }
        
        @media only screen and (max-width: 768px) {
            .green-line {
                margin-bottom: 8px;
            }
        }
        
        @media only screen and (max-width: 768px) {
            #entorno .col-6 {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        
        @media only screen and (max-width: 768px) {
            #entorno .no-py-mobile {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
        }

        


        #localizacion{
            padding-top: 70px;
            max-width: 450px;
            margin: 0 auto;
        }
        
        /* Para pantallas más pequeñas, como dispositivos móviles */
        @media only screen and (max-width: 768px) {
            #localizacion {
                padding-top: 0px; /* O ajusta el valor según lo que necesites */
            }
        }

        .section-heading{
            max-width: 525px;
            margin: 0 auto;
        }

        .instagram-section{
            padding-bottom: 80px;
            padding-top: 70px;
        }

        .hero-image {
            background-image: url('../images/Home/Urbania EPDS-4.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            position: relative;
        }

        .hero-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 0;
        }
        
        .background-agents {
            background-image: url('../images/Home/RENDER TERRAZA.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            position: relative;
            margin-bottom: 20px;
        }

        .proyect-image{
            background-image: url('../images/Home/PARC\ DE\ LA\ SINIA.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            position: relative;
            margin-bottom: 20px;
        }

        .proyect-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 0;
        }
        
        


        .hero-image2 {
            position: relative;
            width: 100%;
            height: 900px;
            overflow: hidden;
        }
    
        .hero-image2 video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    /*Estilos boton play*/
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 104px;
            color: white;
            cursor: pointer;
            z-index: 2;
        }
        

        .download-catalog {
            position: absolute;
            top: 120px;
            right: 10px;
            z-index: 2;
        }


        .download-catalog a {
            display: block;
            font-size: 12px;
        }

        .catalogo-fuente{
            font-family: HelveticaNeueLTStd-Md;
        }

        .blog-image{
            background-image: url('../images/Home/Salon-Opc.-1-AC4-Habitat-Montana-1024x497.jpg');
            background-size: cover;
            background-position: center;
            height: 100vh;
            position: relative;
        }

        .blog-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 0;
        }
    
        /*Estilos menu*/
        .background-section {
            position: relative;
            width: 100%;
            height: 30vh;
            background: rgba(72, 118, 41, 0.7);
            background-size: cover;
        }

        .navbar-brand img {
            width: 90px;
          }

          @media screen and (min-width: 768px) {
            .navbar-brand img {
              width: 100px;
            }
            .navbar-brand {
              margin-right: 0;
              padding: 0 1em;
            }
          }

          @media only screen and (max-width: 992px) {
            .navbar-nav {
                align-items: center;
              }
          }

        .catalog-button {
            position: absolute;
            top: 150px;
            right: 20px;
            z-index: 2;
        }

        .catalog-button img {
            height: 80px;
        }

        .navbar-nav .nav-link:hover {
        text-decoration: underline;
        text-decoration-thickness: 0.2em;
        text-underline-offset: 0.6em; 
        color: white;
    }

    /* Estilos navbar-Toggler */
    .navbar-toggler{
        width: 100px;
        height: auto;
        font-size: 30px;
      }

      .custom-toggler {
        border: none;
        background-color: none;
        outline: none;
    }
    

   
   

     /* Estilos Carousel */
    .max-width-50 {
        max-width: 55%;
    }

    .carousel-item .col-3 {
        padding: 0 15px;
    }



        /* Custom styles */
        .razon {
            width: 100%;
            position: relative;
            overflow: hidden;
            display: block;
        }

        .razon:before {
            content: "";
            display: block;
            width: 100%;
            padding-top: 80%;
        }

        .razon_imagen {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .razon_explicacion {
            position: absolute;
            top: 10px;
            left: 10px;
            color: white;
            text-align: left;
            font-size: 6vw; /* Ajusta el tamaño según tus necesidades */
            font-weight: bold;
            line-height: 1em;
            margin-bottom:0;
        }

       

        .razon:hover .razon_explicacion {
            opacity: 1;
        }

        .capa {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            mix-blend-mode: multiply;
            opacity: 0;
        }

        .capa_negra {
            background: black;
        }

        .razon:hover .capa {
            opacity: 0.75;
        }

        .section-title {
            font-family: HelveticaNeueLTStd-Hv;
            text-align: center;
            margin: 40px 0;
            color: #41631C;
            position: relative;
        }

        .section-title::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 4px;
            background-color: #41631C;
            border-radius: 20px;
        }

        /* Estilos carousel acabados */

        .carousel-two .item img {
            height: 350px; /* Ajusta esta altura según tus necesidades */
            object-fit: cover;
            width: 100%;
        }

        .owl-theme  .owl-nav {
            display: flex;
            justify-content: space-between;
        }

        .service-item {
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
        }



        .icon-container img {
            max-height: 80px;
        }
    
        .icon-container2 img {
            max-height: 60px;
        }

        #firstCarousel,#secondCarousel{
            margin-bottom: 150px;
        }

        .owl-prev,
        .owl-next {
            width: 80px;
            height: 80px;
            top: auto;
            bottom: -80px;
        }

        .owl-theme .owl-nav [class*=owl-]:hover{
            background: none;
        }

        .carousel-inner .col-3 {
            padding: 0 5px;
        }

        #servicios{
            padding-top: 50px;
        }

        .bg-image {
            background-image: url('../images/Home/bg_icons.jpg');
            background-size: cover;
            background-position: center;
            width: 100%;
            min-height: 100%;
        }

        .blocks__map__image {
            width: 100%;
            height: auto;
            padding-top: 50px;
        }

        .instagram-icon {
            font-size: 50px;
            color: #3f729b;
        }
        .grid-container {
            display: flex;
            justify-content: center;
        }

        .grid-image {
            max-width: 45%;
            height: auto;
        }



        .bg-green {
            background-color: rgba(72, 118, 41, 0.7);
        }
        .bg-dark-green {
            background-color: #487629;
        }

        .form-control-custom {
            background-color: rgba(255, 255, 255, 0.3) !important;
            border: none !important;
            color: white !important;
            border-radius: 30px !important;
            padding: 16px 12px !important;
            height: auto !important;
        }
        .form-control-custom::placeholder {
            color: white !important;
        }

        .container-fluid{
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .custom-container {
            max-width: 1700px !important;
        }

        .custom-heading {
            margin-left: 10px;
            text-align: center;
        }

        .btn-custom {
            background-color: #487629;
            width: 100px !important;
        }
        .btn-custom:hover {
            background-color: #3a4d33;
        }

        .text-container {
            max-width: 50%;
        }

        @media (max-width: 768px) {
            .text-container {
              max-width: 100%;
            }
          }


        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .footer-content p, .footer-content a {
            margin: 0;
        }

        .footer-content a:hover {
            text-decoration: underline;
        }


        .custom-element {
            padding-bottom: 20px;
        }

        .custom-divider {
            width: 100%;
            margin: 10px auto;
            border-top: 2px solid #4CAF50;
        }
        .custom-paragraph {
            color: #757575;
            text-align: center;
            font-size: 15px;
        }
        .icon-text {
            display: flex;
            align-items: center;
        }

        .custom-icon2 img {
            width: 80px;
            height: auto;
        }


        /* Estilos Modal */

        .modal-content-custom {
            padding: 20px;
        }
        
        .modal-title {
            font-size: 1.5rem;
            color: #41631c;
        }
            
        .btn-custom:hover {
            background-color: #6b8e23;
        }
        
        
        .modal-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-bottom: none; /* Quitar línea inferior */
            position: relative;
        }
        
        .btn-close-custom {
            position: absolute;
            top: -20px;
            right: 0px;
            background: none;
            border: none;
            font-size: 55px;
            color: #556B2F;
            cursor: pointer;
        }
        
        .form-control-modal {
            background-color: rgba(65, 99, 28, 0.3);
            border: none;
            border-radius: 30px; /* Bordes redondeados */
            padding: 15px 20px;
            font-size: 1rem;
            color: rgba(72, 118, 41);;
        }

        .form-control-modal::placeholder {
            color: rgba(72, 118, 41);
            opacity: 1;
        }

        /* Header Section */
        header {
            background-color: #f8f8f8;
            padding: 20px 0;
            border-bottom: 1px solid #ddd;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .navbar ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 40px;
        }

        @media (max-width: 992px) { /* Ajusta el tamaño según necesites */
            .navbar ul {
                background-color: rgba(72, 118, 41, 0.5);
                padding:50px;
            }
        }
        
        
        .navbar a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
        }
        
        .logo h1 {
            font-size: 1.5rem;
            color: #556B2F;
            text-transform: uppercase;
        }
        
        .catalog-download a {
            text-decoration: none;
            color: #fff;
            background-color: #556B2F;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
        }
        
        /* Main Image Section */
        .main-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Blog Content Section */
        .blog-content {
            width: 80%;
            margin: 40px auto;
            padding: 0 20px;
        }

       
        
        .blog-post h2 {
            font-size: 2rem;
            color: #556B2F;
            margin-bottom: 10px;
        }
        
        .blog-post p {
            color: #333;
            margin-bottom: 20px;
        }
        
        .blog-post img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .text-background {
            background-color: #F5F5F5;
            padding: 20px;
        }
        /* --------------------------*/
        /* Social Media Links */
        .social-media {
            text-align: left;
            margin-bottom: 20px;
            max-width: 80%;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .social-icon img {
            width: 25px;
            height: 25px;
            margin: 0 5px;
        }

        .divider {
            border-top: 2px solid #41631c;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Navigation Links blogs */
        .post-navigation {
            display: flex;
            justify-content: space-between;
            max-width: 80%;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .post-nav-link {
            text-decoration: none;
            color: #487629;
            font-weight: bold;
            border-radius: 5px;
        }

        /* ------------------------- */

        /* Estilos Tipologia */
        .container-tipologias {
            max-width: 55%;
            margin: auto;
        }

        @media (max-width: 576px) { /* Ajusta el tamaño según necesites */
            .container-tipologias {
                max-width: 100%;
            }
        }

        .btn-consultar {
            background-color: #487629;
            color: white;
            border: none;
            border-radius: 50px;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            cursor: pointer;
        }

        @media (max-width: 950px) { /* Ajusta el tamaño según necesites */
            .btn-consultar {
                border-radius: 14px;
            }
        }

        .thead-dark th {
            background-color: #5B5B5F;
            color: white;
        }

        .table {
            border: none;
        }

        .btn-memoria {
            font-family: HelveticaNeueLTStd-Md;
            color: #487629;
            border: 1px solid #487629;
            background-color: transparent;
            padding: 12px 24px;
            border-radius: 0px;
            font-size: 16px;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            display: inline-block;
        }



        .icon-circle {
            display: flex;
            align-items: center;
            justify-content: right;
            margin: 0 auto 10px;
        }


        .icon-circle img {
            max-width: 70px;
        }
        

        .icon-text {
            color: #555;
        }


        /* Estilos Blogs*/
        .btn-blog {
            font-family: HelveticaNeueLTStd-Md;
            color: #487629;
            border: 1px solid #487629;
            background-color: transparent;
            padding: 3px 40px;
            border-radius: 0px;
            font-size: 16px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
        }

        .card-body.custom-bg {
            background-color: #F5F5F5;
        }


        .img-fluid-custom{
            width: 90px;
            height: 90px;
        }

        /* Estilos Blogs*/
        .background-section-agent {
            position: relative;
            width: 100%;
            height: 100vh;
            background: url('../images/Home/agencias-1024x472.jpg') no-repeat center center;
            background-size: cover;
        }

        .background-section-agent::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 0;
        }

        .small-container {
            max-width: 50%;
            margin: auto;
        }

        @media (max-width: 576px) { /* Ajusta el tamaño según necesites */
            .small-container {
                max-width: 90%;
            }
        }


        .section-header {
            font-weight: bold;
            font-size: 1.2rem;
        }
        .icon {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        .list-group-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem;
            border: 1px solid #ddd;
        }
        .list-group-item:hover {
            background-color: #f8f9fa;
        }

        /*Estilos conexiones img*/
        .size-conect{
            max-width: 60%;
            margin-bottom: 90px;
        }  

        @media (max-width: 576px) {
            .size-conect{
                max-width: 98%;
            }
        }

        /*Estilos conexiones img*/
        .size-razones{
            max-width: 55%;
            
        }  

        .image-razones {
            text-align: center;
            padding: 100px;
        }
        @media (max-width: 576px) {
            .size-razones{
                max-width: 100%;
            }
            .image-razones {
                text-align: center;
                padding:60px;
            }
        }

        .icon-custom{
            width: 50px;
            height: 50px;
        }
        
        #source2 option {
             color: black;
        }
        
        @media (max-width: 850px) {
            .row {
                margin-right: 0 !important;
                }
        }
        
        #btn-back-to-top {
          position: fixed;
          bottom: 20px;
          right: 20px;
          display: none;
          z-index:999;
        }
        
        .whatsapp-icon {
        position: fixed;
        bottom: 80px; /* Ajusta esta altura según la posición del botón de "volver arriba" */
        right: 20px;
        background-color: #25D366;
        color: white;
        border-radius: 50px;
        padding: 13px;
        font-size: 10px;
        z-index: 1000;
        text-align: center;
        }
    
    .whatsapp-icon i {
        font-size: 30px;
    }
    
    .whatsapp-icon:hover {
        color: white;
        background-color: #487629;
        text-decoration: none;
    }
    
   .grecaptcha-badge {
    width: 70px !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}



#firstname-213a685f-78b6-4c3a-a220-322b9d3391ac,
#lastname-213a685f-78b6-4c3a-a220-322b9d3391ac {
  float: left;
  width: 90%;
  margin: 1%;
}

#firstname-213a685f-78b6-4c3a-a220-322b9d3391ac
{
  float: left;
  width: 90%;
  margin: 1%;
}

#lastname-213a685f-78b6-4c3a-a220-322b9d3391ac {
  float: left;
  width: 90%;
  margin: 1%;
}


#label-firstname-213a685f-78b6-4c3a-a220-322b9d3391ac {
  display: none;
}

#label-lastname-213a685f-78b6-4c3a-a220-322b9d3391ac {
  display: none;
}

#email-213a685f-78b6-4c3a-a220-322b9d3391ac {
  float: left;
  width: 90%;
  margin: 1%;
}

#label-email-213a685f-78b6-4c3a-a220-322b9d3391ac  {
  display: none;
}

#label-phone-213a685f-78b6-4c3a-a220-322b9d3391ac {
  display: none;
}

#phone-213a685f-78b6-4c3a-a220-322b9d3391ac {
  float: left;
  width: 90%;
  margin: 1%;
}

#message-213a685f-78b6-4c3a-a220-322b9d3391ac {
   margin: 1%; 
   width: 90%;
}

#label-message-213a685f-78b6-4c3a-a220-322b9d3391ac {
    display: none;
    
}

#where_did_you_hear_about_us_-213a685f-78b6-4c3a-a220-322b9d3391ac {
    width: 90%;
    margin: 1%;
}


#label-where_did_you_hear_about_us_-213a685f-78b6-4c3a-a220-322b9d3391ac {
    display: none;
}


.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: contents !important;
}

ul.inputs-list {
    list-style-type: none;
}

[type="checkbox"] {
margin-top: 6px !important;
margin-right: 10px !important;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac ul.inputs-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px 1%;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac [type="checkbox"] {
    margin-top: 6px !important;
    margin-right: 10px !important;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #fff;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="text"],
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="tel"],
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="email"] {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px;
    border-radius: 30px;
    padding: .8rem 1rem;
}


#message-213a685f-78b6-4c3a-a220-322b9d3391ac  {
    background: rgba(255, 255, 255, 0.3);
    border: 0px;
border-radius: 30px;
padding: .8rem 1rem;
}

#where_did_you_hear_about_us_-213a685f-78b6-4c3a-a220-322b9d3391ac  {
    background: rgba(255, 255, 255, 0.3);
    border: 0px;
border-radius: 30px;
    color: #fff;
    padding: .8rem 1rem;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="submit"] {
    background: rgba(72, 118, 41, 0.7);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: .5rem 1rem;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="text"]::placeholder,
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="tel"]::placeholder,
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac input[type="email"]::placeholder,
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac textarea::placeholder {
    color: white;
}


#where_did_you_hear_about_us_-213a685f-78b6-4c3a-a220-322b9d3391ac option {
  background-color: white; /* Cambia el color de fondo de las opciones */
  color: black;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac a {
    color: white;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-input {
    color: white !important;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-button {
    color: white;
    background-color: transparent;
    text-align: center;
    width: 30%;
    margin-top: 2%;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-form-booleancheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 3px solid white;
    outline: none;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-form-booleancheckbox input[type="checkbox"]:checked {
    background-color: white;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-button:hover,
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-button:active,
#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-button:focus {
    background-color: #6b8e23 !important;
    color: white !important;
}


#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-error-msg {
    color: white !important;
    font-weight: bold;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-form-required {
    color: white;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-form-booleancheckbox {
    margin-top: 20px;
    font-size: 90%;
}

#hsForm_213a685f-78b6-4c3a-a220-322b9d3391ac .hs-richtext p{
    color:white !important;
    font-size:12px;
    padding: 10px;
    letter-spacing: 0.6px;

}


#firstname-01017272-32f3-453f-95f5-6e164bf1c743,
#lastname-01017272-32f3-453f-95f5-6e164bf1c743 {
  float: left;
  width: 90%;
  margin: 1%;
}

#firstname-01017272-32f3-453f-95f5-6e164bf1c743
{
  float: left;
  width: 90%;
  margin: 1%;
}

#lastname-01017272-32f3-453f-95f5-6e164bf1c743 {
  float: left;
  width: 90%;
  margin: 1%;
}


#label-firstname-01017272-32f3-453f-95f5-6e164bf1c743 {
  display: none;
}

#label-lastname-01017272-32f3-453f-95f5-6e164bf1c743 {
  display: none;
}

#email-01017272-32f3-453f-95f5-6e164bf1c743 {
  float: left;
  width: 90%;
  margin: 1%;
}

#label-email-01017272-32f3-453f-95f5-6e164bf1c743  {
  display: none;
}

#label-phone-01017272-32f3-453f-95f5-6e164bf1c743 {
  display: none;
}

#phone-01017272-32f3-453f-95f5-6e164bf1c743 {
  float: left;
  width: 90%;
  margin: 1%;
}

#message-01017272-32f3-453f-95f5-6e164bf1c743 {
   margin: 1%; 
   width: 90%;
}

#label-message-01017272-32f3-453f-95f5-6e164bf1c743 {
    display: none;
    
}

#where_did_you_hear_about_us_-01017272-32f3-453f-95f5-6e164bf1c743 {
    width: 90%;
    margin: 1%;
}


#label-where_did_you_hear_about_us_-01017272-32f3-453f-95f5-6e164bf1c743 {
    display: none;
}


.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: contents !important;
}

ul.inputs-list {
    list-style-type: none;
}

[type="checkbox"] {
margin-top: 6px !important;
margin-right: 10px !important;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 ul.inputs-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px 1%;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 [type="checkbox"] {
    margin-top: 6px !important;
    margin-right: 10px !important;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .legal-consent-container .hs-form-booleancheckbox-display p {
    color: #fff;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="text"],
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="tel"],
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="email"] {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    padding: .8rem 1rem;
}

#message-01017272-32f3-453f-95f5-6e164bf1c743 {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    padding: .8rem 1rem;
}

#where_did_you_hear_about_us_-01017272-32f3-453f-95f5-6e164bf1c743 {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #CDCDCD;
    border-radius: 30px;
    color: black;
    padding: .8rem 1rem;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="submit"] {
    background: rgba(72, 118, 41, 0.7);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: .5rem 1rem;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="text"]::placeholder,
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="tel"]::placeholder,
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 input[type="email"]::placeholder,
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 textarea::placeholder {
    color: #3d4b58;
}

#where_did_you_hear_about_us_-01017272-32f3-453f-95f5-6e164bf1c743 option {
    background-color: white; /* Cambia el color de fondo de las opciones */
    color: black;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 a {
    color: #808088;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-input {
    color: black !important;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-button {
    color: white;
    background-color: transparent;
    text-align: center;
    width: 30%;
    margin-top: 2%;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-form-booleancheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid black;
    outline: none;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-form-booleancheckbox input[type="checkbox"]:checked {
    background-color: #6b8e23;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-button:hover,
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-button:active,
#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-button:focus {
    background-color: #6b8e23 !important;
    color: white !important;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-error-msg {
    color: #808088 !important;
    font-weight: bold;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-form-required {
    color: white;
}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-richtext p{
    color: #808088 !important;
    font-size:12px;
    padding: 10px;
    letter-spacing: 0.6px;

}

#hsForm_01017272-32f3-453f-95f5-6e164bf1c743 .hs-form-booleancheckbox {
    margin-top: 20px;
    font-size: 90%;
}

