<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Stylesheet */
/* CSS Document */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By cjcastellanos.ing@gmail.com
 */
@charset "utf-8";
/*Fonts*/
@font-face {
    font-family: "bancopichincha-bold";
    src: url("../font/Prelo\ Slab\ W04\ Bold.ttf");
}
@font-face {
  font-family: "bancopichincha-book";
    src: url("../font/Prelo\ Slab\ W04\ Book.ttf");
}
@font-face {
    font-family: "bancopichincha-light";
    src: url("../font/Prelo\ Slab\ W04\ Light.ttf");
}

body {
    font-family: 'bancopichincha-book';
}
.bold-pichincha{
    font-family: 'bancopichincha-bold' !important;
}
.light-pichincha{
    font-family:'bancopichincha-light' !important;
}


/*General*/
.section{
    padding: 0;
    margin: 0;
}
.preloader{
    padding: 5%;
    font-size: 2rem;
    color: #10133f;
    font-family: 'bancopichincha-bold' !important;
}
.h-55{
    height: 55px;
}
.cursor-pointer{
    cursor: pointer;
}
div#space-end {
    height: 100px;
}
/*
.preloader .color-spiner{
    border-color: #10133f;    
}
*/
.preloader .color-spiner {
    border-color: #ffd000;
}
.prevent-scroll{
    overflow: hidden;
}
div#loaderPage {
    background: transparent;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    padding-top: 10%;
}

/*Colors*/
.blue1{
    background-color: #10133f;
}
.blue2{
    background-color: #0f265c;
}
.yellow1{
    background-color: #ffd000;
}
.yellow2{
    background-color: #ffdd00;
}

.txt-blue1{
    color: #10133f !important;
}
.txt-yellow1{
    color: #ffd000;
}

/*UserLogin*/
#menuUserLogin {
    top: 90% !important;
    background: #033572;
    border-radius: 20px;
}
.bg-login{
    background: url(/educacioncontinuada/bancopichincha/include/img/bg-large.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #10133f;
}
#login-title h5 {
    font-size: 2.45rem;
    padding: 2% 0;
}
#login-title .withsub {
    padding-bottom: 0%;
}
label.logincustom.active {
    font-size: 2rem;
    top: -35px;
    margin-top: 15px;
    color: #ffd000;
    text-align: center;
}
label.logincustom{
    font-size: 1.8rem;
    top: -20px;
    color: #ffd000;
}
input#password {
    color: white;
}
input#email {
    color: white;
}

/*Register FORM*/
#register input {
    color: white;
}
#register .input-field &gt; label {
    color: white;
    font-size: 1.3rem;
}
#register .input-field .prefix.active {
    color: #ffdd00;
}
#register .input-field .helper-text {
    font-size: 16px;
    margin-bottom: 16px;
}
.btn-politica {
    background-color: #0f265c !important;
    color: white !important;
    line-height: 20px;
    padding: 10px;
}
.btn-politica:hover {
    background-color: #10133f !important;
    color: white !important;
}
#register label span {
    color: white;
}
#register [type="checkbox"]:checked + span:not(.lever):before {
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #ffdd00;
    border-bottom: 4px solid #ffdd00;
}

#register [type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after{
    border: 2px solid #000;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
border-bottom: 1px solid #ffdd00 !important;
-webkit-box-shadow: 0 1px 0 0 #ffdd00;
box-shadow: 0 1px 0 0 #ffdd00;
}

/*Modal*/
.modal.large {
    width: 90%;
    max-height: 90%;
    top: 5% !important;
    height: 100%;
}
.modal-overlay-front {
    background: #10133f !important;
    opacity: 0.95 !important;
}
.txt-modal {
    padding: 2%;
    padding-bottom: 5%;
    font-size: 2rem;
    color: #10133f;
    font-family: 'bancopichincha-light' !important;
}
.txt-modal strong {
    font-weight: 700;
}

/*/ModalCourse*/
.modalCourse .modal-footer {
    position: absolute;
    background: transparent;
}
div#mcourse {
    padding: 0;
    margin: 0;
}
#modalCourse a.modal-close {
    margin-right: 15px;
}

/*/ModalLogin*/
.modalLogin .modal-footer {
    position: absolute;
    background: transparent;
}
div#mlogin {
    padding: 0;
    margin: 0;
}
#modalLogin a.modal-close {
    margin-right: 15px;
}
div#modalLogin {
    max-height: 80%;
}
#course-button .col.s12 {
    padding-bottom: 10px;
}
.logoutPc{
    opacity: 0.8 !important;
    background: #10133f !important;
}
.logoutPc:hover{
    opacity: 0.8 !important;
    background: #ffdd00 !important;
}

