@font-face {
    font-family: 'monse'; /*a name to be used later*/
    src: url('fonts/Barlow-Regular.ttf'); /*URL to font "Helvetica Neue",Helvetica,Arial,sans-serif;*/ 
}

@font-face {
    font-family: 'monse2'; /*a name to be used later*/
    src: url('fonts/GildaDisplay-Regular.ttf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse3'; /*a name to be used later*/
    src: url('fonts/Barlow-SemiBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'monse4'; /*a name to be used later*/
    src: url('fonts/Proxima Nova Alt Light.otf'); /*URL to font*/
}

body {
    font-family: 'monse', sans-serif;
    font-size: 16px;
	
}

.bold {
       font-family: 'monse2', sans-serif;
}

b {
        font-family: 'monse3', sans-serif; 
       line-height: initial;
}

.bigdiv {
    text-align: center;
    padding: 50px 10px;
}

.headerdiv {
    padding: 2.25% 0 1.5%;
}

.meddiv9 {
    width: 75%;
    display: inline-block;
}

.meddiv8 {
    width: 66%;
    display: inline-block;
}

.meddiv7 {
    width: 58%;
    display: inline-block;
}

.meddiv6 {
    width: 49%;
    display: inline-block;
}

.meddiv5 {
    width: 41%;
    display: inline-block;
}

.meddiv4 {
    width: 33%; 
    display: inline-block;
}

.meddiv3 {
    width: 25%;
    display: inline-block;
}

.meddiv2 {
    width: 16.6%;
    display: inline-block;
}

.meddiv1 {
    width: 8.3%;
    display: inline-block;
}


.vertam {
    vertical-align: middle;
    text-align: center;
    padding: 0 17px;
}

.vertam2 {
    vertical-align: middle;
}




.leftalign {
    text-align: left !important;
}

.rightalign {
    text-align: right;
}

.justifyalign {
    text-align: justify;
}

.logo {
    /* padding: 30px 0 32px 17px; */
}

.logo2 img {
     width: 210px;
     padding: 0 0 30px;
}
.logo img {
    width: 40%;
}


.contacticons {
        /* padding: 25px 17px 0 0; */
        }

.contacticons img {
    background-color: #fac42b;
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
}

.banner img {
    width: 95%;
    border-radius: 10px;
}

.banner {
    padding: 2.5% 0;
}

.banner>div {
    margin: 0px;
    padding: 0px;
}


input, textarea {
    width: 100%;
    border: solid 1px #46464600;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="checkbox"] {
    width: inherit;
}

.formbox {
    background-color: #b3c5ff75;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.formbox h1{
    margin: 5px 0 15px
}

.titleform {
    font-size: 20px;
    padding: 5px;
    line-height: initial;
    background-color: #123977;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}



.onlytext {line-height: 24px;}


.titletext {
    font-size: 31px;
    FONT-WEIGHT: 600;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 1%;
    margin-bottom: 3%;
    font-family: 'monse2';
}


.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.calltoaction {
    text-transform: uppercase;
    border-radius: 57px;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border: none;
}

.subtitletext {
    font-family: 'monse2';
    text-align: center;
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: bold;
    color: black;
}


.content img {
    max-width: 100%;
}

.iconcontact {
    background-color: #4baecc;
    padding: 16px;
    border-radius: 50px;
    width: 75px;
    margin: 3% 3%;
}


.footer {
    text-align: center;
    padding: 40px 0 0;
}

.buttcall {
    background-color: #ea4e2a;
    color: black;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 7px;
    border-radius: 9px;
    position: fixed;
    bottom: 65px;
    right: 3px;
    z-index: 9999;
    width: 111px;
    text-align: center;
    line-height: 18px;
}

.butchatwhatsapp {
    position: fixed;
    bottom: 34px;
    right: 3px;
    padding: 2px 32px 2px 5px;
    background-image: url(images/whatsapp_logo.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #1a9f0f;
    color: black;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}


.butshare {
    position: fixed;
    bottom: 3px;
    right: 3px;
    padding: 2px 32px 2px 7px;
    background-image: url(images/share.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #1a9f0f;
    color: black;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}

.contactinfo a {
    color: #002dff;
}

.headerdiv a {
    /* color: white; */
}


#popupprivacy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000091;
}

#comparar{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background-color: #00000091;
    overflow: auto;
}


.popupprivacywhite {
    background-color: #fff;
    margin-top: 1%;
    padding: 45px 20px;
    color: black;
}

.popupprivacyblack {
    background-color: #fff;
    margin-top: 10%;
    padding: 20px;
}

.closepopupprivacy {
    float: right;
    font-size: 29px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2% 3% 0 0;
}

.hidepopuppolicies {
    display: none;
}

.showpopuppolicies {
    display: block;
}

form a {
    cursor: pointer;
    color: #000000;
}

.form  {
    
margin: inherit;
}


.loadingform {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 99999999;
    background-color: black8a;
    text-align: center;
    display: none;
}


.loadingshow {
    display: block;
}


.owlnext {
    height: 21px;
    width: 21px;
    border: 1px solid #fac42b;
    border-width: 6px 6px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 9px;
    cursor: pointer;
    box-shadow: 3px -2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owlprev {
    height: 21px;
    width: 21px;
    border: 1px solid #fac42b;
    border-width: 0 0 6px 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 50%;
    cursor: pointer;
    box-shadow: -3px 2px 2px rgb(0 0 0 / 0%);
    background-color: transparent;
}

.owl-dots {
    text-align: center;
    width: 100%;
}

.owl-dot.active {
    background-color: #fac42b;
}

.owl-dot {
    background-color: #c9c9c9;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    margin: 13px 7px;
}

.underpictitel {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'monse2';
}

.underpictidescrip {
    margin-bottom: 15px;
}

/*------------------------------*/

.accordion {
    background-color: #00003e00;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    font-family: 'monse2';
    transition: 0.4s;
  }
  


  .accordiondiv .active, .accordiondiv .accordion:hover {
    background-color: #06064f;
  }

  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .accordiondiv .active:after {
    content: "\2212";
  }
  

  .panel {
    color: white;
    padding: 0 18px;
    background-color: #00003e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  

.owl-carousel .item {
        text-align: center;
    }
  
  
.btn-gray {
    color: #fff;
    background-color: #fac42b;
}  

.btn-gray:focus,
.btn-gray:hover {
	background-color: #123977;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	animation: pulse 0.5s ease-in-out;
}


.btn-orange {
    color: #fff;
    background-color: #f29900;
    display: inline-block;
}  

.btn-orange:focus ,
.btn-orange:hover {
	background-color: #f28500;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	animation: pulse 0.5s ease-in-out;
}

.btn-red {
    color: #fff;
    background-color: #ff0400;
}  

.btn-red:focus,
.btn-red:hover {
	background-color: #c30300;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.btn-blue{
    color: #fff;
    background-color: #0099ff00;
}  

.btn-bluedark:focus,
.btn-bluedark:hover {
	background-color: #213f6f;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}


.btn-bluedark{
    color: #fff;
    background-color: #305898;
}  

.btn-blue:focus,
.btn-blue:hover {
	background-color: #0d0d12;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}


.btn-blue.btn-bordered {
    background-color: transparent;
    border: 2px solid #1f1f72;
    color: #1f1f72;
}

.btn-green{
    color: #fff;
    background-color: #1a9f0f;
}  

.btn-green:focus,
.btn-green:hover {
	background-color: #1c8114;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}



a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #aa8453;
}

a {
    color: #222;
}



h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
    margin: 10px 0;
}


h2 {
    color: #884509;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-family: 'monse2';
}

h3 {
    font-size: 18px;
    text-align: center;
    font-family: 'monse';
    line-height: initial;
    color: #656060;
    padding-bottom: 16px;
}

h4 {
    font-size: 24px;
    font-family: 'monse2';
    text-align:center;
    color: #884509;
    letter-spacing: 1px;
}

h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    color: #727272;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}


.grow:hover
{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);/* box-shadow: 0 4px 10px rgb(0 0 0 / 16%); */}

.single-process-inner {
    position: relative;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease 0s;
    text-align: center;
    border-radius: 16px;
    }
	
.section-padding {
    padding: 3% 0;
}

.section-padding2 {
    padding: 1% 0;
    margin-bottom: 2%;
}

.section-padding3 {
   padding: 0 0;
}

 .about-img-wrapper {
   padding: 0 0;
   position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    transform: translateY(-50%);
}



/*----------------------------------------
13. PRICING SECTION
------------------------------------------*/

.single-price-table-inner {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 20px;
}

.pricing-head>h5 {
    font-family: monse3;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.pricing-value {
    background-color: #f1f1f1;
    padding: 10px 0 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 20px 20px 0 0;
}

.pricing-value>h1 {
    color: #1f1f72;
    font-size: 167%;
    font-family: 'monse2';
    margin-bottom: 0;
    padding: 0 5px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pricing-value sub {
    bottom: 6px;
    line-height: 1;
    position: initial;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.doller-sign {
    font-size: 18px;
    right: 100%;
}

.duration {
    color: #858585;
    font-size: 18px;
    font-weight: 500;
    left: 100%;
    text-align: left;
}

.pricing-content {
    padding: 35px 17px;
}

.pricing-content>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-content li {
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: inherit;
}

.pricing-content li:last-child {
    margin-bottom: 0;
}

.pricing-footer {
    padding: 0 0 40px 0;
}

.pricing-footer .btn {
    padding: 10px 30px;
}

.single-price-table-inner:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.single-price-table-inner:hover .pricing-value {
    background-color: #1f1f72;
}

.single-price-table-inner:hover .pricing-value h1,
.single-price-table-inner:hover .pricing-value sub {
    color: #fff;
}

.single-price-table-inner:hover .pricing-footer .btn {
    background-color: #1f1f72;
    color: #fff;
}
	

/*----------------------------------------
20. FOOTER
------------------------------------------*/

.single-footer-widget-inner>h4 {
    font-weight: 500;
    margin-bottom: 25px;
    text-align: justify;
}

.single-footer-widget-inner>p {
    margin-bottom: 30px;
    text-align: justify;
}

.address-widget li i,
.address-widget li span {
    display: table-cell;
    vertical-align: top;
}

.address-widget li i {
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    top: 3px;
}

.address-widget li {
    font-weight: 500;
    margin-bottom: 15px;
}

.single-footer-widget-inner a {
    color: white;
}

.single-footer-widget-inner a:hover {
    color: #008cba;
}

.address-widget li:last-child {
    margin-bottom: 0;
}

.useful-links li {
    padding: 5px 0;
}

.useful-links li a {
    /* font-weight: 500; */
}

.useful-links li a:hover {
    margin-left: 3px;
}

#newsletter-form {
    position: relative;
}

#newsletter-form>input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #e5e5e5;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 35px;
    padding: 5px 20px 5px 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
}

#newsletter-form>input:focus::-moz-placeholder {
    color: #000;
}

#newsletter-form>input:focus {
    border-color: #000;
    outline: none;
}

#newsletter-form>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #008cba;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-social-links {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: justify;
}

.social-links a {
    color: white;
    font-size: 18px;
    padding: 0 3px;
}

.social-links a:hover {
    color: #008cba;
}

#footer-bottom {
        padding: 30px 0 0;
}

.copyright>p {
    margin: 0;
    font-size: 18px;
}

.divcallto{
    margin: 15px 0 20px;
}


.inputform{
    width: 100%;
    margin-bottom: 4px;
    height: 32px;
    font-size: large;
}

.image_icon:hover {
     background-color: #060047;
}

.image_icon {
    background: #080058;
    text-align: center;
    font-size: 51px;
    padding: 22px;
    margin: 13px 75px;
    border-radius: 78px;
    }
	
.image_icon2 {
    text-align: center;
    font-size: 51px;
    padding: 0 24px 30px;
    }
	
	

.single-process-inner2:hover {
    background-color: rgb(255 255 255);
    background: linear-gradient(360deg,  #000ea700,  #cbe5ffd1);
    border-color: #ff5a1c;
    transform: translate3d(0, -7px, 0) !important;
}


.single-process-inner2 {
    padding: 5px 15px 9px;
    margin: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    border-radius: 27px 27px;
    background: linear-gradient(180deg, #eee8df,  #13008600);
    }	

.single-process-inner3:hover {
    background: linear-gradient(360deg, #000ea700,  #150093b5);
    border-color: #ff5a1c;
    transform: translate3d(0, -7px, 0) !important;
    color: #ff5a1c;
}

.single-process-inner3 {
    padding: 5px 15px 9px;
    margin: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    color: white;
    border-radius: 27px 27px;
    background: linear-gradient(180deg, #13008654,  #13008600);
    }	
	
.icon-circle {
        width: 110px;
        color: white;
        height: 110px;
        background-color: #D9B171;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 4px #ffffff;
        box-shadow: 0 2px 5px #b7d7e994;
      }

.center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 21vh;
      }	
	

.flex-container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 19px 22px 0;
  flex-direction: row;
  }

.flex-container3 > div {
  width: inherit;
  margin: inherit;
}

.textoverin{
  line-height: initial;
}

  .panel p {
    text-align: left;
}

.container_tariff {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.container_plan {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.first_column {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

.second_column {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.third_column {
    width: 19%;
    height: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
    background-color: #469ec847;
}

.avanza {
    background-color: #469ec847;

}

.fourth_column {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 1px;
}

.container-subtitle {
    margin-top: 20px;
    color: #329ccc;
}

.table a {
    color: #464646;
    font-weight: 100;
}

.jackdaw:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #22c800;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
}


.line_pseudo:after {
    position: relative;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #919394;
}

.border {
    border-bottom: 1px solid #e9eced;
}


.recomenda {
    color: #ea504f;
    font-weight: bold;
}

a.comparabo {
    background-color: #e90505;
    color: #fff;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 19px;
}

a.comparabo2 {
    background-color: #1b3446;
    color: #fff;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 19px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}
.slider::before, .slider::after {
  background: linear-gradient(90deg, #329ccc 0%  , #ffffff00 20%);
  content: "";
  height: 150px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 50px;
  width: 250px;
}

.slide img{
  
}

div#contact-section-logo {
    padding-bottom: 0px;
}


.slider2 {
    height: 90px;
    animation: slider 30s infinite linear;
    animation-direction: reverse;
}


#slider {
    height: 150px;
    background: repeat-x;
    background-image:url(images/img.png);
    animation: slider 30s infinite linear;
    animation-direction: reverse;
}

@keyframes slider {
   to {
        background-position: 2000px;
    } 
}

.tiitem {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'monse2';
    }
	
.box1 {
        text-align: center;
        color: #fff;
        background-color: #CA9868;
        font-size: 25px;
        font-family: 'monse2';
        border-radius: 20px;
        margin-bottom: 20px;
    }

.box2 {
        text-align: center;
        color: #fff;
        background-color: #D9B171;
        font-size: 155%;
        font-family: 'monse2';
        border-radius: 20px;
        margin: 20px 0;
        padding: 13px;
        line-height: 32px;
    }

@media only screen and (max-width: 767px) {

    .meddiv9, .meddiv8, .meddiv7, .meddiv6, .meddiv5, .meddiv4, .meddiv3, .meddiv2, .meddiv1 {
        width: 100%;
    }    
    body {
        margin: 0px;
      }    
}

/* Widget WhatsApp Styles */
#wa-widget-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-family: 'monse', sans-serif;
}

.wa-widget-toggle {
    background-color: #1a9f0f;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: transform 0.3s;
}

.wa-widget-toggle:hover {
    transform: scale(1.05);
}

.wa-widget-box {
    display: none; /* Oculto por defecto */
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    border: 1px solid #ddd;
}

.wa-header {
    background-color: #075e54;
    color: white;
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.wa-close {
    cursor: pointer;
}

.wa-form-content {
    padding: 15px;
    background: #f0f4f6;
}

.wa-form-content input, .wa-form-content select {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

.wa-submit-btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
}

/* Agrega esto a tu CSS para igualar el SELECT a los INPUTS */
select.inputform22 {
    width: 100%;
    border: solid 1px transparent; /* Igual al borde de tus inputs */
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 40px; /* Altura forzada para igualar a los inputs */
    background-color: #fff; /* Fondo blanco */
    padding-left: 10px; /* Espacio interno para el texto */
    color: #555; /* Color de letra */
    -webkit-appearance: none; /* Elimina estilo por defecto en Safari/Chrome */
    -moz-appearance: none; /* Elimina estilo por defecto en Firefox */
    appearance: none; /* Estándar */
    /* Icono de flecha personalizado para mantener estética limpia (opcional) */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

/* Aseguramos que los inputs de texto también tengan la altura correcta */
input.inputform22 {
    height: 40px;
    padding-left: 10px;
}

/* Corrección específica para el checkbox de WhatsApp */
.wa-form-content input[type="checkbox"] {
    width: auto !important; /* Evita que ocupe todo el ancho */
    margin-bottom: 0 !important;
    margin-right: 8px; /* Espacio entre cajita y texto */
    cursor: pointer;
}

/* Clase para la fila de privacidad */
.wa-privacy-row {
    display: flex;
    align-items: center; /* Alinea verticalmente al centro */
    justify-content: flex-start;
    font-size: 11px;
    margin-bottom: 10px;
    color: #333;
}

/* TRUCO MEJORADO PARA PLACEHOLDER EN FECHAS MÓVILES */

input[type="date"] {
    position: relative;
    /* Aseguramos altura y apariencia estándar para que quepa el texto */
    min-height: 40px; 
    -webkit-appearance: none; /* Quita estilos nativos de iOS */
    display: block;
}

/* 1. Si el campo está vacío (invalid) y es requerido */
input[type="date"]:required:invalid {
    color: transparent; /* Oculta el "dd/mm/aaaa" por defecto */
}

/* 2. Inyectamos el texto del placeholder */
input[type="date"]:required:invalid::before {
    content: attr(placeholder); /* Toma el texto del HTML */
    color: #757575; /* Color gris del placeholder */
    position: absolute;
    left: 10px; /* Margen izquierdo igual a tus otros inputs */
    top: 50%;
    transform: translateY(-50%); /* Centrado vertical perfecto */
    width: 100%;
    pointer-events: none; /* Permite hacer clic a través del texto */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; /* Misma fuente */
    font-size: 17px; /* Mismo tamaño */
}

/* 3. Cuando tiene foco o ya tiene fecha válida */
input[type="date"]:focus,
input[type="date"]:required:valid {
    color: #555 !important;
}

/* 4. Ocultamos el placeholder falso al escribir */
input[type="date"]:focus::before,
input[type="date"]:required:valid::before {
    content: "" !important;
    display: none;
}

/* CORRECCIÓN DEFINITIVA SELECTOR PAÍSES MÓVIL */

/* Aseguramos que la lista (ahora pegada al body) esté por encima de TODO */
.iti__country-list {
    z-index: 2147483647 !important; /* El valor máximo permitido en CSS */
    white-space: normal; /* Para que los nombres largos no rompan el diseño */
}

/* Opcional: Ajuste para móviles para que la lista no se vea demasiado ancha */
@media only screen and (max-width: 600px) {
    .iti__country-list {
        max-width: 300px; /* Limita el ancho en pantallas pequeñas */
        width: 100%;
    }
}

/* --- CORRECCIÓN DEFINITIVA VISUALIZACIÓN PAÍSES --- */

/* 1. Elevamos el contenedor GENERADO por el plugin (la capa que envuelve la lista) */
.iti--container {
    z-index: 2147483647 !important; /* Máximo valor posible para estar encima de todo */
}

/* 2. Aseguramos que el widget no recorte nada que intente salir de él */
.wa-widget-box {
    overflow: visible !important; 
}

/* 3. Ajuste específico para móviles (pantalla completa del selector) */
@media only screen and (max-width: 600px) {
    .iti--container {
        position: fixed !important; /* Asegura que se fije a la pantalla */
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Opcional: Ajustar la lista para que se vea bien centrada */
    .iti__country-list {
        max-height: 80% !important;
        border-radius: 10px !important;
        margin: 10% auto !important; /* Centrado vertical/horizontal */
        width: 90% !important;
        box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
    }
}