 BODY { 
   /* font: 10pt Arial, Helvetica, sans-serif; */
    margin: 0; 
    text-align: center; 
    
    background: #002397;
    background: -moz-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 35, 151, 1)), color-stop(100%, rgba(0, 178, 198, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002397', endColorstr='#00b2c6', GradientType=1)
} 
#contenedor{ 
    text-align: left; 
    width: 100%; 
    margin: auto; 
} 
#cabecera{ 
    background-color: #d0d0ff; 
    color: #333300; 
    font-size:12pt; 
    font-weight: bold; 
    padding: 3 3 3 10px; 
} 
#cuerpo{ 
    margin: 0 0 0 0px; 
} 
#lateral{ 
    width: 20%;     
    float:left; 
    margin-top: -22px;
    
} 
#lateral ul{ 
    margin : 0 0 0 0px; 
    padding: 0 0 0 0px; 
    list-style: none; 
} 
#lateral li{ 
    /*background-color: #ffffcc; */
    background: rgba(14, 13, 13, 0.13);
    margin: 2 2 2 2px; 
    padding: 2 2 2 2px; 
    font-weight: bold; 
} 
#lateral a{ 
    color: #3333cc; 
    text-decoration: none; 
} 
#otrolado{ 
   	width: 25%; 
    height: 100vh;
   	float: right;	
   /* background-color: #333;*/
} 
#principal{ 
    margin-left: auto; 
    margin-right: auto; 
    width: 60%; 
} 
#pie{ 
    background-color: #cccccc; 
    padding: 3 10 3 10px; 
    text-align:right; 
    clear: both; 
}

.main{
    height: 100vh;
    text-align: center;

}

.gradient_blue {
    /*color: #fff;*/
    
    /*background: #002397;
    background: -moz-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 35, 151, 1)), color-stop(100%, rgba(0, 178, 198, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002397', endColorstr='#00b2c6', GradientType=1)
*/
}

.ulmenu-block{
    list-style-type: none; display: inline-block;
}

.ulmenu{
    z-index: 1;  padding: 12px !important;
    width: 22.6em; text-align: left !important; margin-top: -20px !important; 
    z-index: 3;
    background: rgba(14, 13, 13, 0.13);
}

.navmenu{
    float: left; margin-top: -3%; margin-left: auto;
    background-color: antiquewhite;
}

.limenu-img{
    height: 3.5%; margin-top: -0.8%;  width: 40px; margin-left: 5%;
}

.limenu{
    border: 1px solid #fff ; border-radius: 28px; padding: 15px !important; margin-top: 5px !important; color: #000; font-size: 1.6em;
   
}

.tcambio-font{
    font-size: 0.8em;  font-weight: 600; font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-align: center;
}



.margintop-col1-col3{
    margin-top: 2em;            
}

img{
    max-width: 100%;
    height: auto;
}

iframe{width: 100%; border: none;}

.app_courses_list .content{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.razon, .ruc{
    text-align: center;
    color: #fff;
    font-size: .70em;
}


 /*////////////////////////////////////*/
 .copy-text{
    position: relative;
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    width: 9em
 }

 .copy-text2{
    position: relative;
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;  
    width: 100%
    /* 34em   */    
 }

 .copy-text input.text{
    padding: 5px;
    font-size: 14px;
    color: #555;
    border: none;
    outline: none;
    width: 7em
 }

 .copy-text2 input.text2{
    padding: 5px;
    font-size: 14px;
    color: #555;
    border: none;
    outline: none;
    width: 100%
 }

 .copy-text button{
    padding: 4px;
    background: #5784f5;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius:5px;
    cursor: pointer;
 }

 .copy-text2 button{
    padding: 4px;
    background: #5784f5;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius:5px;
    cursor: pointer;
 }

 .copy-text button:active{
    background: #800ce2;
 }

 .copy-text2 button:active{
    background: #800ce2;
 }

 .copy-text button:before{
    content: "Copiado";
    position: absolute;
    top: -10px;
    right: 25px;
    background: #5c81dc;
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 10px;
    display: none;
 }

 .copy-text2 button:before{
    content: "Copiado";
    position: absolute;
    top: -10px;
    right: 25px;
    background: #5c81dc;
    padding: 2px 6px;
    border-radius: 20px;
    font-size: 10px;
    display: none;
 }

 .copy-text button:after{
    content: "";
    position: absolute;
    top: 5px;
    right: 40px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
 }

 .copy-text2 button:after{
    content: "";
    position: absolute;
    top: 5px;
    right: 40px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
 }

 .copy-text.active button:before,
 .copy-text.active button:after{
   
    display: block;
 }

 .copy-text2.active button:before,
 .copy-text2.active button:after{
    display: block;
 }


 button{
    display: none;
 }

 .ruc1:hover > button{
    display: block;
 }

 .raz1:hover > button{
    display: block;
 }


.main_header_content_subtitle {
    flex-basis: 65%;
    justify-content: flex-end;
    text-align: center;
    margin-top: 2em
}

.main_header_content_subtitle_media {
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(83, 74,25, 0.3);
    -webkit-box-shadow: 0px 51px 26px -50px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 51px 26px -50px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 51px 26px -50px rgba(0, 0, 0, 0.72);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.content{
    display: block;
    margin: 0 auto;
}

.content a{
    text-decoration: none !important;
}

.main_footer_optin_button {
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    opacity: 0.9;
}


.optin_width{
    width: 100%;
}   

.gradient_red {
    color: #fff;
    background: rgba(239, 25, 1, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 0, 98, 1)), color-stop(100%, rgba(253, 111, 46, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
    background: linear-gradient(135deg, rgba(235, 199, 11) 0%, rgb(235, 0, 39) 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062', endColorstr='#fd6f2e', GradientType=1);
}

.gradient_red {
    color: #fff;
    background: rgb(54, 146, 5);
    background: -moz-linear-gradient(-45deg, #17b605 0%, rgb(20, 90, 8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(65, 188, 4)), color-stop(100%, rgb(26, 110, 14)));
    background: -webkit-linear-gradient(-45deg, rgb(110, 241, 11) 0%, rgb(1, 131, 29) 100%);
    background: -o-linear-gradient(-45deg, rgb(12, 228, 37) 0%, rgb(81, 253, 46) 100%);
    background: -ms-linear-gradient(-45deg, rgb(23, 173, 12) 0%, rgb(49, 253, 46) 100%);
    background: linear-gradient(135deg, rgb(11, 193, 32) 0%, rgb(0, 235, 8) 100%);   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0062', endColorstr='#fd6f2e', GradientType=1);
}

.gradient_red_font {
    background: linear-gradient(-45deg, rgba(255, 0, 98, 1) 0%, rgba(253, 111, 46, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_footer_copy .social a:hover {
    color: #fff;
    background: rgba(0, 35, 151, 1);
    background: -moz-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 35, 151, 1)), color-stop(100%, rgba(0, 178, 198, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 35, 151, 1) 0%, rgba(0, 178, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002397', endColorstr='#00b2c6', GradientType=1);
}

.app_blog_post_optin_link_btn:hover {
    opacity: 0.9;
}

.main_footer_optin_button:hover {
    opacity: 1;
    color: #fff
}

/*
@media (max-width: 760px){ 
.copy-text{
        width: ;
     }

}
*/

@media (max-width: 520px){ 
    .razon, .ruc{
        text-align: left;
        font-size: 0.70em;
        color: #fff;
    }

    .ruc{
        text-align: center !important;
     }
}






