
:root{
    --FuentePrincipal:
    'Roboto Condensed', sans-serif;
    /* --FondoHeader: linear-gradient(180deg, #0c072a, #0c072a); */
    /* --FondoBanner: linear-gradient(180deg, rgba(236,255,253,1) 3%, rgba(189,252,206,1) 85%); */
    --FondoFranjaInfo: linear-gradient(90deg, #00339a, #00127e);
    --Black: #fff;
    /* --FondoDiv1:; */
}

@font-face {
    font-family: 'monse'; /*a name to be used later*/
    src: url('fonts/Poppins-Regular.ttf'); /*URL to font "Helvetica Neue",Helvetica,Arial,sans-serif;*/ 
}

@font-face {
    font-family: 'monse1'; /*a name to be used later*/
    src: url('fonts/RBNo2.1a-Book.otf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse2'; /*a name to be used later*/
    src: url('fonts/RBNo2.1a-Medium.otf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse3'; /*a name to be used later*/
    src: url('fonts/RBNo2.1a-MediumItalic.otf'); /*URL to font*/
}

@font-face {
    font-family: 'monse4'; /*a name to be used later*/
    src: url('fonts/Poppins-Light.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'monse5'; /*a name to be used later*/
    src: url('fonts/RBNo2.1a-BoldItalic.otf'); /*URL to font*/
}

body {
    /* margin: 0;
    color: #464646; */
    font-family: 'monse', sans-serif;
    font-size: 15px;
    background: linear-gradient(180deg, black, black);
    margin: 0;
    /* font-weight: 400; */
}

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

b {
    font-family: 'monse5', sans-serif;
    /* letter-spacing: 0.5px; */
    line-height: initial;
    /* font-size: 50px; */
    font-weight: normal;
}

p {
    color: white;
    font-size: 19px;
    /* font-weight: 400; */
    /* font-family: monse4; */
    line-height: 26px;
    padding: 0px 15px;
    text-align: justify;
    /* margin-bottom: 15px; */
}

h1,h2,h3,h4,h5{
    line-height: 1.1;
}

h1{
    font-family: 'monse3', sans-serif;
    font-weight: normal;
    /* font-size: 3rem; */
    text-align: center;
    line-height: initial;
    margin: initial;
}


h2 {
    /* font-size: 1.85em; */
    /* text-align: left; */
    /* font-weight: 500; */
    color: #0099ff;
    /* letter-spacing: -1px; */
    padding-bottom: 8px;
    font-family: 'monse2';
}

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

h4 {
    font-size: 25px;
    /* font-weight: 600; */
    font-family: 'monse1';
    text-align:center;
    color: #ffffff;
    letter-spacing: 1px;
    margin: auto;
    padding: 19px 0;
    border-bottom: solid 1px #dea651;
}


img, video {
    border-radius: 7px;
    /* width: 42px; */
    max-width: 100%;
}

.grow2:hover{
    transform: scale(1.02);
}
.grow:hover
{-webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);/* 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: blackeb; */
    text-align: center;
    /* color: #002a97; */
    border-radius: 16px;
    }
    .single-process-inner2:hover {
        /* background-color: rgb(0 52 161); */
        background: linear-gradient(360deg, #000ea700,  #150093b5);
        border-color: #ffc771;
        transform: translate3d(0, -7px, 0) !important;
        color: red;
        /* box-shadow: 0 4px 10px rgb(0 0 0 / 23%); */
    }
    
    .single-process-inner2 img {
        width: 140px !important;
    }
        
    
    .single-process-inner2 {
        padding: 5px 15px 9px;
        margin: 10px;
        position: relative;
        /* border-bottom: 2px solid #0099ff40; */
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease 0s;
        /* background-color: blackeb; */
        /* text-align: justify; */
        color: #ff5722;
        border-radius: 27px 27px;
        /* background: #003cff4f; */
        border: solid #dea651 2px;
        background: linear-gradient(360deg, transparent, black, #2b3138);
        display: inline-block;
        }	
    
        .single-process-inner2 h3{
            text-align: justify;
        }

a {
    text-decoration: none;
}

.bigdiv {
    text-align: center;
    padding: 30px 0;
    padding-bottom: 0;
    /* background-color: #FFF9F9; */
} 

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

    .single-process-inner2 img {
        width: 90px !important;
    }

    .single-process-inner2 {
        padding: 12px;
}
}


.content{
    margin: auto 2%;
    
}

.headerdiv {
    padding-top: 20px;
    padding-bottom: 10px;
    /* background-color: var(--FondoHeader); */
    background: linear-gradient(180deg, #0c072a, #0c072a);;
}


.headerdiv-espacio{
    margin: 10px 45px;
    background-color: var(--FondoHeader);
}

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


.section{
    /* background: linear-gradient(180deg, black, black); */
    text-align: center;
    padding: 2% 0;
}

.franja-info{
    padding: 2% 20px;
    /* background-color: var(--FondoFranjaInfo); */
    background: linear-gradient(90deg, black, #293949);
}

.franja-info h3{
    color: #fff;
    margin: 0 7%;
    font-size: 20px;
}

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


.meddiv80{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    /* padding: 0 1%; */
}

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

.meddiv66 {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    /* margin: 0 1%; */
}

.meddiv33 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}

.meddiv20 {
    width: 17%;
    display: inline-table;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}

.meddiv50 {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 1%; */
    padding: 0  15px;
    justify-content: center;
}

.meddiv50 img{
    width: 93%;
}

.vertam {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding: 0.5% 0;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.logo img {
    width: 340px;
    padding: 20px 0;
}

.contacticons a{
    color: #ffffff;
}

.card{
    background: linear-gradient(360deg, transparent, black, #2b3138);
    margin: 20px;
    /* padding: 10px; */
    display: inline-table;
    width: 334px !important;
    height: 330px;
    border: 2px solid #000000;
}

.card-titulo{
    color: #dea651;
    /* text-transform: uppercase; */
    font-size: 50px;
    font-family: 'monse3';
    /* font-weight: bold; */
}

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

    .card{
        background-color: #00003e;
        margin: 25px;
        padding: 10px;
        width: 80% !important;
        height: 250px;
    }

    .card-titulo{
        font-size: 37px;
        padding: 10px 0;
    }

    .franja-info h3{
        color: #fff;
        margin: 0 0%;
        font-size: 15px;
        text-align: justify;
    }
    }

.c11{
    /* border-right: 5px solid #dea651; */
}
.c12{
    /* border-right: 5px solid #dea651; */
    /* border-left: 5px solid #dea651; */
}
.c13{
    /* border-left: 5px solid #dea651; */
}

.c1{
    border-bottom: 5px solid #dea651; border-right: 5px solid #dea651;
}

.c2{
    /* border-bottom: 5px solid #dea651; */
    /* border-right: 5px solid #dea651; */
    /* border-left: 5px solid #dea651; */
}
.c3{
    /* border-bottom: 5px solid #dea651; */
    /* border-left: 5px solid #dea651; */
}


.c4{
    /* border-top: 5px solid #dea651; */
    /* border-right: 5px solid #dea651; */
}
.c5{
    /* border-top: 5px solid #dea651; */
    /* border-right: 5px solid #dea651; */
    /* border-left: 5px solid #dea651; */
}
.c6{
    /* border-top: 5px solid #dea651; */
    /* border-left: 5px solid #dea651; */
}

.contacticons img {
    background-color: #dea651;
    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; */
    width: auto;
}


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

}

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


input, textarea {
    width: 100%;
    border: solid 1px #464646;
    margin-bottom: 5px;
    border-radius: 4px;
    font-size: 20px;
    padding: 8px 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: 17px;
    line-height: initial;
    /* background-color: #00339a; */
    color: #fff;
    border-radius: 8px;
    padding-bottom: 8px;
    /* padding: 1px; */
}

.titleform-txt{
    text-align: justify;
}

.titleform-txt h1, .titleform-txt h2{
    /* text-transform: uppercase; */
}

/* .titleform-txt h2{
    font-family: 'monse';
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.titleform-txt h2 span{
color: #ffca7a;
} */

.titleform-txt h2{
    font-family: 'monse4';
    font-weight: normal;
    text-align: center;
    font-size: 27px;
    color: #fff;
    line-height: 39px;
}

.titleform-txt h2 span{
    color: #ffca7a;
}

.numContact { 
    font-size: 24px;
    color: gray;
}

.titleform-txt h3 span{
	color: #ffca7a;
}

.titleform-txt h1{
    font-size: 55px;
}
.titleform-txt h1 span{
    font-size: 34px;
    color: #edb546;
}


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

.herramientas-img img{
    /* background-color: #FFF9F9; */
    width: 60%;
}

.herramientas-img2 img{
    /* background-color: #FFF9F9; */
    width: 60%;
}

/* .finalicons img{
    width: 200px !important;
} */

.onlytext {
line-height: 24px;
}

video{
    width: 80%;
    cursor: pointer;
}

#owlc2 img {
    background-color: #fff0;
    /* border-bottom: 5px solid #dea651; */
    /* border-right: 5px solid #dea651; */
}

.titletext {
    /* font-size: 30px; */
    text-align: center;
    border-bottom: solid 3px #dea651;
    margin-bottom: 30px;
}

.titletext h1{
    color: #dea651;
    font-size: 38px;
    padding: 30px 0;
    /* font-weight: bold; */
}

.finalicons {
    text-align: center;
    /* margin-top: 60px; */
}

.margsepright {
    margin-right: 10px;
}

.margsepleft {
    margin-left: 10px;
}


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

.callltoaction:hover{
    background-color: #2a748a;
}

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


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

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

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


footer {
    text-align: center;
    padding: 40px 0 80px;
}

.buttcallb {
    text-decoration: none;
    color: #ffc56e;
}

.buttcallb:hover{
    color: #dea651;
}

.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: 5px;
    right: 5px;
    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{
    padding-bottom: 0px;
}

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


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

.popupprivacywhite {
    background-color: #fff;
    
    padding: 20px;
}

.privacypol {
    cursor: pointer;
}

.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 #dea651;
    border-width: 6px 6px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 36%;
    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 #dea651;
    border-width: 0 0 6px 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 37%;
    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: #dea651;
}

.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: #000;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: solid 1px #dea651;
    text-align: left;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
    font-family: 'monse', sans-serif;
    font-weight: bold;
}
  


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

 
  
  .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: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

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

  .panel p {
    text-align: left;
}

.page-content p {
    color: #000;
}


.iconredprof {
    width: 80px;
    border-radius: 52%;
}

.iconcontact.red {
    width: 23px;
    padding: 3px;
    position: relative;
    left: 35px;
    top: 25px;
}


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

    .meddiv50, .meddiv20, .meddiv33, .meddiv66, .meddiv80 , .meddiv75, .meddiv100{
        width: 95%;
        text-align: center;
        margin: 0 0 5px 0;
        justify-content: center;
    }
    
    body {
        margin: 0px;
      }
    

      video{
        width: 100%;
      }

      .video-responsive{
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px;
        position: relative;
        }

      .video-responsive iframe, .video-responsive object, .video-responsive embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        }

        .finalicons {
            width: 100%;
        }
      
}

