@font-face {
    font-family: 'gotham_r';
    src: url('../fonts/');
    src: url('../fonts/?#iefix') format('embedded-opentype'),
         url('../fonts/gothaproreg-webfont.woff2') format('woff2'),
         url('../fonts/gothaproreg-webfont.woff') format('woff'),
         url('../fonts/gothaproreg-webfont.ttf') format('truetype'),
         url('../fonts/gothaproreg-webfont.svg#gotham_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: "gotham_b";
    src: url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.eot"); /* IE9*/
    src: url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.woff") format("woff"), /* chrome、firefox */
    url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/bd317adf74e5e7e564eb61ce9926cc6d.svg#Gotham") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'gotham_m';
    src: url('../fonts/gothapromed-webfont.eot');
    src: url('../fonts/gothapromed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothapromed-webfont.woff2') format('woff2'),
         url('../fonts/gothapromed-webfont.woff') format('woff'),
         url('../fonts/gothapromed-webfont.ttf') format('truetype'),
         url('../fonts/gothapromed-webfont.svg#gotham_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* V1.2================= */

@font-face {
    font-family: 'escool';
    src:  url('../fonts/escool.eot?qsuk2w');
    src:  url('../fonts/escool.eot?qsuk2w#iefix') format('embedded-opentype'),
      url('../fonts/escool.ttf?qsuk2w') format('truetype'),
      url('../fonts/escool.woff?qsuk2w') format('woff'),
      url('../fonts/escool.svg?qsuk2w#escool') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="escool-"], [class*=" escool-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'escool' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .escool-vin:before {
    content: "\e903";
  }
  .escool-phone:before {
    content: "\e900";
  }
  .escool-down:before {
    content: "\e90d";
  }
  .escool-top1:before {
    content: "\e909";
  }
  .escool-twitter:before {
    content: "\ea96";
  }
  .escool-facebook:before {
    content: "\ea90";
  }
  .escool-right2:before {
    content: "\e906";
  }
  .escool-left2:before {
    content: "\e904";
  }
  .escool-top:before {
    content: "\e905";
  }
  .escool-left:before {
    content: "\e901";
  }
  .escool-right:before {
    content: "\e902";
  }
  .escool-down2:before {
    content: "\e90a";
  }
  


html,
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: transparent;
    max-zoom: 100px;
}
*.esk{
    /* width: 35px; */
    margin-bottom: 10px;
}
*.esk2{
    width: 25px!important;
    display:inline-block!important  ;
    margin-bottom: 10px;
}
a {
    text-decoration: none !important;
    outline: none;
}
p{
    font-size: 1.01em;
}
*.fontall{
    font-family: gotham_r;
    font-size:1.01em;
    
    }
  
button,
input {
    outline: none;
}
.btn {
    background-color: #072A69;
    color: #fff;
    padding: 0.5em 1.5em 0.4em;
    border-radius: 1.3em;
    font-family: gotham_r;
    font-size: 1.1em;
}
.btn:hover {
    background-color: #395587;
    color: #fff;
}
header {
    width: 100%;
    position: absolute;
    margin: 1em 0 0;
    padding: 10px;
    z-index: 999999999;
    padding-bottom: 20px;
}
header .container {
    width: 95%;
    padding-right: 0;
    
}
header .container a.logo {
    display: inline-block;
    width: 270px;
    position: relative;
    top: 10px;
}
header .container a.logo svg {
    width: 100%;
}
header .container nav ul#menubar {
    margin: 0;
    padding: 0;
}
header .container nav ul#menubar li {
    padding-top: 7px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
header .container nav ul#menubar li.current a {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0) !important;
}

#menu-bar > li > a {
    
}

header .container nav ul#menubar li a {
    font-family: gotham_r;
    display: inline-block;
    padding: 0.4em 1em;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: 0.3s;
    border-radius: 4px;
}
header .container nav ul#menubar li a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
header .container a.chat {
    display: inline-block;
    margin-left: 3.5em;
    cursor: pointer;
}
header .container a.chat img {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
}
header .container a.chat label {
    margin: 0 0 0 0.3em;
    font-family: gotham_m;
    color: #fff;
    width: 6em;
    line-height: 1.2em;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    top: 10px;
}
body.home section#inicio {
    width: 100%;
    background-color: none;
    min-height: 500px;
    padding-bottom: 0px;
    position: relative;
}
body.home section#inicio .owl-stage-outer,
body.home section#inicio .owl-stage,
body.home section#inicio .owl-item {
    height: 100%;
}
body.home section#inicio .owl-stage-outer .slide,
body.home section#inicio .owl-stage .slide,
body.home section#inicio .owl-item .slide {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: right bottom;
}
body.home section#inicio .owl-stage-outer .slide .bg-b,
body.home section#inicio .owl-stage .slide .bg-b,
body.home section#inicio .owl-item .slide .bg-b {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: right bottom;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container,
body.home section#inicio .owl-stage .slide .bg-b .container,
body.home section#inicio .owl-item .slide .bg-b .container {
    height: 100%;
    width: 87%;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info,
