
: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/Kanit-Light.ttf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse2'; /*a name to be used later*/
    src: url('fonts/Kanit-Medium.ttf'); /*URL to font*/ 
}

@font-face {
    font-family: 'monse3'; /*a name to be used later*/
    src: url('fonts/Kanit-ExtraLight.ttf'); /*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/Kanit-SemiBold.ttf'); /*URL to font*/
}

body {
    /* margin: 0;
    color: #464646; */
    font-family: 'monse', sans-serif;
    font-size: 15px;
    /* background: gray; */
    margin: 0;
    /* font-weight: 400; */
}

.bold {
    font-family: 'monse2', sans-serif;
}

b {
    /* font-family: inherit; */
    /* letter-spacing: 0.5px; */
    /* line-height: initial; */
    /* font-size: 50px; */
    font-weight: bold;
}

p {
    color: white;
    font-size: 18px;
    /* font-weight: 400; */
    /* font-family: monse4; */
    line-height: 26px;
    padding: 0px 15px;
    /* 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: normal; */
    padding: 0 0 20px;
    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: 28px;
    /* font-weight: 600; */
    line-height: 36px;
    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; */
    } 

    .img-escondida{
display: none;
    }

    .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%; */
}


.meddiv90{
    width: 90%;
    display: inline-block;
    vertical-align: top; 
	padding: 0 15px;
}

.meddiv80{
    width: 80%;
    display: inline-block;
    vertical-align: top;
	padding: 0 15px; 
}

.meddiv75{
    width: 74%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
	padding: 0 15px;
}

.meddiv66 {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    /* margin: 0 1%; */
}


.meddiv50 {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 1%; */
    padding: 0  15px;
    border-radius: 99px;
    justify-content: center;
}

.meddiv50 img{
    width: 93%;
}

.meddiv40 {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}

.meddiv33 {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}

.meddiv20 {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}

.meddiv10 {
    width: 9%;
    display: inline-block;
    vertical-align: top;
    /* margin: 2%; */
    padding: 0 15px;
}
.vertam {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding: 0.1% 0;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.logo img {
    width: 284px;
    padding: 20px 0;
}

.contacticons a{
    color: #ffffff;
}


.banner img {
    /* width: 100%; */
}

.banner {
    /* padding-top: 0px; */
    text-align: center;
    /* padding-bottom: 40px; */
    /* background: var(--FondoBanner); */
    background-image: url('media/fondoban2.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */

/* background: rgb(236,255,253);
background: linear-gradient(180deg, rgba(236,255,253,1) 3%, rgba(189,252,206,1) 85%); */
}

.banner2 img {
    /* width: 100%; */
}

.banner2 {
    /* padding-top: 0px; */
    text-align: center;
    /* padding-bottom: 40px; */
    /* background: var(--FondoBanner); */
    background-image: url('media/fondoban3.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */

/* background: rgb(236,255,253);
background: linear-gradient(180deg, rgba(236,255,253,1) 3%, rgba(189,252,206,1) 85%); */
}


.card{
    background: linear-gradient(360deg, transparent, black, #2b3138);
    margin: 20px;
    /* padding: 10px; */
    display: inline-block;
    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: #d3af5c;
    padding: 3px;
    border-radius: 15px;
    width: 21px;
    vertical-align: middle;
}

.banner img {
    /* width: 100%; */
}

.banner {
    padding-top: 0;
    /* margin-top: 117px; */
    /* 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: 20px 0 0; */
}


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: 23px;
    color: #fff;
    line-height: 39px;
}

.titleform-txt h2 span{color: #d3af5c;font-weight: 600;}

.titleform-txt h3 span{
	color: #ffca7a;
	}

.titleform-txt h1{
    font-size: 55px;
}
.titleform-txt h1 span{
    /* font-size: 34px; */
    color: #d3af5c;
}


.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: 93%;
    cursor: pointer;
}

#owlc2 img {
    background-color: #fff0;
    border-radius: 380px;
    /* 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: #d3af5c;
    border-radius: 57px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.callltoaction:hover{
    background-color: #bd9946;
}

.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;
    background: black;
}

.buttcallb {
    text-decoration: none;
    color: #ffc56e;
}

.buttcallb:hover{
    color: #765812;
}

.buttcall {
    background-color: #ff0400;
    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: #c70300;
    color: white;
}

.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;
    color: white;
}


.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;
    color: white;
}

.contactinfo{
    padding-bottom: 0px;
}

.contactinfo a, .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;
}

.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: #0a0a0e;
    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;
    background-color: #0a0a0e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  
  /*------------------------------*/

  .panel p {
    text-align: left;
}


@media only screen and (max-width: 767px) {
 
	
	.meddiv10, .meddiv20, .meddiv33,  .meddiv40,  .meddiv50, .meddiv66, .meddiv75,  .meddiv80,  .meddiv90 , .meddiv100  {
        width: 100%;
        text-align: center;
        /* margin: 0 0 5px 0; */
        padding: 0 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%;
        }
      
}




.footer_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #272626;
    padding: 40px;
    margin-top: 35px;
    margin-bottom: 35px;

}


.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;
}
 
h1.secondtitle {
    color: #dea651;
    font-size: 38px;
    padding: 35px 0;
    /* font-weight: bold; */
}


.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; */
}
 