@media only screen and (max-width: 767px) {
    .herramientas-img img{
        /* background-color: #FFF9F9; */
        width: 60%;
    }

    .herramientas-img2 img{
        /* background-color: #FFF9F9; */
        width: 40%;
    }

    .c3 img{
        width: 80%;
    }
}


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

.nomayus {
    text-transform: none !important;
}

.hidden1 {
    /* display: none; */
}

h1.secondtitle {
    color: #dea651;
    font-size: 38px;
    padding: 35px 0;
    /* font-weight: bold; */
}


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

    .titleform{
        padding: 10px;
    }

    .titleform-txt{
        text-align: center;
    }
    
       .titleform-txt h1{
        font-size: 41px;
       }
       .titleform-txt h1 span{
        font-size: 22px;
       }
    
       .titleform-txt h2{
        font-size: 23px;
        text-align: center;
        line-height: normal;
       }

       .hidden1 {
        display: block;
    }

    h1.secondtitle { font-size: 28px; margin-top: 0; }
}

.agenda{
    padding: 10px 20px;
    background-color: red;
    border-radius: 16px;
    color: #fff;
    /* font-weight: 700; */
    font-size: 31px;
    font-family: 'monse2';
    /* margin-bottom: 5px; */
    letter-spacing: 2px;
}