body.home section#inicio .owl-stage .slide .bg-b .container .info,
body.home section#inicio .owl-item .slide .bg-b .container .info {
    padding-top: 70px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info h1,
body.home section#inicio .owl-stage .slide .bg-b .container .info h1,
body.home section#inicio .owl-item .slide .bg-b .container .info h1 {
    font-family: gotham_m;
    font-size: 4.2em;
    color: #fff;
    line-height: 1em;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info h5,
body.home section#inicio .owl-stage .slide .bg-b .container .info h5,
body.home section#inicio .owl-item .slide .bg-b .container .info h5 {
    font-family: gotham_r;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #fff;
    width: 80%;
    margin-bottom: 0.8em;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info .btns,
body.home section#inicio .owl-stage .slide .bg-b .container .info .btns,
body.home section#inicio .owl-item .slide .bg-b .container .info .btns {
    font-size: 1.3em;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info .btns a,
body.home section#inicio .owl-stage .slide .bg-b .container .info .btns a,
body.home section#inicio .owl-item .slide .bg-b .container .info .btns a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 0.4em 1.2em;
    font-family: gotham_r;
    font-size: 0.9em;
    margin-left: 2em;
}
body.home section#inicio .owl-stage-outer .slide .bg-b .container .info .btns a:hover,
body.home section#inicio .owl-stage .slide .bg-b .container .info .btns a:hover,
body.home section#inicio .owl-item .slide .bg-b .container .info .btns a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #6667db;
}
/*  */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -1em;
    height: 0;
}
.owl-carousel .owl-nav button {
    width: 1.5em;
    height: 1.5em;
    border-width: 3px !important;
    /* border-style: solid !important;
    border-radius: 0.8em; */
    /* border-color: #652581 !important; */
    opacity: 1;
    font-size: 1.2em;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -2em;
}
.owl-carousel .owl-nav button.owl-next {
    right: -2em;
}
.owl-carousel .owl-nav button:hover {
    /* background-color: #652581; */
}
#main-slider.owl-carousel .owl-nav button:hover i {
    color: #2f3233!important;
}
#main-slider.owl-carousel .owl-nav button i {
    font-size: 0.9em;
    color: #869195!important;
    line-height: 0.9em;
    position: relative;
    top: 0;
}
/*  */
body.home section#inicio .owl-nav {
    position: absolute;
    bottom: 10%;
    width: 30px;
    left: 1.5em;
}
body.home section#inicio .owl-nav button {
    width: 4.7em;
    height: 4.7em;
    /* border: 3px solid #d0d4d6; */
    /* border-radius: 4.7em; */
    margin-bottom: 0.5em;
    
}
body.home section#inicio .owl-nav button.owl-prev {
    left: 0;
}
body.home section#inicio .owl-nav button.owl-next {
    right: 0;
}
body.home section#inicio .owl-nav button:hover {
    border-color: #869195;
}
body.home section#inicio .owl-nav button:hover i {
    color:#869195;
}
body.home section#inicio .owl-nav button i {
    font-size: 3.5em;
    color: #fff;
    line-height: 0.9em;
    position: relative;
    top: 0.10em;
}
body.home section#intro {
    position: relative;
    z-index: 1;
}
body.home section#intro svg.azul {
    width: 400px;
    position: absolute;
    top: -180px;
    right: -250px;
}
body.home section#intro .container {
    display: flex;
}
body.home section#intro .container .col {
    width: 50%;
}
body.home section#intro .container .col .video {
    width: 100%;
    background-color: #333;
    width: 80%;
    margin: 2em auto;
    border-radius: 8px;
}
body.home section#intro .container .col .video img {
    width: 100%;
}
body.home section#intro .container .col .slider-intro {
    padding-top: 3.5em;
    width: 90%;
    margin: 1.5em auto 0;
    text-align: center;
    max-width: 500px;
    font-size: 1.1em;
    position: relative;
}
body.home section#intro .container .col .slider-intro .owl-nav {
    position: absolute;
    top: 35%;
    width: 30px;
    right: -3em;
}
body.home section#intro .container .col .slider-intro .owl-nav button {
    width: 1.5em;
    height: 1.5em;
    border: 3px solid #6d67da;
    border-radius: 0.8em;
    margin-bottom: 0.5em;
    opacity: 1;
}
body.home section#intro .container .col .slider-intro .owl-nav button.owl-prev {
    left: 50;
}
body.home section#intro .container .col .slider-intro .owl-nav button.owl-next {
    right: 50;
}
body.home section#intro .container .col .slider-intro .owl-nav button:hover {
    background-color: #6d67da;
}
body.home section#intro .container .col .slider-intro .owl-nav button:hover i {
    color: #fff;
}
body.home section#intro .container .col .slider-intro .owl-nav button i {
    font-size: 0.9em;
    /* color: #6d67da; */
    line-height: 0.9em;
    position: relative;
    top: -0.1em;
}
body.home section#intro .container .col .slider-intro .ek {
    width: 2.5em;
    position: relative;
    top: 0.2em;
    left: 0.1em;
}
body.home section#intro .container .col .slider-intro p {
    font-family: gotham_r;
    font-size: 1.2em;
    color: #3d324e;
}
body.home section#intro .container .col .slider-intro b {
    font-family: gotham_b;
    font-size: 1.2em;
    color: #3d324e;
}
body.home section#intro .container .col .slider-intro a {
    margin-top: 1em;
}
body.home section#caracteristicas {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(239,241,255,1) 20%, rgba(239,241,255,1) 100%);
}
/*  */
body.home section#intro .container .col .slider-intro {
    padding-top: 3.5em;
    width: 90%;
    margin: 1.5em auto 0;
    text-align: center;
    max-width: 500px;
    font-size: 1.1em;
    position: relative;
}
body.home section#caracteristicas .container .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 10px;
    right: 3em;
    background:red;
}
body.home section#caracteristicas .container .owl-carousel .owl-nav button {
    width: 4em;
    height: 4em;
    /* border: 3px solid #6d67da; */
    border-radius: 4em;
    margin-bottom: 0.5em;
    opacity: 1;
}
body.home section#caracteristicas .container .owl-carousel .owl-nav button.owl-prev {
    left: -70px;
}
body.home section#caracteristicas .container .owl-carousel .owl-nav button.owl-next {
    right: -70px;
}
body.home section#caracteristicas .container .owl-carousel .owl-nav button:hover {
    /* background-color: #6d67da; */
}

    body.home section#caracteristicas .container .owl-carousel .owl-nav button:hover i {
        /* color: #fff!important; */
    color: #2f3233;

    }
