@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: #1b1b23;
    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: 2.25% 0 1.25%;
}

.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;
}

.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: 300px;
}


.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;
}

.banner>div {
    margin: 0px;
    padding: 0px;
}


input, textarea {
    width: 100%;
    border: solid 1px #46464600;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 18px;
    padding: 3px 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="checkbox"] {
    width: inherit;
}

.formbox {
    /* background-color: #9cd4ff36; */
    background: linear-gradient(180deg, #1b1b23, #1b1b23, #1b1b23, #0a0a0e00);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
   
    margin: 170px 10px;
}


.formbox2 {
    /* background-color: #9cd4ff36; */
    background: linear-gradient(180deg, #1b1b23, #1b1b23, #1b1b23, #0a0a0e00);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
   
    
}


.formbox h1{
    margin: 5px 25px 15px;
    font-size: 21px;
}

.titleform {
    font-size: 22px;
    padding: 5px;
    line-height: initial;
    background: linear-gradient(336deg, #db2994, #f45a32, #ff7200);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}



.onlytext {line-height: 24px;}


.titletext {
    font-size: 28px;
    color: #1b1b23;
    text-align: center;
    /* border-bottom: solid 2px #ff831c; */
    margin-bottom: 3%;
    /* margin-top: 4%; */
    font-family: 'monse2';
}

.titletext h1{
    font-size: 35px;

}


.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.calltoaction {
    font-family: 'monse2';
    /* background-color: #4baecc; */
    border-radius: 57px;
    /* color: #fff; */
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    border: none;
}

.subtitletext {
    font-family: 'monse2';
    padding-top: 3%;
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: bold;
    color: #1b1b23;
}


.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;
    
}

.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;
}

.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;
}

.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: #0075ff;
}


.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: #1b1b23;
    color: #fff;
    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: #17171e;
  }

 
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  

  
  .accordiondiv .active:after {
    content: "\2212";
  }
  

  .panel {
    padding: 0 18px;
    
    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: #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: #ff5a1c;
}

a {
    color: #1b1b23;
}



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: #1b1b23;
    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: #1b1b23;
    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: 10px 0; */
    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: 3% 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;
}

.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: #ff5a1c;
    color: #ff5a1c;
    box-shadow: 0 4px 10px rgb(0 0 0);
}


.single-process-inner2 {
    padding: 0px 15px 9px;
    margin: 10px 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: #1b1b23;
    /* border-radius: 13px; */
    }		

  /*------------------------------*/

  .panel p {
    text-align: left;
    text-align: justify;
}

.container.banner {
    background-image: url(images/baner.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.imagecel {
    display: none;
}

.btn-contacban {
	box-shadow:inset 0px 1px 0px 0px #2fd900;
	background:linear-gradient(to bottom, #2ed95c 5%, #488f22 100%);
	background-color:#2ed95c;
	border-radius:42px;
	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:#488f22;
}
.btn-contacban:active {
	position:relative;
	top:1px;
}

.calltoaction {
    background: linear-gradient(336deg, #db2994, #f45a32, #ff7200);
    color: #000;
    font-weight: bold;
    font-size: 22px;
}



@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;
      }    


      .imagecel {
        display: block;
    }


    .container.banner {
        background-image: none;
        
    }


    .formbox {
       
        margin: 10px;
    }
}


/* .iconapp{
    width: 110%;
} */

.iconapp p{
    color: #F96201;
    font-weight: 700;
    font-size: 12.92px;
    /* line-height: 1.5; */
}

@media only screen and (max-width: 767px) {
    .iconapp p{
        color: #F96201;
        font-weight: 700;
        font-size: 16.92px;
        line-height: 1.5;
    }
}


.titleform a:hover{
    color: #fb7e1e;
}
.pagos{
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.pagos img{
    width: 90px !important; 
}

.owl-carousel .owl-item img{
    width: 380px;
    height: 300px;
}

@media only screen and (max-width: 767px) {
    .owl-carousel .owl-item img{
        width: 100%;
        height: auto;
    }
}