html {
    height:100%;
    box-sizing: border-box;
}
*, *:before,*:after {
    box-sizing: inherit;
}
* {
    margin:0;
    padding:0;
}
.clearfix {
    overflow: auto;
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
@font-face
{
    font-family: "Montserrat-Medium";
    src: url("../fuentes/Montserrat-Medium.ttf")format("truetype");
}
.row{
    margin: 0;
}
@media only screen and (max-width: 460px) {
    .cabecera {
        background-color: rgba(58, 179, 222, .8);
        font-family: 'Montserrat-Medium';
        font-size: 13px;
        color: white;
        text-align: left;   
    }
    .cab-i {
        background-color: rgba(58, 179, 222, .5) !important;
        padding: 10px 0 0 0!important;
    }
    .nav-link {
        font-family: "Montserrat-Medium" !important;
        font-size: 22px !important;
        color: white !important;
        text-align: left !important;
        text-decoration: none;
        padding-left: 39px!important;
    }
    .down-item {
        font-family: "Montserrat-Medium" !important;
        font-size: 15px !important;
        color: white !important;
        text-align: left !important;
    }
    .sesion{
        background-color:white;
        border-color: rgb(0, 187, 255);
        color:cornflowerblue;
        text-shadow: cyan;
        display: block;
        padding: 0.75rem 1.0rem;
        margin-left: 20px;
    }
    .cab-logo > a > img {
        margin: 1% 0 0 0;
        width: 100%;
        height: 60px;
        padding: 0 0 0 8%;
    }
    .cab-i-h {
        text-align: center;
        margin-top: 5%;
    }
    .cab-i-h > div > img {
        width: 40%;
        display: none;
    }
    .cab-izqu,.oculto{
        display: none;
    }
    .cab-izq-ico {
        padding: 5px 0 0 0;
        color: white;
        text-align: center;
    }
    .cab-i {
        padding: 0;
    }
    .cab-i:focus{
        background: #29a4db;
    }
    .fa-bars:hover{
        cursor: pointer;
    }
    body {
        padding-top: 62px;
    }
    .carousel-item {
        height: auto!important;
      }
    .img1{
        display:none!important;
    }
    .img2{
        display:block!important;
    }
    .compu-nav{
        width: 45%;
    }
    .container-fluid{
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-right: auto;
        margin-left: auto;     
    }
    .dropdown-menu {
        font-family: "Montserrat-Medium" !important;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 0 0 0 50px;
        margin: 0.125rem 0 0;
        font-size: 17px;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: #29a3db00;
        width: 100%;
        border-color:rgba(255, 255, 255, 0);
      }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        line-height: 20px;
        font-size: 14pt;
      }
    .dropdown-menu.show {
        display: block;
        width: 100%;
      }
    .down-toggle::after{
        content: none !important;
    }
    .bpromo{
        background-color: #2e3233;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 4% 0;
    }
    .bpromo > p {
        font-family: 'Montserrat-Medium';
        color: #fff;
        font-size: 16pt;
        padding: 4% 6%;
        line-height: 22pt;
    }
    .btn-info{
        scale: 45%;
    }
    .intro-img{
        width: 100%;
    }
    .intro1>h1{
        padding: 10px 0;
        text-align: center;
        font-size: 20pt;
        color: #29a4db;
        font-family: "Montserrat-Medium"
    } 
    .intro1>p{
        text-align:center;
        padding: 4% 10%;
        font-family: 'Montserrat-Medium';
    }
    .bandejar > hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 100%;
        align-content: center;
    }
    .bandejap{
        text-align: center;
        padding: 1%  0 3% 0;
    }
    .bandejap > a{
        background-color: #29a4db;
        width: 100%;
        height: auto;
        font-size: 14pt;
        color: #fff;
        text-decoration: none;
        padding: 6% 12%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
    }
    .bandejap > a:hover{
        background-color: #f19519;
        width: 100%;
        height: auto;
        font-size: 14pt;
        color: #fff;
        text-decoration: none;
        padding: 6%  12%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
    }
    .banner1{
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .proceso-ots {  
        background-color: #000014;
    }
    .vidy{
        padding: 4%;
    }
    .p-ots-texto {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #29a4db;
    }
    .p-ots-texto1 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #bc1736;
    }
    .p-ots-texto2 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #f19519;
    }
    .p-ots-texto3 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #333333;
    }
    .p-ots-texto4 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #500000;
    }
    .p-ots-texto5 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color: white!important;
        text-align: center;
        background-color: #dea456;
    }
    .p-ots-texto7 {
        font-family: "Leelawadee-Regular";
        padding: 20px 7% 20px 7%;
        font-size: 14pt;
        color:#000000;
        text-align:  center;
        background-color: #feba06;
    }
    .p-ots-ico{
        text-align: center;
        color: #fff;
        padding: 20px 5% 20px 5%;
    }
    .longcol{
        padding: 14% 0;
    }
    .interno > p,
    .imple > p,
    .control > p,
    .registro > p {
        width: 142px;
        text-align: center;
        margin: 0 auto!important;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        letter-spacing: 2px;
        text-decoration: none;
        color: #fff;
    }
    .proces-img{
        padding: 5% 0 5% 0;
        width: 100px!important;
    }
    .proces-img1{
        width: 90px!important;
        height: auto;
    }
    .video1{
        padding: 10px 0;
        text-align: center;
    }
    .vid-info{
        padding: 10px 30px!important;
    }
    .vid-info1{
        padding: 5% 0 5% 0;
    }
    .vid-info1>p{
        padding: 12px;
        font-size: 11pt!important;
        text-align: center!important;
        display: inline-block;
        line-height: 30px;
    }
    .vid-img > img{
        width: 100%;
        height: 150px;
    }
    .vid-parra{
        text-align: center;
    }
    .vid-parra > p{
        font-size: 12pt;
        color: #000000;
        font-family:'Leelawadee-Regular';
    }
    .vid-intro>iframe{
        display: inline-block;
        width: 50%;
        padding: 30px;
    }
    .texto-vid{
        font-family:"Leelawadee-Regular";
        font-size: 14pt;
        text-align:center;
        padding: 40px;
    }
    .texto-vid>p{
        padding-left: 80px;  
        padding-bottom: 20px;
        line-height: 30px; 
        font-size: 12pt;
    }
    .texto-vid>h4{
        padding-left: 40px;  
        line-height: 20px; 
    }
    .color1{
        background: #fff;
    }
    .color2{
        background: #29a4db;
    } 
    .color3{
        color:#29a4db;
        font-family: "Montserrat-Medium";
        text-align: center;
        font-size: 16pt;
        padding: 4% 0;
    }
    .color4{
        background: #000014;
    }
    .bloque-gris{
        background-color: #666666;
        width: 100%;
        height: auto;
    }
    .bloque-gris2{
        background-color: #ffffff;
        width: 100%;
        height: 240px;
        margin-bottom: 10px;
    }
    .bloque-info{
        background-color: #666666;
        width: 100%;
        height: 180px;
        color: #fff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
        margin-bottom: 10px;
        text-align: left!important;
    }
    .bloque-info:hover{
        background-color: #29a4db;
        color: #fff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
    }
    .bloque-azul{
        background-color: #fff;
        width: 100%;
        height: 10px; 
    }
    .b-titulo{
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align:center!important;
        padding-top: 1%;
        font-size: 16pt;
        letter-spacing: 14px!important;
        background-color: #29a4db;
    }
    .b-titulo > p{
        padding: 3% 0 3% 0;
    }
    .b-titulo1 > p{
        font-family: "Montserrat-Medium";
        color: #29a4db!important;
        text-align:center!important;
        padding-top: 1%;
        font-size: 16pt;
        letter-spacing:2px!important;
        padding: 12% 0 0% 0;
    }
    .btexto{
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align:center;
        padding:20px 12px!important;
        font-size: 12pt;
        width: 100%;
        line-height: 30px;
        margin: 0;
    }
    .barra{
        text-align: center!important;
    }
    .barra>hr{
        padding-top: 10%;
        height: 60%;
        width: 4px;
        background: #fff;
        justify-content: center;
        display:inline-block;
    }
    .btexto>p>b{
        font-size:12pt;
        color: rgb(15, 214, 228)!important;
    }
    .param-pic1{
        width: 100%;
        padding-top: 10%;
    }
    .texto-param>p{
        padding: 0 10% !important;
        text-align: center;
        font-size: 12pt;
    }
    .texto-param>ul{
        padding-left: 30%;
        color: #0090BE;
    }
    .texto-param>ul>li{
        font-size: 16pt;
        line-height: 40px;
        list-style-image: s
    }
    .texto-param>ul>li>a{
        text-decoration: none;
    }
    .publi-1{
        width: 100%;
        height: auto;
        padding: 10% 7% 0 7%!important;
        text-align: center;
    }
    .publi1-img{
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10% 0;
    }
    .publi1-img > img{
        width: 85%;
        height: auto;
        bottom: 0%;
        left: 10%;
    }
    .publi-1 > h2{
        width: 100%;
        font-size: 24pt;
        font-family:'Montserrat-Medium';
        text-align: center;
        color: #424546;
    }
    .publi-1 > p{
        font-size: 14pt;
        padding: 2% 0 2% 0;
        text-align: center;
    }
    .publi-1 > p > b{
        font-size: 16pt;
        color: #29a4db;
    }
    .publi-1 >.btn{
        background: #29a4db;
        color: #fff;
        font-family:'Montserrat-Medium';
        text-align: center;
    }
    .publi-1 >.btn:hover{
        background: #ff861c;
        color: #ffffff;
        font-family:'Montserrat-Medium';
        text-align: center;

    }
    .funduter{
        background-color: #eff1f3;
        width: 100%;
        height: auto;
        padding: 10% 0;
    }
    .fundu {
        font-size: 12pt;
        color: #fff;
        padding: 4% 20%;
        background-color: #29a4db ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    .fundu:hover {
        font-size: 12pt;
        color: #fff;
        padding: 4% 20%;
        background-color: #db5b29 ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    a{ 
        color:#29a4db; 
    }
    .actualiza {
        font-family: "SourceSansPro-Regular";
        position: relative;
        height: auto;
        width: 100%;
        background-image: url("../img/MAIN/bannerpubli2.png");
        background-position: center;
        background-repeat: no-repeat;
        text-align: right;
        color: white;
        transition: background-color .5s;
        padding: 30% 0;
    }
    .actualiza:hover {
        background-color: rgb(28,80,133,0.7);
    }
    .actualiza::before {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background-color: inherit;
        content: ' ';
    }
    .actualiza > div > h2 {
        font-family: "Leelawadee-Bold";
    }
    .actualiza > div > hr {
        background-color: white;
        height: 3px;
        width: 180px;
        border: 0;
        display: inline-block;
    }
    .actualiza > div > p {
        font-size: 16pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        padding: 0 40px 24px 40px;
        text-align: center;
    }
    .act-princ > button {
        padding: 0 10% 0% 10%;
        color: white;
        background-color: #ff861c;
        border-radius: 5px;       
    }    .actualiza > div > button:hover{
        padding: 0 10% 0% 10%;
        color: #ff861c;
        background-color: #fff;
        border-radius: 5px;       
    }
    .act-princ {
        zoom: 1;
        filter: alpha(opacity=0); /*Opacidad Para IE */
        opacity: 0; /*Inicialmente transparente */
        -moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
        -webkit-transition:all ease .8s ;
        transition:all ease .8s;
        text-align: center;
    }
    .act-princ > h2{
        font-size: 30px; 
        padding: 4% 0;
    }
    .actualiza:hover .act-princ {
        filter: alpha(opacity=80);
        opacity: 1; /*Al hacer hover sobre la caja hacemos visible los datos*/
    }
    .dropdown-toggle::after {
        display: none;
    } 
    .sis-ban{
        padding: 10% 0 1% 0!important;
        align-content: center;
    }
    .card-text{
        font-size: 12pt;
        padding: 6% 0;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }
    .card-img{
        width: 103%!important;
    }
    .card-img-top {
        width: 100%!important;
        align-items: center;
    }
    .cuerpo-carta{
        padding:0 2% 15% 2%!important;
    }
    .cuerpo-carta >.btn{
        color: #eff1f3;
        background-color: #29a4db;
        font-family:'Montserrat-Medium';
        font-size: 10pt;
        transition:all ease .8s;
    }
    .cuerpo-carta >.btn:hover{
        color: #eff1f3;
        background-color: #ff861c;
        font-family:'Montserrat-Medium';
        font-size: 10pt;
        transition:all ease .8s;
    }
    .card-container:hover .card-front{
        transform: rotateY(180deg);
    } 
    .card-container:hover .card-back{
        transform: rotateY(0deg);
    }
    .card-back{
        transform: rotateY(180deg);
        text-align: center!important;
        background-color: rgb(198, 238, 252);
        border: rgb(198, 238, 252);
        align-items: center!important;
        background-image: url("../img/MAIN/fondo1.png");
    } 
    .card{
        position: absolute;
        transition: all 0.9s;
        height: 100%;
        width: 100%;
        backface-visibility: hidden;
    }
    .card-front{
        align-content: center!important;
        width: 100%;
        height: auto;
        text-align: center!important;
    }
    .card-back .card-body{
        position: relative;
    }
    .card-body a{
        position: absolute;
        top: 96%;
        left: 50%;
        margin:-15% 0 0 -23%;
    }
    .sis-ban{
        align-content: center!important;
        text-align: center!important;
        justify-content: center!important;
        width: 100%;
    }
    .card-container{
        position: relative;
        width: 18rem;
        perspective: 200rem;
        height: 412px;
        justify-content: center!important;
    }
    .card-img{
        width: 103%!important;
    }
    .card-img-top {
        width: 60%!important;
        align-items: center;
      }
    .card-container:hover .card-front{
        transform: rotateY(180deg);
    } 
    .card-container:hover .card-back{
        transform: rotateY(0deg);
    }
    .card-back{
        transform: rotateY(180deg);
        text-align: center!important;
        background-color: rgb(198, 238, 252);
        border: rgb(198, 238, 252);
        align-items: center!important;
    } 
    .card{
        position: absolute;
        transition: all 0.9s;
        height: 100%;
        width: 100%;
        backface-visibility: hidden;
    }
    .card-back .card-body{
        position: relative;
    }
    .card-body a{
        position: absolute;
        top: 96%;
        left: 50%;
        margin:-15% 0 0 -23%;
    }
    a{ 
        color:#29a4db; 
    }
    .ayuda>p{
        text-align: center;
        color: #0090BE;
        width: 100%;
        height: auto;
    }
    .ayuda> a >img{
        width: auto;
    }
    .ayudalog>img{
        width: auto;
    }  
    .noti1{
        background: #333536;
        height: auto;
        width: 100%;
        border-top-color: #fff;
        border-top-style: solid; 
        border-width: 2px;
        text-align: center;
    } 
    .noti1 > img {
        width: 100%;
        height: 200px;
        padding: 4% 0 2% 0;
    }  
    .noti1>h4{
        padding: 4% 10% 0 10%;
        color: #fff;
        font-family:"Montserrat-Medium";
    }
    hr{
        border-width: 3px;
        border-color: #29a4db;
    }
    .noti1>hr{
        border-width: 3px;
        border-color: #fff!important;
        width: 80%;
        display: inline-block;
    }
    .noti1>p{
        color: #fff;
        padding: 0 10% 0 10%;
        font-family: 'Montserrat-Medium';
        margin: 0;
        font-size: 12pt;
    }
    .noti1>a{
        padding: 10px;
        margin: 20px;
    }
    .tablero-noticia{
        padding: 2% 7% 2% 7%!important;
    }
    .noti1>hr{
        border-width: 3px;
        border-color: #fff!important;
        width: 80%;
        display: inline-block;
    }
    .noti1>a{
        padding: 10px;
        margin: 20px;
    }
    .caso-exito > img{
        width: 100%;
        height: 150px;
    }
    .caso-ex{
        width: 100%;
        height: 280;
        text-align: center;        
    }
    .caso-ex > img{
        height: 160px;
        width:auto; 
        padding: 2%;
    }
    .caso-ex{
        width: 100%;
        height: 280;
        text-align: center; 
        position: relative;
        overflow: hidden;       
    }
    .caso-ex:hover .texto-caso{
        transform: translateY(0%);
    }
    .caso-ex:hover .imagen-caso{
        transform: scale(1.15)
    }
    .imagen-caso{
        transition: all 0.5s;
    }
    .caso-ex > img{
        height: auto;
        width:100%; 
        padding: 2%;
    }
    .texto-caso{
        position: absolute;
        bottom: 0;
        padding: 10px;
        background: rgba(7, 199, 247, 0.9);
        color: #fff;
        transform: translateY(100%);
        transition: all 0.5s ease-out;
        width: 100%;
        border-radius: 5px;
        font-size: 12pt;
    }
    .otsfot{
        text-align: center;
        background-color: #000014;
    }
    .piepag{
        background-color: #000014;
        text-align: center;
        padding: 4% 0;
    }
    .piepag1 > img{
        width: 150px;
        height: auto;
        padding: 0 0 8% 0;
    }
    .piepag1 > hr{
        border: solid .6px rgb(17, 229, 236);
        width: 100%;
    }
    .piepag1 > h3 {
        font-size: 14pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center; 
        letter-spacing: 1pt;
        padding: 10% 0;
    }
    .piepag1 > h4 {
        font-size: 12pt;
        color: #fff;
        font-family: "Leelawadee-Regular"; 
        text-align: center; 
    }
    .piepag1 > p{
        font-size: 10pt;
        color: #fff;
        font-family: "Montserrat-Medium";
        text-align: center;   
    }
    .piepag1 > a > p{
        font-family: 'Leelawadee-Regular';
        font-size: 10pt;
        color: #fff;
        text-align: center;
        text-decoration: none;
        letter-spacing: 1pt;margin: 4% 0;
    }
    .piepag1 > a > .twolink{
        font-family: 'Leelawadee-Regular';
        font-size: 8pt;
        color: rgb(17, 229, 236);
        text-align: center;
        text-decoration: none;
        letter-spacing: 1pt;
    }
    .sus{
        width: 100%;
        height: 20px;
        background-color: #10b3ce;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Leelawadee-bold';
        padding: 4% 50px;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .sus:hover{
        width: 100%;
        height: 20px;
        background-color: #ce7510;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Leelawadee-bold';
        padding: 4% 12%;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .redes{
        background: #333536;
        height: 10px;
        width: 100%;
    }
    .redes-icon{
        height: 100%;
        width: 20%;
        background: #333536; 
        text-align: center;  
        padding: 10% 0;    
    }
    .redes-icon > a > img{
        height: 50px;
        width: auto;
        display: inline-block;
    }
    .banners > img{
        width: 100%;
        height: auto;
        }
    .cabezal1 > p{
        padding: 0px 50px 0px 50px !important;
        line-height: 25px;
        text-align: center;
        font-size: 10pt;
    }
    .ban-slide{
        background: url(../img/MAIN/bannerslide1.jpg);
        width: 100%; 
        height: 450px; 
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        text-align: center;   
    }
    .ban-slide > div > p >b{
        color: #29a4db;
    }  
    .ban-slide > div > p >b{
        color: #29a4db;
    }
    .ban-slide> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 11pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide> div > img{
       display: none;
    }
    .ban-slide2{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%; 
        height: 450px; 
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        text-align: center;   
    }
    .ban-slide2 > div > p >b{
        color: #29a4db;
    }  
    .ban-slide2> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 11pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide2> div > img{
        display: none;
    }
    .ban-slide3{
        background: url(../img/MAIN/bannerslide3.jpg);
        width: 100%; 
        height: 450px; 
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        text-align: center;   
    }
    .ban-slide3 > div > p >b{
        color: #29a4db;
    }  
    .ban-slide3> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 11pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide3> div > img{
        display: none;
    }
    .ban-slide4{
        background: url(../img/MAIN/bannerslide4.jpg);
        width: 100%; 
        height: 450px; 
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        text-align: center;   
    }
    .ban-slide4 > div > p >b{
        color: #29a4db;
    }  
    .ban-slide4> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 18% 10%;
        font-size: 11pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide4> div > img{
        display: none;
    }
    .tablem{
        background-color: #22b5ea;
        width: 100%;
        height: auto;
    }
    .tablem1{
        text-align: center;
        padding: 5% 0;
    }
    .tablem1 > h2 {
        font-size: 14pt;
        color: #fff;
        background-color: #2c2c2c;
        padding: 2% 2%;
        font-family:"Montserrat-Medium";
        letter-spacing: 4pt;
    }
    .tablem1 > hr{
        border-color: #ffffff;
        width: 50%;
        margin-left: 25%;
    }
    .tablem1 > p{
        font-size: 14pt;
        color: #fff;
        font-family:"Montserrat-Medium"; 
        padding: 3% 10%;
    }
    .tablem1 > img{
        width: 100%;
        height: 200px;
    }
    .experience{
        background-image: url(../img/MAIN/bannerots1.png);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .experiencie1{
        width: 100%;
        text-align: center;
    }
    .experiencie1 >  h3{
        font-size: 25pt;
        font-family:'Montserrat-Medium';
        color: #fff;
        text-align: center;
        background-color:#29a4db;
        padding: 2% 0;

    }
    .experiencie1 > p{
        font-size: 12pt;
        color: #fff;
        padding: 2% 6%;
        background-color: #333333ce;
        line-height: 24pt;
        font-family:'Montserrat-Medium';
        width: 100%; 
        text-align: center;
    }
    .experiencie1 > p > b{
        color: #cfb06b;
        font-size: 12pt; 
    }
    .experiencie1 > img{
        width: 100%;
        height: auto;
    }
    .proxe{ 
        padding: 2%;
        text-align: center;
    }
    .proxe1{ 
        padding: 5% 0;
        text-align: center;
    }
    .proxe1 > img{
        width: 100%;
        height: 200px;
    }
    .proxe1 > h3{
        font-size: 22pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
    }
    .proxe1 > p{
        font-size: 12pt;
        color: #000000;
        font-family:'Montserrat-Medium';
        padding: 0 10%;
        line-height: 18pt;
    }
    .proxe1 > ul >li{
        text-align: center;
        list-style: none;
    }
    .fondon{
        text-align: center;
    }
    .fondon-a{
        background: url(../img/MAIN/bannerslide4.jpg);
        width: 100%; 
        height: auto; 
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        background-position: center;
        text-align: center; 
        padding: 0 3%;
    }
    .fondon-a-text > p{
        text-align: center;
        color: #28bbff;
        font-size: 30pt;
        font-family: "Montserrat-Medium";
        padding: 5% 0;
    }
    .fondon-a-text > p > b{
        color: #fff;
        font-size: 26pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-a-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .fondon-b{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%; 
        height: auto; 
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed; 
        background-position: center;
        text-align: center; 
        padding: 0 3%;
    }
    .fondon-b-text > p{
        text-align: center;
        color: #cc6600;
        font-size: 26pt;
        font-family: "Montserrat-Medium";
        padding: 5% 0;
    }
    .fondon-b-text > p > b{
        color: #fff;
        font-size: 26pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-b-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .desar1 > img{
        width: 100%;
        height: 250px;
        padding: 3%;
    }
    .desar1 > h4{
        text-align: center;
        font-size: 24pt;
        color: #28bbff;
        font-family:'Montserrat-Medium';
        padding: 2% 10% 0 10%; 
    }
    .desar1 > p{
        text-align: center;
        font-size: 12pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
        padding: 5% 16%; 
        line-height: 34px;
    }
    hr.short {
        border: none;
        height: 2px;
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ff8928;
    }
    .short2{
        border-color: #28cdff;
        width: 50%;
        margin-left: 25%;
    } 
    .promox{
        background-image: url(../img/MAIN/laptop.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    } 
    .promox1{
    text-align: center;
    padding: 15% 0 0% 0;
    }  
    .promox1 > h3{
        color:#fff;
        font-size: 30pt;
        font-family:'Montserrat-Medium'
    } 
    .promox1 > p {
        color: #fff;
        font-size: 14pt;
        font-family:'Montserrat-Medium';
        background-color: #000000be;
        padding: 1% 0;   
    }
    .promox2{
        text-align: center;
        padding: 2% 0 10% 0;
        background-color: #0000008e;
        }  
    .promox2 > h2{
        color: #f4a93b;
        font-size: 24pt;
        font-family:'Montserrat-Medium';
        text-align: center;
        padding: 10% 10% 0 10%; 
    } 
    .promox2 > p {
        color: #fff;
        font-size: 16pt;
        font-family:'Montserrat-Medium';
        padding: 2% 10% 2% 10%;
        text-align: center;
    }
    .promox3, .promox4{
        background-color: #1a1a1a98;
        height: auto;
        text-align: center;
        padding: 2% 0 0 0;
    }
    .promox3 > h6{
        color: #28cdff;
        padding: 2% 10% 0 10%;
        font-size: 20pt;
    }
    .promox3 > p {
        color: #fff;
        font-size: 10pt;
        padding: 2% 10% 0 10%;
    } 
    .promox4 > p {
        color: #fff;
        font-size: 14pt;
        padding: 5% 10% 0 10%;
        font-family:'Montserrat-Medium';
    }
    .promox3 > img{
        width: auto;
        height: 250px;
        text-align: center;
    }
    .banoticias{
        background-image: url(../img/MAIN/noticiasm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banfaq{
        background-image: url(../img/MAIN/faqsm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banwimas{
        background-image: url(../img/MAIN/WIMAS.png);
        width: 100%;
        height: 580px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banimas{
        background-image: url(../img/MAIN/bannerimassm.png);
        width: 100%;
        height: 580px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansimon{
        background-image: url(../img/MAIN/bannersimon.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansmc{
        background-image: url(../img/MAIN/bannermc.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banandi{
        background-image: url(../img/MAIN/bannerandis.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banfiscal{
        background-image: url(../img/MAIN/bannerFISCALMIN.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bantufa{
        background-image: url(../img/MAIN/bannertufacmini.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bandibal{
        background-image: url(../img/MAIN/bannerdibalchi.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bannuevo{
        background-image: url(../img/MAIN/novedadsm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banbi{
        background-image: url(../img/MAIN/POWERBIOTS2.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bancarnico{
        background-image: url(../img/MAIN/carnicosm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banseguri{
        background-image: url(../img/MAIN/seguridadsm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bancomerci{
        background-image: url(../img/MAIN/comercialsm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .baninmue{
        background-image: url(../img/MAIN/inmueblesm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banresta{
        background-image: url(../img/MAIN/restaurantesm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banpyme{
        background-image: url(../img/MAIN/emprendesm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banempren{
        background-image: url(../img/MAIN/inicialsm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banbase{
        background-image: url(../img/MAIN/basebansm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bantermi{
        background-image: url(../img/MAIN/terminoslt.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        }
    .bandis{
        background-image: url(../img/MAIN/distribbannersm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bandis{
        background-image: url(../img/MAIN/distribbannersm.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansopor{
            background-image: url(../img/MAIN/soporteban2sm.png);
            width: 100%;
            height: 600px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left;
        }
    .bansopor1 > h1{
            text-align: left;
            font-size: 80px;
            padding: 5% 6% 0 60%;
            color: #fff;
            font-family: 'Montserrat-Medium';
    }
    .banimas1{
        text-align: center;
        display: none;
    }
    .banimas1 > h2{
        font-size: 25pt;
        color: #fff;
        text-align: center;
        padding: 10% 5% 2% 5%;
    }
    .banimas1 > p{
        font-size: 16pt;
        color: #fff;
        text-align: center;
        padding: 2% 5% 2% 5%;
        width: 100%;
        font-family:'Montserrat-Medium';
    }
    .banimas2{
        text-align: center;
        display: none;
    }
    .banimas2 > p{
        color: #fff;
        font-size: 12pt;
        font-family:'Montserrat-Medium';
        padding: 0 5%;
        background-color:#29a0d7; 
    }
    .bannos{
        background-image: url(../img/MAIN/banner-nosm1.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 2% 0;
    }
    .bannos1 > h2{
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: center;
        letter-spacing: 1pt;
        padding: 4% 0;
    }
    .bannos1 > h3{
        font-size: 21pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: center;
    }
    .bannos1 > p{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: center;
    }
    .bannos2 > p {
        font-size: 18pt;
        font-family: 'Montserrat-Medium';
        color: #4D4D4D;
        text-align: center;
        letter-spacing: 2pt;
        margin: 0;
    } 
    .sisvidprin{
        width: 100%;
        margin-top:5%;
    }
    .sisvidprin >video {
        padding:2% 0 2% 2%;
    }
    .sisvidprin >iframe {
        padding:2% 5%;
    }
    .sisvid{
        width: 100%;
        margin: 4% 0;
    }
    .sisvid >iframe {
        padding:2% 0%;
    }
    .vidtext1 > h3{
        font-size: 18pt;
        color: #353636;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .vidtext1>hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 100%;
        align-content: center;
    }
    .vidtext1 > p{
        font-size: 12pt;
        color: #000000;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0% 8% 6% 8%;
        line-height: 24pt;
    }
    .vidtext1 > img {
        width: 100%;
        height: 100px;
    }
    .vidtext1, a{
       
        text-align: center;
        
    }
    .bloq2{
        text-align: center;
    }
    .bloq2a{
        padding: 2% 0;
    }
    .bloq2a > a > img {
        width: 100%;
        height: auto;
    }
    .bloq3 {
        text-align: center;
    }
    .bloq3a > img{
        width: 100%;
        height: 100px;
    }
    .bloq3a >  h5 {
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        padding: 3% 0;
    }
    .bloq3a > p{
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        padding: 0% 5% 10% 5%;
        text-align: center;
        line-height: 20pt;
    }
    .bloq3a > hr{
        border-color: #1e1f1f;
        width: 50%;
        margin-left: 25%;
    }
    .bloq > img{
        width: 50%;
        height: 100%;
    }
    .principia{
        padding: 5% 0 2% 0;
    }
    .publimas{
        background-color: rgb(13, 137, 209);
        width: 100%;
        height: auto;
        background-position: right;
        background-repeat: no-repeat;
        padding: 2% 0 2% 0;
        text-align: center;
    }
    .publimas1{
        width: 100%;
        height: auto;
        padding: 2% 0;
    }
    .publimas1 > h2 {
        font-size: 25pt;
        font-family: 'Leelawadee-Bold';
        color: #2c2c2c;
        text-align: center;
    }
    .publimas1 > h2 > b{
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        text-align: left;
    }
    .publimas1 > p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        padding: 2% 5% 1% 5%;
        text-align: center;
    }
    .publimas1 > ul{
        padding: 0% 0 0 10%; 
        list-style: none; 
        font-family: 'Leelawadee-Regular';
        color: #040c2e;
        font-size: 12pt; 
        letter-spacing: 3pt; 
        line-height: 18pt;
    }
    .publimas1 > img {
        padding: 5% 0 0 0;
        width: 90%;
        height: auto;
    }
    .publimas1 > div >img{
        width: 55%;
        height: auto;
        padding: 4% 0;
    }
    .publimas1 > div >p{
        color: #fff;
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
    }
    .galerum{
        width: 100%;
        margin: auto;
        list-style: none;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .galerum li{
        margin: 5px;
    }
    .galerum img{
        width: 100%;
        height: 100%;
        padding: 10px 5px;
    }
    .galerum img:hover{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .modal:target {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;;
    }
    .modal h3 {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
    }
    .galimg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 45% 0 10% 0;
    }
    .galimg a{
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        margin: 0 10px;      
    }
    .galimg a:nth-child(2){
        margin: 0;
        flex-shrink: 2;
    }
    .galimg img{
        width: 1000px;
        height: auto;     
        max-width: 100%;
        border: 7px solid #fff;
        box-sizing: border-box; 
    }
    .cerrau{
        display: block;
        background: rgba(255, 255, 255, 0.842);
        width: 36px;
        height: 36px;
        margin: 50px auto;
        text-align: center;
        text-decoration: none;
        font-size: 25pt;
        color: #000000;
        border-radius: 50%;
        line-height: 26px;
    }
    .banysimon1{
        text-align: center;
        background-color: #bc1736;
    }
    .banysimon1>h2{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 60pt;
        width: 100%;
        padding: 4% 0;
    }
    .banysimon1>h4{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 16pt;
        padding: 2%;
    }
    .banysimon1>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        padding: 4%;
    }
    .banysimon1>p>b{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
    }
    .banysimon1>img{
        width: 100%;
        height: auto;
        padding: 6% 0;
    }
    .banysimon1>hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .pubmulti{
        background-color: #f19519;
    }
    .pubmulti1{
        text-align: center;
    }
    .pubmulti1>img{
        width: 90%;
        height: auto;
    }
    .pubmulti1>h2{
        color: #fff;
        font-size: 26pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 10% 0% 0% 0%;
    }
    .pubmulti1>h2>b{
        color: #6e90ca;
        font-size:28pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 6% 0% 0% 0%;
    }
    .pubmulti1>h4{
        color: #fff;
        font-size: 16pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 0;
    }
    .pubmulti1>hr{
        width: 50%;
        border-color: #6e90ca;
        margin-left: 25%;
    }
    .pubmulti1>p{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 6%;
        line-height: 22pt;
    }
    .publandi{
        text-align: center;
        background-color: #10b5d0;
    }
    .publandi1>h2{
        color: #3c3c3b;
        font-size: 30pt;
        padding: 6% 0 0% 0;
        font-family: 'Leelawadee-Bold';
    }
    .publandi1>h2>b{
        color: #fff;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>h4{
        color: #fff;
        font-size: 14pt;
        padding: 2% 0;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>p{
        color: #fff;
        font-size: 12pt;
        padding: 2% 6%;
        font-family: 'Montserrat-Medium';
        line-height: 26pt;
    }
    .publandi1 > h4 > span{
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
     }
    .publandi1 > p > span{
       color: #333333;
       font-size: 12pt;
       font-family: 'Montserrat-Medium';
    }
    .rayandi{
        background-color: #272626;
    }
    .publandi1 > div > img {
        width: 50%;
        height: auto;
    }
    .publandi1>img{
        width: 80%;
        padding: 5%;
    }
    .fiscalban{
        background-color: #900000;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > img{
        text-align: center;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > div > h1{
        text-align: center;
        font-size: 40pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 2% 0 0 0;
    }
    .fiscalban1 > div > h3{
        text-align: center;
        font-size: 16pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 1% 15% 1% 15%;
    }
    .fiscalban1 > div > p{
        text-align: center;
        font-size: 10pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 2% 6%;
        line-height: 24pt;
    }
    .fiscalban1 > div > hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .fiscalbanlog > img{
        width: 100%;
        height: 220px;
    }
    .fiscalbanlog >p{
        color: #fff;
        font-size: 8pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 0 10% 0;
    }
    .carfiscal1 > img{
        width: 100%;
        height: 150px;
        text-align: center;
        padding: 3%;;
    }
    .carfiscal1 > p {
        color: #900000;
        font-size: 8pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 15%;
    }
    .tufaban{
        width: 100%;
        height: auto;
        background-color: #eff0ef;
        padding: 0 0 10% 0;
    }
    .tufaban1{
        text-align: center;
    }
    .tufaban1 > img{
        width: auto;
        height: 100%;
        position: absolute;
        right: 100px;
        bottom: 0%;
        display: none;
    }
    .tufaban1 > h2 {
        padding: 5% 0 0 0;
        font-size: 40pt;
        text-align: center;
        color: #f4c058;
        font-family: 'Leelawadee-bold';
    }
    .tufaban1 > h3 {
        font-family: 'Leelawadee-Bold';
        text-align: center;
        font-size: 40pt;
        color: #10b3ce;
    }
    .tufaban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        letter-spacing: 8pt;
        text-align: center;
        padding: 5% 0;
    }
    .tufaban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        color: #000000;
        text-align: center;
        padding: 4% 8%;
        line-height: 23pt;
    }
    .tufaban1 > a > button{
        background-color: #f4c058;
        color: #eff0ef;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tufaban1 > a > button:hover{
        background-color: #eff0ef;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tufaban1>a{
        padding: 0 30%;
    }
    .tubiban{
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 0 0 10% 0;
    }
    .tubiban1{
        text-align: center;
    }
    .tubiban1 > h2 {
        padding: 5% 0 0 0;
        font-size: 30pt;
        color: #4d4d4d;
        font-family: 'Leelawadee-bold';
        text-align: center;
    }
    .tubiban1 > h3 {
        font-family: 'Leelawadee-Bold';
        text-align: center;
        font-size: 30pt;
        color: #f4c058;
    }
    .tubiban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 16pt;
        color: #000000;
        letter-spacing: 10pt;
        text-align: center;
        padding: 4% 0;
    }
    .tubiban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        text-align: center;
        padding: 2% 3%;
    }
    .tubiban1 > a > button{
        background-color: #f4c058;
        color: #fff;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tubiban1 > a > button:hover{
        background-color: #fff;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tubiban1>a{
        padding: 5% 20%;
    }
    .tablin{
        padding: 10px 10px 10px 10px!important;
     }
    .box-info{
        padding: 44px 40px 5px;
        border-radius: 3px;
        border: 1px solid #a7cfd8;
    }
    .box-info .box-info-content .box-info-header{
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding-bottom: 25px;
        text-align: center;
        border-bottom: 4px solid #ffc956;
        color: #51788b;
        font-family: 'Leelawadee-Bold';
    }
    .box-info .box-info-content .box-info-body{
        padding: 12px 13px 40px;
    }
    .box-info .box-info-content .box-info-body dt{
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #51c1d1;
        text-transform:uppercase;
        font-family: 'Leelawadee-Bold';
        margin-top: 37px;
    }
    .box-info .box-info-content .box-info-body .info-list dd{
        display: block;
        font-size: 14px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a{
        font-size: 14px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer{
        display: block;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #c1d6d9;
        font-family: 'Leelawadee-Bold';
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer a{
        color: #51788b;
    }
    .box-info .box-info-content .box-info-footer a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .parrafin{
        color: #51788b;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
        padding: 50px 0 20px 0;
    }
    .parrafin> .par1{
        color: #ffc956;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .parrafin> .par2{
        color: #51c1d1;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .resp-tabs-list {
        text-align: center;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        margin-bottom: -20px;
        margin-left: -25px;
    }
    .resp-tabs-list li {
        margin-top: 20px;
        margin-left: 25px;
        text-align: center;
        padding: 28px 41px;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        cursor: pointer;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        border-radius: 5px;
        color: #51788b;
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
        text-transform: uppercase;
        transition: .3s ease-out all;
        letter-spacing: 0.03em;
    }
    .resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
            color: #fff;
            text-decoration: none;
            background-color: #ffc956;
    }
    .responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
        display: none;
    }
    .row-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banfac{
        background-color: #51788b;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding: 5% 0;
    }
    .banfac > h1{
        color: #fff;
        font-size: 50pt;
        text-align: center;
        font-family: 'Leelawadee-Bold';
        padding: 8% 0 0 0 ;
    }
    .banfac > p{
        color: #b2e6ed;
        font-size: 15pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 3% 2% 3% ;
        line-height: 35pt;
    }
    .banfac > a{
        padding: 0 10px;
    }
    .banfac > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        margin: 4%;
    }
    .banfac > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
        margin: 4%;
    }
    .banpow{
        background-color: #51788b;
        background-image: url(../img/MAIN/fondopow.png);
        width: 100%;
        height: 750px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .banpow > h1{
        color: #fff;
        font-size: 50pt;
        text-align: center;
        font-family: 'Leelawadee-Bold';
        padding: 20% 0 0 0 ;
    }
    .banpow > p{
        color: #000000;
        font-size: 14pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 2% 6% 12% 6% ;
        line-height: 30pt;
    }
    .banpow > p >b{
        color: #000000;
        font-size: 14pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 2% 0 ;
    }
    .banpow > a{
        padding: 0 10px;
    }
    .banpow > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .banpow > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .banpow>img{
        width: 100%;
        height: 220px;       
    }
    .banpow>h2{
        font-size: 14pt;
        color: #5e4900;
        font-family: 'Montserrat-Medium';
    }
    .novo1b1{
        background-color: #15b6d1;
        background-image: url(../img/MAIN/fondonov1.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
        padding: 4% 0;
    }
    .novo1b1>p>b{
        color: #47484d;
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
    }
    .novo1b2{
        background-color: rgba(206, 209, 209, 0.459);
    }
    .caracnovo{
        background-color: #47484d;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .caracnovo>img{
        width: 100%;
        height: 150px;
        background-color: #47484d;
    }
    .caracnovo>p{
        padding: 4% 8%;
        font-size: 12pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        background-color: #3c3c3b;
        padding: 10% 8%;
    }
    .novidpar>h1{
        font-size: 26pt;
        color: #10b3ce;
        padding: 12% 5%;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>h1>b{
        font-size: 28pt;
        color: #1a1a1a;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>p{
        font-size: 12pt;
        color: #000000;
        padding: 2% 10%;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .noveban{
        background-color: #1bb4d0;
        background-position: center;
        text-align: center;
    }
    .noveban1>img{
        width: 100%;
        height: auto;
    }
    .noveban1>h1{
        font-size: 30pt;
        text-align: center;
        color: #fff;
        padding: 2% 5%;
    }
    .noveban2{
        padding: 10% 0;
    }
    .noveban3>img{
        width: 100%;
        height: 180px;
    }
    .noveban3>h1{
        padding: 2% 20% 0 2%;
        text-align: left;
        color: #47484d;
        font-family: 'Montserrat-Medium'; 
        font-size: 18pt; 
    }
    .noveban3>p{
        padding: 5% 20% 0 2%;
        text-align: left;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .noveban3>hr{
        height: 3px;
        width: 60%;
        border-color: #47484d;
        justify-content: left;
    }
    .andicontac{
        background-image: url(../img/MAIN/fondonov2sm.png);
        width: 100%;
        height: 679px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #15b6d1;
        text-align: center;
    }
    .andicontac>h1{
        padding: 5% 2% 0 2%;
        font-size: 24pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }
    .andicontac>h1>b{
        padding: 3% 2% 0 2%;
        font-size: 24pt;
        color: #ffc956;
        font-family: 'Leelawadee-Bold';
        text-align: center;
    }
    .andicontac>p{
        padding: 4% 2%;
        font-size: 15pt;
        color: #ffffff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        background-color: #47484dd2;
    }
    .andicontac>a>button{
        padding: 10px 6px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #47484d;
        border-radius: 5px;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
    }
    .andicontac>a>button:hover{
        padding: 10px 6px;
        background-color: #15b6d1;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .andimod1{
        text-align: center;
    }
    .andimod1>h1{
        font-size: 32pt;
        color: #15b6d1;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 5% 10%;
    }
    .andimod1>p{
        text-align: left;
        font-size: 10pt;
        color: #000000;
        padding: 0 10%;
    }
    .andimod1>img{
        width: 50%;
        height: auto;
        text-align: center;
        padding: 5% 0;
    }
    .modal-content{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        text-align: center;
    }
    .modal-dialog{
        max-width: 95%;
        margin: 1.75rem auto;
        text-align: center;
    }
    .modal-header{
        text-align: center;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .modal-body>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        line-height: 20pt;
        padding: 4%;
        text-align: center;
        background-color: rgba(51, 51, 51);
        border-radius: 10px;
        box-shadow: rgba(51, 51, 51, 0.815) 4px 4px 19px;
    }
    .modal-body>p>b{
        color: #ffbb56;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
    }
    .modal-body>img{
        width: 100%;
        height: auto;
        text-align:center;
    }
    .contel>h1{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 24pt;
    }
    .implesis{
        font-size: 14pt;
        color: #fff;
        background: #15b6d1;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: all ease(1.3rem);
    }
    .implesis:hover{
        font-size: 14pt;
        color: #15b6d1;
        background: #fff;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
    }
    .bancar1{
        text-align: center;
    }  
    .bancar1>h1{
        color: #0090BE;
        font-size: 25pt;
        text-align: center;
        padding: 36% 0 0 0;
        font-family: 'Montserrat-Medium';
    }
    .bancar1>p{
        color: #1a1a1a;
        font-size: 16pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        letter-spacing: 3pt;
        padding: 0 4% 0 4%;
    }
    .bancar1>hr{
        border-width: 3px;
        border-color: #9de8ff;
        width: 70%;
        align-content: center;
        margin-left: 16%;
    }
    .sectores{
        text-align: center;
        padding: 5% 10%;
    }
    .sectores1>h1{
        font-size: 24pt;
        color: #4d4d4d;
        font-family: 'Montserrat-Medium';
    }
    .sectores1>p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #272626;
        padding:2% 0 3% 0;
        line-height: 26pt;
    }
    .sectores2>img{
        width: 50%;
        height: auto;
    }
    .sectores2>hr{
        border-width: 3px;
        border-color: #4d4d4d;
        width: 60%;
        align-content: center;
        margin-left: 20%;   
    }
    .sectores2>p{
        font-size: 12pt;
        color: #272626;
        font-family: 'Montserrat-Medium';
        padding: 0 8%;
    }
    .sectores3{
        text-align: center;
    }
    .sectores4{
        background-color: #e7e7e7;
    }
    .sectores4>h1{
        font-size: 22pt;
        color: #00a1bd;
        font-family: 'Montserrat-Medium'; 
        padding: 6% 0 2% 0;
    }
    .sectores4>h1>b{
        font-size: 22pt;
        color: #df884a;
        font-family: 'Montserrat-Medium'; 
    }
    .sectores4>p{
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 0 15% 0 15%;
    }
    .sectores4>img{
        width: 100%;
        height: auto;
        text-align: right;
        display: none;
    }
    .sectores4>ul>li{
        color: #47484d;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-decoration: none;
        text-align: center;
        line-height: 26pt;
    }
    .sectfon1{
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }
    .sectfon1>h1{
        text-align: center;
        width: 100%;
        height: auto;
        padding: 10% 0 0 0;
        font-size: 32pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1>p{
        text-align: center;
        width: 100%;
        height: auto;
        padding: 8% 10% 5% 10%;
        font-size: 14pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        line-height: 24pt;
    }
    .sectfon1 > img{
        width: 100%;
        height: auto;
        text-align: center;
        display: none;
    }
    .bansect1{
        background-color: #00a1bd;
        width: 100%;
        height: 100px;
        background-image: url(../img/MAIN/bkfou.png);
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .bansect1>p{
        height: 200px;
        font-size: 22pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 4% 0 0 0;
    }
    .modusect{
        text-align: center;
        padding: 5% 0;
    }
    .modusect>div>img{
        text-align: center;
        width:100%;
        height: 120px;
    }
    .modusect>div>h4{
        padding: 2% 0 0 0;
        font-size: 18pt;
        color: #00a0bc;
        font-family: 'Montserrat-Medium';
        text-align: center;  
    }
    .modusect>div>p{
        font-size: 12pt;
        color: #606060;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 14%;
    } 
    .imamod>img{
        width: 220px;
        height: 100%;
        padding: 10% 0;
    }
    .bansopor1 > h1{
        text-align: right;
        font-size: 80px;
        padding: 10% 6% 0 60%;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .bansopor1 > p{
        text-align: right;
        font-size: 25px;
        padding: 0% 6% 0 64%;
        line-height: 28pt;
        letter-spacing: 2pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .soporte1{
        text-align: center;
        align-items: center;
    }
    .soporte2 > h1{
        text-align: center;
        padding: 2% 0 0 0;
        font-size: 50pt;
        color: #2f94d4;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > h4{
        padding: 0 0 0 0;
        text-align: center;
        font-size: 30pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > p{
        text-align: center;
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 2% 0% 0 30%;
    }
    .soporte2 > img{
        width: 100%;
        height: 300px;
        text-align: center;
        padding: 0 20% 0 0;
    }
    .contador1{
        text-align: center;
    }
    .contador1 > img{
        width: 100%;
        height: 180px;   
    }
    .contador1 .counter{
        font-size: 35pt;
        font-family: 'Leelawadee-Regular';
        color: #0090BE;
        margin: 0;
    }
    .contador1 .pat2{
        font-size: 12pt;
        font-family: 'Leelawadee-Regular';
        color: #000000;
        margin: 0;
    }
    .barsopor{
        background-color: #f5f5f5;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .barsopor1{
        border-left: solid #fff 2px;
        border-right: solid #fff 2px;
    }
    .barsopor1 > h1{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #29a4db;
        letter-spacing: 4pt;
    }
    .barsopor1 > hr{
        border-color: #1e1f1f;
        width: 50%;
        margin-left: 25%;  
    }
    .barsopor1 > img{
        width: 100%;
        height: 120px;
    }
    .barsopor1 > p{
        font-size: 12pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        padding: 2% 15% 8% 15%;
    }
    .barsopor1 > a > p{
        font-size: 12pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        margin: 0;
        line-height: 8pt;
    }
    .termin{
        padding: 2% 0;
    }
    .termin1{
        padding: 2% 0;
    }
    .termin1 > h1 {
        font-size: 17pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: center;
        padding: 2% 0;
    }
    .termin1 > p{
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: justify;
        padding: 1% 8%;
    }
}
@media only screen and (max-width: 992px) and (min-width: 460px) {
    .cabecera {
        background-color: rgba(58, 179, 222, .8);
        font-family: 'Montserrat-Medium';
        font-size: 15px;
        color: white;
        text-align: center;
    }
    .nav-link {
        font-family: "Montserrat-Medium" !important;
        font-size: 22px !important;
        color: white !important;
        text-align: left !important;
        text-decoration: none;
        padding-left: 39px!important;
    }
    .dropdown-menu {
        font-family: "Montserrat-Medium" !important;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        padding: 0 0 0 50px;
        margin: 0.125rem 0 0;
        font-size: 17px;
        color: #fff;
        text-align: left!important;
        list-style: none;
        background-color: #29a3db00;
        width: 100%;
        border-color:rgba(255, 255, 255, 0);
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .down-item {
        font-family: "Montserrat-Medium" !important;
        font-size: 15px !important;
        color: white !important;
        text-align: left !important;
    }
    .cab-logo > a > img {
        margin: 0 45% 0 0;
        width: 50%;
        height: 100px;
    }
    .cab-i-h {
        text-align: center;
    }
    .cab-i {
        background-color: rgba(58, 179, 222, .5) !important;
        padding: 10px 0 0 0;
    }
    .cab-i-h > div > img {
        width: 34%;
        display: none;
    }
    .cab-izq-ico {
        padding: 1.5% 1% 0 5%;
        color: white;
    }
    .fa-bars:hover{
        cursor: pointer;
    }
    .cab-izqu,.oculto{
        display: none;
    }
    body {
        padding-top: 85px;
    }
    .img1{
        display:block!important;
    }
    .img2{
        display:none!important;
    }
    .compu-nav{
        width: 40%;
    }
    .container-fluid{
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-right: auto;
        margin-left: auto;
    }
    .container{
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-right: auto;
        margin-left: auto;
    }
    .dropdown-toggle::after{
        content: none !important;
    }
    .bpromo{
        background-color: #2e3233;
        width: 100%;
        height: auto;
        text-align: center;
        background-image: url(../img/MAIN/red1ban.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .bpromo > p {
        font-family: 'Montserrat-Medium';
        color: #fff;
        font-size: 12pt;
        margin: 12px 4px;
    }
    body {
        padding-top: 90px;
    }
    .intro{
        position: relative!important;
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
        padding: 10px;
    }
    .intro-img{
            width: 100%;
            scale: 50%;
            text-align: center;
            padding: 0 5% 0 5%;
            align-content: center;
            float: inline-end;
        }
    .intro1>h1{
        text-align: center;
        font-size: 20pt;
        padding: 4% 0;
        color: #29a4db;
        font-family: "Montserrat-Medium"
    }
    .intro1>p{
        text-align:center;
        font-size: 12pt;
        padding: 5%;
        font-family: 'Montserrat-Medium';
    }
    .intro1{
        padding-top: 30px;
    }
    .bandejar > hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 100%;
        align-content: center;
    }
    .bandejap{
        text-align: center;
        padding: 1%  0 3% 0;
    }
    .bandejap > a{
        background-color: #29a4db;
        width: 100%;
        height: auto;
        font-size: 18pt;
        color: #fff;
        text-decoration: none;
        padding: 2%  8%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
    }
    .bandejap > a:hover{
        background-color: #f19519;
        width: 100%;
        height: auto;
        font-size: 18pt;
        color: #fff;
        text-decoration: none;
        padding: 2%  8%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
    }
    .banner1{
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }
    .p-ots-texto {
        font-family: "Montserrat-Medium";
        padding: 20px 40px 20px 40px;
        font-size: 14pt;
        color: white!important;
        text-align:  center;
        background-color: #29a4db;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto1 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #bc1736;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto2 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #f19519;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto3 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #333333;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto4 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #500000;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto5 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #dea456;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto7 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color:#000000;
        text-align:  right;
        background-color: #feba06;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-ico{
        text-align: center;
        color: #fff;
        padding: 20px 45px 20px 45px;
    }
    .longcol{
        padding: 10% 0;
    }
    .interno > p,
    .imple > p,
    .control > p,
    .registro > p {
        width: 142px;
        text-align: center;
        margin: 0 auto!important;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        letter-spacing: 2px;
        text-decoration: none;
        color: #fff;
    }
    .proces-img{
        width: 120px!important;
        height: auto;
    }
    .proces-img1{
        width: 90px!important;
        height: auto;
    }
    .proceso-ots {
        background-color: #000014;
    }
    .vidy{
        margin: 2% 2%;
    }
    .video1{
        padding: 30px 0 0 0;
        text-align: center;
    }
    .vid-info{
        padding: 20px!important;
    }
    .vid-info1{
        padding: 2% 0 2% 0;
    }
    .vid-info>p{
        padding: 12px;
        font-size: 12pt!important;
        text-align: left!important;
        display: inline-block;
    }
    .vid-img > img{
        width: 100%;
        height: 100px;
    }
    .vid-intro>iframe{
        display: inline-block;
        width: 50%;
        padding: 30px;
    }
    .texto-vid{
        font-family:"Montserrat-Medium";
        font-size: 14pt;
        text-align:center;
        padding: 40px;
    }
    .texto-vid>p{
        padding-left: 80px;
        padding-bottom: 20px;
        line-height: 30px;
        font-size: 12pt;
    }
    .texto-vid>h4{
        padding-left: 40px;
        line-height: 20px;
    }
    .color1{
        background: #fff;
    }
    .color2{
        background: #29a4db;
    }
    .color3{
        color:#29a4db;
        font-family: "Montserrat-Medium";
        text-align: center;
        font-size: 16pt;
    }
    .color4{
        background: #000014;
    }
    .bloque-gris{
        background-color: #666666;
        width: 100%;
        height: auto;
    }
    .bloque-gris2{
        background-color: #29a4db;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .bloque-info{
        background-color: #666666;
        width: 100%;
        height: auto;
        color: #fff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
        margin-bottom: 10px;
        text-align: left!important;
    }
    .bloque-info:hover{
        background-color: #29a4db;
        color: #fff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
    }
    .bloque-azul{
        background-color: #fff;
        width: 100%;
        height: 10px;
        padding-bottom: 25px;
    }
    .b-titulo{
        background-color: #29a4db;
    }
    .b-titulo > p{
        padding: 3% 0;
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align:center!important;
        font-size: 14pt;
        letter-spacing:15px!important;
        margin: 0;
    }
    .b-titulo1 > p{
        font-family: "Montserrat-Medium";
        color: #29a4db!important;
        text-align:center!important;
        font-size: 16pt;
        padding: 6% 0 0% 5%;
    }
    .btexto{
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align: center;
        padding:20px 40px!important;
        font-size: 12pt;
        width: 100%;
        border-left-width: 3px;
        display: inline-block;margin: 0;
    }
    .barra{
        text-align: center!important;
    }
    .barra>hr{
        padding-top: 10%;
        height: 60%;
        width: 4px;
        background: #fff;
        justify-content: center;
        display:inline-block;
    }
    .btexto>p>b{
        font-size:12pt;
        color: rgb(15, 214, 228)!important;
    }
    .param-pic1{
        width: 100%;
        padding-top: 8%;
    }
    .texto-param>p{
        display: inline-block;
        padding-top: 2%!important;
        padding-right: 10%!important;
        padding-left: 10%;
        text-align: center!important;
    }
    .texto-param>ul{
        padding-left: 40%;
        color: #0090BE;
    }
    .texto-param>ul>li{
        font-size: 16pt;
        line-height: 40px;
    }
    .texto-param>ul>li>a{
        text-decoration: none;
    }
    .publi-1{
        width: 100%;
        height: auto;
        padding: 2% 7% 2% 7%!important;
        text-align: center;
    }
    .publi1-img{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .publi1-img > img{
        bottom: 0%;
        right: -11%;
        width: 80%;
    }
    .publi-1 > h2{
        width: 100%;
        font-size: 28pt;
        font-family:'Montserrat-Medium';
        margin: 0;
        padding: 4% 0 0 0;
    }
    .publi-1 > p{
        font-size: 12pt;
        padding: 2% 16%;
        font-family: 'Montserrat-Medium';
    }
    .publi-1 > p > b{
        font-size: 18pt;
        color: #29a4db;
    }
    .publi-1 >.btn{
        background: #29a4db;
        color: #fff;
        font-family:'Montserrat-Medium'
    }
    .publi-1 >.btn:hover{
        background: #ff861c;
        color: #ffffff;
        font-family:'Montserrat-Medium'
    }
    .funduter{
        background-color: #eff1f3;
        width: 100%;
        height: auto;
    }
    .fundu {
        font-size: 14pt;
        color: #fff;
        padding: 2% 4%;
        background-color: #29a4db ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    .fundu:hover {
        font-size: 14pt;
        color: #fff;
        padding: 2% 4%;
        background-color: #db5b29 ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    a{
        color:#29a4db;
    }
    .actualiza {
        font-family: "Montserrat-Medium";
        position: relative;
        height: auto;
        width: 100%;
        background-image: url("../img/MAIN/bannerpubli2.png");
        background-position: center;
        background-repeat: no-repeat;
        text-align: right;
        color: white;
        transition: background-color 1s;
        padding: 10% 0;
        margin: 4% 0;
    }
    .actualiza:hover {
        background-color: rgb(28,80,133,0.7);
        height: auto;
        width: 100%;
    }
    .actualiza::before {
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background-color: inherit;
        content: ' ';
    }
    .actualiza > div > h2 {
        font-family: "Montserrat-Medium";
    }
    .actualiza > div > hr {
        background-color: white;
        height: 3px;
        width: 180px;
        border: 0;
        display: inline-block;
    }
    .actualiza > div > p {
        font-size: 16pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        padding: 0 0 3% 0;
        text-align: center;
    }
    .act-princ > button {
        padding: 0 10% 0% 10%;
        color: white;
        background-color: #ff861c;
        border-radius: 5px;
    }    .actualiza > div > button:hover{
        padding: 0 10% 0% 10%;
        color: #ff861c;
        background-color: #fff;
        border-radius: 5px;
    }
    .act-princ {
        zoom: 1;
        filter: alpha(opacity=0); /*Opacidad Para IE */
        opacity: 0; /*Inicialmente transparente */
        -moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
        -webkit-transition:all ease .8s ;
        transition:all ease .8s;
        text-align: center;
    }
    .act-princ > h2{
        font-size: 60px;
        padding: 4% 0;
    }
    .actualiza:hover .act-princ {
        filter: alpha(opacity=80);
        opacity: 1; /*Al hacer hover sobre la caja hacemos visible los datos*/
    }
    .sis-ban{
        align-content: center!important;
        text-align: center!important;
        justify-content: center!important;
        width: 100%;
    }
    .card-text{
        font-size: 12pt;
        padding: 6% 0;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }
    .card-container{
        position: relative;
        width: 18rem;
        perspective: 200rem;
        height: 412px;
        justify-content: center!important;
        margin: 13px;
    }
    .card-img{
        width: 103%!important;
    }
    .card-img-top {
        width: 60%!important;
        align-items: center;
    }
    .card-front{
        text-align: center!important;
        background-color: rgb(198, 238, 252);
        border: rgb(198, 238, 252);
        align-items: center!important;
    }
    .cuerpo-carta{
        padding:0 2% 15% 2%!important;
    }
    .cuerpo-carta >.btn{
        color: #eff1f3;
        background-color: #29a4db;
        font-family:'Montserrat-Medium';
        font-size: 10pt;
        transition:all ease .8s;
    }
    .cuerpo-carta >.btn:hover{
        color: #eff1f3;
        background-color: #ff861c;
        font-family:'Montserrat-Medium';
        font-size: 10pt;
        transition:all ease .8s;
    }
    card-container:hover .card-front{
        transform: rotateY(180deg);
    }
    .card-container:hover .card-back{
        transform: rotateY(0deg);
    }
    .card-back{
        transform: rotateY(180deg);
        text-align: center!important;
        background-color: rgb(198, 238, 252);
        border: rgb(198, 238, 252);
        align-items: center!important;
        background-image: url("../img/MAIN/fondo1.png");
    }
    .card{
        position: absolute;
        transition: all 0.9s;
        height: auto;
        width: auto;
        backface-visibility: hidden;
    }
    /* .card-front{
        align-content: center!important;
    } */
    .card-back .card-body{
        position: relative;
    }
    .card-body a{
        position: absolute;
        top: 96%;
        left: 50%;
        margin:-15% 0 0 -23%;
    }
    a{
        color:#29a4db;
        }
    .ayuda>p{
        text-align: center;
        color: #0090BE;
        width: 100%;
        height: auto;
    }
    .ayuda> a >img{
        height: 200px;
        width: auto;
    }
    .ayudalog>img{
        height: 200px;
        width: auto;
    }
    .noti1{
        background: #29a4db;
        height: 300px;
        width: 100%;
    }
    .noti1{
        background: #333536;
        height: auto;
        width: 100%;
        border-top-color: #fff;
        border-top-style: solid;
        border-left-color: #fff;
        border-left-style: solid;
        border-right-color: #fff;
        border-right-style: solid;
        border-width: 2px;
        text-align: center;
    }
    .noti1 > img {
        width: 100%;
        height: 200px;
        padding: 4% 0 2% 0;
    }
    .noti1>h4{
        padding: 10% 10% 0 10%;
        color: #fff;
        font-family:"Montserrat-Medium";
    }
    hr{
        border-width: 3px;
        border-color: #29a4db;
    }
    .noti1>hr{
        border-width: 3px;
        border-color: #fff!important;
        width: 80%;
        display: inline-block;
    }
    .noti1>p{
        color: #fff;
        padding: 0 10% 0 10%;
        font-family: "Montserrat-Medium";
    }
    .noti1>a{
        padding: 10px;
        margin: 20px;
    }
    .tablero-noticia{
        padding: 2% 7% 2% 7%!important;
    }
    .noti1>hr{
        border-width: 3px;
        border-color: #fff!important;
        width: 80%;
        display: inline-block;
    }
    .noti1>p{
        color: #fff;
        padding: 0 10% 0 10%;
        font-family: "Montserrat-Medium";
    }
    .noti1>a{
        padding: 10px;
        margin: 20px;
    }
    .caso-exito > img{
        width: 100%;
        height: 150px;
    }
    .caso-ex{
        width: 100%;
        height: 280;
        text-align: center;
    }
    .caso-ex > img{
        height: 100px;
        width:auto;
        padding: 2%;
    }
    .caso-ex{
        width: 100%;
        height: 280;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .caso-ex:hover .texto-caso{
        transform: translateY(0%);
    }
    .caso-ex:hover .imagen-caso{
        transform: scale(1.15)
    }
    .imagen-caso{
        transition: all 0.5s;
    }
    .caso-ex > img{
        height: auto;
        width:100%;
        padding: 2%;
    }
    .texto-caso{
        position: absolute;
        bottom: 0;
        padding: 10px;
        background: rgba(7, 199, 247, 0.9);
        color: #fff;
        transform: translateY(100%);
        transition: all 0.5s ease-out;
        width: 100%;
        border-radius: 5px;
        font-size: 8pt;
    }
    .texto-caso>h4{
        font-size: 10pt!important;
    }
    .piepag{
        background-color: #000014;
        text-align: center;
        padding: 4% 0;
    }
    .piepag1 > img{
        width: 150px;
        height: auto;
        padding: 0 0 8% 0;
    }
    .piepag1 > hr{
        border: solid .6px rgb(17, 229, 236);
        width: 100%;
    }
    .piepag1 > h3 {
        font-size: 14pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        letter-spacing: 1pt;
        padding: 10% 0;
    }
    .piepag1 > h4 {
        font-size: 12pt;
        color: #fff;
        font-family: "Montserrat-Medium";
        text-align: center;
    }
    .piepag1 > p{
        font-size: 10pt;
        color: #fff;
        font-family: "Montserrat-Medium";
        text-align: center;
    }
    .piepag1 > a > p{
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        color: #fff;
        text-align: center;
        text-decoration: none;
        letter-spacing: 1pt;margin: 4% 0;
    }
    .piepag1 > a > .twolink{
        font-family: 'Montserrat-Medium';
        font-size: 8pt;
        color: rgb(17, 229, 236);
        text-align: center;
        text-decoration: none;
        letter-spacing: 1pt;
    }
    .sus{
        width: 100%;
        height: 20px;
        background-color: #10b3ce;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        padding: 4% 50px;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .sus:hover{
        width: 100%;
        height: 20px;
        background-color: #ce7510;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        padding: 4% 12%;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .redes{
        background: #333536;
        height: auto;
        width: 100%;
    }
    .redes-icon{
        height: 80px;
        width: 20%;
        background: #333536;
        text-align: center;
    }
    .redes-icon > a >img{
        height: 80px;
        width: 54px;
        display: inline-block;
    }
    .banners > img{
        width: 100%;
        height: auto;
    }
    .cabezal1 > p{
        padding: 10px 100px 0px 100px !important;
        line-height: 30px;
        text-align: center;
        font-size: 16pt;
    }
    .ban-slide{
        background: url(../img/MAIN/bannerslide1.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide > div > p >b{
        color: #29a4db;
    }
    .ban-slide> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide> div > img{
        color: #fff;
        height: auto;
        padding-top: 25%;
        width: 100%;
    }
    .ban-slide > div > p >b{
        color: #29a4db;
    }
    .ban-slide2{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide2 > div > p >b{
        color: #29a4db;
    }
    .ban-slide2> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide2> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
    }
    .ban-slide3{
        background: url(../img/MAIN/bannerslide3.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide3 > div > p >b{
        color: #29a4db;
    }
    .ban-slide3> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide3> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
    }
    .ban-slide4{
        background: url(../img/MAIN/bannerslide4.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide4 > div > p >b{
        color: #29a4db;
    }
    .ban-slide4> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 25% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
    }
    .ban-slide4> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
    }
    .tablem{
        background-color: #22b5ea;
        width: 100%;
        height: auto;
    }
    .tablem1{
        text-align: center;
        color: #fff;
        border: #fff solid 2px;
    }
    .tablem1 > h2 {
        font-size: 12pt;
        color: #fff;
        background-color: #09194e;
        padding: 2% 2%;
        font-family:"Montserrat-Medium";
        letter-spacing: 4pt;
    }
    .tablem1 > hr{
        border-color: #ffffff;
        width: 50%;
        margin-left: 25%;
    }
    .tablem1 > p{
        font-size: 12pt;
        color: #fff;
        font-family:"Montserrat-Medium";
        padding: 3% 10%;
    }
    .tablem1 > img{
        width: 100%;
        height: 200px;
    }
    .experience{
        background-image: url(../img/MAIN/bannerots1.png);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .experiencie1{
        width: 100%;
        height: 300px;
        text-align: center;
    }
    .experiencie1 >  h3{
        font-size: 26pt;
        font-family:'Montserrat-Medium';
        color: #dc0613;
        text-align: center;
        padding: 7% 9% 0 0;

    }
    .experiencie1 > p{
        font-size: 10pt;
        color: #fff;
        padding: 2% 6%;
        background-color: #333333ce;
        line-height: 24pt;
        font-family:'Montserrat-Medium';
        width: 100%;
        text-align: center;
    }
    .experiencie1 > p > b{
        color: #cfb06b;
        font-size: 10pt;
    }
    .experiencie1 > img{
        width: auto;
        height: 120%;
    }
    .proxe{
        padding: 2%;
        text-align: center;
    }
    .proxe1{
        padding: 5%;
        text-align: center;
    }
    .proxe1 > img{
        width: 100%;
        height: 200px;
    }
    .proxe1 > h3{
        font-size: 22pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
    }
    .proxe1 > p{
        font-size: 12pt;
        color: #000000;
        font-family:'Montserrat-Medium';
        text-align: left;
    }
    .proxe1 > ul >li{
        text-align: center;
        list-style: none;
    }
    .fondon{
        text-align: center;
    }
    .fondon-a{
        background: url(../img/MAIN/bannerslide4.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        text-align: center;
        padding: 0 3%;
    }
    .fondon-a-text > p{
        text-align: center;
        color: #28bbff;
        font-size: 40pt;
        font-family: "Montserrat-Medium";
        padding: 5% 0;
    }
    .fondon-a-text > p > b{
        color: #fff;
        font-size: 30pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-a-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .fondon-b{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        text-align: center;
        padding: 0 3%;
        margin-bottom: 5%;
    }
    .fondon-b-text > p{
        text-align: center;
        color: #cc6600;
        font-size: 40pt;
        font-family: "Montserrat-Medium";
        padding: 5% 0;
    }
    .fondon-b-text > p > b{
        color: #fff;
        font-size: 30pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-b-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .desar1 > img{
        width: 100%;
        height: 220px;
        padding: 3%;
    }
    .desar1 > h4{
        text-align: center;
        font-size: 24pt;
        color: #28bbff;
        font-family:'Montserrat-Medium';
        padding: 2% 10% 0 10%;
    }
    .desar1 > p{
        text-align: justify;
        font-size: 10pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
        padding: 5% 10%;
        line-height: 22px;
    }
    hr.short {
        border: none;
        height: 2px;
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ff8928;
    }
    .short2{
        border-color: #28cdff;
        width: 50%;
        margin-left: 25%;
    }
    .promox{
        background-image: url(../img/MAIN/laptop.jpg);
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .promox1{
    text-align: center;
    padding: 5% 0 2% 0;
    }
    .promox1 > h3{
        color: #22b5ea;
        font-size: 30pt;
        font-family:'Montserrat-Medium'
    }
    .promox1 > p {
        color: #fff;
        font-size: 14pt;
        font-family:'Montserrat-Medium';
        background-color: #000000be;
        padding: 1% 0;
        border-radius: 0 20px 20px 0;
    }
    .promox2{
        text-align: center;
        padding: 2% 0 10% 0;
        }
    .promox2 > h2{
        color: #f4a93b;
        font-size: 24pt;
        font-family:'Montserrat-Medium';
        text-align: left;
        padding: 2% 10% 0 10%;
    }
    .promox2 > p {
        color: #fff;
        font-size: 12pt;
        font-family:'Montserrat-Medium';
        padding: 2% 20% 2% 10%;
        text-align: left;
    }
    .promox3, .promox4{
        background-color: #1a1a1a98;
        height: auto;
        text-align: center;
        padding: 2% 0 0 0;
    }
    .promox3 > h6{
        color: #28cdff;
        padding: 5% 10% 0 10%;
        font-size: 14pt;
    }
    .promox3 > p {
        color: #fff;
        font-size: 8pt;
        padding: 2% 10% 0 10%;
    }
    .promox4 > p {
        color: #fff;
        font-size: 12pt;
        padding: 10% 10% 0 10%;
        font-family:'Montserrat-Medium';
    }
    .promox3 > img{
        width: auto;
        height: 150px;
        text-align: center;
    }
    .banmanuales{
        background-image: url(../img/MAIN/MAIN_BANNER2.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banwimas{
        background-image: url(../img/MAIN/WIMAS.png);
        width: 100%;
        height: 580px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banfaq{
        background-image: url(../img/MAIN/FAQ.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banoticias{
        background-image: url(../img/MAIN/noticias.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banimas{
        background-image: url(../img/MAIN/bannerimas.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansimon{
        background-image: url(../img/MAIN/bannerSIMON.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansmc{
        background-image: url(../img/MAIN/bannermcfull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banandi{
        background-image: url(../img/MAIN/bannerandifull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banfiscal{
        background-image: url(../img/MAIN/bannerFISCAL.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bantufa{
        background-image: url(../img/MAIN/bannertfacturafull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bandibal{
        background-image: url(../img/MAIN/bannerdibalg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bannuevo{
        background-image: url(../img/MAIN/novedad.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banbi{
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bancarnico{
        background-image: url(../img/MAIN/carnicolg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banseguri{
        background-image: url(../img/MAIN/seguridadlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bancomerci{
        background-image: url(../img/MAIN/comerciallg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .baninmue{
        background-image: url(../img/MAIN/inmueblelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banresta{
        background-image: url(../img/MAIN/restaurantelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banpyme{
        background-image: url(../img/MAIN/emprendelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banempren{
        background-image: url(../img/MAIN/iniciallg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banbase{
        background-image: url(../img/MAIN/basebanlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bantermi{
        background-image: url(../img/MAIN/terminos.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        }
    .bandis{
        background-image: url(../img/MAIN/distribbannerlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bansopor{
        background-image: url(../img/MAIN/soporteban2.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banimas1{
        text-align: center;
        padding: 0% 0 3% 0;
    }
    .banimas1 > h2{
        font-size: 45pt;
        color: #1e1f1f;
        text-align: left;
        padding: 10% 5% 2% 5%;
        display: none;
    }
    .banimas1 > p{
        font-size: 16pt;
        color: #fff;
        text-align: left;
        padding: 2% 5% 2% 5%;
        width: 60%;
        border-radius: 0 50px 50px 0;
        font-family:'Montserrat-Medium';
        display: none;
    }
    .banimas2{
        text-align: center;
        display: none;
    }
    .banimas2 > p{
        color: #fff;
        font-size: 18pt;
        font-family:'Montserrat-Medium';
        padding: 0 10%;
        background-color:#29a0d7;
    }
    .bannos{
        background-image: url(../img/MAIN/banner-nos.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding: 5% 10% 0 0;
    }
    .bannos1 > h2{
        font-size: 55pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: right;
        letter-spacing: 1pt;
    }
    .bannos1 > h3{
        font-size: 21pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: right;
    }
    .bannos1 > p{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: right;
    }
    .bannos2 > p {
        font-size: 24pt;
        font-family: 'Montserrat-Medium';
        color: #4D4D4D;
        text-align: right;
        letter-spacing: 2pt;
    }
    .sisvidprin{
        width: 100%;
    }
    .sisvidprin >video {
        padding:2% 0 2% 2%;
    }
    .sisvidprin >iframe {
        padding:2% 5%;
    }
    .sisvid{
        width: 100%;
    }
    .sisvid >video {
        padding:2% 0 2% 2%;
    }
    .sisvid >iframe {
        padding:2% 5%;
    }
    .vidtext{
        padding: 1% 5%;
    }
    .vidtext1 > h3{
        font-size: 14pt;
        color: #353636;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .vidtext1>hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 100%;
        align-content: center;
    }
    .vidtext1 > p{
        font-size: 12pt;
        color: #000000;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .vidtext1 > img {
        width: 100%;
        height: 100px;
    }
    .bloq2{
        text-align: center;
        margin-bottom: 30px;
    }
    .bloq2a > a > img {
        width: 130px;
        height: 100%;
        padding: 5% 0;
    }
    .bloq3 {
        text-align: center;
    }
    .bloq3a > img{
        width: 100%;
        height: 100px;
    }
    .bloq3a >  h5 {
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        padding: 3% 0;
    }
    .bloq3a > p{
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        padding: 0% 10% 10% 10%;
        text-align: center;
        line-height: 20pt;
    }
    .bloq3a > hr{
        border-color: #1e1f1f;
        width: 50%;
        margin-left: 25%;
    }
    .bloq > img{
        width: 50%;
        height: 100%;
    }
    .principia{
        padding: 5% 0 2% 0;
    }
    .puwimas{
        background-image: url(../img/MAIN/wmona1.jpg);
        width: 100%;
        height: 80%;
        background-position: right;
        background-repeat: no-repeat;
        padding: 2% 0;
        text-align: center;
    }
    .publimas2{
        margin-left:15%;
        text-align: justify;
        color:rgb(225, 222, 222);
        text-shadow: 0.1em 0.1em 0.2em black;
        margin-top:10%;
    }
    .publimas2 > h3 {
        font-size: 27pt;
        }
    .publimas{
        background-color: rgb(13, 137, 209);
        width: 100%;
        height: auto;
        background-position: right;
        background-repeat: no-repeat;
        padding: 2% 0;
        text-align: center;
    }
    .publimas1{
        width: 100%;
        height: auto;
        padding: 2% 0;
        text-align: center;
    }
    .publimas1 > h2 {
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #2c2c2c;
        text-align: center;
    }
    .publimas1 > h2 > b{
        font-size: 40pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        text-align: left;
    }
    .publimas1 > p{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        padding: 2% 10% 1% 10%;
        text-align: center;
    }
    .publimas1 > ul{
        padding: 0% 0 0 10%;
        list-style: none;
        font-family: 'Montserrat-Medium';
        color: #040c2e;
        font-size: 12pt;
        letter-spacing: 3pt;
        line-height: 18pt;
    }
    .publimas1 > img {
        padding: 5% 0 0 0;
        width: 90%;
        height: auto;
    }
    .publimas1 > div >img{
        width: 60%;
        height: auto;
        padding: 4% 0;
    }
    .publimas1 > div >p{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
    }
    .galerum{
        width: 100%;
        margin: auto;
        list-style: none;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .galerum img{
        width: 320px;
        height: 100%;
        padding: 2px;
    }
    .galerum img:hover{
        -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
        transform: scale(1.12);
    }
    .modal:target {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;;
    }
    .modal h3 {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
    }
    .galimg{
        padding: 34% 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .galimg a{
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        margin: 0 10px;
    }
    .galimg a:nth-child(2){
        margin: 0;
        flex-shrink: 2;
    }
    .galimg img{
        width: 1000px;
        height: auto;
        max-width: 100%;
        border: 7px solid #fff;
        box-sizing: border-box;
    }
    .cerrau{
        display: block;
        background: rgba(255, 255, 255, 0.842);
        width: 36px;
        height: 36px;
        margin: 40px auto;
        text-align: center;
        text-decoration: none;
        font-size: 25pt;
        color: #000000;
        border-radius: 50%;
        line-height: 26px;
    }
    .banysimon1{
        text-align: center;
        background-color: #bc1736;
        padding: 4% 0;
    }
    .banysimon1>h2{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 60pt;
    }
    .banysimon1>h4{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 16pt;
        padding: 2% 0;
    }
    .banysimon1>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        padding: 4%;
        line-height: 25pt;
    }
    .banysimon1>p>b{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
    }
    .banysimon1>img{
        width: 100%;
        height: auto;
        margin-top: 20%;
    }
    .banysimon1>hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .pubmulti{
        background-color: #f19519;
    }
    .pubmulti1{
        text-align: center;
    }
    .pubmulti1>img{
        width: 90%;
        height: auto;
        padding: 10% 0 0 0;
    }
    .pubmulti1>h2{
        color: #fff;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 10% 0% 0% 0%;
    }
    .pubmulti1>h2>b{
        color: #6e90ca;
        font-size: 32pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 6% 0% 0% 0%;
    }
    .pubmulti1>h4{
        color: #fff;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 0;
    }
    .pubmulti1>hr{
        width: 50%;
        border-color: #6e90ca;
        margin-left: 25%;
    }
    .pubmulti1>p{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 6%;
        line-height: 22pt;
    }
    .publandi{
        text-align: center;
        background-color: #10b5d0;
    }
    .publandi1>h2{
        color: #3c3c3b;
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        padding: 3% 0 0 0;
    }
    .publandi1>h2>b{
        color: #fff;
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>h4{
        color: #fff;
        font-size: 20pt;
        padding: 2% 0;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>p{
        color: #fff;
        font-size: 12pt;
        padding: 2% 14%;
        font-family: 'Montserrat-Medium';
        line-height: 35pt;
    }
    .publandi1 > h4 > span{
        color: #fff;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1 > p > span{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
    }
    .rayandi{
        background-color: #272626;
    }
    .publandi1 > div > img {
        width: 30%;
        height: auto;
    }
    .publandi1>img{
        width: 80%;
        padding: 5%;
    }
    .fiscalban{
        background-color: #900000;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > img{
        text-align: center;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > div > h1{
        text-align: center;
        font-size: 40pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .fiscalban1 > div > h3{
        text-align: center;
        font-size: 20pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 1% 0;
    }
    .fiscalban1 > div > p{
        text-align: center;
        font-size: 12pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 2% 6%;
        line-height: 30pt;
    }
    .fiscalban1 > div > hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .fiscalbanlog > img{
        width: 100%;
        height: 220px;
    }
    .fiscalbanlog >p{
        color: #fff;
        font-size: 12pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 0 10% 0;
    }
    .carfiscal1 > img{
        width: 100%;
        height: 200px;
        text-align: center;
        padding: 3%;;
    }
    .carfiscal1 > p {
        color: #900000;
        font-size: 10pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 15%;
    }
    .tufaban{
        width: 100%;
        height: auto;
        background-color: #eff0ef;
        padding: 4%;
        text-align: center;
    }
    .tufaban1 > img{
        width: auto;
        height: 100%;
        position: absolute;
        right: 100px;
        bottom: 0%;
        display: none;
    }
    .tufaban1 > h2 {
        padding: 5% 0 0 0;
        font-size: 60pt;
        color: #f4c058;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }
    .tufaban1 > h3 {
        font-family: 'Montserrat-Medium';
        text-align: center;
        font-size: 60pt;
        color: #10b3ce;
    }
    .tufaban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 22pt;
        color: #000000;
        letter-spacing: 10pt;
        text-align: center;
        padding: 4% 0;
    }
    .tufaban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        text-align: center;
        line-height: 23pt;
    }
    .tufaban1 > a > button{
        background-color: #f4c058;
        color: #eff0ef;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tufaban1 > a > button:hover{
        background-color: #eff0ef;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tubiban{
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 4%;
        text-align: center;
    }
    .tubiban1 > h2 {
        padding: 5% 0 0 0;
        font-size: 50pt;
        color: #4d4d4d;
        font-family: 'Montserrat-Medium';
    }
    .tubiban1 > h3 {
        font-family: 'Montserrat-Medium';
        text-align: center;
        font-size: 60pt;
        color: #f4c058;
    }
    .tubiban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 22pt;
        color: #000000;
        letter-spacing: 10pt;
        text-align: center;
        padding: 4% 0;
    }
    .tubiban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        text-align: center;
        padding: 2% 0;
        line-height: 23pt;
    }
    .tubiban1 > a > button{
        background-color: #f4c058;
        color: #fff;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tubiban1 > a > button:hover{
        background-color: #fff;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tubiban1>a{
        padding: 5% 20%;
    }
    .tablin{
        padding: 10px 12px 10px 12px!important;
     }
    .box-info{
        padding: 44px 40px 5px;
        border-radius: 3px;
        border: 1px solid #a7cfd8;
    }
    .box-info .box-info-content .box-info-header{
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding-bottom: 25px;
        text-align: center;
        border-bottom: 4px solid #ffc956;
        color: #51788b;
        font-family: 'Montserrat-Medium';
    }
    .box-info .box-info-content .box-info-body{
        padding: 12px 13px 40px;
    }
    .box-info .box-info-content .box-info-body dt{
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #51c1d1;
        text-transform:uppercase;
        font-family: 'Montserrat-Medium';
        margin-top: 37px;
    }
    .box-info .box-info-content .box-info-body .info-list dd{
        display: block;
        font-size: 14px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a{
        font-size: 12px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer{
        display: block;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #c1d6d9;
        font-family: 'Montserrat-Medium';
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer a{
        color: #51788b;
    }
    .box-info .box-info-content .box-info-footer a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .parrafin{
        color: #51788b;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
        padding: 50px 0 20px 0;
    }
    .parrafin> .par1{
        color: #ffc956;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .parrafin> .par2{
        color: #51c1d1;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .resp-tabs-list {
        text-align: center;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        margin-bottom: -20px;
        margin-left: -25px;
    }
    .resp-tabs-list li {
        margin-top: 20px;
        margin-left: 25px;
        text-align: center;
        padding: 28px 41px;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        cursor: pointer;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        border-radius: 5px;
        color: #51788b;
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
        text-transform: uppercase;
        transition: .3s ease-out all;
        letter-spacing: 0.03em;
    }
    .resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
            color: #fff;
            text-decoration: none;
            background-color: #ffc956;
    }
    .responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
        display: none;
    }
    .row-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banfac{
        background-color: #51788b;
        background-image: url(../img/MAIN/tufacfondo.jpg);
        width: 100%;
        height: 960px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .banfac > h1{
        color: #fff;
        font-size: 100pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 8% 0 0 0 ;
    }
    .banfac > p{
        color: #b2e6ed;
        font-size: 30pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 2% 0 ;
        line-height: 35pt;
    }
    .banfac > a{
        padding: 0 10px;
    }
    .banfac > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .banfac > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .banpow{
        background-color: #51788b;
        background-image: url(../img/MAIN/fondopow.png);
        width: 100%;
        height: 1080px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .banpow > h1{
        color: #fff;
        font-size: 70pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 25% 2% 0 2% ;
    }
    .banpow > p{
        color: #000000;
        font-size: 22pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 6% 0 6% ;
        line-height: 35pt;
    }
    .banpow > p >b{
        color: #000000;
        font-size: 16pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 0 0 ;
    }
    .banpow > a{
        padding: 0 10px;
    }
    .banpow > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .banpow > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .banpow>img{
        width: 100%;
        height: 220px;
    }
    .banpow>h2{
        font-size: 14pt;
        color: #5e4900;
        font-family: 'Montserrat-Medium';
    }
    .novo1b1{
        background-color: #15b6d1;
        background-image: url(../img/MAIN/fondonov1.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        padding: 4%  0;
    }
    .novo1b1>p{
        padding: 0 4%;
    }
    .novo1b1>p>b{
        color: #47484d;
        font-size: 25pt;
        font-family: 'Montserrat-Medium';
    }
    .novo1b2{
        background-color: rgba(206, 209, 209, 0.459);
    }
    .caracnovo{
        background-color: #47484d;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .caracnovo>img{
        width: 100%;
        height: 150px;
    }
    .caracnovo>p{
        padding: 4% 8%;
        font-size: 12pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        background-color: #47484d;
        padding: 2% 8%;
    }
    .novidpar>h1{
        font-size: 40pt;
        color: #10b3ce;
        padding: 6% 5% 2% 5%;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>h1>b{
        font-size: 38pt;
        color: #1a1a1a;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>p{
        font-size: 12pt;
        color: #000000;
        padding: 2% 18%;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .noveban{
        background-color: #1bb4d0;
        background-position: center;
        text-align: center;
    }
    .noveban1>img{
        width: 50%;
        height: auto;
    }
    .noveban1>h1{
        font-size: 30pt;
        text-align: center;
        color: #fff;
        padding: 2% 5%;
    }
    .noveban2{
        padding: 5% 0;
    }
    .noveban3>img{
        width: 100%;
        height: 180px;
    }
    .noveban3>h1{
        padding: 2% 20% 0 2%;
        text-align: left;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        font-size: 18pt;
    }
    .noveban3>p{
        padding: 5% 20% 0 2%;
        text-align: left;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .noveban3>hr{
        height: 3px;
        width: 60%;
        border-color: #47484d;
        justify-content: left;
    }
    .andicontac{
        background-image: url(../img/MAIN/fondonov2.png);
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #15b6d1;
        text-align: center;
    }
    .andicontac>h1{
        padding: 5% 0 0 0;
        font-size: 40pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .andicontac>h1>b{
        padding: 3% 0 0 0;
        font-size: 43pt;
        color: #ffc956;
        font-family: 'Montserrat-Medium';
    }
    .andicontac>p{
        padding: 4% 15%;
        font-size: 14pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }
    .andicontac>a>button{
        padding: 2px 6px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #47484d;
        border-radius: 5px;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .andicontac>a>button:hover{
        padding: 2px 6px;
        background-color: #15b6d1;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .andimod1{
        text-align: center;
    }
    .andimod1>h1{
        font-size: 40pt;
        color: #15b6d1;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 5% 10%;
    }
    .andimod1>p{
        text-align: left;
        font-size: 10pt;
        color: #000000;
        padding: 0 20%;
    }
    .andimod1>img{
        width: 30%;
        height: auto;
        text-align: center;
        padding: 5% 0;
    }
    .modal-content{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        text-align: center;
    }
    .modal-dialog{
        max-width: 90%;
        margin: 1.75rem auto;
        text-align: center;
    }
    .modal-header{
        text-align: center;
        color: #fff;
        font-family: 'Montserrat-Medium';

    }
    .modal-body>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        padding: 4% 8%;
        text-align: left;
        line-height: 20pt;
        background-color: rgba(51, 51, 51);
        margin: 2%;
        border-radius: 10px;
        box-shadow: rgba(51, 51, 51, 0.815) 8px 8px 14px;
    }
    .modal-body>p>b{
        color: #ffbb56;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
    }
    .modal-body>img{
        width: 50%;
        height: auto;
        text-align:center;
    }
    .contel>h1{
        color: #ffbb56;
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
    }
    .implesis{
        font-size: 14pt;
        color: #fff;
        background: #15b6d1;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: all ease(1.3rem);
    }
    .implesis:hover{
        font-size: 14pt;
        color: #15b6d1;
        background: #fff;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
    }
    .bancar1{
        background-color: #0112188a;
    }

    .bancar1>a{
        margin-left: 40%;
        align-items: center;
        justify-content: center;
    }

    .bancar1>h1{
        color: #fff;
        font-size: 30pt;
        text-align: center;
        padding: 34% 0 0 0;
        font-family: 'Montserrat-Medium';
    }
    .bancar1>p{
        color: #fff;
        font-size: 14pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        letter-spacing: 3pt;
    }
    .bancar1>hr{
        border-width: 3px;
        border-color: #fff;
        width: 60%;
        align-content: center;
        margin-left: 20%;
    }
    .sectoresfaq{
        border-width: 3px;
        border-color: #4d4d4d;
        width: 60%;
        text-align: justify;
        margin-left: 20%;
    }
    .sectores{
        text-align: center;
        padding: 5% 10%;
    }
    .sectores1>h1{
        font-size: 36pt;
        color: #4d4d4d;
        font-family: 'Montserrat-Medium';
    }
    .sectores1>p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #272626;
        padding:2% 0 3% 0;
    }
    .sectores2>img{
        width: 50%;
        height: auto;
    }
    .sectores2>hr{
        border-width: 3px;
        border-color: #4d4d4d;
        width: 60%;
        align-content: center;
        margin-left: 20%;
    }
    .sectores2>p{
        font-size: 12pt;
        color: #272626;
        font-family: 'Montserrat-Medium';
        padding: 0 8%;
    }
    .sectores3{
        text-align: center;
    }
    .sectores4{
        background-color: #e7e7e7;
    }
    .sectores4>h1{
        font-size: 32pt;
        color: #00a1bd;
        font-family: 'Montserrat-Medium';
        padding: 6% 0 2% 0;
    }
    .sectores4>h1>b{
        font-size: 32pt;
        color: #df884a;
        font-family: 'Montserrat-Medium';
    }
    .sectores4>p{
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 0 15% 0 15%;
    }
    .sectores4>img{
        width: 100%;
        height: auto;
        text-align: right;
        display: none;
    }
    .sectores4>ul>li{
        color: #47484d;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-decoration: none;
        text-align: center;
        line-height: 26pt;
    }
    .sectfon1{
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }
    .sectfon1>h1{
        text-align: center;
        width: 100%;
        height: auto;
        padding: 3% 0 0 0;
        font-size: 40pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1>h1>b{
        text-align: center;
        width: 100%;
        height: auto;
        font-size: 40pt;
        color: #47c2e7;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1>p{
        text-align: center;
        width: 100%;
        height: auto;
        padding: 2% 10% 5% 10%;
        font-size: 16pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1 > img{
        width: 80%;
        height: auto;
        text-align: center;
    }
    .bansect1{
        background-color: #00a1bd;
        width: 100%;
        height: 100px;
        background-image: url(../img/MAIN/bkfou.png);
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .bansect1>p{
        height: 200px;
        font-size: 28pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 1% 0 0 0;
        line-height: 58pt;
    }
    .modusect{
        text-align: center;
    }
    .modusect>div>img{
        text-align: center;
        width:100%;
        height: 100px;
    }
    .modusect>div>h4{
        padding: 2% 0 0 0;
        font-size: 18pt;
        color: #00a0bc;
        font-family: 'Montserrat-Medium';
        text-align: left;
    }
    .modusect>div>p{
        font-size: 12pt;
        color: #606060;
        font-family: 'Montserrat-Medium';
        text-align: left;
    }
    .modusect1{
        padding: 15px;
    }
    .imamod>img{
        width: 400px;
        height: 100%;
    }
    .bansopor1 > h1{
        text-align: right;
        font-size: 80px;
        padding: 10% 6% 0 60%;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .bansopor1 > p{
        text-align: right;
        font-size: 25px;
        padding: 0% 6% 0 64%;
        line-height: 28pt;
        letter-spacing: 2pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .soporte1{
        text-align: center;
        align-items: center;
    }
    .soporte2 > h1{
        text-align: center;
        padding: 2% 0 0 30%;
        font-size: 50pt;
        color: #2f94d4;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > h4{
        padding: 0 0 0 30%;
        text-align: center;
        font-size: 30pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > p{
        text-align: center;
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 2% 0% 0 30%;
    }
    .soporte2 > img{
        width: auto;
        height: 400px;
        text-align: left;
        padding: 0 20% 0 0;
    }
    .contador1{
        text-align: center;
    }
    .contador1 > img{
        width: 100%;
        height: 120px;
    }
    .contador1 .counter{
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        margin: 0;
    }
    .contador1 .pat2{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        margin: 0;
    }
    .barsopor{
        background-color: #f5f5f5;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .barsopor1{
        border-left: solid #fff 2px;
        border-right: solid #fff 2px;
    }
    .barsopor1 > h1{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #29a4db;
        letter-spacing: 4pt;
    }
    .barsopor1 > hr{
        border-color: #1e1f1f;
        width: 50%;
        margin-left: 25%;
    }
    .barsopor1 > img{
        width: 100%;
        height: 120px;
    }
    .barsopor1 > p{
        font-size: 10pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        padding: 2% 15% 8% 15%;
    }
    .barsopor1 > a > p{
        font-size: 12pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        margin: 0;
        line-height: 8pt;
    }
    .termin{
        padding: 2% 0;
    }
    .termin1{
        padding: 2% 0;
    }
    .termin1 > h1 {
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: left;
        padding: 2% 0;
    }
    .termin1 > p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: justify;
        padding: 1% 6%;
    }
}
@media only screen and (min-width: 992px){
    nav {
        margin: 0 !important;
        padding: 1% !important;
    }
    .cabecera {
        background-color:#000014;
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        color: white;
        text-align: center;
    }
    .movilots{
        width: 100%;
        height: auto;
    }
    .cab-i > nav > ul{
        width: 100%;
    }
    .cab-i > nav > ul > li {
        width: 16.6% !important;
    }
    .cab-i > nav > ul > li > a{
        color: white;
    }
    .cab-logo > a > img {
        width: 50%;
        height: 100px;
    }
    .cab-i,.cab-q,.cab-p,.cab-s,.cab-co,.cab-so,.cab-ac,.cab-con {
        padding: 0 0 0 0;
    }
    .cab-izq-usr,.cab-izq-tel,.cab-izq-bus {
        padding: 5px 0 0 5%;
    }
    .cab-izq-ico,.cab-izq-ico,.cab-i-h,.cab-i-red {
        display: none;
    }
    .dropdown-toggle::after {
        border-right: 0;
        border-left: 0;
    }
    .dropdown-menu {
        background-color: rgb(41, 171, 226,0.9)!important;
        width: 100%;
    }
    .dropdown-item {
        font-family: "Montserrat-Medium" !important;
        font-size: 12px !important;
        color: white !important;
        text-align: left !important;
        padding-left: 15px!important;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: rgb(0,0,20,0.6) !important;
        font-size: 13px !important;
    }
    /* PREPARAR MENU DINAMICO PARA BUSQUEDA, USUARIO, Y OTROS */
    .escalagris {
        opacity:0.5;
        filter: gray; /* IE6-9 */
        filter: grayscale(1); /* Firefox 35+ */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        transform: scale(0.65);
        display: none;
    }
    .escalagris:hover{
        opacity:1;
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(.70);
        -ms-transform: scale(.70);
        transform: scale(.70);
    }
    .escalagris2 {
        opacity:0.5;
        filter: gray; /* IE6-9 */
        filter: grayscale(1); /* Firefox 35+ */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .escalagris2:hover{
        opacity:1;
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
    .menu-fixed {
        position:fixed;
        z-index:1000;
        top:0;
        width:100%;
        margin: 0;
        padding: 0;
    }
    .nav-link:focus, .nav-link:hover{
        font-size: 16px !important;
        color: #29a4db;
    }
    .container-fluid{
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-right: auto;
        margin-left: auto;
    }
    .container{
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-right: auto;
        margin-left: auto;
    }
    .bpromo{
        background-color: #2e3233;
        width: 100%;
        height: auto;
        text-align: center;
        background-image: url(../img/MAIN/red1ban.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .bpromo > p {
        font-family: 'Montserrat-Medium';
        color: #fff;
        font-size: 14pt;
        margin: 12px 4px;
    }
    body {
            padding-top: 95px;
        }
    .img1{
            display:block!important;
            width: 100%;
            height: auto;
        }
    .img2{
            display:none!important;
            width: 100%;
            height: auto;
        }
    .intro{
        position: relative!important;
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
    }
    .intro-img{
            text-align: center;
            padding: 0 10%;
            align-content: center;
            float: inline-end;
            width: 100%;
        }
    .intro1>h1{
        text-align: left;
        font-size: 20pt;
        letter-spacing: 4pt;
        color: #29a4db;
        font-family: "Montserrat-Medium";
        padding: 0 5%;
        line-height: 40pt;
        margin: 0;
    }
    .intro1>p{
        text-align:justify;
        font-size: 12pt;
        padding: 2% 5% 2% 5%;
        font-family: 'Montserrat-Medium';
        line-height: 20pt;
    }
    .bandejar > hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 100%;
        align-content: center;
    }
    .bandejap{
        text-align: center;
        padding: 1%  0 3% 0;
    }
    .bandejap > a{
        background-color: #29a4db;
        width: 100%;
        height: auto;
        font-size: 18pt;
        color: #fff;
        text-decoration: none;
        padding: .5%  4%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
        letter-spacing: 6px;
    }
    .bandejap > a:hover{
        background-color: #f19519;
        width: 100%;
        height: auto;
        font-size: 18pt;
        color: #fff;
        text-decoration: none;
        padding: .5%  4%;
        border-radius: 10px;
        transition: .3s all ease;
        font-family: 'Montserrat-Medium';
    }
    .banner1{
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .proceso-ots{
        background-color: #000014;
        width: 100%;
        height: 370px;
    }
    .p-ots-texto {
        font-family: "Montserrat-Medium";
        padding: 10px 80px 10px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #29a4db;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto1 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #bc1736;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto2 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #f19519;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto3 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #333333;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto4 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #500000;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto5 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color: white!important;
        text-align:  right;
        background-color: #dea456;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-texto7 {
        font-family: "Montserrat-Medium";
        padding: 20px 80px 20px 0;
        font-size: 14pt;
        color:#000000;
        text-align:  right;
        background-color: #feba06;
        background-image: url(../img/main/bkbanner.png);
        background-position: left;
        background-repeat: no-repeat;
    }
    .p-ots-ico{
        text-align: center;
        color: #fff;
        padding: 40px 90px 40px 90px;
    }
    .interno > p,
    .imple > p,
    .control > p,
    .registro > p {
        width: 142px;
        text-align: center;
        margin: 0 auto!important;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        letter-spacing: 2px;
        text-decoration: none;
        color: #fff;
    }
    .proces-img{
        width: 140px!important;
        height: auto;
    }
    .proces-img:hover{
        width: 160px!important;
        height: auto;
    }
    .proces-img1{
        width: 140px!important;
        height: auto;
    }
    .vidy{
        margin: 2% 2%;
    }
    .video{
        text-align: center;
        position: relative;
    }
    .video1{
        padding: 30px 0 0 0;
        text-align: center;
    }
    .vid-info{
        padding: 50px 40px!important;
    }
    .vid-info1{
        padding: 2% 0 2% 0;
    }
    .vid-info>p{
        padding: 12px;
        font-size: 12pt!important;
        text-align: left!important;
    }
    .vid-parra > p{
        font-family: 'Montserrat-Medium';
        font-size: 11pt;
        color: #000000;
    }
    .vid-img > img{
        width: 100%;
        height: 100px;
        padding: 0 35% 0 0;
    }
    .vid-intro>iframe{
        display: inline-block;
        width: 50%;
        padding: 30px;
    }
    .texto-vid{
        font-family:"Montserrat-Medium";
        font-size: 14pt;
        text-align:left;
        padding: 40px;
    }
    .texto-vid>p{
        padding-left: 80px;
        padding-bottom: 20px;
        line-height: 30px;
        font-size: 12pt;
    }
    .texto-vid>h4{
        padding-left: 40px;
        line-height: 20px;
    }
    .bloque-gris{
        background-color: #666666;
        width: 100%;
        height: auto;
    }
    .bloque-gris2{
        background-color: #29a4db;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .bloque-info{
        background-color: #666666;
        width: 100%;
        height: auto;
        color: #fff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
        margin-bottom: 10px;
        text-align: left!important;
    }
    .bloque-info:hover{
        background-color: #29a4db;
        color: #ffffff;
        font-family: "Montserrat-Medium";
        padding-top: 1%;
        font-size: 18pt;
    }
    .bloque-azul{
        background-color: #fff;
        width: 100%;
        height: auto;
    }
    .b-titulo{
        background-color: #29a4db;
        margin: 0;
        padding: 1% 0;
    }
    .b-titulo > p{
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align:center!important;
        padding: 4% 0 2% 0;
        font-size: 18pt;
        letter-spacing:15px!important;
    }
    .b-titulo1 > p{
        font-family: "Montserrat-Medium";
        color: #29a4db!important;
        text-align:left!important;
        font-size: 16pt;
        letter-spacing:5px!important;
        padding: 6% 0 0% 5%;
    }
    .btexto{
        font-family: "Montserrat-Medium";
        color: #fff!important;
        text-align: left!important;
        padding: 40px!important;
        font-size: 12pt;
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .barra{
        text-align: center!important;
    }
    .barra>hr{
        padding-top: 10%;
        height: 60%;
        width: 4px;
        background: #fff;
        justify-content: center;
        display:inline-block;
    }
    .btexto>p>b{
        font-size:14pt;
        color: rgb(15, 214, 228)!important;
    }
    .color1{
        background: #F2F2F2;
    }
    .color2{
        background: #29a4db;
    }
    .color3{
        color:#29a4db;
        font-family: 'Montserrat-Medium';
        text-align: left;
        font-size: 16pt;
    }
    .color4{
        background: #000014;
    }
    .param-pic1{
        width: 100%;
        padding-top: 3%;
        padding: 10% 5% 10% 5%;
    }
    .texto-param> h3{
        text-align: center;
    }
    .texto-param>p{
        padding: 0% 20% 0 5%;
        font-family: 'Montserrat-Medium';
    }
    .texto-param>ul{
        color: #0090BE!important;
        padding-left: 30%;
    }
    .texto-param>ul>li{
        font-size: 16pt;
        line-height: 45px;
    }
    .texto-param>ul>li>a:hover{
        color: red;
        font-size: 16pt;
        line-height: 45px;
    }
    .texto-param>ul>li>a{
        text-decoration: none;
    }
    .publi-1{
        width: 100%;
        height: auto;
        padding: 3% 7% 6% 7%!important;
        text-align: center;
    }
    .publi1-img{
        width: 100%;
        height: auto;
    }
    .publi1-img > img{
        width: 85%;
        height: auto;
        bottom: 0%;
        left: 10%;
        position: absolute;
    }
    .publi-1 > h2{
        width: 100%;
        font-size: 38pt;
        font-family:'Montserrat-Medium'
    }
    .publi-1 > p{
        font-size: 12pt;
        padding: 6% 6% 8% 6%;
        margin: 0;
        line-height: 16pt;

    }
    .publi-1 > p > b{
        font-size: 18pt;
        color: #29a4db;
    }
    .publi-1 >.btn{
        background: #29a4db;
        color: #fff;
        font-family:'Montserrat-Medium';
        transition: .3s all ease;
    }
    .publi-1 >.btn:hover{
        background: #ff861c;
        color: #ffffff;
        font-family:'Montserrat-Medium';
        transition: .3s all ease;
    }
    .funduter{
        background-color: #eff1f3;
        width: 100%;
        height: auto;
    }
    .fundu {
        font-size: 14pt;
        color: #fff;
        padding: 2% 4%;
        background-color: #29a4db ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    .fundu:hover {
        font-size: 14pt;
        color: #fff;
        padding: 2% 4%;
        background-color: #db5b29 ;
        width: 50%;
        height: auto;
        border-radius: 5px;
        transition: .3s all ease;
        text-decoration: none;
        font-family: 'Montserrat-Medium';
    }
    .sis-ban{
        align-content: center!important;
        text-align: center!important;
        justify-content: center!important;
        width: 100%;
    }
    .card-text{
        font-size: 10pt;
        padding: 6% 0;
        font-family: 'Montserrat-Medium';
        text-align: center;
        line-height: 16pt;
    }
    .card-container{
        position: relative;
        width: 17rem;
        perspective: 200rem;
        height: 412px;
        justify-content: center!important;
        margin: 13px;
    }
    .card-img{
        width: auto!important;
        height: 100%;
    }
    .card-img-top {
        width: 50%!important;
        align-items: center;
    }

    .card-front{
        text-align: center!important;
        align-items: center!important;
    }
    .cuerpo-carta{
        padding:0 2% 15% 2%!important;
    }
    .cuerpo-carta >.btn{
        color: #eff1f3;
        background-color: #29a4db;
        font-family:'Montserrat-Medium';
        font-size: 12pt;
        transition:all ease .8s;
    }
    .cuerpo-carta >.btn:hover{
        color: #eff1f3;
        background-color: #ff861c;
        font-family:'Montserrat-Medium';
        font-size: 12pt;
        transition:all ease .8s;
    }
    /*.card-container:hover .card-front{
        transform: rotateY(180deg);
    }
    .card-container:hover .card-back{
        transform: rotateY(0deg);
    }*/
    .card-back{
        transform: rotateY(180deg);
        text-align: center!important;
        background-color: rgb(252, 239, 198);
        border: rgb(198, 238, 252);
        align-items: center!important;
        background-image: url("../img/MAIN/fondo1.png");
        background-repeat: no-repeat;
    }
    .card{
        position: absolute;
        transition: all 0.9s;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
    }
    .card-back .card-body{
        position: relative;
    }
    .card-body a{
        position: absolute;
        top: 96%;
        left: 50%;
        margin:-15% 0 0 -23%;
    }
    .card-title{
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        padding: 8% 0 0 0;
    }
    a{
        color:#29a4db;
        }
        .actualiza {
            font-family: "SourceSansPro-Regular";
            position: relative;
            height: auto;
            width: 100%;
            background-image: url("../img/MAIN/bannerpubli2.png");
            background-position: center;
            background-repeat: no-repeat;
            text-align: right;
            color: white;
            transition: background-color 1s;
            padding: 10% 0;
        }
        .actualiza:hover {
            background-color: rgb(28,80,133,0.7);
            height: auto;
            width: 100%;
        }
        .actualiza::before {
            position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;
            background-color: inherit;
            content: ' ';
        }
        .actualiza > div > h2 {
            font-family: "Montserrat-Medium";
        }
        .actualiza > div > hr {
            background-color: white;
            height: 3px;
            width: 180px;
            border: 0;
            display: inline-block;
        }
        .actualiza > div > p {
            font-size: 16pt;
            font-family: 'Montserrat-Medium';
            color: #fff;
            padding: 0 0 3% 0;
            text-align: center;
        }
        .act-princ > button {
            padding: 0 10% 0% 10%;
            color: white;
            background-color: #ff861c;
            border-radius: 5px;
        }    .actualiza > div > button:hover{
            padding: 0 10% 0% 10%;
            color: #ff861c;
            background-color: #fff;
            border-radius: 5px;
        }
        .act-princ {
            zoom: 1;
            filter: alpha(opacity=0); /*Opacidad Para IE */
            opacity: 0; /*Inicialmente transparente */
            -moz-transition:all ease .8s; /*Aplicamos una ligera transición*/
            -webkit-transition:all ease .8s ;
            transition:all ease .8s;
            text-align: center;
        }
        .act-princ > h2{
            font-size: 60px;
        }
        .actualiza:hover .act-princ {
            filter: alpha(opacity=80);
            opacity: 1; /*Al hacer hover sobre la caja hacemos visible los datos*/
        }
    .ayuda>p{
        text-align: center;
        color: #0090BE;
        width: 100%;
        height: auto;
    }
    .ayuda> a >img{
        height: 200px;
        width: auto;
    }
    .ayudalog>img{
        height: 200px;
        width: auto;
    }
    .noti1{
        background: #333536;
        height: auto;
        width: 100%;
        border-left-color: #fff;
        border-left-style: solid;
        border-right-color: #fff;
        border-right-style: solid;
        border-width: 2px;
        text-align: center;
    }
    .noti1 > img {
        width: 100%;
        height: 200px;
        padding: 4% 0 2% 0;
    }
    .noti1>h4{
        padding: 5% 10% 0 10%;
        color: #fff;
        font-family:"Montserrat-Medium";
    }
    hr{
        border-width: 3px;
        border-color: #29a4db;
    }
    .tablero-noticia{
        padding: 2% 7% 2% 7%!important;
    }
    .noti1>hr{
        border-width: 3px;
        border-color: #fff!important;
        width: 80%;
        display: inline-block;
    }
    .noti1>p{
        color: #fff;
        padding: 0 10% 0 10%;
        font-family: "Montserrat-Medium";
    }
    .noti1>a{
        padding: 10px;
        margin: 20px;
    }
    .caso-ex{
        width: 100%;
        height: 280;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .caso-ex:hover .texto-caso{
        transform: translateY(0%);
    }
    .caso-ex:hover .imagen-caso{
        transform: scale(1.15)
    }
    .imagen-caso{
        transition: all 0.5s;
    }
    .caso-ex > img{
        height: auto;
        width:100%;
        padding: 2%;
    }
    .caso-exito > img{
        width: 100%;
        height: 150px;
    }
    .texto-caso{
        position: absolute;
        bottom: 0;
        padding: 10px;
        background: rgba(7, 199, 247, 0.9);
        color: #fff;
        transform: translateY(100%);
        transition: all 0.5s ease-out;
        width: 100%;
        border-radius: 5px;
        font-size: 12pt;
    }
    .piepag{
        background-color: #000014;
        text-align: center;
        padding: 4% 0;
    }
    .piepag1 > img{
        width: 150px;
        height: auto;
        padding: 0 0 8% 0;
    }
    .piepag1 > hr{
        border: solid .6px rgb(17, 229, 236);
        width: 50%;
    }
    .piepag1 > h3 {
        font-size: 14pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        letter-spacing: 1pt;
        padding: 10% 0;
    }
    .piepag1 > h4 {
        font-size: 12pt;
        color: #fff;
        font-family: "Montserrat-Medium";
        text-align: left;
    }
    .piepag1 > p{
        font-size: 10pt;
        color: #fff;
        font-family: "Montserrat-Medium";
        text-align: left;
    }
    .piepag1 > a > p{
        font-family: 'Montserrat-Medium';
        font-size: 10pt;
        color: #fff;
        text-align: left;
        text-decoration: none;
        letter-spacing: 1pt;margin: 4% 0;
    }
    .piepag1 > a > .twolink{
        font-family: 'Montserrat-Medium';
        font-size: 8pt;
        color: rgb(17, 229, 236);
        text-align: left;
        text-decoration: none;
        letter-spacing: 1pt;
    }
    .sus{
        width: 100%;
        height: 20px;
        background-color: #10b3ce;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        padding: 4% 50px;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .sus:hover{
        width: 100%;
        height: 20px;
        background-color: #ce7510;
        text-decoration: none;
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        padding: 4% 12%;
        border-radius: 5px;
        transition: .3s all ease;
    }
    .redes{
        background: #333536;
        height: 100px;
        width: 100%;
    }
    .redes-icon{
        height: 100%;
        width: auto;
        background: #333536;
        text-align: center;
    }
    .redes-icon > a > img{
        height: 100px;
        width: 54px;
        display: inline-block;
    }
    /*contenido paginas */
        .banners > img{
        width: 100%;
        height: auto;
    }
    .proceso-titulo{
        text-align: center;
    }
    .proceso-titulo>img{
        width: 15%;
        height: auto;
}
    .proceso-titulo>h3{
        color: #fff;
        text-align: center;
        font-size: 16pt!important;
        font-family: "Montserrat-Medium";
        padding: 3% 0;
    }
    .cabezal1 > p{
        padding: 10px 100px 0px 100px !important;
        line-height: 30px;
        text-align: center;
        font-size: 16pt;
    }
    .ban-slide{
        background: url(../img/MAIN/bannerslide1.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 20% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
        line-height: 50px;
    }
    .ban-slide > div > p >b{
        color: #29a4db;
    }
    .ban-slide> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
        width: 500px;
    }
    .ban-slide2{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide2> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 20% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
        line-height: 50px;
    }
    .ban-slide2 > div > p >b{
        color: #29a4db;
    }
    .ban-slide2> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
        width: 500px;
    }
    .ban-slide3{
        background: url(../img/MAIN/bannerslide3.jpg);
        width: 100%;
        height: auto;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
    }
    .ban-slide3 > div > p >b{
        color: #29a4db;
    }
    .ban-slide3> div > p{
        background: rgba(0, 0, 0, .7);
        color: #fff;
        height: 100%;
        box-sizing: border-box;
        padding: 20% 10%;
        font-size: 14pt!important;
        font-family: "Montserrat-Medium";
        line-height: 50px;
    }
    .ban-slide3> div > img{
        color: #fff;
        height: auto;
        padding-top: 5%;
        width: 500px;
    }
    .tablem{
        background-color: #22b5ea;
        width: 100%;
        height: auto;
    }
    .tablem1{
        text-align: center;
        color: #fff;
        border: #fff solid 2px;
    }
    .tablem1 > h2 {
        font-size: 15pt;
        color: #fff;
        background-color: #2c2c2c;
        padding: 2% 2%;
        font-family:"Montserrat-Medium";
        letter-spacing: 4pt;
    }
    .tablem1 > hr{
        border-color: #ffffff;
        width: 50%;
        margin-left: 25%;
    }
    .tablem1 > p{
        font-size: 12pt;
        color: #fff;
        font-family:"Montserrat-Medium";
        padding: 0% 10%;
    }
    .tablem1 > img{
        width: 100%;
        height: 200px;
    }
    .experience{
        background-image: url(../img/MAIN/bannerots1.png);
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .experiencie1 >  h3{
        font-size: 50pt;
        font-family:'Montserrat-Medium';
        color: #dc0613;
        padding: 8% 20% 4% 5%;

    }
    .experiencie1 > p{
        font-size: 12pt;
        color: #000014;
        padding: 0 50% 0 10%;
        line-height: 24pt;
        font-family:'Montserrat-Medium';
        width: 100%;
        border-radius: 0 10px 10px 0;
    }
    .experiencie1 > p > b{
        color: #c90606;
        font-size: 12pt;
    }
    .experiencie1 > img{
        width: auto;
        height: 540px;
        padding: 0 0 0 2%;
    }
    .proxe{
        padding: 2%;
    }
    .proxe1{
        padding: 2%;
    }
    .proxe1 > img{
        width: 100%;
        height: 150px;
    }
    .proxe1 > h3{
        font-size: 22pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
    }
    .proxe1 > p{
        font-size: 12pt;
        color: #000000;
        font-family:'Montserrat-Medium';
    }
    .proxe1 > ul >li{
        text-align: center;
        list-style: none;
    }
    .fondon{
        text-align: center;
    }
    .fondon-a{
        background: url(../img/MAIN/bannerslide4.jpg);
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        text-align: center;
        padding: 0 3%;
    }
    .fondon-a-text > p{
        text-align: center;
        color: #28bbff;
        font-size: 50pt;
        font-family: "Montserrat-Medium";
        padding: 3% 0;
    }
    .fondon-a-text > p > b{
        color: #fff;
        font-size: 34pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-a-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .fondon-b{
        background: url(../img/MAIN/bannerslide2.jpg);
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        text-align: center;
        padding: 0 3%;
        margin-bottom: 2%;
    }
    .fondon-b-text > p{
        text-align: center;
        color: #cc6600;
        font-size: 50pt;
        font-family: "Montserrat-Medium";
        padding: 3% 0;
    }
    .fondon-b-text > p > b{
        color: #fff;
        font-size: 34pt;
        font-family: "Montserrat-Medium";
    }
    .fondon-b-text > a > .btn{
        text-align: center;
        color: #fff;
        font-size: 16pt;
        font-family: "Montserrat-Medium";
        position: absolute;
        bottom: 30%;
        left: 40%;
        background: #29abe2;
    }
    .desar{
        padding: 0 6%;
    }
    .desar1 > img{
        width: 100%;
        height: 250px;
        padding: 10% 0 0 0;
    }
    .desar1 > h4{
        text-align: center;
        font-size: 24pt;
        color: #28bbff;
        font-family:'Montserrat-Medium';
        padding: 2% 10% 0 10%;
    }
    .desar1 > p{
        text-align: center;
        font-size: 12pt;
        color: #1a1a1a;
        font-family:'Montserrat-Medium';
        padding: 5% 10%;
        line-height: 30px;
    }
    hr.short {
        border: none;
        height: 2px;
        width: 180px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ff8928;
    }
    hr.short1 {
        border: none;
        height: 2px;
        width: 380px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #28cdff;
    }
    .short2{
        border-color: #28cdff;
        width: 50%;
        margin-left: 25%;
    }
    .promox{
        background-image: url(../img/MAIN/laptop.jpg);
        width: 100%;
        height: 900px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .promox1{
    text-align: center;
    padding: 15% 0 0 0;
    }
    .promox1 > h3{
        color: #22b5ea;
        font-size: 50pt;
        font-family:'Montserrat-Medium'
    }
    .promox1 > p {
        color: #fff;
        font-size: 14pt;
        font-family:'Montserrat-Medium';
        background-color: #000000be;
        padding: 1% 0;
        border-radius: 0 20px 20px 0;
    }
    .promox2{
        text-align: center;
        padding: 2% 0 10% 0;
        }
    .promox2 > h2{
        color: #f4a93b;
        font-size: 38pt;
        font-family:'Montserrat-Medium';
        text-align: left;
        padding: 10% 10% 0 10%;
    }
    .promox2 > p {
        color: #fff;
        font-size: 16pt;
        font-family:'Montserrat-Medium';
        padding: 2% 20% 2% 10%;
        text-align: left;
    }
    .promox3, .promox4{
        background-color: #1a1a1a98;
        height: auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .promox3 > h6{
        color: #28cdff;
        padding: 10% 10% 0 10%;
        font-size: 20pt;
    }
    .promox3 > p {
        color: #fff;
        font-size: 10pt;
        padding: 2% 10% 0 10%;
    }
    .promox4 > p {
        color: #fff;
        font-size: 14pt;
        padding: 20% 10% 0 10%;
        font-family:'Montserrat-Medium';
    }
    .promox3 > img{
        width: auto;
        height: 250px;
        text-align: center;
    }
    .banfaq{
        background-image: url(../img/MAIN/FAQ.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banoticias{
        background-image: url(../img/MAIN/noticias.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banmanuales{
        background-image: url(../img/MAIN/MAIN_BANNER2.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
     
    }
    .banwimas{
        background-image: url(../img/MAIN/WIMAS.png);
        width: 100%;
        height: 580px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banimas{
        background-image: url(../img/MAIN/bannerimas.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansimon{
        background-image: url(../img/MAIN/bannerSIMON.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bansmc{
        background-image: url(../img/MAIN/bannermcfull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banandi{
        background-image: url(../img/MAIN/bannerandifull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banfiscal{
        background-image: url(../img/MAIN/bannerFISCAL.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bantufa{
        background-image: url(../img/MAIN/bannertfacturafull.jpg);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bandibal{
        background-image: url(../img/MAIN/bannerdibalg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bannuevo{
        background-image: url(../img/MAIN/novedad.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .banbi{
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bancarnico{
        background-image: url(../img/MAIN/carnicolg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banseguri{
        background-image: url(../img/MAIN/seguridadlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bancomerci{
    background-image: url(../img/MAIN/comerciallg.png);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    }
    .baninmue{
        background-image: url(../img/MAIN/inmueblelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banresta{
        background-image: url(../img/MAIN/restaurantelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banpyme{
        background-image: url(../img/MAIN/emprendelg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banempren{
        background-image: url(../img/MAIN/iniciallg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banbase{
        background-image: url(../img/MAIN/basebanlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bantermi{
    background-image: url(../img/MAIN/terminos.png);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    .bandis{
        background-image: url(../img/MAIN/distribbannerlg.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .bansopor{
        background-image: url(../img/MAIN/soporteban2.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .banimas1{
        text-align: center;
        padding: 0% 0 3% 0;
    }
    .banimas1 > h2{
        font-size: 45pt;
        color: #fff;
        text-align: left;
        padding: 8% 5% 2% 5%;
    }
    .banimas1 > p{
        font-size: 16pt;
        color: #fff;
        text-align: left;
        padding: 0% 5% 2% 5%;
        width: 60%;
        border-radius: 0 50px 50px 0;
        font-family:'Montserrat-Medium';
    }
    .banimas2{
        text-align: center;
        background-color: #272626;
    }
    .banimas2 > p{
        color: #fff;
        font-size: 18pt;
        font-family:'Montserrat-Medium';
        padding: 1% 10%;
        background-color:#29a0d7;
        background-image: url(../img/MAIN/PARRAFOTI.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .bannos{
        background-image: url(../img/MAIN/banner-nos.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        padding: 2% 10% 0 0;
    }
    .bannos1 > h2{
        font-size: 55pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: right;
        letter-spacing: 1pt;
    }
    .bannos1 > h3{
        font-size: 21pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: right;
    }
    .bannos1 > p{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: right;
    }
    .bannos2 > p {
        font-size: 24pt;
        font-family: 'Montserrat-Medium';
        color: #4D4D4D;
        text-align: right;
        letter-spacing: 2pt;
    }
    .subtitular{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        letter-spacing: 2pt;
        text-align: center;

    }
    .banimas2> p > b{
        color: #fff;
        font-size: 40pt;
        font-family: 'Montserrat-Medium';
        letter-spacing: 2pt;
    }
    .sisvidprin{
        width: 40%;
    }
    .sisvidprin >iframe {
        padding:2% 4%;
    }
    .sisvid{
        width: 40%;
        height: 100%;
    }
    .sisvid >video {
        padding:2% 0 2% 2%;
    }
    .sisvid >iframe {
        padding:2% 4%;
    }
    .vidtext{
        padding: 1% 5%;
    }
    .vidtext1 > h3{
        font-size: 16pt;
        color: #353636;
        text-align: left;
        font-family: 'Montserrat-Medium';
    }
    .vidtext1>hr{
        border-width: 3px;
        border-color: #9f7c52;
        width: 20%;
        align-content: center;
    }
    .vidtext1 > p{
        font-size: 11pt;
        color: #000000;
        text-align: left;
        font-family: 'Montserrat-Medium';
        padding: 0% 12% 0 0%;
    }
    .vidtext1 > p >b{
        color: #272626;
        font-size: 11pt;
    }
    .vidtext1 > img {
        width: 100%;
        height: 100px;
    }
    .bloq2{
        text-align: center;
        margin-bottom: 30px;
    }
    .bloq2a > a > img {
        width: 150px;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .bloq2a > a > img:hover{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .bloq3 {
        text-align: center;
    }
    .bloq3a > img{
        width: 100%;
        height: 100px;
    }
    .bloq3a >  h5 {
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        padding: 3% 0;
    }
    .bloq3a > p{
        font-size: 10pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        padding: 0% 15% 5% 15%;
        text-align: center;
        line-height: 20pt;
    }
    .bloq3a > hr{
        border-color: #d47c16;
        width: 50%;
        margin-left: 25%;
    }
    .bloq > img{
        width: 50%;
        height: 100%;
    }
    .principia{
        padding: 5% 0 2% 0;
    }
    .puwimas{
        background-image: url(../img/MAIN/wmona1.jpg);
        width: 100%;
        height: 80%;
        background-position: right;
        background-repeat: no-repeat;
        padding: 2% 0;
        text-align: center;
    }
    .publimas2{
        margin-left:15%;
        text-align: justify;
        color:rgb(225, 222, 222);
        text-shadow: 0.1em 0.1em 0.2em black;
        margin-top:10%;
    }
    .publimas2 > h3 {
        font-size: 27pt;
        }
    .publimas{
        background-color: rgb(13, 137, 209);
        width: 100%;
        height: 700px;
        background-position: right;
        background-repeat: no-repeat;
        padding: 0 0 2% 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .publimas1{
        width: 100%;
        height: auto;
        padding: 2% 0;
    }
    .publimas1 > h2 {
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #2c2c2c;
        padding: 2% 0 0 10%;
        text-align: left;
    }
    .publimas1 > h2 > b{
        font-size: 40pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        text-align: left;
    }
    .publimas1 > p{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
        color: #fff;
        padding: 2% 10% 1% 10%;
        text-align: left;
    }
    .publimas1 > ul{
        padding: 0% 0 0 10%;
        list-style: none;
        font-family: 'Montserrat-Medium';
        color: #040c2e;
        font-size: 12pt;
        letter-spacing: 3pt;
        line-height: 18pt;
    }
    .publimas1 > img {
        padding: 5% 0 0 0;
        width: 70%;
        height: auto;
    }
    .publimas1 > div >img{
        width: 20%;
        height: auto;
        padding: 4% 0;
    }
    .publimas1 > div >p{
        color: #fff;
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
    }
    .galerum{
        width: 100%;
        margin: 60px 0;
        list-style: none;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .galerum li{
        margin: 5px;

    }
    .galerum img{
        width: 320px;
        height: auto;
    }
    .galerum img:hover{
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }
    .modal:target {
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;;
    }
    .modal h3 {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
    }
    .galimg{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .galimg a{
        color: #fff;
        font-size: 40px;
        text-decoration: none;
        margin: 0 10px;
    }
    .galimg a:nth-child(2){
        margin: 0;
        height: 100%;
        flex-shrink: 2;
    }
    .galimg img{
        width: 1000px;
        height: auto;
        max-width: 100%;
        border: 7px solid #fff;
        box-sizing: border-box;
    }
    .cerrau{
        display: block;
        background: rgba(255, 255, 255, 0.582);
        width: 36px;
        height: 36px;
        margin: 20px auto;
        text-align: center;
        text-decoration: none;
        font-size: 25pt;
        color: #000000;
        border-radius: 50%;
        line-height: 26px;
    }
    .banysimon1{
        text-align: center;
        background-color: #bc1736;
        padding: 4%;
    }
    .banysimon1>h2{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 60pt;
    }
    .banysimon1>h4{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 16pt;
        padding: 2% 0;
    }
    .banysimon1>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        padding: 4% 14%;
        line-height: 25pt;
    }
    .banysimon1>p>b{
        font-size: 14pt;
        font-family: 'Montserrat-Medium';
    }
    .banysimon1>img{
        width: 100%;
        height: auto;
    }
    .banysimon1>hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .pubmulti{
        background-color: #f19519;
    }
    .pubmulti1{
        text-align: center;
    }
    .pubmulti1>img{
        width: 90%;
        height: auto;
    }
    .pubmulti1>h2{
        color: #fff;
        font-size: 50pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 10% 0% 0% 0%;
    }
    .pubmulti1>h2>b{
        color: #6e90ca;
        font-size: 55pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 6% 0% 0% 0%;
    }
    .pubmulti1>h4{
        color: #fff;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 0;
    }
    .pubmulti1>hr{
        width: 50%;
        border-color: #6e90ca;
        margin-left: 25%;
    }
    .pubmulti1>p{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 2% 6%;
        line-height: 25pt;
    }
    .publandi{
        text-align: center;
        background-color: #10b5d0;
    }
    .publandi1>h2{
        color: #3c3c3b;
        font-size: 60pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>h2>b{
        color: #fff;
        font-size: 60pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>h4{
        color: #fff;
        font-size: 25pt;
        padding: 2% 0;
        font-family: 'Montserrat-Medium';
    }
    .publandi1>p{
        color: #fff;
        font-size: 12pt;
        padding: 2% 4%;
        font-family: 'Montserrat-Medium';
        line-height: 30pt;
    }
    .publandi1 > h4 > span{
        color: #fff;
        font-size: 25pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1 > p > span{
        color: #fff;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
    }
    .publandi1 > div > img {
        width: 30%;
        height: auto;
    }
    .publandi1>img{
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 70%;
        height: auto;
    }
    .fiscalban{
        background-color: #900000;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > img{
        text-align: center;
        width: 100%;
        height: auto;
    }
    .fiscalban1 > div > h1{
        text-align: center;
        font-size: 40pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 8% 0 0 0;
    }
    .fiscalban1 > div > h3{
        text-align: center;
        font-size: 20pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 1% 0;
    }
    .fiscalban1 > div > p{
        text-align: center;
        font-size: 12pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        line-height: 20pt;
        padding: 2% 6%;
    }
    .fiscalban1 > div > hr{
        width: 50%;
        border-color: #fff;
        margin-left: 25%;
    }
    .fiscalbanlog > img{
        width: 100%;
        height: 220px;
    }
    .fiscalbanlog >p{
        color: #fff;
        font-size: 12pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 0 10% 0;
    }
    .carfiscal1 > img{
        width: 100%;
        height: 200px;
        text-align: center;
        padding: 3%;;
    }
    .carfiscal1 > p {
        color: #900000;
        font-size: 10pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 0 15%;
    }
    .tufaban{
        width: 100%;
        height: auto;
        background-color: #eff0ef;
        padding: 0 0 2% 0;
    }
    .tufaban1 > img{
        width: auto;
        height: 100%;
        position: absolute;
        right: 100px;
        bottom: -4%;
    }
    .tufaban1 > h2 {
        padding: 10% 0 0 0;
        font-size: 80pt;
        color: #f4c058;
        font-family: 'Montserrat-Medium';
    }
    .tufaban1 > h3 {
        font-family: 'Montserrat-Medium';
        text-align: left;
        font-size: 80pt;
        color: #10b3ce;
    }
    .tufaban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 22pt;
        color: #000000;
        letter-spacing: 10pt;
    }
    .tufaban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        text-align: left;
        padding: 2% 0;
        line-height: 23pt;
    }
    .tufaban1 > a > button{
        background-color: #f4c058;
        color: #eff0ef;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tufaban1 > a > button:hover{
        background-color: #eff0ef;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tufaban1>a{
        padding: 5% 20%;
    }
    .tubiban{
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 0 0 2% 0;
    }
    .tubiban1 > h2 {
        padding: 10% 0 0 0;
        font-size: 58pt;
        color: #4d4d4d;
        font-family: 'Montserrat-Medium';
    }
    .tubiban1 > h3 {
        font-family: 'Montserrat-Medium';
        text-align: left;
        font-size: 60pt;
        color: #f4c058;
    }
    .tubiban1 > h6 {
        font-family: 'Montserrat-Medium';
        font-size: 22pt;
        color: #000000;
        letter-spacing: 10pt;
    }
    .tubiban1 > p {
        font-family: 'Montserrat-Medium';
        font-size: 14pt;
        color: #000000;
        text-align: left;
        padding: 2% 0;
        line-height: 23pt;
    }
    .tubiban1 > a > button{
        background-color: #f4c058;
        color: #fff;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
    }
    .tubiban1 > a > button:hover{
        background-color: #fff;
        color: #f4c058;
        padding: 2% 3%;
        font-family: 'Montserrat-Medium';
        border: 3px solid #f4c058;
        border-radius: 10px;
        transition: .3s all ease;
        text-align: center;
    }
    .tubiban1>a{
        padding: 5% 20%;
    }
    .tablin{
        padding: 10px!important;
    }
    .box-info{
        width: auto;
        height: 100%;
        padding: 44px 4px 5px;
        border-radius: 3px;
        border: 1px solid #a7cfd8;
    }
    .box-info .box-info-content .box-info-header{
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        padding-bottom: 25px;
        text-align: center;
        border-bottom: 4px solid #ffc956;
        color: #51788b;
        font-family: 'Montserrat-Medium';
    }
    .box-info .box-info-content .box-info-body{
        padding: 12px 13px 40px;
    }
    .box-info .box-info-content .box-info-body dt{
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #51c1d1;
        text-transform:uppercase;
        font-family: 'Montserrat-Medium';
        margin-top: 37px;
    }
    .box-info .box-info-content .box-info-body .info-list dd{
        display: block;
        font-size: 14px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a{
        font-size: 14px;
        color: #526873;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-body .info-list dd a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer{
        display: block;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #c1d6d9;
        font-family: 'Montserrat-Medium';
        text-decoration: none;
    }
    .box-info .box-info-content .box-info-footer a{
        color: #51788b;
    }
    .box-info .box-info-content .box-info-footer a:hover{
        color: #ffc956;
        text-decoration: none;
    }
    .parrafin{
        color: #51788b;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
        padding: 50px 0 20px 0;
    }
    .parrafin> .par1{
        color: #ffc956;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .parrafin> .par2{
        color: #51c1d1;
        font-size: 30pt;
        font-family: 'Montserrat-Medium';
    }
    .resp-tabs-list {
        text-align: center;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        margin-bottom: -20px;
        margin-left: -25px;
    }
    .resp-tabs-list li {
        margin-top: 20px;
        margin-left: 25px;
        text-align: center;
        padding: 28px 41px;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        cursor: pointer;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        border-radius: 5px;
        color: #51788b;
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
        text-transform: uppercase;
        transition: .3s ease-out all;
        letter-spacing: 0.03em;
    }
    .resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
            color: #fff;
            text-decoration: none;
            background-color: #ffc956;
    }
    .resp-tabs-list li.resp-tab-active {
        color: #fff;
        text-decoration: none;
        background-color: #ffc956;
    }
    .responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
        display: none;
    }
    .row-sm-center{
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .resp-accordion {
        display: none;
    }
    .banfac{
        background-color: #51788b;
        background-image: url(../img/MAIN/tufacfondo.jpg);
        width: 100%;
        height: 960px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .banfac > h1{
        color: #fff;
        font-size: 100pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 8% 0 0 0 ;
    }
    .banfac > p{
        color: #b2e6ed;
        font-size: 30pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 2% 0 ;
        line-height: 35pt;
    }
    .banfac > a{
        padding: 0 10px;
    }
    .banfac > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .banfac > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .banpow{
        background-color: #51788b;
        background-image: url(../img/MAIN/fondopow.png);
        width: 100%;
        height: 1080px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }
    .banpow > h1{
        color: #fff;
        font-size: 50pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 13% 0 0 0 ;
    }
    .banpow > p{
        color: #000000;
        font-size: 30pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 0 0 ;
        line-height: 45pt;
    }
    .banpow > p >b{
        color: #000000;
        font-size: 20pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        padding: 1% 0 0 0 ;
        line-height: 45pt;
    }
    .banpow > a{
        padding: 0 10px;
    }
    .banpow > a > button {
        padding: 15px 50px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #527583;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
    }
    .banpow > a > button:hover {
        padding: 15px 50px;
        background-color: #527583;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        transition:all ease .8s;
    }
    .banpow>img{
        width: 100%;
        height: 220px;
    }
    .banpow>h2{
        font-size: 14pt;
        color: #5e4900;
        font-family: 'Montserrat-Medium';
    }
    .novo1b1{
        background-color: #15b6d1;
        background-image: url(../img/MAIN/fondonov1.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        text-align: center;
        color: #fff;
        font-size: 22pt;
        font-family: 'Montserrat-Medium';
        padding: 2% 0;
    }
    .novo1b1>p>b{
        color: #47484d;
        font-size: 45pt;
        font-family: 'Montserrat-Medium';
        letter-spacing: 16pt;
    }
    .novo1b2{
        background-color: rgba(206, 209, 209, 0.459);
    }
    .caracnovo{
        background-color: #47484d;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .caracnovo>img{
        width: 100%;
        height: 150px;
    }
    .caracnovo>p{
        padding: 4% 8%;
        font-size: 12pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        background-color: #47484d;
    }
    .novidpar>h1{
        font-size: 32pt;
        color: #10b3ce;
        padding: 8% 5% 0 5%;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>h1>b{
        font-size: 25pt;
        color: #1a1a1a;
        text-align: center;
        font-family: 'Montserrat-Medium';
    }
    .novidpar>p{
        font-size: 12pt;
        color: #000000;
        padding: 2% 10% 0 10%;
        text-align: center;
        font-family: 'Montserrat-Medium';
        line-height: 24pt;
    }
    .noveban{
        background-color: #1bb4d0;
        background-position: center;
        text-align: center;
    }
    .noveban1>img{
        width: 100%;
        height: auto;
    }
    .noveban1>h1{
        font-size: 30pt;
        text-align: center;
        color: #fff;
        padding: 2% 5%;
    }
    .noveban2{
        padding: 5% 0;
    }
    .noveban3>img{
        width: 100%;
        height: 180px;
    }
    .noveban3>h1{
        padding: 2% 20% 0 2%;
        text-align: left;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        font-size: 18pt;
    }
    .noveban3>p{
        padding: 0 20% 0 2%;
        text-align: left;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .noveban3>hr{
        height: 3px;
        width: 60%;
        border-color: #47484d;
        justify-content: left;
    }
    .andicontac{
        background-image: url(../img/MAIN/fondonov2.png);
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #15b6d1;
        text-align: center;
    }
    .andicontac>h1{
        padding: 4% 0 0 0;
        font-size: 55pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .andicontac>h1>b{
        padding: 3% 0 0 0;
        font-size: 40pt;
        color: #ffffff;
        font-family: 'Montserrat-Medium';
        letter-spacing: 20px;
    }
    .andicontac>p{
        padding: 1% 15%;
        font-size: 14pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        letter-spacing: 2px;
        line-height: 24pt;
    }
    .andicontac>p>b{
        font-size: 22pt;
        color: #ff5656;
        font-family: 'Montserrat-Medium';
        letter-spacing: 2px;
    }
    .andicontac>a>button{
        padding: 10px 40px;
        background-color: #ffc956;
        border: 3px solid #ffc956;
        color: #47484d;
        border-radius: 5px;
        font-size: 16pt;
        font-family: 'Montserrat-Medium';
        margin: 1%;
    }
    .andicontac>a>button:hover{
        padding: 10px 40px;
        background-color: #15b6d1;
        border: 3px solid #ffc956;
        color: #ffc956;
        border-radius: 5px;;
        font-size: 16pt;
        font-family: 'Montserrat-Medium';
        margin: 1%;
        transition:all ease .8s;
    }
    .andimod1{
        text-align: center;
    }
    .andimod1>h1{
        font-size: 40pt;
        color: #15b6d1;
        text-align: left;
        font-family: 'Montserrat-Medium';
        padding: 5% 10% 0 12%;
    }
    .andimod1>hr{
        height: 3px;
        width: 80%;
        border-color: #47484d;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }
    .andimod1>p{
        font-size: 10pt;
        color: #1a1a1a;
        text-align: left;
        font-family: 'Montserrat-Medium';
        padding: 5% 8% 0 12%;
        line-height: 24pt;
    }
    .andimod1>img{
        padding: 15% 5% 0 5%;
        width: 50%;
        height: auto;
    }
    .modal-content{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        text-align: center;
    }
    .modal-dialog{
        max-width: 1000px;
        margin: 1.75rem auto;
        text-align: center;
    }
    .modal-header{
        text-align: center;
        color: #fff;
        font-family: 'Montserrat-Medium';

    }
    .modal-body>p{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
        padding: 8% 12%;
        text-align: center;
        line-height: 20pt;
        background-color: rgba(51, 51, 51);
        margin: 2%;
        border-radius: 10px;
        box-shadow: rgba(51, 51, 51, 0.815) 7px 15px 19px;
    }
    .modal-body>p>b{
        color: #ffbb56;
        font-family: 'Montserrat-Medium';
        font-size: 12pt;
    }
    .modal-body>img{
        width: 50%;
        height: auto;
        text-align:center;
    }
    .contel>h1{
        color: #fff;
        font-family: 'Montserrat-Medium';
        font-size: 30pt;
    }
    .implesis{
        font-size: 14pt;
        color: #fff;
        background: #15b6d1;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        transition: all ease(1.3rem);
    }
    .implesis:hover{
        font-size: 14pt;
        color: #15b6d1;
        background: #fff;
        font-family: 'Montserrat-Medium';
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
    }

    .bancar1>a{
        margin-left: 40%;
        align-items: center;
        justify-content: center;
    }

    .bancar1>h1{
        color: #0090BE;
        font-size: 30pt;
        text-align: center;
        padding: 30% 0 0 0;
        font-family: 'Montserrat-Medium';
    }
    .bancar1>p{
        color: #1a1a1a;
        font-size: 14pt;
        text-align: center;
        font-family: 'Montserrat-Medium';
        letter-spacing: 3pt;
    }
    .bancar1>hr{
        border-width: 3px;
        border-color: #9de8ff;
        width: 60%;
        align-content: center;
        margin-left: 20%;
    }
    .sectores{
        text-align: center;
        padding: 5% 10%;
    }
    .sectores1>h1{
        font-size: 36pt;
        color: #4d4d4d;
        font-family: 'Montserrat-Medium';
    }
    .sectores1>p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #272626;
        padding:2% 0 3% 0;
    }
    .sectores2>img{
        width: 25%;
        height: auto;
    }
    .sectores2>hr{
        border-width: 3px;
        border-color: #4d4d4d;
        width: 60%;
        align-content: center;
        margin-left: 20%;
    }
    .sectores2>p{
        font-size: 12pt;
        color: #272626;
        font-family: 'Montserrat-Medium';
        padding: 0 8%;
    }
    .sectores3{
        text-align: center;
    }
    .sectores4{
        background-color: #e7e7e7;
        height: 400px;
    }
    .sectores4>h1{
        font-size: 32pt;
        color: #00a1bd;
        font-family: 'Montserrat-Medium';
        padding: 6% 0 2% 0;
    }
    .sectores4>h1>b{
        font-size: 32pt;
        color: #df884a;
        font-family: 'Montserrat-Medium';
    }
    .sectores4>p{
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 0 15% 0 15%;
    }
    .sectores4>img{
        width: auto;
        height: 100%;
        text-align: right;
    }
    .sectores4>ul>li{
        color: #47484d;
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        text-decoration: none;
        text-align: center;
        line-height: 26pt;
    }
    .sectfon1{
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }
    .sectfon1>h1{
        text-align: center;
        width: 100%;
        height: auto;
        font-size: 60pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1>h1>b{
        text-align: center;
        width: 100%;
        height: auto;
        font-size: 60pt;
        color: #47c2e7;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1>p{
        text-align: center;
        width: 100%;
        height: auto;
        padding: 2% 30% 5% 30%;
        font-size: 18pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .sectfon1 > img{
        width: 50%;
        height: auto;
        text-align: center;
    }
    .bansect1{
        background-color: #00a1bd;
        width: 100%;
        height: 100px;
        background-image: url(../img/MAIN/bkfou.png);
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .bansect1>p{
        height: 200px;
        font-size: 32pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
        text-align: center;
        padding: 1% 0 0 0;
    }
    .modusect{
        text-align: center;
    }
    .modusect>div>img{
        text-align: center;
        width:100%;
        height: 100px;
    }
    .modusect>div>h4{
        padding: 2% 0 0 0;
        font-size: 18pt;
        color: #00a0bc;
        font-family: 'Montserrat-Medium';
        text-align: left;
    }
    .modusect>div>p{
        font-size: 12pt;
        color: #606060;
        font-family: 'Montserrat-Medium';
        text-align: left;
    }
    .modusect1{
        padding: 15px;
    }
    .imamod>img{
        width: 400px;
        height: 100%;
    }
    .bansopor1 > h1{
        text-align: right;
        font-size: 80px;
        padding: 10% 6% 0 60%;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .bansopor1 > p{
        text-align: right;
        font-size: 25px;
        padding: 0% 6% 0 64%;
        line-height: 28pt;
        letter-spacing: 2pt;
        color: #fff;
        font-family: 'Montserrat-Medium';
    }
    .soporte1{
        text-align: center;
        align-items: center;
    }
    .soporte2 > h1{
        text-align: center;
        padding: 2% 0 0 30%;
        font-size: 50pt;
        color: #2f94d4;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > h4{
        padding: 0 0 0 30%;
        text-align: center;
        font-size: 30pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
    }
    .soporte2 > p{
        text-align: center;
        font-size: 12pt;
        color: #47484d;
        font-family: 'Montserrat-Medium';
        padding: 2% 0% 0 30%;
    }
    .soporte2 > img{
        width: auto;
        height: 400px;
        text-align: left;
        padding: 0 20% 0 0;
    }
    .contador1{
        text-align: center;
    }
    .contador1 > img{
        width: 100%;
        height: 120px;
    }
    .contador1 .counter{
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        margin: 0;
    }
    .contador1 .count{
        font-size: 35pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        margin: 0;
    }
    .contador1 .pat2{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        margin: 0;
    }
    .barsopor{
        background-color: #f5f5f5;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .barsopor1{
        border-left: solid #fff 2px;
        border-right: solid #fff 2px;
    }
    .barsopor1 > h1{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #29a4db;
        letter-spacing: 4pt;
    }
    .barsopor1 > hr{
        border-color: #1e1f1f;
        width: 50%;
        margin-left: 25%;
    }
    .barsopor1 > img{
        width: 100%;
        height: 120px;
    }
    .barsopor1 > p{
        font-size: 12pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        padding: 2% 15% 8% 15%;
    }
    .barsopor1 > a > p{
        font-size: 12pt;
        color: #000000;
        font-family: 'Montserrat-Medium';
        margin: 0;
        line-height: 8pt;
    }
    .termin{
        padding: 2% 0;
    }
    .termin1{
        padding: 2% 0;
    }
    .termin1 > h1 {
        font-size: 20pt;
        font-family: 'Montserrat-Medium';
        color: #0090BE;
        text-align: left;
        padding: 2% 0;
    }
    .termin1 > p{
        font-size: 12pt;
        font-family: 'Montserrat-Medium';
        color: #000000;
        text-align: justify;
        padding: 1% 0;
    }
}