body.home section#caracteristicas .container .owl-carousel .owl-nav button i {
    font-size: 3em;
    color: #869195;
    line-height: 0.9em;
    position: relative;
    top: 0.1em;
}
/* body.home section#caracteristicas .container .col .slider-intro .ek {
    width: 2.5em;
    position: relative;
    top: 0.2em;
    left: 0.1em;
}
body.home section#caracteristicas .container .col .slider-intro p {
    font-family: gotham_r;
    font-size: 1.2em;
    color: #3d324e;
}
body.home section#caracteristicas .container .col .slider-intro b {
    font-family: gotham_b;
    font-size: 1.2em;
    color: #3d324e;
}
body.home section#caracteristicas .container .col .slider-intro a {
    margin-top: 1em;
} */
/*  */
body.home section#usuarios svg.usu_2 {
    width: 250px;
    position: absolute;
    top: 2em;
    right: -150px;
    z-index: 1;
}
body.home section#usuarios .container {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    z-index: 2;
}
body.home section#usuarios .container ul {
    margin: 0;
    padding: 0;
}
body.home section#usuarios .container ul li {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}
body.home section#usuarios .container ul li.activo a {
    background-color: #072A69;
    color: #fff;
}
body.home section#usuarios .container ul li.activo a:hover {
    background-color: #395587;
    color: rgb(233, 230, 230);
}
body.home section#usuarios .container ul li a {
    display: inline-block;
    padding: 0.7em 1.2em 0.6em;
    font-family: gotham_m;
    color: #000;
    font-size: 1.1em;
    border-radius: 7px;
}
body.home section#usuarios .container ul li a:hover {
    background-color: #F7F7F7;
}
body.home section#usuarios .contenido {
    position: relative;
    z-index: 2;
}
body.home section#usuarios .contenido .perfil.activo {
    display: flex !important;
}
body.home section#usuarios .contenido .perfil .col {
    width: 50%;
    float: left;
}
body.home section#usuarios .contenido .perfil .col.foto {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-position-x: center; */
}
body.home section#usuarios .contenido .perfil .col.info .contenido {
    width: 80%;
    margin: 3em auto 3em;
}
body.home section#usuarios .contenido .perfil .col.info .contenido h4 {
    font-family: gotham_b;
    font-size: 2.3em;
}
body.home section#usuarios .contenido .perfil .col.info .contenido p {
    font-family: gotham_r;
    font-size: 1em;
}
body.home section#conectese {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
}
body.home section#conectese .gris {
    position: absolute;
    bottom: -12em;
    width: 15em;
    left: -6em;
}
body.home section#conectese .pleca {
    padding-top: 2em;
    padding-bottom: 1em;
    background-color: #eff1ff;
    margin-bottom: 2em;
    position: relative;
}
body.home section#conectese .pleca:before,
body.home section#conectese .pleca:after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    background-image: url("../img/circ.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    left: 0;
}
body.home section#conectese .pleca:before {
    top: -0.6em;
}
body.home section#conectese .pleca:after {
    bottom: -0.6em;
}
body.home section#conectese .pleca .container .col {
    width: 50%;
}
body.home section#conectese .pleca .container .col h4 {
    font-family: gotham_m;
    color: #223b82;
    font-size: 3em;
    position: relative;
}
body.home section#conectese .pleca .container .col h4:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #072A69;
    position: absolute;
    top: 0.4em;
    left: -0.6em;
}
body.home section#conectese .pleca .container .col p {
    font-family: gotham_m;
    font-size: 1.1em;
    color: #000;
}
body.home section#conectese .pleca .container .col p b {
    font-family: gotham_b;
}
body.home section#conectese .pleca .container .col p .ek {
    width: 2.2em;
    position: relative;
    top: 0.2em;
}
body.home section#conectese .fila .col {
    width: 50%;
    font-family: gotham_r;
}
body.home section#conectese .dispositivos {
    width: 50%;
    height: 100%;
    position: absolute;
    background-image: url("../img/dispositivos.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
body.home section#colegios {
    background-image: url("../img/bg_colegios.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 200px;
    margin: 2em 0 4em;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body.home section#colegios .container .col1 {
    float: left;
}
body.home section#colegios .container .col1 h6 {
    font-family: gotham_m;
    font-size: 1.4em;
    color: #d2db00;
    margin: 0;
    margin-left: 1.5em;
}
body.home section#colegios .container .col1 h5 {
    font-family: gotham_m;
    font-size: 2.5em;
    color: #fff;
    margin-top: 0.1em;
    margin-bottom: 0;
    margin-left: 0.8em;
}
body.home section#colegios .container .col2 {
    float: right;
    text-align: center;
    margin-right: 7em;
    padding-top: 1em;
}
body.home section#colegios .container .col2 a {
    font-family: gotham_m;
    font-size: 2.3em;
    color: #d2db00;
    margin: 0;
    text-align: center;
    line-height: 1em;
}
body.home section#colegios .recortados {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.home section#colegios .recortados img.mark4 {
    position: absolute;
    width: 17em;
    left: 50%;
    top: -10em;
    margin-left: 9em;
}
body.home section#colegios .recortados img.mark3 {
    position: absolute;
    width: 33em;
    left: 50%;
    bottom: -15em;
    margin-left: -14em;
}
body.home section#colegios .recortados img.mark5 {
    position: absolute;
    width: 30em;
    right: -20em;
    top: 50%;
    margin-top: -5em;
}
body.home section#colegios img.mark1 {
    position: absolute;
    width: 13em;
    left: 50%;
    margin-left: -9em;
    top: -2em;
}
body.home section#colegios img.mark6 {
    position: absolute;
    width: 13em;
    left: -5em;
    top: 50%;
    margin-top: -3em;
}
body.home section#colegios img.mark2 {
    position: absolute;
    width: 22em;
    left: 50%;
    bottom: -2.5em;
    margin-left: 8em;
}
body.home section#colegios svg.azul {
    position: absolute;
    width: 24em;
    top: -10em;
    right: -12em;
}
body.home section#instituciones {
    position: relative;
    padding-bottom: 2em;
}
body.home section#instituciones svg.inst-plecas1 {
    position: absolute;
    left: 0;
    bottom: -5em;
    width: 250px;
}
body.home section#instituciones svg.inst-plecas2 {
    position: absolute;
    right: -4em;
    bottom: -5em;
    width: 380px;
}
body.home section#instituciones .container h4 {
    font-family: gotham_m;
    font-size: 1.5em;
    color: #223b82;
}
body.home section#instituciones .container .owl-carousel {
    position: relative;
}
body.home section#instituciones .container .owl-carousel .owl-item {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body.home section#instituciones .container .owl-carousel .owl-item a {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
body.home section#instituciones .container .owl-carousel .owl-item a .img {
    width: 180px;
    height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