.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; */
}	 

#iconos  {
  display: inline-flex;
  align-items: flex-start;
}

@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 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row dense;
	}

	.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: 21px;
        text-align: center;
        line-height: normal;
        padding: 0 10px;
       }

       .hidden1 {
        display: block;
    }

    h1.secondtitle { font-size: 28px; margin-top: 0; 
	}
	
	 .agenda{
        font-size: 22px;
    }
	
	.section{
        padding: 10px 10px;
    }
	.hidden{
        display: none;
    }
	
	.img-ban {
    margin-left: 0px;
    margin-bottom: 0px;
 }

	.banner {
    /* background-size: contain; */
    /* background-position-y: 26px; */
 }
	
	li {
		 padding: 0 20px;
	}
	
	#iconos  {
  display: initial;
}
	
	
}
 
 .img-ban {
    /* margin-left: -60px; */
    margin-bottom: -6px;
}
 
.garti {
    background-color: #d3af5c;
    padding: 21px;
    color: #fff;
    text-align: center;
    border-radius: 27px;
    /* font-weight: 700; */
    font-family: 'monse1';
    font-size: 26px;
}

#video-container {
  position: relative;
  /* width: 640px; */ /* Ajusta el tamaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±o del contenedor segÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºn tus necesidades */
  /* height: 19px; */
  padding-bottom: 100%;*/
}

#video3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; /* Oculta el video inicialmente */
}


.formleads {
    background: linear-gradient(180deg, #8e8e8e30, #ffffffb3);
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    max-width: 600px;
    /* margin-top: 40px; */
    /* margin-bottom: 4%; */
    /* color: white; */
}

.textintroform {
    /* color: white; */
    font-size: 18px;
}


.form-title.text-center {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 10px 5px;
    /* line-height: 34px; */
    /* font-weight: bold; */
    background: #919191;
}

.inputform22 {
    width: 100%;
    border: none;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 18px;
    font-family: inherit;
    padding: 0px;
    color: gray;
}



button.btn.standard-button {
    color: white;
    font-size: 18px;
    border-radius: 24px;
    margin-top: 5px;
    cursor: pointer;
    font-family: inherit;
    background-color: #dea651;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px;
    border: white;
}

button.btn.standard-button:hover { 
    background-color: #ba8029; 
}

 .text-captcha {
		/formcolor: #464646;
		font-weight: bold;
		font-size: 9px;
		line-height: 18px;
	}

.refiereswhatsapp {
    background: linear-gradient(180deg, #25d366, #93df8e);
    padding: 20px;
    margin: 20px 0 0;
    border-radius: 20px;
}

.justify {
    text-align: justify;
}