@font-face {
    font-family: 'monse';
    src: url('fonts/Barlow-Regular.ttf');
}

@font-face {
    font-family: 'monse2';
    src: url('fonts/GildaDisplay-Regular.ttf');
}

@font-face {
    font-family: 'monse3';
    src: url('fonts/Barlow-SemiBold.ttf');
}

@font-face {
    font-family: 'monse4';
    src: url('fonts/Proxima Nova Alt Light.otf');
}

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 {
}

.logo2 img {
    width: 210px;
    padding: 0 0 30px;
}

.logo img {
    width: 40%;
}

.contacticons {
}

.contacticons img {
    background: linear-gradient(129deg, #ffcf59, #ffb126);
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
}

.banner img {
    width: 95%;
}

.banner {
    padding: 2.5% 0;
}

.banner>div {
    margin: 0px;
    padding: 0px;
}

/* Se agrega 'select' y propiedades de altura/padding para igualar */
input, textarea, select {
    width: 100%;
    border: solid 1px #46464600; 
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff; /* Asegura fondo blanco */
    padding: 6px; /* Espacio interno para que el texto no pegue al borde */
    min-height: 38px; /* Altura mínima para igualar al input de texto */
    color: #555; /* Color de letra uniforme */
}

input[type="checkbox"] {
    width: inherit;
}

.formbox {
    background: #001d35de;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.formbox2 {
    background: #bdcdff59;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.formbox h1 {
    margin: 5px 0 15px
}

.titleform {
    font-size: 20px;
    padding: 5px;
    line-height: initial;
    background: linear-gradient(129deg, #123977, #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 {
    text-align: center;
    margin: 4% 0 3%;
    font-size: 20px;
    color: #0b0e64;
}

.content img {
    max-width: 100%;
}

.iconcontact {
    background-color: #4baecc;
    padding: 16px;
    border-radius: 50px;
    width: 75px;
    margin: 3% 3%;
}

.footer {
    text-align: center;
}

.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: #2e4fa9;
}

.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: #9e9e9e;
}

.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 #D9B171;
    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 #D9B171;
    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: #D9B171;
}

.owl-dot {
    background-color: #c9c9c9;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    margin: 13px 7px;
}

.underpictitel {
    font-family: 'monse';
    font-size: 21px;
    line-height: 40px;
    color: #c4753f;
    border-bottom: solid 1px #ffcf59;
}

.underpictidescrip {
    margin: 15px 0;
}

/*------------------------------*/
.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: #e3ca72;
}

.btn-gray:focus, .btn-gray:hover {
    background-color: #bc8755;
    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: #c68f69;
    display: inline-block;
}

.btn-orange:focus , .btn-orange:hover {
    background-color: #c4753f;
    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);
}

.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;
}

.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 {
}

.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 {
    border-color: #ff5a1c;
    transform: translate3d(0, -7px, 0) !important;
}

.single-process-inner2 {
    padding: 5px 15px 9px;
    margin: 10px 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
}

.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: linear-gradient(129deg, #ffcf59, #ffb126);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #ffffff;
    box-shadow: 0 2px 5px #87776663;
}

.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;
}

/*----------------------------------------
32. CARRUSEL INTEGRACION
------------------------------------------*/
@-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;
}

#video-container {
    position: relative;
    padding-bottom: 100%;
    */ }

#video3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-video_bg {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -999;
    overflow: hidden;
}

#video4 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------*/
@media only screen and (max-width: 767px) {
    .meddiv9, .meddiv8, .meddiv7, .meddiv6, .meddiv5, .meddiv4, .meddiv3, .meddiv2, .meddiv1 {
        width: 100%;
        /* text-align: center; */
        /* margin: 0 0 25px 0; */
    }

    body {
        margin: 0px;
    }
}

/* Estilos Widget WhatsApp */
#whatsapp-widget-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wa-toggle-btn {
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

.wa-toggle-btn:hover {
    transform: scale(1.05);
}

.wa-toggle-btn img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.wa-label {
    font-weight: bold;
    font-size: 16px;
}

.wa-chat-box {
    display: none; /* Oculto por defecto */
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: fadeIn 0.3s ease-in-out;
}

.wa-header {
    background: #001d35; /* Color corporativo */
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wa-close {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.8;
}

.wa-body {
    padding: 20px;
    background: #f9f9f9;
}

.wa-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box; /* Importante para el padding */
}

/* Ajuste específico para el plugin de teléfono dentro del widget */
.wa-chat-box .iti {
    width: 100%;
    margin-bottom: 10px;
}

.wa-submit-btn {
    width: 100%;
    background: #25D366;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.wa-submit-btn:hover {
    background: #1da851;
}

.wa-whatsapp-link {
    display: inline-block;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 15px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}