body.home section#instituciones .container .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
body.home section#instituciones .container .owl-carousel .owl-nav button {
    position: absolute;
    top: -4em;
}
/* .owl-nav button.owl-prev {
    left: -2em;
}
.owl-nav button.owl-next {
    right: -1em;
}
.owl-nav button:hover i {
    color: #869195;
}
 .owl-nav button i {
    font-size: 5em;
    color: #d0d4d6;
} */
body.interior header .container nav ul#menubar li a {
    color: #223b82;
}
body.interior header .container nav ul#menubar li.current a {
    background-color: #2ebdef !important;
    color: #fff !important;
}
body.interior header .container a.chat label {
    color: #223b82;
}
body.interior section#inicio {
    min-height: 95vh;
    position: relative;
    z-index: 2;
    padding: 2em 0 3em;
}
body.caracteristicas .bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
}
body.caracteristicas .compu {
    position: fixed;
    width: 50%;
    padding-top: 100%;
    background-image: url("../img/bg_caracteristicas-b.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3em;
    right: -2em;
    z-index: 3;
}
body.caracteristicas section#inicio {
    background-image: radial-gradient(at 30%, #fff, rgba(144, 147, 149, 0.6));
    position: relative;
    padding-bottom: 4em;
    z-index: 2;
}
body.caracteristicas section#inicio svg.azul {
    position: absolute;
    right: -300px;
    width: 400px;
    top: 12%;
    z-index: 3;
}
body.caracteristicas section#inicio .img {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url("../img/bg_caracteristicas-a.png");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.caracteristicas section#inicio .container {
    padding-top: 80px;
    position: relative;
    z-index: 3;
}
body.caracteristicas section#inicio .container .col {
    width: 50%;
    padding: 0 0 0 3em;
}
body.caracteristicas section#inicio .container .col .owl-carousel {
    position: relative;
}
body.caracteristicas section#inicio .container .col .owl-carousel h5 {
    font-family: gotham_m;
    color: #223b82;
    font-size: 1.2em;
}
body.caracteristicas section#inicio .container .col .owl-carousel h2 {
    font-family: gotham_m;
    font-size: 3em;
    color: #333c5e;
}
body.caracteristicas section#inicio .container .col .owl-carousel .txt {
    padding: 0 3em 1em 1em;
}
body.caracteristicas section#inicio .container .col .owl-carousel .txt p {
    font-family: gotham_r;
    font-size: 1.1em;
    color: #111;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
}
.owl-nav button {
    font-size: 0.8em;
}
.owl-nav button i {
    font-size: 2.7em;
}
.owl-nav button.owl-prev {
    position: absolute;
    left: -2.7em;
    width: 2.5em;
    height: 2.5em;
    border: 2px solid #652581;
    border-radius: 20px;
}
body.caracteristicas section#inicio .container .col .owl-carousel .owl-nav button.owl-prev i {
    height: 25px !important;
    display: inline-block;
    position: relative;
    top: -0.14em;
    left: -0.03em;
    color: #652581;
}
body.caracteristicas section#inicio .container .col .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -2.7em;
    width: 2.5em;
    height: 2.5em;
    border: 2px solid #652581;
    border-radius: 20px;
}
body.caracteristicas section#inicio .container .column .owl-carousel .owl-nav button.owl-next i {
    height: 25px !important;
    display: inline-block;
    position: relative;
    top: -0.14em;
    right: -0.03em;
    /* color: #652581!important; */
}
body.caracteristicas section#inicio .container .col .owl-carousel .owl-nav button:hover {
    background-color: #652581;
}
body.caracteristicas section#inicio .container .col .owl-carousel .owl-nav button:hover i {
    color: #000;
}
body.caracteristicas section#inicio svg.permite-1 {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
}
body.caracteristicas section#concepto-de-pago {
    background-color: #e1e6ff;
    width: 100%;
    min-height: 200px;
    z-index: 2;
    padding-top: 2em;
    padding-bottom: 3em;
}
body.caracteristicas section#concepto-de-pago .container .col {
    width: 55%;
    float: right;
}
body.caracteristicas section#concepto-de-pago .container .col h3 {
    font-family: gotham_m;
    font-size: 2.3em;
    color: #333c5e;
    margin-bottom: 0.8em;
}
body.caracteristicas section#concepto-de-pago .container .col .parrafo {
    width: 90%;
    margin: 0 5%;
}
body.caracteristicas section#concepto-de-pago .container .col p {
    font-family: gotham_r;
    color: #000;
    font-size: 1em;
    margin-bottom: 1.5em;
}
body.caracteristicas section#concepto-de-pago .container .col p strong {
    font-family: gotham_m;
}
body.caracteristicas section#concepto-de-pago .container .col .logos {
    text-align: center;
    margin-bottom: 1em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg {
    width: 3em;
    display: inline-block;
    margin-left: 0.6em;
    margin-right: 0.6em;
    margin-bottom: 0.6em;
    vertical-align: top;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.mastercard {
    width: 3.8em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.visa {
    width: 5em;
    margin-top: 0.8em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.master-card {
    width: 4em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.seven {
    width: 3em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.spei {
    width: 6.5em;
    margin-top: 0.7em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.oxxo {
    width: 5.5em;
    margin-top: 0.5em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.benavides {
    width: 10.5em;
    margin-top: 0.8em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.circulo-k {
    width: 3em;
}
body.caracteristicas section#concepto-de-pago .container .col .logos svg.farma-ahorro {
    width: 7.2em;
}
body.caracteristicas section#soporte-tecnico {
    min-height: 200px;
    background-image: radial-gradient(at 20%, #fff 30%, rgba(172, 183, 184, 0.8));
    padding-bottom: 4em;
    position: relative;
}
body.caracteristicas section#soporte-tecnico svg.azul {
    position: absolute;
    top: -50px;
    left: -200px;
    width: 400px;
}
body.caracteristicas section#soporte-tecnico svg.permite-2 {
    width: 100%;
    margin-bottom: 2em;
}
body.caracteristicas section#soporte-tecnico .container .col {
    width: 60%;
    float: left;
}
body.caracteristicas section#soporte-tecnico .container .col h3 {
    font-family: gotham_m;
    font-size: 2.8em;
    color: #333c5e;
    margin-bottom: 0.4em;
}
body.caracteristicas section#soporte-tecnico .container .col ul {
    margin: 0;
    padding: 0;
}
body.caracteristicas section#soporte-tecnico .container .col ul li {
    font-family: gotham_r;
    font-size: 1.1em;
    color: #000;
    margin-bottom: 1.5em;
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}
body.caracteristicas section#soporte-tecnico .container .col ul li:before {
    content: "\e903";
    font-family: escool;
    font-size: 2em;
    color: #7f59e8;
    position: absolute;
    top: -0.25em;
    left: -0.4em;
}
body.caracteristicas section#mas-caracteristicas {
    padding: 4em 0;
}
body.caracteristicas section#mas-caracteristicas .container .col {
    width: 50%;
    float: right;
}
body.caracteristicas section#mas-caracteristicas .container .col h4 {
    font-family: gotham_m;
    font-size: 2em;
    color: #333c5e;
    position: relative;
    margin-top: 1em;
    position: relative;
}
body.caracteristicas section#mas-caracteristicas .container .col h4:before {
    content: "\e903";
    font-family: escool;
    font-size: 1.1em;
    color: #7f59e8;
    position: absolute;
    top: -0.1em;
    left: -1.4em;
}
body.caracteristicas section#mas-caracteristicas .container .col p {
    font-family: gotham_r;
    font-size: 1em;
    color: #000;
    margin-bottom: 1.5em;
    padding-left: 1em;
}
body.caracteristicas section#mas-caracteristicas .container .col p strong {
    font-family: gotham_m;
}
body.modulos{font-family:gotham_r}
body.modulos section#inicio {
    background-image: url("../img/header_modulos.jpg");
    background-position: right 80% top 10%;
    background-size: 110%;
}
body.modulos section#inicio .container .intro {
    width: 40%;
}
body.modulos section#inicio .container .intro h2 {
    font-family: gotham_m;
    color: #fff;
    font-size: 5em;
    line-height: 1em;
    text-shadow: 0.05em 0.05em 0.2em #008ce6;
    margin: 0.1em 0 0.4em;
}
body.modulos section#inicio .container .intro .info {
    width: 90%;
}
body.modulos section#inicio .container .intro .info p {
    font-family: gotham_r;
    font-size: 1.2em;
    color: #111;
    margin-bottom: 1em;
}
body.modulos section#inicio .container .intro .info p strong {
    font-family: gotham_m;
    font-size: 1.1em;
    color: #223b82;
    display: inline-block;
}
body.modulos section#inicio .container .intro .info p strong svg.ek {
    width: 2em;
    position: relative;
    top: 0.2em;
    margin-right: 0.1em;
}
body.modulos section#modulos {
    padding: 2em 0 2em;
    background-color: #f3f9ff;
    margin-bottom: 1em;
}
body.modulos section#modulos .container {
    max-width: 1180px;
    width: 100%;
}
body.modulos section#modulos .container table#etiquetas {
    width: 24%;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 1%;
}
body.modulos section#modulos .container table#etiquetas tbody {
    padding: 1em 0;
    display: inline-block;
}
body.modulos section#modulos .container table#etiquetas tr {
    padding: 0.7em 1em 0.6em;
}
body.modulos section#modulos .container table#etiquetas tr:last-child td {
    border: none;
}
body.modulos section#modulos .container table#etiquetas tr td {
    width: 90%;
    border: none;
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 0 0.5em 0.6em;
    margin: 0.5em 5% 0.1em;
    border-bottom: 1px solid #eee;
}
body.modulos section#modulos .container table#etiquetas tr td div:nth-child(2) {
    width: calc(100% - 50px);
    display: inline-flex;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
