﻿/*  
    FONTS
    ==============
*/
/** Generated by FG **/
@font-face {
    font-family: 'Ubuntu';
    src: url('font/Ubuntu-B_0.eot');
    src: local('☺'), url('font/Ubuntu-B_0.woff') format('woff'), url('font/Ubuntu-B_0.ttf') format('truetype'), url('font/Ubuntu-B_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu_m';
    src: url('font/Ubuntu-M_0.eot');
    src: local('☺'), url('font/Ubuntu-M_0.woff') format('woff'), url('font/Ubuntu-M_0.ttf') format('truetype'), url('font/Ubuntu-M_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body, html {
    margin: 0px;
    font-family: Ubuntu, sans-serif;
    color: #101820;
    line-height: 1.5;
}

/* LOGIN */
.bgLogin {
    background-color: #efefef;
    background-image: url('../images/bg1.png');
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedor-principal {
    width: 100%;
}

    .contenedor-principal img {
        float: right;
        width: 20%;
        margin-top: 1%;
        margin-right: 10%
    }

.sub-contenedor {
    width: 50%;
    padding-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-d {
    font-family: Ubuntu_m;
    width: auto;
    color: #888888;
}

    .contenedor-d h1 {
        color: #00b1b0;
        margin: 0px;
    }

.contenedor-iz {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.formulario-inicio {
    background-color: rgba(188, 222, 164, 0.40);
    padding: 15px;
    border-radius: 20px;
}

.campo {
    width: 250px;
    height: 35px;
    border: solid 1px #a4a4a4;
    border-radius: 10px;
    font-family: Ubuntu_m;
    color: #00b1b0;
    padding-left: 20px;
    font-size: 16px;
}

.dir {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -8px;
    margin-left: 3px;
    cursor: pointer;
    border: 1px solid #00b1b0;
    border-radius: 100px;
    background-color: #00b1b0;
}

::-webkit-input-placeholder { /* Edge */
    font-family: Ubuntu_m;
    color: #c7c6c6;
    padding-left: 20px;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Ubuntu_m;
    color: #c7c6c6;
    padding-left: 20px;
    font-size: 16px;
}

::placeholder {
    font-family: Ubuntu_m;
    color: #c7c6c6;
    padding-left: 20px;
    font-size: 16px;
}

.btn {
    background-color: #00b1b0;
    color: #ffffff;
    font-family: Ubuntu;
    border: none;
    max-width: 70%;
    height: auto;
    /*font-size: 16px;*/
    cursor: pointer;
    border-radius: 10px;
    transition: .6s;
    overflow: hidden;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.titMsg {
    width: 80%;
    margin-left: 1vw;
}

.btnMsg {
    padding: 0.6vw;
    font-size: 0.8vw;
}

button:focus {
    outline: none;
    color: #e6e6e6;
}

button:before {
    background: rgba(255, 255, 255, .5);
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    filter: blur(30px);
    transform: translateX(-130px) skewX(-15deg);
    color: #e6e6e6;
}

button:after {
    background: rgba(255, 255, 255, .2);
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(30px);
    transform: translate(-100px) scale(-15deg);
    color: #e6e6e6;
}

button:hover {
    color: #e6e6e6;
}

    button:hover:before {
        color: #e6e6e6;
        transform: translateX(300px) skewX(-15deg);
        opacity: .6;
        transition: .7s;
    }

.btn:hover {
    color: #e6e6e6;
}

    .btn:hover:before {
        color: #e6e6e6;
        transform: translateX(300px) skewX(-15deg);
        opacity: .6;
        transition: .7s;
    }
/* LOGIN */

header {
    width: 100%;
    /*background-color: #efefef;*/
    margin-top: -16px;
}

.hamburger_menu {
    display: none;
}
/************************
  HEADER
************************/
@media (max-width: 800px) {
    body {
        font-size: 20px;
    }


    .page-header {
        width: 95%;
        overflow: hidden;
        background: #efefef;
        padding: 1em 0 0;
        height: 135px;
        transition: all .4s linear;
        /*border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;*/
    }

    .page-contents {
        max-width: 95%;
        margin-top: 1%;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #efefef;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .imgModal {
        width:30px;
    }

    .imgSeccion {
        width: 5%;
        padding-left: 7%;
    }
}
/* ------------------------------------------------------------ */
@media (max-width: 800px) {
    .page-header {
        overflow: hidden;
        background: #efefef;
        padding: 1em 0 0;
        height: 120px;
        transition: all .4s linear;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .page-contents {
        max-width: 80%;
        margin-top: 2%;
        padding-top: 10px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #efefef;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .imgSeccion {
        width: 10%;
    }
}

.page-header .center-contents {
    max-width: 100%;
    margin: auto;
    height: 135px;
    overflow: hidden;
}

.logo {
    max-width: 100%;
    display: block;
    float: left;
    margin: 0 0 1em 1em;
}

    .logo img {
        display: block;
    }

.name_menu {
    float: right;
    margin-top: 1%;
    margin-right: 10%;
}

.nombre {
    font-size: 1.5vw;
}

.acceso {
    font-size: 0.7vw;
}

.name_menu a {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
    text-decoration: none;
}

.content_menu {
    width: 95%;
    margin-top: -100px;
}

.nav_menu {
    background: #efefef;
    width: auto;
    margin-top: 85px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

    .nav_menu div {
        display: inline-block;
        padding: 20px;
        cursor: pointer;
        color: #00b1b0;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

        .nav_menu div:hover {
            background-color: #c7c7c7;
        }

.img_menu {
    width: 4vw;
    filter: none;
}

.submenu {
    font-size: 0.9vw;
}

    .submenu:hover .img_menu {
        width: 4vw;
        filter: grayscale(2000%) brightness(10000%) contrast(10000%);
        -webkit-filter: grayscale(2000%) brightness(10000%) contrast(10000%);
        color: #ffffff;
    }

    .submenu:hover label {
        color: #ffffff;
    }

    .submenu a {
        color: #00b1b0;
        text-decoration: none;
    }

/*.submenu a:visited {
    text-decoration: none;
}

.submenu a:active {
    text-decoration: none;
}

.submenu a:link {
    text-decoration: none;
}

.submenu a:hover {
    text-decoration: none;
}*/

.children {
    display: none;
    background: #c7c7c7;
    position: absolute;
    width: auto;
    z-index: 1000;
    margin-left: -20px;
    padding: 20px;
    padding-left: 35px;
    border-bottom-right-radius: 50px;
}

    .children:hover {
        color: #ffffff;
    }

    .children .submenu:hover {
        color: #ffffff;
    }

    .children li {
        list-style-image: url(../images/list.png);
        font-family: Ubuntu;
        font-weight: lighter;
        text-align: left;
        padding: 5px;
    }

        .children li:hover {
            list-style-image: url(../images/list_b.png);
            color: #ffffff;
            background-color: #888888;
        }

        .children li a {
            color: #00b1b0;
            text-decoration: none;
        }

            .children li a:visited {
                text-decoration: none;
            }

            .children li a:active {
                text-decoration: none;
            }

            .children li a:link {
                text-decoration: none;
            }

            .children li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

.panel {
    position: fixed;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

/*  
    Demo Specific Styles
    ====================
*/
.wrap {
    position: relative;
    max-width: 100%;
    margin: 0 10px;
}

.menu-link {
    color: #00b1b0;
    text-decoration: none;
    font-size: 32px;
    position: fixed;
}

.panel {
    background: #efefef;
}

    .panel li {
        padding: 15px;
        list-style: none;
    }

    .panel a {
        color: #00b1b0;
        text-decoration: none;
    }

.dvLogo {
    float: left;
    width: 70%;
    padding-left: 30px;
    padding-top: 30px;
}

.name_func {
    font-family: Ubuntu_m;
    float: right;
    padding-right: 5%;
    padding-top: 3%;
    text-align: right;
}

.logo_menu {
    width: 40%;
    height: 10%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;
}

.logo {
    width: 50%;
    margin-top: 15%;
    margin-left: 6%;
}

.logo_page {
    width: 13%;
    margin-top: 1.5vw;
    margin-left: 35px;
    float: left;
}

.content {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.contentData {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.contentData_min {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.titSeccion {
    margin-left: -25px;
    font-family: Ubuntu_m;
    color: #00B1B0;
    font-size: 2.1vw;
}

.titulosgenerales {
    font-family: Ubuntu;
    color: #00B1B0;
    font-size: 1.1vw;
}

.informacion {
    font-family: Ubuntu_m;
    color: #888888;
}

.informacion1 {
    font-family: Ubuntu_m;
    color: #888888;
}

.tbFormulario {
    width: 100%;
}

.tituloSeccion {
    margin-top: 25px;
    margin-left: 50px;
    position: absolute;
}

.mensaje {
    font-family: Ubuntu_m;
}

.modal {
    background-image: url(../images/bgmodal.png);
    background-repeat: repeat;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 5%;
    z-index: 9999;
}

.insideModalD {
    background-color: #FFFFFF;
    color: #000000;
    height: auto;
    width: 30vw;
    margin: auto;
    padding-top: 1%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.insideModalDir {
    background-color: #FFFFFF;
    color: #000000;
    height: auto;
    width: 80%;
    margin: auto;
    padding-top: 1%;
}

.modalAC {
    background-image: url(../images/bgmodal.png);
    background-repeat: repeat;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1%;
    z-index: 9999;
}

.insideModalAC {
    background-color: #FFFFFF;
    color: #000000;
    height: 90%;
    width: 99%;
    margin: auto;
    padding-top: 1%;
}

.modalPEP {
    background-image: url(../images/bgmodal.png);
    background-repeat: repeat;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1%;
    z-index: 999;
}

.insideModalPEP {
    background-color: #FFFFFF;
    color: #000000;
    height: 800px;
    width: 90vw;
    margin: auto;
    padding-top: 1%;
}

.tituloMsg {
    font-size: 1.5vw;
    color: #07afad;
}

.contMsg {
    font-size: 0.8vw;
}

.tbCuenta {
    width: 70%;
}

.tbAhorros {
    width: 70%;
    margin-left: 15%;
}

.tbCreditos {
    width: 70%;
    margin-left: 15%;
}

.descrip {
    display: none;
}

.actived {
    color: #000;
    opacity: 1;
    border-color: rgba(0, 177, 176, 0.6);
}

.deactived {
    color: #B9B9B9;
    opacity: 1;
    border-color: #B9B9B9;
}

@media screen and (max-device-width : 480px) {


    .modal {
        background-image: url(../images/bgmodal.png);
        background-repeat: repeat;
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        padding-top: 40%;
        z-index: 999;
    }

    .insideModalD {
        background-color: #FFFFFF;
        color: #000000;
        height: 800px;
        width: 90%;
        margin: auto;
        padding-top: 1%;
    }

    .campo {
        width: 80%;
        height: 90px;
        border: solid 1px #a4a4a4;
        border-radius: 10px;
        font-family: Ubuntu_m;
        color: #00b1b0;
        padding-left: 20px;
        font-size: 50px;
    }

    .imgModal {
        width: 15%;
    }

    .tituloMsg {
        padding-left: 10px;
        font-size: 7vw;
        color: #07afad;
    }

    .contMsg {
        font-size: 70px;
    }

    .btn {
        background-color: #00b1b0;
        color: #ffffff;
        font-family: Ubuntu;
        border: none;
        max-width: 100%;
        height: auto;
        /*font-size: 16px;*/
        cursor: pointer;
        border-radius: 10px;
        transition: .6s;
        overflow: hidden;
    }

    .btnMsg {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 70px;
    }

    .logo_page {
        width: 80%;
        margin-top: 1.5vw;
        margin-left: 105px;
        float: left;
    }

    .name_menu {
        float: right;
        margin-top: -4%;
        margin-right: 10%;
        margin-top: -4%;
        margin-right: 10%;
        width: 65%;
    }

    .nombre {
        font-size: 6vw;
    }

    .page-header {
        width: 95%;
        overflow: hidden;
        background: #efefef;
        padding: 1em 0 0;
        height: 680px;
        /*transition: all .4s linear;*/
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .content_menu {
        background: #efefef;
        width: 95%;
        margin-top: -10px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .page-contents {
        max-width: 90%;
        margin-top: 5%;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #efefef;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .page-header .center-contents {
        max-width: 100%;
        margin: auto;
        height: auto;
        overflow: hidden;
    }

    .hamburger_menu {
        display: block;
    }

        .hamburger_menu .iconMenuH {
            width: 8vw;
            height: 8vw;
            cursor: pointer;
        }

    #menuAsociado {
        display: none;
    }

    .nav_menu {
        width: 50%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

        .nav_menu div {
            display: inline-block;
            padding: 50px;
            cursor: pointer;
            color: #00b1b0;
            border-top-left-radius: 50px;
            border-bottom-right-radius: 50px;
        }

            .nav_menu div:hover {
                background-color: #c7c7c7;
            }

    .acceso {
        font-size: 2vw;
    }

    .submenu label {
        font-size: 30px;
    }

    .img_menu {
        width: 120px;
        filter: none;
    }

    .imgSeccion {
        width: 30%;
    }

    .tituloSeccion {
        margin-top: 70px;
        position: absolute;
    }

    .titSeccion {
        margin-left: -50px;
        font-family: Ubuntu_m;
        color: #00B1B0;
        font-size: 80px;
    }

    .titulosgenerales {
        font-family: Ubuntu;
        color: #00B1B0;
        font-size: 50px;
        text-align: left;
    }

    .tbCuenta {
        width: 100%;
    }

    .tbAhorros {
        width: 100%;
        margin-left: 0;
    }

    .tbCreditos {
        width: 100%;
        margin-left: 0;
    }

    .informacionTit {
        font-family: Ubuntu_m;
        color: #000000;
        font-size: 30px;
        text-align: left;
    }

    .informacionTit1 {
        background-color: #e4e4e4;
        font-family: Ubuntu_m;
        color: #000000;
        font-size: 30px;
        text-align: left;
    }

    .informacion {
        font-family: Ubuntu_m;
        color: #888888;
        font-size: 30px;
    }

    .informacion1 {
        background-color: #e4e4e4;
        font-family: Ubuntu_m;
        color: #888888;
        font-size: 30px;
    }

    .descrip {
        position: absolute;
        left: 14%;
        display: block;
    }

    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table th {
            display: none;
        }

        table tr {
            display: block;
            margin-bottom: .625em;
        }

        table td {
            display: block;
            font-size: .8em;
            text-align: right;
        }

        table .titulosgenerales {
            text-align: left;
        }

        table td::before {
            content: attr(data-label);
            float: right;
            font-weight: bold;
            text-transform: uppercase;
        }

        table td:last-child {
            border-bottom: 0;
        }
}


/* AFILIACION */
#regForm {
    background-color: #ffffff;
    margin: 10px auto;
    padding: 40px;
    width: 70vw;
}

::placeholder {
    font-family: Ubuntu_m;
    color: #c7c6c6;
    padding-left: 0.3px;
    font-size: 16px;
}

input {
    height: 1.2vw;
    font-family: Ubuntu_m;
    font-weight: lighter;
    border-radius: 3px;
    border: 1px solid rgba(0, 177, 176, 0.6);
    padding-left: 10px;
}

select {
    height: 1.5vw;
    font-family: Ubuntu_m;
    font-weight: lighter;
    border: 1px solid rgba(0, 177, 176, 0.6);
    border-radius: 3px;
    font-size: 0.6vw;
}

    input:focus, select:focus {
        background-color: rgba(149, 183, 52, 0.2);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(0, 177, 176, 0.6);
        outline: 1px solid #00B1B0;
    }

/* effect border */

.subtitulopag {
    height: 30px;
    background-color: #95B734;
    color: #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
/* FORMS */

.btnCalendar {
    border-radius: 3px;
    position: relative;
    top: -6px;
}

.demo input[type="checkbox"] {
    width: 50px;
    cursor: pointer;
}

    .demo input[type="checkbox"] :checked {
        margin-left: 25px;
        border: 1px solid blue;
    }
/* AFILIACION */

.progressCont {
    width: 95%;
    height: 20px;
    border: 1px solid #888888;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.progressBar {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 177, 176, 0.6);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

/* CIFIN */
#regFormC {
    background-color: #ffffff;
    margin: 10px auto;
    padding: 40px;
    width: 70vw;
}

.TituloTabla3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009999;
}


.TituloTabla3_m {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009999;
}