.agenda:hover{
    color: #fff;
    background: #bc0000;
    /* transform: scale(1.1) !important; */
}

@media only screen and (max-width: 767px) {
    .agenda{
        font-size: 22px;
    }
	
	.section{
        padding: 10px 0;
    }
}

.metodtr {
    background-color: #fff;
    margin-top: 25px;
    padding: 10px;
    border-radius: 16px;
    font-size: 16px;
    border-bottom: 5px solid #dea651;
    border-right: 5px solid #dea651;
    color: #00003e;
    text-align: justify;
}

.metodtr span {
    color: #dea651;
}

.sectentre {
    text-align: center;
    /* color: #fff; */
}
.owl-carousel .item {
    text-align: center;
    color: #fff;
    line-height: 1.4;
    
}

.iconinside {
    width: 38px !important;
    float: left;
    padding: 5px;
}

.circulo-equipo{
    
    width: 135px;
    height: 150px;
    border-radius: 38px;
    display: inline-flex;
    overflow: hidden;
    /* border: solid #dea651 2px; */
    /* background: linear-gradient(180deg, #4296e554, #13008600); */
    background: #dea651;
    
}

.circulo-equipo img{
    width: 120px;
    justify-content: end;
    align-self: end;
    align-items: end;
}

.item-equipo p{
    font-weight: bold;
    margin-bottom: 2px;
    
}

.item-equipo span{
    color: #ccc;
    font-weight: 200;
    font-size: 14px;
    
}

.copyright{
    color: #fff;
}

.copyright a{
    color: #dea651;
}

.whatsapp-button {
            display: inline-block;
            background-color: #25d366;
            color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 43px;
            font-size: 28px;
            font-weight: bold;
            border: none;
            cursor: pointer;
        }
		
.whatsapp-button:hover{
    background-color: #136d0b;
}
		
ul {
    font-size: large;
    text-align: left;
    list-style: none;
    /* display: block; */
    /* list-style-type: disc; */
    /* margin-block-start: 1em; */
    /* margin-block-end: 1em; */
    /* margin-inline-start: 0px; */
    /* margin-inline-end: 0px; */
    padding-inline-start: 0px;
}
		
li {
    line-height: 30px;
    /* display: list-item; */
    /* text-align: -webkit-match-parent; */
}		 
 