body.modulos section#modulos .container table#etiquetas tr td div:nth-child(1) {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
body.modulos section#modulos .container table#etiquetas tr td a {
    display: inline-block;
    border: 1px solid #dbeff7;
    font-family: gotham_r;
    color: #111;
    font-size: 0.8em;
    padding: 0.5em 0.5em 0.3em;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0 0 0 8px;
    background-color: transparent;
}
body.modulos section#modulos .container table#etiquetas tr td a.small {
    display: none !important;
    padding: 9px 0 3px !important;
}
body.modulos section#modulos .container table#etiquetas tr td a:hover {
    background-color: #652581;
    color: #fff;
}
body.modulos section#modulos .container table#etiquetas tr td p {
    font-family: gotham_r;
    line-height: 1.1em;
    color: #666;
    margin: 0;
}
body.modulos section#modulos .container .mods {
    width: 75%;
    display: inline-block;
}
body.modulos section#modulos .container .mods .owl-carousel .owl-item {
    position: relative;
}
body.modulos section#modulos .container .mods .owl-carousel .owl-item > div {
    background-color: #fff;
    min-height: 200px;
}
body.modulos section#modulos .container .mods .owl-carousel .owl-item > div h4 {
    background: #072A69;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: gotham_r;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 10px 0;
    height: 43px;
    line-height: 20px;
    border-radius: 5px 5px 0 0;
}
body.modulos section#modulos .container .mods .owl-item > div {
    display: flex;
}
body.modulos section#modulos .container .mods .owl-item > div .col1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1em 3em 0.7em 2em;
}
body.modulos section#modulos .container .mods .owl-item > div .col1 .info {
    font-family: gotham_r;
    font-size: 2em;
    color: #433898;
    line-height: 1.3em;
}
body.modulos section#modulos .container .mods .owl-item > div .col1 .info b {
    font-family: gotham_b;
}
body.modulos section#modulos .container .mods .owl-item > div .col2 {
    width: 30%;
    max-width: 250px;
}
body.modulos section#modulos .container .mods .owl-item > div .col2 .grafica {
    width: 100%;
    padding-top: 85%;
    
}
body.modulos section#modulos .container .mods .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -1em;
    height: 0;
}
body.modulos section#modulos .container .mods .owl-nav button {
    width: 1.5em;
    height: 1.5em;
    border: 3px solid #223b82;
    border-radius: 0.8em;
    margin-bottom: 0.5em;
    opacity: 1;
    font-size: 1.2em;
    position: absolute;
}
body.modulos section#modulos .container .mods .owl-nav button.owl-prev {
    left: -2em;
}
body.modulos section#modulos .container .mods .owl-nav button.owl-next {
    right: -2em;
}
body.modulos section#modulos .container .mods .owl-nav button:hover {
    background-color: #223b82;
}
body.modulos section#modulos .container .mods .owl-nav button:hover i {
    color: #fff;
}
body.modulos section#modulos .container .mods .owl-nav button i {
    font-size: 0.9em;
    color: #223b82;
    line-height: 0.9em;
    position: relative;
    top: 0;
}

