
:root{
    --FuentePrincipal: 'Roboto Condensed', sans-serif;
    --FondoHeader: #4D4D4D;
    /* --FondoBanner: linear-gradient(180deg, rgba(236,255,253,1) 3%, rgba(189,252,206,1) 85%); */
    --FondoBanner: #fff;
    --FondoFranjaInfo: #4D4D4D;
    /* --FondoDiv1:; */

}

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

body {
    margin: 0;
    color: #464646;
    font-family: 'monse', sans-serif;
    font-size: 15px;
    font-weight: 400;
}


h1{
    font-family: 'monse', sans-serif;
    font-weight: bold;
    /* font-size: 3rem; */
    text-align: center;
    line-height: initial;
    margin: 10px 0;
}


img, video {
    /* border-radius: 16px; */
}
/* 
a:hover {
    color: red !important;
} */

.bigdiv {
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
} 

.bigdiv2{
    /* background-color: #4D4D4D; */
    /* background: rgb(77,77,77);
background: linear-gradient(180deg, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); */
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 26%, rgba(77,77,77,1) 100%);
}

@media only screen and (max-width: 767px) {
    .bigdiv {
        /* text-align: center; */
        padding: 3px 0;
        /* background-color: #FFF9F9; */
    } 
    
}


.content{
    margin: auto 10%;
    
}

.headerdiv {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: var(--FondoHeader);
}


.headerdiv-espacio{
    margin: 10px 45px;
}

@media only screen and (max-width: 500px) {
    .headerdiv-espacio{
        margin: 0;
    }
}

.franja-info{
    padding: 1% 0;
    background-color: var(--FondoFranjaInfo);
    color: #fff;
}

.franja-info h1{
    font-size: 25px;
}

@media only screen and (max-width: 500px) {
    .franja-info h1{
        font-size: 18px;
    }
}

.meddiv100 {
    width: 95%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}
.meddiv80 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}
.meddiv66 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

.meddiv33 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    padding-bottom: 25px;
}

.meddiv50 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
}

.vertam {
    vertical-align: middle;
}

.leftalign {
    text-align: left;
}
.justifyalign {
    text-align: justify;
}

.rightalign {
    text-align: right;
}

.logo img {
    width: 250px;
}


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

.banner img {
    width: 100%;
}

.banner {
    /* padding-top: 0px; */
    text-align: center;
    padding-bottom: 40px;
    background: var(--FondoBanner);
/* background: rgb(236,255,253);
background: linear-gradient(180deg, rgba(236,255,253,1) 3%, rgba(189,252,206,1) 85%); */
}

.img-ban{
    margin-left: -45px;
}


@media only screen and (max-width: 767px){
.img-ban {
    margin-left: 0px;
}

.contacticons{
    display: none;
}
}

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


input, textarea {
    width: 100%;
    border: solid 1px #464646;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 17px;
    padding: 2px 0;
    font-family: 'monse', sans-serif;
}

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

.captcha{
    align-items: center;
}

.g-recaptcha{
    /* margin: 0 9% !important; */
    display: inline-block;
}

.formbox {
    background-color: #f3f3f3d1;
    /* border-radius: 8px; */
    padding: 10px;
    text-align: center;
}

.titleform {
    /* font-size: 20px; */
    padding: 4px;
    line-height: initial;
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}


.calltoaction-form {
    color: white;
    font-size: 18px;
    border-radius: 24px;
    margin: 5px 0;
    cursor: pointer;
    background-color: #ff0400;
    border: none;
    padding: 10px;
    font-weight: bold;
}

.intro{
    background-color: #fff;
}

.onlytext {
line-height: 24px;
}


.titletext {
    /* font-size: 30px; */
    text-align: center;
    /* border-bottom: solid 3px #4baecc; */
    margin-bottom: 20px;
    margin-top: 10px;
}

.titletext h1{
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    /* border-bottom: double; */
}

.titletext img{
    width: 60px !important;
}

@media (max-width: 720px) {
    .titletext h1{
        font-size: 22px;
    }

    .titletext img{
        width: 60px !important;
        height: 60px;
    }
    
}


.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


