@font-face {
    font-family: 'monse'; /*a name to be used later*/
    src: url('fonts/RedHatDisplay-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/RedHatDisplay-Bold.ttf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse3'; /*a name to be used later*/
    src: url('fonts/RedHatDisplay-Black.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 {
    /* margin: 0 60px; */
    color: #ffffff;
    font-family: 'monse', sans-serif;
    font-size: 16px;
}

.bold {
       font-family: 'monse2', sans-serif;
}

b {
       font-family: 'monse2', sans-serif;
       /* letter-spacing: 0.5px; */
       line-height: initial;
       /* font-size: 21px; */
}

.bigdiv {
    text-align: center;
    padding: 50px 10px;
}

.headerdiv {
    padding: 10px 0;
}

.meddiv9 {
    width: 75%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv8 {
    width: 66%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv7 {
    width: 58%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv6 {
    width: 49%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv5 {
    width: 41%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv4 {
    width: 33%; 
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv3 {
    width: 25%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv2 {
    width: 16.6%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}

.meddiv1 {
    width: 8.3%;
    display: inline-block;
    /* vertical-align: top; */
    /* margin: 0 1%; */
}


.vertam {
    vertical-align: middle;
    text-align: center;
    padding: 0 17px;
}
.topam {
    vertical-align: top;
    text-align: center;
    padding: 0 17px;
}

.vertam2 {
    vertical-align: middle;
    /* text-align: center; */
    /* padding: 0 17px; */
}




.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: 230px;
}


.contacticons {
        /* padding: 25px 17px 0 0; */
        }

.contacticons img {
    background-color: #00339a00;
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
}

.banner img {
    width: 100%;
}

.banner {
    padding: 1.5% 0;
    /* margin-top: -400px; */
}

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


input, textarea {
    width: 100%;
    background-color: #1E1E1E;
    /* border: solid .5px #000000; */
    border: none;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 18px;
    padding: 2px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

input::placeholder {
    color: #ffffff; /* Cambia este valor por el color que prefieras */
    opacity: 1; /* Esto asegura que el color sea totalmente visible */
    font-weight: bold;
}
textarea::placeholder {
    color: #ffffff; /* Cambia este valor por el color que prefieras */
    opacity: 1; /* Esto asegura que el color sea totalmente visible */
    font-weight: bold;
}

.banerp{
    /* background-image: url('images/banjv.mp4'); background-size: contain; background-repeat: no-repeat; */
}

.formbox {
    /* background-color: #9cd4ff36; */
    background: #5C9016;
    border-radius: 8px;
    /* border: .5px solid #fff; */
    padding: 10px;
    /* margin-left: 60px; */
    margin: 0 auto;
    text-align: center;
}
.formbox2 {
    /* background-color: #9cd4ff36; */
    background: #CF0A1C;
    border-radius: 8px;
    border: .5px solid #000;
    padding: 10px;
    /* margin-left: 60px; */
    margin: 0 auto;
    text-align: center;
}

.formbox h1{
    margin: 5px 25px 15px;
    font-size: 21px;
}

.titleform {
    font-size: 22px;
    padding: 5px;
    line-height: initial;
    background: #CD2706;
    /* background: linear-gradient(336deg, #db2994, #f45a32, #ff7200); */
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 8px;
}
.titleform1 {
    font-size: 22px;
    padding: 5px;
    line-height: initial;
    background: #CE0A1C;
    /* background: linear-gradient(336deg, #db2994, #f45a32, #ff7200); */
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 8px;
}

.titleform a:hover{
    color: #ffffff;
}

.onlytext {line-height: 24px;}

.onlytext h1{
    font-size: 18px;
    text-align: justify;
}
.onlytext h2{
    font-size: 17px;
    text-align: left;
    font-family: 'monse', sans-serif;

}

.titletext {
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-align: center;
    border-bottom: solid 4px #709E2C;
    margin-bottom: 3%;
    font-family: 'monse2';
    /* display: inline-block; */
    padding-bottom: 5px;
    padding-left: 20px; /* Espacio en la izquierda */
    padding-right: 20px; /* Espacio en la derecha */
    width: auto;
}

.titletext2 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-align: center;
    border-bottom: solid 4px #709E2C;
    margin-bottom: 3%;
    font-family: 'monse2';
    padding-bottom: 5px;
    padding-left: 20px; /* Espacio en la izquierda */
    padding-right: 20px; /* Espacio en la derecha */
    width: auto;
}

.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.calltoaction {
    font-family: 'monse2';
    background-color: #CD2706;
    border-radius: 57px;
    color: #fff;
    /* color: #fff; */
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border: none;
}

.calltoaction:hover{
    color: white;
}

.subtitletext {
    /* font-family: 'monse2'; */
    /* padding-top: 3%; */
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: normal;
    color: black;
}


.content img {
    /* width: 100%; */
}

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


.footer {
    text-align: center;
    padding: 40px 0 0;
    color: white;
    /* background-color: #CF0A1C; */
}

.buttcall {
    background-color: #ea4e2a;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 7px;
    border-radius: 9px;
    position: fixed;
    bottom: 65px;
    left: 3px;
    z-index: 9999;
    width: 111px;
    text-align: center;
    line-height: 18px;
}

.buttcall2 {
    position: fixed;
    bottom: 80px;
    right: 15px;
    padding: 5px;
    text-align: center;
    width: 50px; 
    height: 50px;
    background-color: #CE0A1C;
    transition: .2s linear;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    z-index: 999;
}
.buttcall2:hover{
    background-color: #9b1111;
}

.butchatwhatsapp {
    position: fixed;
    bottom: 34px;
    left: 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: white;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}


.butshare {
    position: fixed;
    bottom: 3px;
    left: 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: white;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    z-index: 999;
    width: 111px;
}

.contactinfo a {
    color: #002dff;
}

.contactinfo{
    color: #000;
}

.headerdiv a {
    /* color: #ffffff; */
}


#popupprivacy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #00000091;
}

.popupprivacywhite {
    background-color: #fff;
    margin-top: 10%;
    padding: 20px;
    color: black;
}

.closepopupprivacy {
    float: right;
    font-size: 29px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.hidepopuppolicies {
    display: none;
}

.showpopuppolicies {
    display: block;
}

form a {
    cursor: pointer;
    /* text-decoration: underline; */
    color: #ffd100;
}


.loadingform {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 99999999;
    background-color: #ffffff8a;
    text-align: center;
    display: none;
}


.loadingshow {
    display: block;
}


.owlnext {
    height: 21px;
    width: 21px;
    border: 1px solid #ff5a1c;
    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 #ff5a1c;
    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: #f34423;
}

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

.underpictitel {
    margin-top: 10px;
    font-weight: bold;
    font-family: 'monse2';
}

.underpictidescrip {
    margin-bottom: 15px;
}

/*------------------------------*/

.accordion {
    background-color: #f5f5f5;
    color: #000;
    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: #f5f5f5;
  }

 
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  

  
  .accordiondiv .active:after {
    content: "\2212";
  }
  

  .panel {
    padding: 0 18px;
    background-color: #f5f5f5;
    color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  

.owl-carousel .item {
        text-align: center;
    }
  
  
.btn-contactanos {
    color: #fff;
    background-color: #1a9f0f;
}  

.btn-contactanos:focus,
.btn-contactanos:hover {
	background-color: #18870E;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.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: #709E2C;
    background-color: #709E2C;
}  

.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: #1c8114;
	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: #ff5a1c; */
}

a {
    color: #000;
}



h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
    margin: 10px 0;
}


h2 {
    /* font-size: 1.85em; */
    /* font-weight: 700; */
    color: #ffffff;
    /* letter-spacing: 2px; */
    /* padding-bottom: 8px; */
    font-family: 'monse2';
}

h3 {
    font-size: 18px;
    text-align: center;
    /* margin: 15px 0; */
    /* font-weight: 500; */
    line-height: initial;
    color: #262e29;
    /* border-bottom: solid 1px #ffffff; */
    /* padding-bottom: 16px; */
    /* letter-spacing: 1px; */
}

h4 {
    font-size: 22px;
    font-weight: 600;
    text-align:center;
    color: #000;
    letter-spacing: 1px;
    /* padding: 0 0 22px 0; */
    /* border-bottom: solid 1px #e3e3e3ad; */
}

h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* margin-bottom: 15px; */
}


.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 {
    /* padding: 15px 15px 0; */
    margin-left: -20px;
    /* position: relative; */
    border-bottom: 2px solid transparent;
    /* -webkit-transition: all 0.2s ease-in-out 0s; */
    transition: all 0.2s ease 0s;
    /* background-color: #ffffffeb; */
    text-align: center;
    /* color: #002a97; */
    border-radius: 16px;
    }
	
.section-padding {
    padding: 1.5% 0;
}

.section-padding2 {
    padding: 1% 17px;
}


/*----------------------------------------
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;
}

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

.pricing-value>h1 {
    color: #1f1f72;
    /* display: inline-block; */
    font-size: 36px;
    /* line-height: 45px; */
    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;
    text-transform: capitalize;
}

.pricing-content {
    padding: 35px 17px;
}

.pricing-content>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-content li {
    font-size: 15px;
    /* font-weight: 500; */
    margin-bottom: 7px;
    text-transform: inherit;
}

.pricing-content li:last-child {
    margin-bottom: 0;
}

.pricing-footer {
    /* border-top: 1px solid #f1f1f1; */
    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: #ffffff;
}

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

.btn-contrato {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.btn-contrato:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
    color: #fff;
}
.btn-contrato:active {
	position:relative;
	top:1px;
}

        

.social-links a {
    color: #ffffff;
    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 {
    /* background: white; */
    /* width: 100%; */
    text-align: center;
    font-size: 51px;
    padding: 22px 117px;
    /* margin: 13px; */
    /* border-radius: 10px; */
    }
	
.image_icon2 {
    /* background: white; */
    /* width: 100%; */
    text-align: center;
    font-size: 51px;
    padding: 30px 24px;
    /* margin: 13px; */
    /* border-radius: 10px; */
    }

.single-process-inner2:hover {
    /* background-color: rgb(255 255 255); */
    border-color: #709E2C;
    color: #3e6308;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 20%);
}

.butchatwhatsapp2 {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #27D362;
    transition: .2s linear;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    z-index: 999;
}
.butchatwhatsapp2:hover{
    background-color: #128C7E;
}

.single-process-inner2 {
    padding: 0px 10px 0px;
    margin: 0px 0;
    position: relative;
    border-bottom: 2px solid #ffffff00;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    /* background-color: #ffffffeb; */
    /* text-align: justify; */
    color: #709E2C;
    /* border-radius: 13px; */
    }		

  /*------------------------------*/

  .panel p {
    text-align: left;
    text-align: justify;
}

.title-requi{
    font-size: 30px;
    color: #000;
    font-family: 'monse2', sans-serif;
}

.title-requi span{
    color: #709E2C;
    font-size: 30px;
}
.subtitle-requi{
    color: #709E2C;
    font-size: 25px;
    font-family: 'monse2', sans-serif;
    margin-bottom: 10px;
}

    /* Estilos para el contenedor */
    .banerp {
        position: relative;
        width: 100%;
        height: 540px; 
        overflow: hidden;
    }

    /* Estilos para el video */
    .banerp video {
        position: absolute;
        top: 50%;
        left: 44%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

.img-cel{
    display: none;
}

    /* Contenido del div */
    .banerp-content {
        position: relative;
        z-index: 1;
        color: white; 
        text-align: center;
        padding: 20px;
    }

@media only screen and (max-width: 767px) {

    .banerp {
        all: initial;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    @keyframes slideInFromLeft {
        0% {
            transform: translateX(-100%); /* Empieza fuera de la pantalla a la izquierda */
            opacity: 0; /* Comienza invisible */
        }
        100% {
            transform: translateX(0); /* Termina en su posición original */
            opacity: 1; /* Termina siendo visible */
        }
    }
    

    .img-cel{
        display: block;
        animation: slideInFromLeft 2s ease-out; /* Aplica la animación */
    }
    
    /* Estilos para el video */
    .banerp video {
        all: initial;
        width: 140%;
        display: none;
    }

    .banvid{
        display: none;
    }

    /* Contenido del div */
    .banerp-content {
        all: initial;
    }

    .meddiv9, .meddiv8, .meddiv7, .meddiv6, .meddiv5, .meddiv4, .meddiv3, .meddiv2, .meddiv1 {
        width: 100%;
        /* text-align: center; */
        /* margin: 0 0 25px 0; */
    }    
    body {
        margin: 0px;
      }    

      .formbox{
        margin: 0 auto; 
        /* margin-top: 190px; */
        width: 80%;
        
      }

      .formbox h1{
font-size: 17px;
      }

      input, textarea{
        margin-bottom: 4px;
        padding: 5px;
        font-size: 16px;
      }

      .titleform{
        font-size: 18px;
      }


      h1{
        font-size: 20px;
      }

      .title-requi , .title-requi span{
        font-size: 25px;
      }

      .subtitle-requi{
        font-size: 22px;
      }
}


.btn-contacban {
	/* box-shadow:inset 0px 1px 0px 0px #2fd900; */
	/* background:linear-gradient(to bottom, #2ed95c 5%, #488f22 100%); */
	background-color:#064113;
	border-radius:42px;
    border: none;
	/* border:1px solid #18ab29; */
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 2px 3px #2f6627;
}
.btn-contacban:hover {
	/* background:linear-gradient(to bottom, #488f22 5%, #2ed95c 100%); */
	background-color:#042e0d;
}
.btn-contacban:active {
	position:relative;
	top:1px;
}

.iconapp p{
    color: #F96201;
    font-weight: 700;
    font-size: 16.92px;
    line-height: 1.5;
}

.pagos{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.pagos img{
    width: 90px !important; 
}


.vehicle-section {
    text-align: center;
    margin-top: 20px;
}

.vehicle-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.vehicle {
    width: 300px;
    border: 1px solid #ddd;
    /* padding: 15px; */
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.vehicle img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.vehicle-details {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    color: red;
}

.vehicle-details tr td {
    padding: 2px;
    width: 100%;
    color: #CF0A1C;
    border: .5px solid black;
}

.vehicle-details tr td strong {
    color: red;
}


.boldPaymentButton--L{
  margin: 0 auto !important;
  text-align: center !important;
}


#boldPaymentButton{
    margin: 0 auto !important;
  text-align: center !important;
}