/*Header NAV*/
.navbar-fixed{
    height: 100px  !important;
}
.header{
    padding: 20px 50px;
}
#logo-container .left{
    padding-right: 15px;
}
#logo-container .right{
    padding: 0 15px;
    border-left: solid 1px white;
}
img.logosecond {
    padding-top: 5px;
}
li:first-child {
    border-left: none;
}
nav ul li {
    padding: 0 10px;
    border-left: solid 1px white;
}
nav ul a{
    /*font-size: 26px;*/
    font-size: 22px;
}


/*Banner*/
#banner img.responsive-img {
    width: 100%;
    height: auto;
    max-width: 1200px;
}

/*Introduccion*/
div#introduccion{
    padding: 50px 0;
}
#introduccion h5{
    /*font-size: 2.74rem;*/
    font-size: 2rem;
}

/*Cursos*/
#cursos .title, #miscursos .title{
    /*font-size: 50px;*/
    font-size: 40px;
    margin: 50px 0 30px 0;
}
#cursos h5.title::after,#miscursos h5.title::after  {
    content: '';
    border-bottom: 5px solid #10133f;
    width: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.container#course, .container#mycourse {
    width: 90% !important;
    max-width: 1624px;
}
#myoffer .titlecourse,#myofferMyCorse .titlecourse {
    font-size: 18px !important;
    line-height: 19px;
    text-align: center;
    font-family: 'bancopichincha-bold';
    color: #10133f !important;
}



/*DetailCourse*/
.bg-first{
    background: url(/educacioncontinuada/bancopichincha/include/img/bg-medium.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #10133f;
    max-height: 400px;
}

.course-detail.container{
    width: 90%;
}
#course-title h5 {
    /*font-size: 2.85rem;*/
    font-size: 2.40rem;
    padding: 12% 18% 0 0;
}
#course-description h5{
    font-size: 1.6rem;
    padding: 50px;
    line-height: 35px;
}

div#course-video {
    padding: 25px 0;
}
/*
div#course-button {
    padding-top: 25px;
    padding-bottom: 60px;
}*/
#course-button .login{
    background-color: #10133f;
    height: 60px;
    /*width: 210px;*/
    line-height: 60px;
    font-size: 20px;
    border-radius: 15px;
    color: #ffd000;
    text-transform: initial;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 9px;
}
#course-button .login:hover{
    background: #ffdd00;
    color: #10133f;
}
.btn-login {
    background-color: #10133f;
    color: #ffd000;
    font-size: 18px;
    text-transform: initial;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
    border-radius: 10px;
}
.btn-login:hover {
    background: #ffdd00;
    color: #10133f;
}



/*PreFooter*/
div#pre-footer {
    margin-top: 7%;
}



/*Scroll*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgb(15 38 92);
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgb(35 34 57 / 10%);
  }



/*MediaQuery*/
/*Pc Custom header*/
@media only screen and (max-width: 1260px){
    /*Header*/
    .header{
        padding: 20px 15px;
    }
    .logo-hide-1200{
        padding: 0 2px !important;
    }

    nav ul li {
        padding: 0 1px !important;
    }
    nav ul a {
        padding: 0 5px !important;
        font-size: 19px !important;
    }
 }

 /*Pc Escritorio*/
@media only screen and (max-width: 1200px){

}
 
 /*Tablet*/
 @media only screen and (max-width: 992px){
    .header{
        padding: 20px 50px;
    }
    #login-title h5 {
        padding: 5% 0;
    }
    .logo-hide-1200{
        padding: 0 15px !important;
    }
    nav ul li {
        padding: 0 15px !important;
    }
    nav ul a {
        padding: 0 15px !important;
        font-size: 12px !important;
    }
     
    #course-description h5 {
        font-size: 1.5rem;
        padding: 40px;
        line-height: 30px;
    }
}



/*MediaQuery Movil*/
@media only screen and (max-width: 600px){
    /*Header*/
    .header {
        padding: 20px 10px;
    }
    #course-description h5 {
        font-size: 1.28rem;
        padding: 10px;
        line-height: 20px;
    }
    #course-title h5 {
        font-size: 2rem;
        padding: 20% 5% 0 0;
    }
    #login-title h5 {
        padding: 10% 0;
        padding-top: 25%;
        font-size: 2rem;
    }

    label.logincustom {
        font-size: 1.6rem;
    }
 }
 

</pre></body></html>