.callltoaction {
    background-color: #FF0400;
    border-radius: 57px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.callltoaction:hover{
    background-color: #9b0300;
}

.subtitletext {
    font-size: 20px;
    font-weight: bold;
}


.content img {
    width: 100%;
}

.iconcontact {
    background-color: #4baecc;
    padding: 14px;
    border-radius: 50px;
    width: 55px;
}


footer {
    text-align: center;
    margin: 15px 0;
}

.buttcallb {
    text-decoration: none;
}

.buttcallb:hover{
    color: red;
}

.buttcall {
    background-color: #ea4e2a;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 2px;
    border-radius: 10px;
    position: fixed;
    bottom: 65px;
    right: 3px;
    z-index: 9999;
    width: 116px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
}
.buttcall:hover{
    background-color: #ab391f;
}

.butchatwhatsapp {
    position: fixed;
    bottom: 34px;
    right: 3px;
    padding: 2px;
    padding-right: 20px;
    padding-left: 0px;
    text-align: center;
    width: 100px;
    background-image: url(media/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: 10px;
    line-height: 12px;
    z-index: 999;
}
.butchatwhatsapp:hover{
    background-color: #136d0b;
}

.butshare {
    position: fixed;
    bottom: 3px;
    right: 3px;
    padding: 2px;
    padding-right: 20px;
    padding-left: 0px;
    text-align: center;
    width: 100px;
    background-image: url(media/share.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #305898;
    color: white;
    border-radius: 9px;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
    z-index: 999;
}
.butshare:hover{
    background-color: #234171;
}




.contactinfo a, .headerdiv a { 
    color: #464646; 
}


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

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

.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 #ff0400;
    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 #ff0400;
    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%;
    display: none;
}

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

.underpictidescrip {
    margin-bottom: 15px;
}

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

.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #444;
    text-align: left;
    outline: none;
    font-size: 15px;
    /* font-weight: 700; */
    transition: 0.4s;
  }
  


  .accordiondiv .active, .accordiondiv .accordion:hover {
    background-color: #ccc;
  }

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

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

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

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

  .panel p {
    text-align: left;
}


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

    .meddiv50, .meddiv33, .meddiv66, .meddiv80, .meddiv100 {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
        justify-content: center;
    }
    
    body {
        margin: 0px;
      }
    

}

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

}


.footer_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #272626;
    padding: 40px;
    margin-top: 35px;
    margin-bottom: 35px;

}

@media only screen and (max-width: 767px){
.footer_info {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row dense;
}
}

.footer_contenido {
    margin-left: 15px;
    margin-right: 15px;
}

.text-capitalize{
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: justify;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: var(--FuentePrincipal2);
}

.footer_info p {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 24px;
    font-size: 17px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: justify;
}