footer {
    background-color: #072A69;
    /* border-radius: 30px 30px 0 0; */
    position: relative;
    border-bottom: 15px solid #072A69;
    overflow: hidden;
    z-index: 2;
}
footer svg.foot_plecas1 {
    position: absolute;
    width: 250px;
    bottom: -5em;
    left: 50%;
    margin-left: -24em;
    z-index: 1;
}
footer .container {
    padding-top: 2em;
    position: relative;
    z-index: 2;
}
footer .container .col1 {
    width: 66%;
    float: left;
    padding-bottom: 2em;
}
footer .container .col1 ul.menu {
    margin: 0;
    padding: 0;
}
footer .container .col1 ul.menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 1.3em;
}
footer .container .col1 ul.menu li a {
    display: inline-block;
    font-family: gotham_m;
    font-size: 1.2em;
    color: #fff;
}
footer .container .col1 .fila .col {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 2em;
}
footer .container .col1 .fila .col .fila a {
    display: inline-block;
    margin: 0 0.2em;
}
footer .container .col1 .fila .col .fila a img {
    height: 40px;
}
footer .container .col1 .fila .col .fila > img {
    width: 100px;
    margin: 0.7em auto 0;
}
footer .container .col1 .fila .col > a svg {
    width: 170px;
}
footer .container .col2 {
    width: 33%;
    float: right;
    text-align: center;
}
footer .container .col2 span.tel {
    color: #223b82;
    font-family: gotham_m;
    font-size: 2.4em;
}
footer .container .col2 span.tel i {
    position: relative;
    top: 0.2em;
    margin-right: 0.2em;
}
footer .container .col2 p {
    color: #fff;
    font-family: gotham_r;
    font-size: 0.9em;
    width: 75%;
    margin: 0.7em auto 0;
}
footer ul.menu-legales {
    width: 100%;
    margin: 0 auto 2em;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
footer ul.menu-legales li {
    display: inline-block;
    margin: 0 1.5em;
}
footer ul.menu-legales li a {
    display: inline-block;
    color: #fff;
    font-family: gotham_r;
    font-size: 1.1em;
}
footer .fila.copys {
    display: flex;
    width: 100%;
    display: inline-flex;
    position: relative;
    z-index: 2;
}
footer .fila.copys span.copy {
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 2em;
    font-family: gotham_r;
    font-size: 0.8em;
    color: #fff;
    width: 160px;
}
footer .fila.copys > div {
    padding-bottom: 1em;
}
footer .fila.copys > div a.tesla {
    display: inline-flex;
    flex-direction: column;
}
footer .fila.copys > div a.tesla span {
    font-family: gotham_r;
    font-size: 0.6em;
    color: #fff;
    margin-bottom: 0.5em;
    line-height: 1.1em;
}
footer .fila.copys > div a.tesla img {
    width: 110px;
}
footer .fila.copys ul.socialmedia {
    margin: 0;
    padding: 0 0 2em;
    width: 100px;
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: column;
}
footer .fila.copys ul.socialmedia li {
    display: inline-block;
    list-style-type: none;
}
footer .fila.copys ul.socialmedia li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #2a83c7;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
footer .fila.copys ul.socialmedia li a:hover {
    background-color: #ea5b13;
}
footer hr {
    border-color: #fff;
    opacity: 0.5;
    padding: 0 !important;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.center {
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.w-80 {
    width: 80% !important;
}
.w-100 {
    width: 100% !important;
}
.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.pl-1 {
    padding-left: 1em !important;
}
.pr-1 {
    padding-right: 1em !important;
}
.mb-03 {
    margin-bottom: 0.3em !important;
}
.mb-05 {
    margin-bottom: 0.5em !important;
}
.mb-08 {
    margin-bottom: 0.8em !important;
}
.mt-1 {
    margin-top: 1em !important;
}
.mt-2 {
    margin-top: 2em !important;
}
.inline {
    display: inline-block !important;
}
.inline-flex {
    display: inline-flex !important;
}

.owl-item-index{
    width: 100%;
    height: 600px;
}
body.home section#inicio .owl-nav button.owl-next {
    right: 33px;
}



.owl-nav{
    width: -webkit-fill-available !important;
    width:-moz-available!important;
    z-index: 1000000;
}

body{
    font-family: gotham_m;
}


.slide-title{
    font-family: gotham_m;
    font-size: xxx-large;
    color: #fff;
    line-height: 1em;
}

.slide-text {
    font-family: gotham_r;
    font-size: 1em;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 0.8em;
}

.slide-button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 0.4em 1.2em;
    font-family: gotham_r;
    font-size: 0.9em;
    margin-left: 2em;
}

.slide-button a {
    color: #fff;
    display: inline-block;
    font-family: gotham_r;
    font-size:1.2em;
}
.texto-destacado{
        font-size: 1.2em;
        color: #3d324e;
}

.svg-ek {
    width: 2.5em;
    position: relative;
    top: 0.2em;
    left: 0.1em;
}



.gauge-container {
    width: auto;
    height: auto;
    display: block;
    /* float: left; */
    padding: 10px;
    overflow: hidden;
  }
    .gauge-container.one > .gauge > .dial {
        stroke: #334455;
        stroke-width: 2;
        stroke-linecap:round;
    }

    .gauge-container.one > .gauge > .value {
        stroke: rgb(47, 227, 255);
        stroke-width: 2;
        stroke-linecap: round;
    }
  
  .gauge-container.one > .gauge > .value-text {
    fill: rgb(47, 227, 255);
    font-family: sans, 'sans-serif';
    font-weight: bold;
    font-size: 0.6em;
  }

  /* ------------------- Alternate Style ------------------------- */

  .gauge-container.two {
    height: auto;
    border: 1px solid rgba(255,255,255,0.1);
  }
    .gauge-container.two > .gauge > .dial {
        stroke: #334455;
        stroke-linecap: round;
        stroke-width: 10;
    }
    .gauge-container.two > .gauge > .value {
        /*stroke: orange;*/
        stroke-dasharray: none;
        stroke-linecap: round;
        stroke-width: 13;
    }


  /* ------------------- Alternate Style 2 ------------------------- */

  
    .gauge-container.three > .gauge > .dial {
        stroke: #072A69;
        stroke-width: 14;
        stroke-linecap: round;
        /*stroke-dasharray: 125, 20;*/
    }
    .gauge-container.three > .gauge > .value {
        stroke: #F7F7F7;
        stroke-width: 15;
        stroke-linecap: round;
        /*stroke-dasharray: 125, 20;*/
    }
  .gauge-container.three > .gauge > .value-text {
    fill: #F7F7F7;
  }

.texto-morado {
    font-size: 1.6em;
    color: #433898;
    font-weight: 100;
    line-height: 1.3em;
    font-family: gotham_r !important;
}

.texto-morado b {
    font-family:gotham_b;
}

.texto-azul {
    font-size: 1.6em;
    color: #072A69;
    font-weight: 100;
    line-height: 1.3em;
    font-family: gotham_r !important;
}

.texto-azul b {
    font-family:gotham_b;
}

.owl-carousel .owl-nav button i {
    top: -2px;
}

#menubar li a{
    color: white;
    font-size: 0.9em ​!important;
}
/* DEBUG  */
*{
    /* border: 1px dashed rgba(0, 0, 0, 0.226); */
    clip: auto;
}
.title{
    color: #072A69;
}
.title-slider{
    font-family: gotham_r;
    color: #072A69;
    font-size: 2.5em;
    position: relative;
}
.text-slider{
    font-family: gotham_r;
    font-size: 1em;
}

.text-slider p,li{
   padding-top: 15px;
}

.no-margin{
    margin-bottom: 0px !important;
}
.seleccionado{
    border: 4px solid #3e3a3a !important;
}
.color-todos{
    background-color: #b6b6b6 !important;
    font-family: 'gotham_m';
}
.color-premium{
    background-color: #072A69 !important;
    font-family: 'gotham_m';
}
.color-control{
    background-color: #ea5a11 !important;
    font-family: 'gotham_m';
}
.color-access{
    background-color: #9cc31c !important;
    font-family: 'gotham_m';
}
.color-basic{
    background-color: #662382 !important;
    font-family: 'gotham_m';
}
/* Solo para firefox */
/* Solo para firefox */
@-moz-document url-prefix() {
    .owl-carousel .owl-nav button.owl-next {
         right: 0px!important;
    }
    body.home section#caracteristicas .container .owl-carousel .owl-nav button.owl-next {
        right: -120px!important;
    }
  }
  