.list-unstyled li {
    padding: 5px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.list-unstyled a{
    text-decoration: none;
    outline: none;
    color: #fff;
}

.list-unstyled a:hover{
    margin-left: 3px;
    color: #008cba;
}

.list-social{
    display: flex;
    justify-content: start;
    column-gap: 8px;
}


.btns-form{
    display: flex;
    /* justify-content: space-between; */
    
}

.btn-form {
    width: 240px;
    padding: 8px;
    /* margin-left: 5px;
    margin-right: 0px; */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: none;
    outline:none;
    /* background-color: rgba(237,242,248,80); */
    background-color: #b7b7b7;
    font-size: 20px;
    color: #000000;
}

.botdocu {
    color: #184782;
    font-weight: bold;
    background-color: #1847822b;
    padding: 0 5px;
    display: inline-block;
}

@media (max-width: 767px) {
    .btns-form{
        
        margin: 0 10%;
    }
}

@media (max-width: 620px) {
    .btns-form{
        
        margin: 0;
    }
}

.btn-select {
    background-color: #dcdcdc;
}

.btn-noselect{
    background-color: #b7b7b7;
}

/* .personas_contenido{
    display: flex;
    background-color: #dcdcdc;
} */

.personas_contenido h1{
    font-size: 20px;
}

.personas_contenido ul{
    width: 33.3%;
}
.requisitos_contenido{
    display: flex;
    /* background-color: #ffffff; */
    /* box-shadow: 0 3px 5px 0 hsla(0,0%,59%,.1), 0 6px 10px 0 rgba(73,73,73,.1), 0 1px 18px 0 rgba(0,0,0,.1); */
    color: #ffffff;
    font-size: 18px;

}

.requisitos_contenido li{
    margin-bottom: 16px;

}

@media (max-width: 620px) {
    .requisitos_contenido{
        display: block;
    }

.requisitos_contenido li{
font-size: 14px;
    margin-bottom: 8px;
}

.requisitos_contenido ul{
    padding: 0;
}
}

.requisitos_contenido2{
    display: flex;
    /* background-color: #ffffff; */
    /* box-shadow: 0 3px 5px 0 hsla(0,0%,59%,.1), 0 6px 10px 0 rgba(73,73,73,.1), 0 1px 18px 0 rgba(0,0,0,.1); */
    color: #000;
    font-size: 18px;

}
.requisitos_contenido2 ul{
    padding: 0;
    list-style: none;
}
.requisitos_contenido2 li{
    margin-bottom: 16px;


}

@media (max-width: 620px) {
    .requisitos_contenido2{
        display: block;
    }

.requisitos_contenido2 li{
font-size: 14px;
    margin-bottom: 8px;
}

.requisitos_contenido2 ul{
    padding: 0;
}
}







.personas2{
    display: flex;
    display: none;
}

.bigdiv3{
    background-color: #F6F8F9;

}
.personas2 li{
    /* color: #136d0b; */
    list-style: none;
    padding-left: 2rem;
    background-image: url(media/carro.png);
    background-position: 0 50%;
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;

    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 16px;
}

.personas li p{
    color: #000;
}

.ventajas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ventajas_contenido{
    background-color: #ffffff;
    box-shadow: 0 3px 5px 0 hsla(0,0%,59%,.1), 0 6px 10px 0 rgba(73,73,73,.1), 0 1px 18px 0 rgba(0,0,0,.1);
    color: #000;
    padding: 10px;
    width: 100%;
    height: 540px;

}

.ventajas_contenido ul{
    margin: 0;
    padding: 0;
}

.ventajas_contenido li{
    /* color: #136d0b; */
    list-style: none;
    padding-left: 2rem;
    background-image: url(media/carro.png);
    background-position: 0 50%;
    background-size: 1.3rem 1.3rem;
    background-repeat: no-repeat;

    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 16px;
}

.ventajas_contenido h1{
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .ventajas_contenido{
        height: 540px;
    }
}


.ventajas img{
    width: 70px;
}

.ventajas-box{
    width: 300px;
    text-align: center;
}

@media (max-width: 720px) {
.ventajas-box{
    width: 135px;
}

.ventajas-box h3{
    margin: 0;
    font-size: 16px;
}

}



.single-process-inner {
    /* padding: 8px 0px; */
    /* margin: 5px; */
    /* margin-bottom: 8px; */
    position: relative;
    /* border-bottom: 2px solid #0099ff40; */
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    /* background-color: #fff; */
    /* text-align: justify; */
    color: #000;
    border-radius: 27px 27px;
    /* background: #003cff4f; */
    /* border: solid #000000 2px; */
    /* background: linear-gradient(360deg, transparent, black, #2b3138); */
    display: inline-block;
    }	
    .single-process-inner:hover {
        /* background-color: #4D4D4D; */
        /* background: linear-gradient(360deg, #000ea700,  #150093b5); */
        /* border-color: #4D4D4D; */
        transform: translate3d(0, -7px, 0) !important;
        /* color: #fff; */
        /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
    }

.single-process-inner2 {
    padding: 8px 0px;
    margin: 5px;
    margin-bottom: 8px;
    position: relative;
    /* border-bottom: 2px solid #0099ff40; */
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease 0s;
    background-color: #7e7e7e;
    /* background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(77,77,77,1) 100%); */
    /* text-align: justify; */
    color: #000;
    border-radius: 27px 27px;
    /* background: #003cff4f; */
    border: solid #7e7e7e 1px;
    /* background: linear-gradient(360deg, transparent, black, #2b3138); */
    display: inline-block;
    }	
    .single-process-inner2:hover {
        background-color: #4D4D4D;
        /* background: linear-gradient(360deg, #000ea700,  #150093b5); */
        border-color: #4D4D4D;
        transform: translate3d(0, -7px, 0) !important;
        color: #fff;
        /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
    }


    .princi h1{
        font-size: 35px; color: #fff;
    }

    .oferta{
        display: flex;
        vertical-align: middle;
        padding: 10px;
        position: relative;
    }
    .oferta img{
        width: 150px;
    }

    .oferta h2{
        font-size: 24px;
    }

    .oferta p{
        margin: 0;
        padding-bottom: 5px;
        font-size: 17px;
        color: #000;
        /* color: #136d0b;
        font-weight: bold; */
    }

    @media (max-width: 720px) {
        .oferta{
            display: block;
        }

        .princi h1{
            font-size: 18px; color: #fff;
        }
        .oferta img{
            width: 140px;
        }

        .oferta h2{
            font-size: 20px;
            margin: 0;
            margin-bottom: 3px;
        }

        .oferta p{
            font-size: 15px;
        }
    }
    
    .ofertas{
        background-color: #ffffff;
        box-shadow: 0 3px 5px 0 hsla(0,0%,59%,.1), 0 6px 10px 0 rgba(73,73,73,.1), 0 1px 18px 0 rgba(0,0,0,.1);
        color: #000;
    }

    .divcallto{
        position: absolute;
        right: 45px;
        bottom: 20px;
    }

    @media (max-width: 720px) {
        .divcallto{
            position: static;
            margin: 0 auto;
            text-align: center;
            padding: 4px 0;
        }
        .divcallto a{
            margin: 0 auto;
        }
    }


    .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;
    }
    .butcall2 {
        position: fixed;
        bottom: 85px;
        right: 15px;
        padding: 5px;
        text-align: center;
        width: 50px;
        height: 50px;
        background-color: #d32727;
        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;
    }
    .butcall2:hover{
        background-color: #9b1111;
    }

    .partner img{
        width: 400px;
    }

    .partner p{
        text-align: justify;
    }

    @media (max-width: 720px) {
        .partner img{
            width: 300px;
        }
    }

    .tarjeta p{
        font-size: 18px;
    }
    .tarjeta a{
        text-align: center !important;
        margin: 0 auto;
    }

    .tarjeta ul{
        list-style: none;
    }