    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
        margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
    table { border-collapse: collapse; border-spacing: 0; }

    html{ height: 100%; }
    body{ height: 100%; font-family: arial;  font-size: 62.5%; background: #f2f2f2;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%;  }

    /*Tipografias*/

    h1,h2,h3,h4,h5,h6{font-family: var(--font-1-black); color: #363b40; line-height: 1em; }
    h1{font-size: 3.6em; margin-bottom: 15px; }
    h2{font-size: 3.2em; margin-bottom: 13px;}
    h3{font-size: 2.7em; margin-bottom: 10px;}
    h4{font-size: 2.2em; margin-bottom: 8px;}
    h5{font-size: 1.8em; margin-bottom: 5px;}
    h6{font-size: 1.4em; margin-bottom: 3px;}
    h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{ color:#616366; line-height: 1em; font-size: 80%;}
    p{font-family: helvetica; font-size: 1.5em; color: #616366; line-height: 1.4em;}
    p small{font-size: 90%;}
    p img { margin: 0; }
    blockquote{font-family: 'avenirMedium'; border-left: 2px solid #ccc; color: #777; font-size: 1.6em; line-height: 1.6em; padding-left: 10px; font-style: italic; }
    blockquote p { font-size: 1em; line-height: 1.6em; color: #777; font-style: italic; }
    .av-lig{font-family: 'avenirLight';}
    .av-boo{font-family: 'avenirBook';}
    .av-med{font-family: 'avenirMedium';}
    .av-hea{font-family: 'avenirHeavy';}
    .av-bla{font-family: 'avenirBlack';}

    /*Globales*/

    :root{
      --font-1-light:           'avenirLight';
      --font-1-book:           'avenirBook';
      --font-1-medium:          'avenirMedium';
      --font-1-heavy:        'avenirHeavy';
      --font-1-black:       'gotham';
      
      --primary-color :#23245a;
      --secondary-color :#047acc;
      --white-color:#fff;
    }

    .section   {width: 100%; min-height: 60px;}
    .sec-primary-color  {background-color: var(--primary-color);}
    .sec-secondary-color{background-color: var(--secondary-color);}
    .sec-yellow    {background-color: var(--third-color); }
    .sec-fourth-color   {background-color: var(--fourth-color);}
    .sec-fifth-color    {background-color: var(--fifth-color);}
    .white-color         {background-color: var(--white-color)}
    .av-lig{font-family: 'avenirLight';}
    .av-boo{font-family: 'avenirBook';}
    .av-med{font-family: 'avenirMedium';}
    .av-hea{font-family: 'avenirHeavy';}
    .av-bla{font-family: 'avenirBlack';}


    .sec-grad-blue{background: #3494cf; background: -moz-linear-gradient(45deg, #3494cf 1%, #1b1464 100%); background: -webkit-linear-gradient(45deg, #3494cf 1%,#1b1464 100%); background: linear-gradient(45deg, #3494cf 1%,#1b1464 100%);}

    .sec-gray  {background-color: #908c80;}
    .sec-yellow{ background-color: #f1cc0e; }
    .sec-dark  {background-color: #363b40;}
    .sec-dark-light{ background-color: #616366; }
    .sec-gray-light{background-color: #999999;}
    .sec-light{background-color: #f2f2f2;}
    .sec-black  {background-color: #000;}
    .mh-50      {min-height: 50px;}
    .mh-100     {min-height: 100px;}
    .mh-120     {min-height: 120px;}
    .mh-200     {min-height: 200px;}
    .mh-300     {min-height: 300px;}
    .mh-400     {min-height: 400px;}
    .mh-450     {min-height: 450px;}
    .mh-500     {min-height: 500px;}
    .mh-600     {min-height: 600px;}
    .mh-700     {min-height: 700px;}
    .mh-800     {min-height: 800px;}
    .mh-900     {min-height: 900px;}
    .mh-950     {min-height: 950px;}
    .mh-1000    {min-height:1000px;}
    .mh-1300    {min-height: 1300px;}
    .mw-50{width: 50% !important;}
    .pd-10      {padding: 10px 0;}
    .pd-20      {padding: 20px 0;}
    .pd-25      {padding: 25px 0;}
    .pd-30      {padding: 30px 0;}
    .pd-40      {padding: 40px 0;}
    .pd-50      {padding: 50px 0;}
    .pd-60      {padding: 60px 0;}
    .pd-70      {padding: 70px 0;}
    .pd-80      {padding: 80px 0;}
    .pd-90      {padding: 90px 0;}
    .pd-100     {padding:100px 0;}
    .no-mar-bo{margin-bottom: 0;}
    .no-mar-le{margin-left: 0;}
    .no-mar-to{margin-top: 0;}
    .no-mar-ri{margin-right: 0;}
    .no-mar     { margin:0;}
    .box        { width: 100%;}
    .box-half   { width: 50%;}
    .pd-all-2  {width: 96%; height: 96%; padding: 2%;}
    .pd-all-3  {width: 94%; height: 94%; padding: 3%;}
    .pd-all-5  {width: 90%; height: 90%; padding: 5%;}
    .pd-all-10 {width: 80%; height: 80%; padding:10%;}
    .pd-all-20 {width: 60%; height: 60%; padding:20%;}
    .pd-all-25 {width: 50%; height: 50%; padding:25%;}
    .pd-all-30 {width: 40%; height: 40%; padding:30%;}
    .pd-ver-3  { width: 100%;height: 94%; padding:3% 0;}
    .pd-ver-5  { width: 100%;height: 90%; padding:5% 0;}
    .pd-ver-13 {width: 100%;height: 74%; padding:13% 0;}
    .pd-ver-10 {width: 100%;height: 80%; padding:10% 0;}
    .pd-ver-20 {width: 100%;height: 60%; padding:20% 0;}
    .pd-ver-25 {width: 100%;height: 50%; padding:25% 0;}
    .pd-ver-30 {width: 100%;height: 40%; padding:30% 0;}
    .pd-hor-3  { width: 94%; padding:0 3%;}
    .pd-hor-5  { width: 90%; padding:0 5%;}
    .pd-hor-10 {width: 80%; padding:0 10%;}
    .pd-hor-20 {width: 60%; padding:0 20%;}
    .pd-hor-25 {width: 50%; padding:0 25%;}
    .pd-hor-30 {width: 40%; padding:0 30%;}
    .pd-right-2{width: 98%;  padding-right: 2%;}
    .pd-left-2{width: 98%;  padding-left: 2%;}
    .pd-right-5{width: 95%;  padding-right: 5%;}
    .pd-left-4 {width: 96%;  padding-left: 4%;}
    .tx-rig{ text-align: right; }
    .tx-cen{ text-align: center; }
    .tx-jus{ text-align: justify; }
    .col-blue{color: #2c75bb;}
    .col-white{color: #ffffff;}
    .col-gray{color: #242b31;}
    .col-yellow{color: #f1cc0e;}
    .clear{clear: both;}
    .relative{position: relative;}
    .absolute{position: absolute;}
    .overh{overflow:hidden;}
    .dis-blo{display: block;}
	.f-left{float: left;}
	.f-right{float: right;}
    .e404{position: absolute; width: 100%; height: 100%; display: block;}
    .object-fit {width: 100%;height: 100%;object-fit: cover;}
    .borde {width: 100%; height: 1px; background-color: #e6e6e6;}
	.borde-50 {width: 50%; height: 1px; background-color: #e6e6e6;}
	.text-right{text-align: right;}
	.text-justify{text-align: justify;}


    /* alertas */
    .alert{width: 92%; min-height: 10px; padding: 18px 4%; margin: 10px 0; font-size: 1.6em; line-height: 1em; font-family: 'avenirMedium'; border-radius: 5px; color: #FFF;}
    .alert i{ font-size: 1.2em; }
    .alert-success{background: #25ba9b; }
    .alert-warning{background: #e1c71b; }
    .alert-info{background: #3099da; }
    .alert-error{background: #e65242; }
    
    /* Botones */
    
    a.btn{text-decoration: none; text-align: center; display: block; line-height: 3em;}
    a.btn-inli,
    .btn-inli{display: inline-block; }
    .btn{border:1px solid transparent;  box-shadow: none; color: #616366; border-radius: 5px;  font-family: 'avenirMedium'; padding: 0; cursor: pointer;}
    .btn-small{width: 90px; height: 30px; font-size: 1em;}
    .btn-medium{width: 150px; height: 40px; font-size: 1.3em;}
    .btn-big{ width: 220px; height: 55px;font-size: 1.8em; }
    .btn-block{display: block; width: 100%;}
    .btn-default,.btn-white,.btn-blue,.btn-gray,.btn-default-out,.btn-blue-out,.btn-white-out,.btn-gray-out{transition:background .3s,color .3s, border .3s;}
    .btn-default{background:#ccc; color: #333;}
    .btn-default:hover{background: #aaaaaa;}
    .btn-default-out{background: none; color: #aaa; border:1px solid #ccc;}
    .btn-default-out:hover{background: rgba(204,204,204,.6); color: #333;}
    .btn-white{background: #FFFFFF; color: #000;}
    .btn-white:hover{background: none; color: #fff; border:1px solid #fff;}
    .btn-white-out{background: none; color: #fff; border:1px solid #fff;}
    .btn-white-out:hover{background: rgba(255,255,255,.6); color: #333;}
    .btn-purple{background: #1B215B; color: #ffffff;}
    .btn-blue:hover{background: #1663A7;}
    .btn-blue-out{background: none; color: #2c75bb; border:1px solid #2c75bb;}
    .btn-blue-out:hover{background: #2c75bb; color: #fff;}
    .btn-gray{background: #908c80; color: #ffffff;}
    .btn-gray:hover{background: #4b5156;}
    .btn-gray-out{background: none; color: #242b31; border:1px solid #242b31;}
    .btn-gray-out:hover{background: #242b31; color: #fff;}
    .btn-nrad{border-radius: 0;}
    .btn-left{float: left;}
    .btn-center{margin:0 auto;}
    .btn-right{float: right;}


    /* formularios */
    form { margin-bottom: 20px; }
    fieldset {margin-bottom: 20px; }
    label,legend { display: block; font-weight: bold; font-size: 1.4em; }
    input[type="checkbox"] { display: inline; }
    input[type=text]{width: 100%; padding: 18px 20px 14px 20px; margin: 0 0 10px 0; outline: none; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; background: none; font-family: 'avenirMedium'; line-height: 1em; font-size: 1.6em; color: #999999; }
    input[type=text]:focus{ box-shadow: none; border:1px solid #2c75bb; color: #616366; transition:border .2s;}
    input[type=text]:disabled{ background: #e6e6e6; cursor: not-allowed;}
    input[type=text]::-webkit-input-placeholder {  color: #999999; }
    input[type=text]::-moz-placeholder { color: #999999; }
    input[type=text]:-ms-input-placeholder { color: #999999;}
    input[type=text]:-moz-placeholder { color: #999999; }
    select{width: 100%; padding: 15px 0; outline: none; height: 50px; font-size: 1.4em; padding: 18px 20px 14px 20px; background: none; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; 
        background-image: url(../img/arrow.png); background-repeat: no-repeat; background-position: 100% 50%; background-size: 30px 50px; cursor: pointer; font-family: 'avenirMedium';}
    select:focus{ box-shadow: none; border:1px solid #2c75bb; color: #616366; transition:border .2s;}
    textarea{width: 100%; max-width: 100%; min-height: 50px; resize: none; min-width: 100%; outline: none; padding: 18px 20px 14px 20px; margin: 0 0 10px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; background: none; font-family: 'avenirMedium'; line-height: 1em; font-size: 1.6em; color: #999999;}
    textarea:focus{box-shadow: none; border:1px solid #2c75bb; color: #616366; transition:border .2s;}
    label{ display: block; font-family: 'avenirMedium'; font-size: 1.4em; color: #363b40; margin:5px 0;}

    /* Tablas */
    table.tab-normal{width: 100%;  border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right:1px solid #ccc;} 
    table.tab-normal thead tr th,table.tab-normal tbody tr td,table.tab-normal tfoot tr td{border-bottom: 1px solid #ccc;}
    table.tab-normal thead tr th{font-family: 'avenirHeavy'; font-size: 1.4em; padding: 10px 0; color: #363b40;}
    table.tab-normal tbody tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 10px 0; color: #616366; text-indent: 5px;}
    table.tab-normal tfoot tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 10px 0; color: #616366; text-indent: 5px;}

    table.tab-cnt-center td,table.tab-cnt-center th{text-align: center;}

    table.tab-wide{width: 100%;  border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right:1px solid #ccc;} 
    table.tab-wide thead tr th,table.tab-wide tbody tr td,table.tab-wide tfoot tr td{border-bottom: 1px solid #ccc;}
    table.tab-wide thead tr th{font-family: 'avenirHeavy'; font-size: 1.4em; padding: 25px 0; color: #363b40;}
    table.tab-wide tbody tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 25px 0; color: #616366; text-indent: 5px;}
    table.tab-wide tfoot tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 25px 0; color: #616366; text-indent: 5px;}

    table.tab-border{width: 100%;  border-top: 1px solid #ccc; border-left: 1px solid #ccc;} 
    table.tab-border thead tr th,table.tab-border tbody tr td,table.tab-border tfoot tr td{border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;}
    table.tab-border thead tr th{font-family: 'avenirHeavy'; font-size: 1.4em; padding: 10px 0; color: #363b40;}
    table.tab-border tbody tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 10px 0; color: #616366; text-indent: 5px;}
    table.tab-border tfoot tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 10px 0; color: #616366; text-indent: 5px;}

    table.tab-border-wide{width: 100%;  border-top: 1px solid #ccc; border-left: 1px solid #ccc; } 
    table.tab-border-wide thead tr th,table.tab-border-wide tbody tr td,table.tab-border-wide tfoot tr td{border-bottom: 1px solid #ccc; border-right:1px solid #ccc;}
    table.tab-border-wide thead tr th{font-family: 'avenirHeavy'; font-size: 1.4em; padding: 25px 0; color: #363b40;}
    table.tab-border-wide tbody tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 25px 0; color: #616366; text-indent: 5px;}
    table.tab-border-wide tfoot tr td{font-family: 'avenirMedium'; font-size: 1.4em; padding: 25px 0; color: #616366; text-indent: 5px;}

    /* GENERALES */

    /* Enlaces */
    a, a:visited { text-decoration: underline; outline: 0; text-decoration:none; }
    p a, p a:visited { line-height: inherit; }


    /* Listas */

    .list-basic {border: 1px solid #ccc;}
    .list-basic li{width: 90%; min-height: 20px; padding: 11px 5% 9px 5%; border-bottom: 1px solid #ccc; font-family: 'avenirBook'; color: #363b40; font-size: 1.4em; line-height: 1.4em;}
    .list-basic li:last-child{border-bottom: none;}

    .list-basic-nbor {border:none;}
    .list-basic-nbor li{width: 90%; min-height: 20px; padding: 11px 5% 9px 5%; font-family: 'avenirBook'; color: #363b40; font-size: 1.4em; line-height: 1.4em;}

    .list-link{border: 1px solid #fff;}
    .list-link li{width: 100%;height: 40px; border-bottom: 1px solid #fff;  }
    .list-link li a{display: block;width: 100%;height: 100%; text-indent: 15px;text-decoration: none; color: #363b40; font-family: 'avenirBook';font-size: 1.4em; line-height: 3.1em;}
    .list-link a:hover{background:  #e6e6e6;}
    .list-link li.current a{background: #2c75bb; color: #fff;}
    .list-link li:last-child{border-bottom: none;}

    .list-link-nbor li{width: 100%;height: 40px;  }
    .list-link-nbor li a{display: block;width: 100%;height: 100%; text-decoration: none; color: #363b40; font-family: 'avenirBook';font-size: 1.4em; line-height: 3.1em;}
    .list-link-nbor li.current a{background: #2c75bb; color: #fff;}
    .list-link-nbor li:last-child{border-bottom: none;}

    .list-count{border: 1px solid #ccc;}
    .list-count li{width: 96%; height: 26px; padding: 7px 2%;border-bottom: 1px solid #ccc; font-family: 'avenirLight'; font-size: 1.4em; line-height: 2em;}
    .list-count li span{float: right;  display: block; width: 26px; height: 26px; border-radius:13px; color: #fff;font-family: 'avenirMedium'; text-align: center; line-height: 2em; }
    .list-count li:last-child{border-bottom: none;}

    .list-ver li{width: 90%; min-height: 20px; padding: 30px 2.5% 25px 2.5%; border-bottom: 1px solid #ccc;}
    .list-ver li:last-child{border-bottom: none;}
    .list-ver li h5{font-family: 'avenirMedium'; font-size: 2.4em;}
    .list-ver li small{font-family: 'avenirMedium'; font-size: 1.7em; color: #616366;}
    .list-ver li p{font-family: 'avenirBook'; text-align: justify;font-size: 1.8em; margin: 15px 0;}
    .list-ver li ul{width: 95%; margin-left: 5%; }
    .list-ver li ul li{width: 100%;border-bottom: none;font-family: 'avenirBook';font-size: 1.8em;color: #333;list-style-type: disc; list-style-position: inside; padding: 8px 0;}

    .list-categoria li{width: 100%; min-height: 26px; padding: 0;  font-family: 'avenirMedium'; color: #fff; font-size: 1.4em; line-height: 2em; margin-bottom: 5px; background: #e6e6e6;}
    .list-categoria li.current,.list-categoria li a:hover{background: #3494cf;}
    .list-categoria li.current a,.list-categoria li a:hover{color: #FFF;}
    .list-categoria li a{text-decoration: none; color: #363b40; display: block; width: 92%; padding: 10px 4%;}
    .list-categoria li a span{text-decoration: none; display: block; margin-top: -28px;float: right; width: 26px; height: 26px;border-radius: 13px; color: #fff; font-family: 'avenirMedium'; text-align: center; line-height: 2em;}
    .list-categoria li:last-child{border-bottom: none;}
    /* Imágenes */
    .img{display: block; width: 100%; height: 100%; background-position: center center !important; background-size: cover !important;}
    .circled{border-radius:50%;}
    .rounded{border-radius:25%;}
    .img-h-100{height: 100px; width: 100px;}
    .img-h-150{height: 150px; width: 150px;}
    .img-h-200{height: 200px; width: 200px;}
    .img-h-250{height: 250px; width: 250px;}
    .img-h-500{height: 500px; width: 100%;}
    .grayscale{filter: grayscale(100%);}

    img.scale-with-grid {
        max-width: 100%;
        height: auto; }

    /* Navegacion */
    
    .navegacion ul li{float: left; min-height: 50px; font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; margin:0 3px; color: #fff; line-height: 3.6em; }
    .navegacion ul li a{text-decoration: none; color: var(--secondary-color); transition:color .3s; font-family: Arial, Helvetica, sans-serif; }
    .navegacion ul li a:hover{color: var(--white-color);}

    .sec-purple .navegacion ul li,.sec-gray .navegacion ul li{color: #999;}
    .sec-purple .navegacion ul li a,.sec-gray .navegacion ul li a{color: #999;}
    .sec-blue .navegacion ul li a:hover,.sec-gray .navegacion ul li a:hover{color:#f1cc0e; }

    /* Paginacion */
    .sec-blue .paginacion ul li,.sec-gray .paginacion ul li{color: #fff;}
    .sec-blue .paginacion ul li a{color: #FFF; border:1px solid #fff;}
    .sec-blue .paginacion ul li a:hover{color: #f1cc0e; border: 1px solid #fff;}
    .sec-blue .paginacion ul li.current a{background: #fff; color: #333; border: 1px solid #fff; }

    .sec-gray .paginacion ul li a{border: 1px solid #ccc; color: #FFF;}
    .sec-gray .paginacion ul li a:hover{color: #2c75bb; border: 1px solid #ccc;}
    .sec-gray .paginacion ul li.current a{color: #fff; border:1px solid #2c75bb; }


    .paginacion{width: 100%; min-height: 44px;}
    .paginacion ul{width: 332px; min-height: 44px; }
    .paginacion ul li{float: left; min-height: 44px; width: 44px; font-family: 'avenirHeavy'; font-size: 1.4em; margin:0 2px; color: #616366; line-height: 3.2em; text-align: center; }
    .paginacion ul li i{font-size: 1.4em; padding-top: 10px; line-height: 2.3em;}
    .paginacion ul li:first-child{margin-left:0; height: 15px;}
    .paginacion ul li:last-child{margin-right:0; height: 15px;}
    .paginacion ul li:first-child a,.paginacion ul li:last-child a{border:none;}
    .paginacion ul li:first-child a:hover,.paginacion ul li:last-child a:hover{border:none;}
    .paginacion ul li a{ display: block; width: 42px; height: 42px; border:1px solid #e6e6e6; border-radius:22px; text-decoration: none; color: #363b40; transition:color .2s, border .2s; font-family: 'avenirHeavy'; }
    .paginacion ul li a:hover{color: #2c75bb; border:1px solid #2c75bb;}
    .paginacion ul li.current a{background: #999; color: #FFF; border: 1px solid #2c75bb;}

   /* Acordiones */
    .acordion li{ width: 100%; min-height: 60px; border-bottom: 1px solid #ccc; }
    .acordion li:last-child{border-bottom: none;}
    .acordion li a{display: block; width: 98%; padding: 0 1%; min-height: 60px; background: #e6e6e6; font-family: 'avenirMedium'; font-size: 1.8em;  color: #363B40; line-height: 3.4em; transition: background .3s, color .3s;}
    .acordion li a:hover{ background: #1B215B; color: #FFF; }
    .acordion li .contenido { width:94%; min-height:40px; padding: 20px 3%; font-size: 1em; line-height: 1em; text-indent: 0; background: #FFF; color: #999; font-family: arial; line-height: 1.2em; display: none; }
    .acordion li a span{display:inline-block; width: 20px; height: 20px; line-height: 1.2em; text-align: center; transition: transform .3s;}
    .acordion li a span.angulo{ -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ transform: rotate(45deg);}
    .acordion li .contenido label{margin-bottom: 10px;}
    .acordion li .contenido a{ min-height: 20px; padding-left: 10px;  background: none; color: #666; min-height: 10px; margin-bottom: 5px; line-height: 1.5em; font-size: 1.5em; font-family: 'avenirMedium'; }
    .acordion li .contenido a:hover{color: #333;}

     /* Error 404 */
    .error-404-img{position:absolute; top: 40%; left: 50%; display: block; width: 500px; height: 400px; margin-left: -250px; margin-top: -200px; background: url(../img/not_found.svg) no-repeat center center; background-size: cover;}
    .error-404-mensaje{position: absolute; left: 10%; bottom: 10%; text-align: center; width: 80%;}


    /* MAPA DE GOOGLE */
    #map-canvas{width: 100%; min-height: 195px;}

    /* PAGINA PRINCIPAL */

    /* Top bar */
	.top-bar{width: 100%; height: 45px;}
	.top-bar ul{float:right;}
    .top-bar ul li{float:left; min-height: 15px; font-family: 'avenirBook'; font-size: 1.4em; margin:0 10px; color:var(--secondary-color); line-height: 3em;font-weight: bold}
    .top-bar ul li i {color:var(--white-color);margin: 0 5px;}
    a.btn{text-decoration: none; text-align: center; display: block; line-height: 3em;}
    a.btn-inli,
    .top-bar .btn-inli{display: inline-block; }
    .top-bar .btn{border:1px solid transparent;  box-shadow: none; color: #fff; border-radius: 0px;  font-family: 'avenirMedium'; padding: 0; cursor: pointer;font-weight: d;}
    .top-bar .btn-medium{width: 150px; height: 50px; font-size: 1.5em;font-weight: bold;}
    .top-bar .btn-block{display: block; width: 100%;}
    .top-bar .btn-default,.btn-white,.btn-blue,.btn-gray,.btn-default-out,.btn-blue-out,.btn-white-out,.btn-gray-out{transition:background .3s,color .3s, border .3s;}
    .top-bar .btn-yellow{background: #f1cc0e; color: #fff;font-weight: bold;}
    .top-bar .btn-yellow:hover{background:#999999; color: #fff; border:1px solid #999;}
    .top-bar .btn-right{float: right;}

    nav{min-height: 80px; width: 100%;text-align: right; margin:0;}
    nav ul li{float: left; width: 25%; height: 80px; position: relative;margin:0; z-index: 21;}
    nav ul li a{text-decoration: none; color: #333; min-width: 100px; padding:12px 20px; border-radius:10px; text-transform:uppercase; font-family: var(--font-1-black);font-size: 1.5em; line-height: 4em; text-align: center; transition: color .3s;margin:  0 10px;}
    nav ul li.current a{background: #1B215B; color:white;}
    nav ul li a:hover{background: #1B215B; color:white;}

    nav ul li ul{position: absolute; top:100px; left: 0; margin:0; padding:0; background:#fff; min-width: 240px; z-index: 1; visibility: hidden; opacity: 0;  transition: visibility .3s, opacity .3s;}
    nav ul li:hover ul{visibility: visible; opacity: 1;}
    nav ul li ul li{width: 100%; height: 50px; margin:0; padding: 0;}
    nav ul li ul li a{ width: 84%; text-align: left; margin:0; line-height: 3.6em; padding: 0 8%;}

    .foto{ width: 100%; height: 500px; margin:0; }
    .foto a{ display: block; width: 100%; height: 100%; margin:0;  background: url(../img/slider.png) no-repeat center center; background-size: cover;!important: !;}
    
   
    /*------------bussines---------------*/
    .bussines-block {border: 1px solid #e6e6e6;margin: 15px 0;border-radius: 8px;transition-duration: .3s;height: 250px;}
    .bussines-block .img-block {width: 100%; height: 200px;}
    .bussines-block .img-block a { border-radius: 8px 8px 0 0px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/servicios.jpg) no-repeat center center; background-size: cover;!important: !;}  
    .bussines-block .bussines-block-content {float:left;width: 75%;;height: 60%;margin-top:40px;display: block;text-align: left;margin-left: px;}
    .bussines-block .bussines-block-content p{margin-top:20px;}
    .bussines-block .bussines-block-icon{width: 25%;height: 100%;text-align: center;float: left;margin-top:0px;}
    .bussines-block .bussines-block-icon a{display: inline-block;color: #908c80;font-size: 3.8em;;padding: 5px; line-height: 3.5em;}
    .bussines-block a {font-size: 1.5em;color: #1B215B;line-height: 3em;}

/*------------services---------------*/
    .service-block {border: 1px solid #e6e6e6;margin: 15px 0;border-radius: 8px;transition-duration: .3s; min-height: 300px;}
    .img-block {width: 100%; height: 200px;}
    .img-block a { border-radius: 8px 8px 0 0px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/servicios.jpg) no-repeat center center; background-size: cover;!important: !;}
    .service-block .info-block{width: 100%; min-height: 100px;background-color: #fff;border-radius:0 0 8px 8px;line-height: 3em; padding:0 0 15px 0;}
    .block-content {float:left;width: 90%;margin-top:28px;display: block;text-align: left;margin-left: 25px;}
    .service-block-icon{width: 25%;height: 100%;text-align: center;float: left;margin-top:20px;}
    .service-block-icon a{display: inline-block;color: #1B215B;font-size: 2em;border-radius: 50%;border: 1.5px solid #1B215B;text-align: center;width: 40px;height: 40px;padding: 7px; line-height: 2em;}
    
    .servicios-box-info {width: 100%; height: 160px; background-color:#1B215B ;border-radius: 15px;}
    .servicios-box-info h4  {color: #fff;font-weight: bold;margin-left: 15px;line-height: 2em;margin-top:0px;}
    .servicios-box-info p {color: #fff;margin-left: 15px;margin-bottom: 15px;}
    .servicios-box-info h5 {color:#fff;margin-left: 15px;margin-top: 10px;font-size: 1.8em;}

    .servicios-doc {width: 100%; height: 200px; background-color: inherit;}
    .servicios-doc li a i {margin-top:20px;margin-right: 15px;}
    .servicios-doc .doc-list a:hover{background:  #ccc;color: #1B215B;}
    .servicios-doc .doc-list li.current a{background: #1B215B; color: #1B215B;border-radius:10px 10px 0px 0;}
    .bussines-block a {font-size: 1.5em;color: #1B215B;line-height: 3em;}
    .servicios-doc a{display: block;color: #3b3b3b;font-size: 15px;font-weight: 600;background: #fff;border-radius: 10px;border: 1.5px solid #999;padding: 15px;margin-top: 10px;}

    /*-------------Creative--------------*/
    .creative-info {width: 100%; height: 100%;display: block;padding:20px 0 0 0;}
    .creative-info p {font-size: 1.8em;line-height: 1.5em;}
    .creative {width: 100%; height: 400px; margin:0; }
    .creative a{ display: block; width: 100%; height: 100%; margin:0;border-radius: 10px; background: url(../img/creative.jpg) no-repeat center center; background-size: cover;!important: !;}
    .creative-content {width: 100%; height: 100%; padding: 20px 0 0 0; display: block;}
    .creative-content p {font-size: 1.6em;line-height: 1.5em;margin-bottom: 60px;}

    .creative-content .btn-inli{display: inline-block; }
    .creative-content  .btn{border:1px solid transparent;  box-shadow: none; color: #fff; border-radius: 5px;  font-family: 'avenirMedium'; padding: 0; cursor: pointer; margin-top:px;;}
    .creative-content .btn-medium{width: 150px; height: 50px; font-size: 1.5em;font-weight: bold;}
    .creative-content .btn-block{display: block; width: 100%;}
    .creative-content .btn-default,.btn-white,.btn-blue,.btn-gray,.btn-default-out,.btn-blue-out,.btn-white-out,.btn-gray-out{transition:background .3s,color .3s, border .3s;}
    .creative-content  .btn-blue{background: #1B215B; color: #fff;font-weight: bold;}
    .creative-content .btn-blue:hover{background:#999; color: #fff; border:1px solid #999;}
    .creative-content .btn-right{float: right;}

    .banner-count {width: 100%; height: 300px;display: block;}
    .banner-count a { display: block; width: 100%; height: 100%; margin:0;  background: url(../img/sancris.jpg) no-repeat center center; background-size: cover;!important:!;}

    /*-------------STADISTICS--------------*/
    .main-contadores{width: 100%; min-height: 300px; background: url(../img/sancris.jpg) no-repeat bottom center; background-size: cover; position: relative;}
    .main-contadores .fondo{position: absolute; width: 100%; height: 100%; background:rgba(30,30,30,.5);}
    .main-contadores .contadores-info {width: 100%;height: 100%; background-color: inherit;margin-top:110px;}
    .main-contadores .contadores-info p {font-size: 2.3em;color:#fff;}
    .main-contadores .contadores-info h2 {font-size: 4em; color: #fff;}

    /*-------------CHOOSE--------------*/
    .choose-block {width: 100%; height: 120px; background-color: #fff;border-radius: 10px;border: 1px solid #e6e6e6;transition-duration: .3s;}
    .choose-icon {width: 25%; height: 100%;text-align: center;float: left;background-color: inherit;border-radius: 10px;}
    .choose-icon  i {font-size: 3.5em;line-height: 3.2em;color: #1B215B;}
    .choose.info {width: 75%; height: 100%; float: left;display: block;}
    .choose-info p{line-height: 1.5em;margin-top: 15px;font-size: 1.5em;}
    
    /*--------------NEWS--------------*/
    .news-block {border: 1px solid #e6e6e6;margin: 0px 0;border-radius: 8px;transition-duration: .3s;height: 450px;background-color: ;}
    .news-img-block {width: 100%; height: 190px;}
    .news-img-block a { border-radius: 8px 8px 0 0px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/servicios.jpg) no-repeat center center; background-size: cover;!important: !;}

    .news-content {float:left;width: 100%;margin-top:28px;display: block;text-align: left;}

    /*-------------Mision--------------*/
    .mision-img {width: 100%; height: 400px;display: block;}
    .mision-img a{border-radius: 10px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/acerca.png) no-repeat center center; background-size: cover;!important: !;border: 1px solid #e6e6e6;}


    .container-tab{width: 100%; margin:0 auto;}
  

    ul.tabs{margin:0px; padding: 0px; list-style: none;}
    ul.tabs li{width: 50px; background: inherit; color: #999; display: inline-block; padding: 15px; margin-left: 10px; cursor: pointer; font-size: 1.5em; transition: background .2s, color .2s;border-radius: 5px 5px 0 0;text-align: center;border-bottom:2px solid #ccc;font-weight: bold;}
    ul.tabs li.current{ background: inherit; color: #1B215B;border-bottom:2px solid #1B215B;}
    ul.tabs li:hover{background: inherit; color: #1B215B;}
    .tab-content{ display: none; background: #fff; padding: 15px; }
    .tab-content.current{ display: inherit; }

    /*-------------Servicios--------------*/
      .servicios-img {width: 100%; height: 400px;border-radius:10px; }
      .servicios-img a {border: 1px solid #e6e6e6;border-radius: 15px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/servicios.png) no-repeat center center; background-size: cover;!important: !;}

    .lista-servicios {width: 100%; height: 100%;background-color:inherit;border-radius: 15px;}
     .lista-servicios .list-link{border: 1px solid #fff;border-radius: 15px;}
     .lista-servicios .list-link li{width: 100%;height: 55px; margin-bottom: 0px; background-color:#f9f9f9;}
     .lista-servicios .list-link li a{display: block;width: 100%;height: 100%;text-decoration: none; color: #000;font-size: 1.5em; line-height: 3em;margin-top: 2px;font-weight: 800;}
     .lista-servicios .list-link a:hover{background:  #1B215B;color: #fff;}
     .lista-servicios .list-link li.current a{background: #1B215B; color: #fff;border-radius:10px 10px 0px 0;}
     .lista-servicios .list-link li:last-child{border-bottom: #fff;;border-radius: 0px 0px 10px 10px; }
     .lista-servicios .list-link li:first-child{border-bottom: none;border-radius:10px 10px 0px 0;}
     .lista-servicios .list-link i  {font-size: 1em;line-height: 3.6em;margin-right: 10px;font-weight: bold;}

     .servicios-choose-block {width: 100%; height: 120px; background-color: #fff;border-radius: 10px;border: 1px solid #e6e6e6;transition-duration: .3s;}
     .servicios-choose-icon {width: 22%; height: 100%;text-align: center;float: left;background-color: inherit;border-radius: 10px;}
     .servicios-choose-icon  i {font-size: 3.5em;line-height: 3.5em;color: #f1cc0e;}
     .servicios-choose.info {width: 78%; height: 100%; float: left;display: block;}
     .servicios-choose-info h4{line-height: 1.8em;margin-top: 5px;font-size: 2em;margin-bottom: 5px;}
     .servicios-choose-info p{line-height: 1.5em;margin-top: 0px;font-size: 1.5em;}

    /*-------------Noticias--------------*/

    .noticias-block {border: 1px solid #ccc;margin: 15px 0;border-radius: 8px;transition-duration: .3s;height: 440px;width: 100%;}
    .noticias-block .img-block {width: 100%; height: 190px;}
    .noticias-block .img-block a { border-radius: 8px 8px 0 0px;display: block; width: 100%; height: 100%; margin:0;  background: url(../img/acerca.png) no-repeat center center; background-size: cover;!important: !;}
    .noticias-block p {margin-left: 15px; }
    .noticias-block .info-block{width: 100%; height: 250px;background-color: #fff;border-radius:0 0 8px 8px;line-height: 3em;}
    .noticias-block .block-content {float:left;width: 100%;margin-top:20px;display: block;text-align: left;margin-left: 0px;height: 60px;background-color: inherit;}
    .noticias-block .block-content h5 {line-height: 1.2em;margin-left: 15px;}
    .noticias-block .banner-content {width: 100%;height: 30px; background-color: inherit;float: left;}
    .noticias-block .banner-content i {font-size: 1.5em;margin-left: 15px;margin-right:15px;}
    .noticias-block .banner-content span {font-size: 1.5em; font-family:'avenirMedium';margin-left: -5px;}
    .noticias-block .read-button {width: 100%;height: 40px; background-color: inherit;}
    .noticias-block .read-button a {font-weight: bold; color:#1B215B;margin-left: 15px;margin-top: 10px;font-size: 1.2em;}
    
    .redes {width: 100%; height: 40px; background-color: inherit;border-radius: 8px; font-size: 1.6em;}
    .compartir  {border: 2px solid #999;width: 98%; height: 38px;border-radius: 8px;margin-left: 0px;}
    .redes  {font-size: 1em;color: #999;font-size: 1.5em;}
    .redes i {line-height: 2.5em;margin-left: 15px;color: #999;}
    /*-------------END--------------*/
    header{ background: #fff; min-height: 100px; width: 100%; }
    header .logo{ width: 340px; height: 100px; margin:12px 0 0 0; }
    header .logo a{ display: block; width: 70%; height: 100%; margin:0;  background: url(../img/logo.svg) no-repeat center center; background-size: cover;}
    header a#movil-button{position: absolute; display: none; width: 50px; height: 45px;  right:15px; top: 25px; color: #333; font-size: 3.8em; text-align: center; padding-top: 5px; }
    header #menu-movil.show{display: block;}

	/* ----------------------------SLIDER----------------------------------- */
	
	/* ================================ Empieza Slider ================================ */

	#carousel{ position: relative; width:100%; margin: 0px auto 0px auto; background: #ebebed; }
	#slides { overflow: hidden; position: relative; width: 100%; height: 550px; z-index: 10; }
	#slides ul { list-style: none; width:100%; height:700px; margin: 0; padding: 0; position: relative; }
	#slides li { width:100%; height:700px; float:left; text-align: center; position: relative; font-family: 'general'; }
	.btn-bar{ z-index: 20; }
	#buttons a { font-family: 'general'; font-size:60px; color:#fff; background: #0f2f7f; padding:100px 10px; width:35px; transition: all ease .5s; }
	a#prev:hover, a#next:hover { color:#0f2f7f; background: rgba(255,255,255,.3); opacity: 1; }
	a#prev{ float: left; position: absolute; left: 0; top:130px; z-index: 99;opacity: .3; display: none; }
	a#next{ float: right; position: absolute; right: 0; top:130px; z-index: 99; opacity: .3; display: none; }
	.quote-phrase, .quote-author { font-family: 'general'; display: table-cell; vertical-align: middle; padding: 30px 20px; }
	.quote-phrase { font-size:35px; color:#fff; text-align: left; text-shadow:.3px 0px #343434; }
	.quote-marks { font-size:30px; padding:0 3px 3px; position:inherit; }
	.quote-author { font-style:normal; text-align: left; font-size:20px; color:#fff; }
	.quoteContainer{ margin-top: 200px; }
	.quoteContainer, .authorContainer { display: table; width: 70%; margin-left: 100px; }
	.slideImg1{ overflow: hidden; background-image:url("../img/superslides.jpg"); background-position: center center; background-size: cover; background-attachment: fixed; z-index: 1 }
	.slideImg2{ overflow: hidden; background-image:url("../img/superslides2.jpg"); background-position: center center; background-size: cover; background-attachment: fixed; z-index: 1 }
	.slideImg3{ overflow: hidden; background-image:url("../img/superslides3.jpg"); background-position: center center; background-size: cover; background-attachment: fixed; z-index: 1 }
	.frase_header h1{ margin: 90px 0px 10px 0px; text-align: center; font-size: 45px; font-weight: bold; color:#fff; text-shadow: 0px 2px 15px rgba(0,0,0,0.5); }
	.frase_header p{ max-width: 700px; text-align: center; margin:0px auto; color:#fff; font-size: 1.5em; text-shadow: 0px 2px 15px rgba(0,0,0,0.5); }
	.frase_header_inicio h1{ margin: 190px 0px 10px 0px; font-family:var(--font-1-black); text-align: center; font-size: 45px; font-weight: bold; color:#fff; }
	.frase_header_inicio p{ max-width: 700px; text-align: center; margin:0px auto; color:#fff; }

	.heading{width: 100%; height: 200px; position:relative; background-size:cover !important; background-position: center center !important; background-repeat: no-repeat;}
	.head-about{background: url(../img/superslides.jpg);}
	.heading h1{color:var(--white-color);}
	.heading p{ color:var(--white-color);}
/* ================================ Terminar Slider ================================ */


    .main-section{width: 100%; height:700px; border-bottom:1px solid #ccc; /*background: url(../img/imagen-main.jpg) no-repeat; background-position: right center; background-size: cover;*/ position: relative;}
    .main-section nav{border-top:none;}

    .slides-navigation                                                              { margin: 0 auto; position: absolute; z-index: 7; top: 50%; width: 100%; height: 80px; margin-top: -40px;}
    .slides-navigation a                                                            { position: absolute; display: block; text-decoration: none; width: 76px; height: 76px;  text-align: center; -webkit-transition: border .3s; -moz-transition: border .3s; -o-transition: border .3s; transition: border .3s;}
    .slides-navigation a i                                                          { font-size: 8em; line-height: 1em; color: rgba(200,200,200,.4); -webkit-transition: color .3s; -moz-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
    .slides-navigation a.prev                                                       { left: 2%; }
    .slides-navigation a.next                                                       { right: 2%; }
    .slides-navigation a:hover i                                                    { color: #fff; }
    .slides-pagination                                                              { position: absolute; z-index: 3; bottom: -40px; text-align: center; width: 100%; }
    .slides-pagination a                                                            { border: 2px solid #fff; border-radius: 15px; width: 10px; height: 10px; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline;
                                                                                      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="); margin: 2px; overflow: hidden; text-indent: -100%; opacity: .75; }
    .slides-pagination a.current                                                    { background: #fff; }

    #slides ul.slides-container li                          {position: relative;}
    #slides ul.slides-container li .descripcion             {width: 50%; min-height: 300px; position: absolute; left: 50%; top: 50%; margin-left: -25%; margin-top:-150px; text-align: center; z-index: 4;}
    #slides ul.slides-container li .descripcion h3          {font-family: 'gotham-black'; color: #fff; font-size: 4.5em; margin-top: 50px; line-height: 1.1em; text-shadow: 0 4px 10px #000;}
    #slides ul.slides-container li .descripcion a           {display: block; width: 190px; height: 55px; border-radius: 5px; margin:40px auto; color: #FFF; text-decoration: none; font-family: 'montserratregular'; font-size: 2em; line-height: 2.7em;}
    #slides ul.slides-container li .descripcion a.orange    {background: #c63d1f; border-bottom: 3px solid #882813;}
    #slides ul.slides-container li .descripcion a.blue      {background: #253657; border-bottom: 3px solid #061b45;}

    .sobretexto     {width: 100%; min-height: 100px; vertical-align: baseline;}
    .sobretexto h3  {background: none; position: relative; text-align: center; margin-top: -300px; font-size: 2.7em; text-transform: uppercase; line-height:1.2em ; color: #fff; z-index: 2; font-family: var(--font-2-bold); }
    .sobretexto p   {background: none; position: relative; text-align: center; font-size: 4em; text-transform: uppercase;line-height:1.2em ; color: var(--third-color); z-index: 2; font-family: var(--font-2-bold); }

    .no-registro{width: 100%; min-height: 200px; line-height: 200px; font-size: 2em; color:#999; font-family: var(--font-2-regular);}
    
    .servicios{min-height: 200px; padding: 30px 0 40px 0; background: #FFF;}
    .servicios .opciones{width: 100%;  height: 55px; border-bottom: 1px solid #e6e6e6;}
    .servicios .opciones h3{float: left; line-height: 2em; }
    .servicios .opciones ul{width: 300px; height: 55px; float: right;}
    .servicios .opciones ul li{width: 50%; float: left; height: 55px;}
    .servicios .opciones ul li a{display: block; width: 100%; height: 100%; background: #e6e6e6; text-align: center; text-decoration: none; color: #666; font-family: 'avenirHeavy'; font-size: 1.6em; line-height: 3.5em;}
    .servicios .opciones ul li a.current{background: #2c75bb; color: #fff;}
    .servicios .opciones ul li a:hover{background: #2c75bb; color: #fff;}

    .servicios .servicio{width: 80%; min-height: 100px; margin: 0 auto; padding: 50px 10%; }
    .servicios .servicio .icono{width: 30%; height: 100px; float: left;  font-size: 7.5em; line-height: 1.4em; color: #2c75bb; text-align: center;}
    .servicios .servicio .desc{width: 65%; height: 100px; float: left; margin-left: 5%;}
    .servicios .servicio .desc a{font-size: 2em; margin: 0; color: #363b40; font-family: 'avenirMedium'; line-height: 1em;}
    .servicios .servicio .desc .introduccion a{font-size: 1.4em; color: #616366; font-family: 'avenirMedium'; line-height: 1.4em;}
    .servicios .ver-mas{width: 240px;height: 50px;}
    .servicios .ver-mas a{display: block;width: 100%; height: 100%; background: #2c75bb; color: #fff; font-size: 1.5em; font-family: 'avenirHeavy';text-align: center; text-decoration: none;line-height: 3.5em; border-radius: 5px;}
    .servicios .ver-mas a:hover{background: white;  border:1px solid #2c75bb; color: #2c75bb;}

    #tabs .cuerpos ul li{display: none;}
    #tabs .cuerpos ul li.activo{display: block;}


    .service{min-height: 200px; padding: 30px 0 40px 0; background: #FFF;}
    .service .opciones{width: 100%;  height: 55px; border-bottom: 1px solid #e6e6e6;}
    .service .opciones h3{float: left; line-height: 2em; }
    .service .opciones ul{width: 300px; height: 55px;}
    .service .opciones ul li{width: 50%; float: left; height: 55px;}
    .service .opciones ul li a{display: block; width: 100%; height: 100%; background: #e6e6e6; text-align: center; text-decoration: none; color: #666; font-family: 'avenirHeavy'; font-size: 1.6em; line-height: 3.5em;}
    .service .opciones ul li.current a{background: #2c75bb; color: #fff;}
    .service .opciones ul li a:hover{background: #2c75bb; color: #fff;}

    .service .servicio{width: 80%; min-height: 100px; margin: 0 auto; padding: 50px 10%; }
    .service .servicio .icono{width: 30%; height: 100px; float: left;  font-size: 7.5em; line-height: 1.4em; color: #2c75bb; text-align: center;}
    .service .servicio .desc{width: 65%; height: 100px; float: left; margin-left: 5%;}
    .service .servicio .desc h4{font-size: 2em; margin: 0; color: #363b40;}
    .service .servicio .desc p{font-size: 1.4em; color: #616366;}
    .service .ver-mas{width: 240px;height: 50px;}
    .service .ver-mas a{display: block;width: 100%; height: 100%; background: #2c75bb; color: #fff; font-size: 1.5em; font-family: 'avenirHeavy';text-align: center; text-decoration: none;line-height: 3.5em; border-radius: 5px;}
    .service .ver-mas a:hover{background: white;  border:1px solid #2c75bb; color: #2c75bb;}
    .service-icon-1,.service-icon-2,.service-icon-3, .service-icon-4{min-height: 80px; line-height: 20px; margin:0; padding: 0; margin-right: 20px; position: absolute;  bottom: 30px; opacity: .75;}
    .service-icon-1{font-size: 18em; color: #FFF; right: 25%; }
    .service-icon-2{font-size: 14em; color: #FFF; right: 11%; }
    .service-icon-3{font-size: 10em; color: #FFF; right: 0;}
    .service-icon-4{font-size: 20em; color: #FFF; right: 15%; bottom: -15%;}

    .planes{min-height: 200px;padding: 50px 0;}
    .planes h3{text-align: center; color: black; font-family:'avenirHeavy';}
    .planes p{text-align: center; color: black; font-family: 'avenirBook'; font-size: 1.6em; line-height: 1.4em;}

    .plan{width: 100%; padding: 40px 0; border:1px solid #e6e6e6; background: #f2f2f2;text-align:center;  border-radius: 5px;}
    .plan .categoria h3{ font-family: 'avenirHeavy'; }
    .plan .precio{margin-top: 20px;}
    .plan .precio p b{ font-family: 'avenirHeavy'; color: #2c75bb; min-height:35px; font-size: 2.3em; }
    .plan p{ font-family: 'avenirMedium'; margin-top: 1em;}
    .plan .incluye h4{ font-family: 'avenirMedium'; color: #10549e; font-size: 2.2em; text-align: left; margin-left: 1.4em; margin-top: .5em}
    .plan h3{font-size: 1.6em;}

    .plan .list-basic{border-left:none; border-right: none;}
    .clausulas p{font-size: 1em;}

    .portafolio{ min-height: 200px;padding: 60px 0;}
    .portafolio .proyecto{ width: 100%; height: 200px; background: #10549e; }
    .portafolio .proyecto a{ display: block; width: 100%; height: 100%;  overflow:hidden; }
    .portafolio .proyecto a .portada { position: absolute; width: 120%; height: 120%; top: -5%; left: -5%; background-color: #fff !important;  background-size: cover !important; background-position: center center !important; position: relative; transition: background-color .3s !important;}
    .portafolio .proyecto a:hover .portada{filter:blur(10px); transition: all .3s;}
    .portafolio .proyecto a .logo-svg{ display: block;width: 100%; height: 90px; position: absolute; top: 50%; margin-top: -55px; left: 0; filter:grayscale(100%) !important; opacity: .6; background-size: contain !important; background-position: center center !important; background-repeat: no-repeat !important; transition: opacity.3s,filter .3s}
    .portafolio .proyecto a:hover .logo-svg {filter:grayscale(0%) !important; opacity: 1 !important;}
    .portafolio .proyecto a .nombre{width: 90%; height: 40px; position: absolute; bottom: 10%; left: 5%; visibility: hidden; opacity: 0; -webkit-transition: visibility .3s,opacity .3s; -moz-transition: visibility .3s,opacity .3s; -o-transition: visibility .3s,opacity .3s; transition: visibility .3s,opacity .3s; }
    .portafolio .proyecto a .nombre h5,.portafolio .proyecto a .nombre p{color: #FFF; text-align: center;}
    .portafolio .proyecto a .nombre h5{font-family: 'avenirBlack';}
    .portafolio .proyecto a .nombre p{font-size: 1.3em;}
    .portafolio .proyecto a .fondo{opacity:; position: absolute; width: 120%; height: 120%; top: 0%; left: 0%; margin-left: -5%; margin-top: -5%; -webkit-transition: visibility .3s,opacity .3s; -moz-transition: visibility .3s,opacity .3s; -o-transition: visibility .3s,opacity .3s; transition: visibility .3s,opacity .3s;}
    .portafolio .proyecto a:hover .fondo{ visibility: visible; background-color: #FFF; -webkit-filter: blur(10px); /* Safari */ filter: blur(10px); opacity: .3; transition: opacity .3s,background .3s;}
    .portafolio .proyecto a:hover img{/*mix-blend-mode: multiply !important;*/}
    
    /*.portafolio .proyecto a:hover{ background-color: #3494cf !important; opacity: .3s; transition: background-color .3s; }
    .portafolio .proyecto a:hover img{mix-blend-mode: multiply !important;}*/

    .portafolio .proyecto a:hover .nombre{visibility: visible; opacity: 1;}
    

    .portafolio{width: 100%;  min-height: 55px; }
    .portafolio h3{text-align: center; padding: 10px 0 30px 0; color: #363b40; font-family: 'avenirMedium'; font-size: 3em; }
    .portafolio .paginacion{width: 100%; min-height: 70px;}
    .portafolio .paginacion h6{text-align: center; padding:25px; color: #242b31;  font-family: 'avenirBook'; font-size: 2.5em; line-height: 1.6em;}

    .clientes ul li{margin: 30px 1% 20px 1%; width: 15%;float: left;}
    .clientes ul li:first-child{margin-left:0;}
    .clientes ul li:last-child{margin-right: 0;}
    .clientes ul li .cliente{display: block; width: 100%; height: 40px; filter:brightness(1000%); opacity: .4;  background-size:cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

    .historia .icono{width: 100%; display: block; height: 300px; font-size: 28em; line-height: 1.25em; color: #FFF; text-align: center; }

    
    .about-imagen{width: 70%; height: 350px; background: url(../img/about.svg); background-size: cover !important; background-position: top center; position: absolute; top: 50px; right: 0%;}
    .contact-imagen{width: 60%; height: 350px; background: url(../img/contacto.svg); background-size: cover !important; background-position: top center; position: absolute; top: 50px; right: 0;}
    .services-imagen{width: 50%; height: 350px; background: url(../img/servicios.svg); background-size: cover !important; background-position: top center; position: absolute; top: 20px; right: 10%;}
    .sitemap-svg{width: 72%; height: 380px; background: url(../img/sitemap.svg); background-size: cover !important; background-position: top center; position: absolute; top: 0px; right: 0;}
    .terms-svg{width:55%; height: 280px; background: url(../img/terms.svg); background-size: cover !important; background-position: top center; position: absolute; top: 0px; right: 0;}
    .privacy-svg{width: 50%; height: 300px; background: url(../img/privacy.svg); background-size: cover !important; background-position: top center; position: absolute; top: 50px; right: 0;}
    .empresa-svg{width: 100%; height: 380px; background: url(../img/empresa.svg); background-size: cover !important; background-position: top center; position: absolute; top: 30px; right: 0;}
    .portafolio-svg{width: 50%; height: 280px; background: url(../img/portafolio.svg); background-size: cover !important; background-position: top center; position: absolute; top: 30px; right: 0;}
    .faqs-svg{width:48%; height: 320px; background: url(../img/question.svg); background-size: cover !important; background-position: top center; position: absolute; top: 0px; right: 0;}
    .blog-svg{width: 50%; height: 360px; background: url(../img/newspaper.svg); background-size: cover !important; background-position: top center; position: absolute; top: 50px; right: 0;}
    
    .motivacion {min-height: 200px;padding: 50px 0; background: #fff;}
    .motivacion .icono {width: 150px;height: 150px; margin: 0 auto; text-align: center; }
    .motivacion .icono i{font-size: 10em; line-height: 1.5em; color: red;}
    .motivacion  .razones{width: 100%; min-height: 100px; margin: 0 auto; padding: 50px 0; }
    
    .equipo {width: 100%;  min-height: 200px; padding: 70px 0 50px 0; background: #f2f2f2;}
    .equipo .integrante{width: 100%; min-height: 300px;}
    .equipo .integrante .foto{width: 182px; height: 182px; background: #fff; border-radius: 96px; margin: 0 auto 15px auto;}
    .equipo .integrante .foto a{display: block; width: 100%; height: 100%; border-radius: 50%; background-color: #fff !important;  background-size: cover !important; background-position: center; filter:grayscale(100%); -webkit-filter: grayscale(100%); transition:filter .3s;}
    .equipo .integrante .foto a:hover{filter: grayscale(0%); -webkit-filter: grayscale(0%);}
    .equipo .integrante h5{ text-align: center;}
    .equipo .integrante span{display: block; width: 100%; font-family: 'avenirBook'; text-align: center; font-size: 1.6em; color: #616366;}


    .tecnologias h3{text-align: center; color: #2c75bb;}
    .tecnologias p{text-align: center; color: #e6e6e6; font-family: 'avenirBook'; font-size: 1.6em; line-height: 1.4em;}
    .tecnologias li{text-align: center;}
    .tecnologias ul li a{text-decoration: none; color: #fff;}
    .tecnologias ul li i {font-size: 5.9em;} 

    /* blog */

    

/* SLIDER */
      .pogoslider {width: 100%; height: 500px;}
/* SLIDER */

    /* portafolio */
    
    .list-port{width: 98%; min-height: 25px; padding: 20px 0;}
    .list-port ul li{float: left; padding: 0 0 0 0; display: block; min-height: 20px; font-family: 'avenirMedium'; font-size: 1.4em; margin:0 25px 15px 0; color: white; line-height: 1em; }
    .list-port ul li a{text-decoration: none; color: white; transition:color .3s; font-family: 'avenirMedium'; text-align: left; }

    .list-port1{ min-height: 25px; }
    .list-port1 ul li{min-height: 20px; font-family: 'avenirMedium'; color: #363B40; font-size: 1.6em; margin-bottom: 20px;}
    .list-port1 ul li b{font-size: 1.4em;}
    .list-port1 ul li span{font-size: .9em; font-family: 'avenirBook';}
    .list-port1 ul li i{ color: #2c75bb; font-size: 1.3em;}

    /* Contacto */
    .contacto .solicitud .icono {width: 70px; height: 20px; float: left;  font-size: 30px; color: #2c75bb; text-align: center;}


    footer .piepag{border-bottom: 1px solid #e6e6e6; padding: 30px 0;}
    footer .piepag h4{font-size: 2.5em; font-family: 'avenirBook'; color: #363b40; margin-bottom: 20px;}
    footer .piepag ul li{ width: 100%; min-height: 25px;}
    footer .piepag ul li a{text-decoration: none; font-family: 'avenirBook'; color: #616366; font-size: 1.5em; }
    footer .piepag ul li a:hover{color: #2c75bb;}
   

    footer .content{width: 100%; height: 100%; padding: 20px 0;background-color:inherit;}
    footer .content .footer-logo a {width: 70px; height:70px; border-radius: 50px;display: block;  background: url(../img/favicon.png) no-repeat center center; background-size: cover;!important: !;float: left;background-color:#fff;}
    footer .logo-info {width:50% ;height: 40px;float:left;background-color: inherit;margin-left: 20px;margin-top: 18px;}
    footer .logo-info p {color: #fff;}
    footer .content-white {margin-top: 90px;background-color: inherit;}
    footer .content-white p {color:#fff;font-size: 1.6em;}
    footer .content-white i {margin-right:10px;}
    footer .post-content{width: 100%; height: 100%; padding:0px 0;background-color:inherit;}
    footer .post-content h4 {color: #fff; margin-bottom: 40px;}

    footer .content-recent {width: 100%; height: 70px;background-color: inherit;}

    footer .post-img {width: 23%; float: left; height: 50px;}
    footer .post-img a { border-radius: 8px;display: block; width: 100%; height: 100%;;  background: url(../img/servicios.jpg) no-repeat center center; background-size: cover;!important: !;}
    footer .post-img-content {width: 75%;height: 50px; background-color: inherit;float: left;}
    footer .post-img-content p  {color: #e6e6e6;margin-left: 10px;}

    footer .links-content {width: 100%; height: 1 50px;background-color: inherit;}
    footer .links-content ul{padding-left: 10px;}
    footer .links-content li  {margin-top: 10px;}
    footer .links-content a {font-weight: ;color: #fff;text-decoration: none;font-size: 1.5em;}

    footer .newsletter {width: 80%;float: left;margin: 0px;}

    footer .post-content input[type=text]{width: 100%; padding:10px; margin: 0 0 0px 0; outline: none; display: inline-block; border: 1px solid #ccc; border-radius: 10px 0 0 10px; box-sizing: border-box; background-color: #fff; font-family: 'avenirMedium'; line-height: 1.3em; font-size: 1.6em; color: #f90; }
    footer .post-content button{display: block;}
    footer .post-content .btn-inli{display: inline-block; }
    footer .post-content .btn{border:1px solid #ccc;  box-shadow: none; color: #616366; border-radius: 0px 10px 10px 0px;  font-family: 'avenirMedium'; padding: 0; cursor: pointer;}
    footer .post-content .btn-small{width: 20%; height: 42px; font-size: 2em;float: left;margin-top: 5px;line-height: 2.4em;}
    footer .post-content .btn-yellow {background: #f1cc0e; color: #ffffff;}

     .piepag-icons {width: 100%;height: 100%; background-color:inherit;padding: 10px 0 10px 0;}
     .piepag-icons i {font-size: 1.5em;margin-right:20px;color: #fff;line-height: 2;}
     .derechos {width: 100%; height: 40px; background-color: inherit;display: block}
     .derechos p {line-height: 3.8em;color: #fff;font-size: 1.4em;}
     .derechos a {color: #fff;margin-left: 0px;}

    /* Style */

    .listas{width: 100%; height: 80px; background: #10549e ;}
    .listas ul{width: 100%; height: 100px; text-align: center; padding: 2em;}
    .listas ul li{width: 10%; height: 40px;float: left; margin-right: 40px;background: #10549e; }
    .listas ul li a{ text-decoration: none; color: #fff;font-size: 2em;;font-family: 'avenirMedium'; }
    /* Style */

    

    
    .equipo{min-height: 200px;padding: 40px 0;}
    .serv{min-height: 200px;padding: 40px 0;}
    .paquetes{min-height: 200px;padding: 40px 0;}
    .comienza{min-height: 50px;padding: 60px 0;}
    .equipo{min-height: 200px;padding: 40px 0;}
    .mv{min-height: 200px;padding: 40px 0;}
    .acerca{min-height: 200px;padding: 40px 0;}
    .acerca-equipo{min-height: 200px;padding: 40px 0;}
    .portafolios{min-height: 200px;padding: 40px 0;}
    .frase{background: #f2f2f2;}
    .frase .frase{text-align: center; font-size: 1.5em}

    /* Maquetado */

    .banner{width: 100%; min-height: 60px;background: #E6E6E6;text-align: center;}
    .he100{height: 100px; line-height: 100px;}
    .he200{height: 200px;line-height: 200px;}
    .he300{height: 300px;line-height: 300px;}
    .h1{height: 100%;}
    .banner p{font-family: helvetica;color:#333; font-size: 1.6em; display: inline-block;vertical-align: middle;line-height: normal; text-align: center;}
    .titulo{height: 60px;background: #E6E6E6;}
    .w100{width: 100px;}
    .w200{width: 200px;}
    .w300{width: 300px;}
    .w1{width: 100%;display: block;}
    .w2{width: 50%;display: block;}
    .w3{width: 25%;display: block;}
    .maut{margin: 0 auto;}
    .texto{height: 20px;background: #E6E6E6; margin-bottom: 10px;}
    .he400{height: 400px;line-height: 400px;}
    .he50{height: 50px;line-height: 50px;}

     /* #Media Queries
    ================================================== */

    /* Bigger than 1280px */

    @media only screen and (min-width: 1281px) {
        .error-404-img{width: 700px; height: 560px; margin-top: -280px; margin-left: -350px;}
        .sitemap-svg{width: 62%; background-position: center center !important; right: 0;}
        .terms-svg{width:48%; height: 320px; }
        .portafolio-svg{width:50%; height: 280px; }
      
    }


    @media only screen and (min-width: 1600px) {
        .error-404-img{width: 800px; height: 640px; margin-top: -320px; margin-left: -400px;}
    }

    @media only screen and (max-height: 768px) {
      

    }

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
        .sitemap-svg{width: 92%;}

    }



    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .mh-300,.mh-400,.mh-500,.mh-600,.mh-700,.mh-800,.mh-900,.mh-1000{min-height: 300px;}
        .slider .video video{margin-top: -10%; width: 100%;}
        .servicios .servicio .icono{width: 100%; height: 100px; float: none;  }
        .servicios .servicio .desc{width: 100%; height: 100px; float: left; margin-left: 5%;}
        .contact-imagen{width: 70%; height: 300px;}
        .terms-svg{width:65%; height: 250px; }
        .portafolio-svg{width:60%; height: 215px; }
        .privacy-svg{width: 55%; height: 260px; }
        nav{margin-left: 20px;}
        nav ul li{min-width: 80px;}

    }

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        .mh-300,.mh-400,.mh-500,.mh-600,.mh-700,.mh-800,.mh-900,.mh-1000{min-height: 250px;}
        header .logo{ width: 200px !important; height: 100px; margin:0 auto; }
        header .logo a{width: 100%; margin:0 auto;}
        header #menu-movil{display: none;}
        header #menu-movil.show{display: block !important; }
        header nav{text-align: left;}
        header nav ul li                {float: none; height: auto; width: 100%; padding:0 0; border-bottom: 1px solid #ccc;}
        header nav ul li.current a,header nav ul li a:hover{background: none; color:#333;}
        header nav ul li a              {height: 50px; min-width: 100%; display:block; width:100%; padding:0; line-height: 3.5em;text-align: left; margin:0 0 2px 0; text-indent:15px;}
        header nav ul li:last-child     {border-bottom: none;}
        header a#movil-button{display: block;}

        header .top-bar{display:none;}

        .slider .horizonte{background-size: cover; background-position: bottom center;}
        .slider .descripcion h2{line-height: 1em; font-size: 3.5em; padding-top: 70px;}
        .clientes ul li{margin: 20px 1%; width: 32%}
        .clientes ul li:nth-child(3){margin-right: 0;}
        .clientes ul li:nth-child(4){margin-left: 0;}
        .service-icon-1,.service-icon-2,.service-icon-3,.service-icon-4{display: none;}
        
        footer .piepag h4{margin:10px 0;}
        footer .piepag ul{margin-bottom: 30px;}
        footer .derechos{padding: 30px 0;}
        footer .derechos .derecho{margin-bottom: 10px; text-align: center;}
        footer .version{margin-bottom: 50px;}
        .slider .video{display: none;}
        .slider .estrellas{display: block;}
        .slider .horizonte{display: block;}
    
         
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {}

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
        .clientes ul li{margin: 20px 2%; width: 47%}
        .clientes ul li:nth-child(2){margin-right: 0;}
        .clientes ul li:nth-child(3){margin-left: 0;margin-right: 2%;}
        .clientes ul li:nth-child(4){margin-right: 0;margin-left: 2%;}
        .clientes ul li:nth-child(5){margin-left: 0;}
       
    }


    /* #Font-Face
    ================================================== */
    /* 	This is the proper syntax for an @font-face file
    		Just create a "fonts" folder at the root,
    		copy your FontName into code below and remove
    		comment brackets */
    
    @font-face {
        font-family: 'avenirLight';
        src: url('fonts/avenir/AvenirLTStd-Light.eot');
        src: url('fonts/avenir/AvenirLTStd-Light.eot') format('embedded-opentype'),
             url('fonts/avenir/AvenirLTStd-Light.woff') format('woff'),
             url('fonts/avenir/AvenirLTStd-Light.ttf') format('truetype'),
             url('fonts/avenir/AvenirLTStd-Light.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
   @font-face {
        font-family: 'avenirMedium';
        src: url('fonts/avenir/AvenirLTStd-Medium.eot');
        src: url('fonts/avenir/AvenirLTStd-Medium.eot') format('embedded-opentype'),
             url('fonts/avenir/AvenirLTStd-Medium.woff') format('woff'),
             url('fonts/avenir/AvenirLTStd-Medium.ttf') format('truetype'),
             url('fonts/avenir/AvenirLTStd-Medium.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'avenirBook';
        src: url('fonts/avenir/AvenirLTStd-Book.eot');
        src: url('fonts/avenir/AvenirLTStd-Book.eot') format('embedded-opentype'),
             url('fonts/avenir/AvenirLTStd-Book.woff') format('woff'),
             url('fonts/avenir/AvenirLTStd-Book.ttf') format('truetype'),
             url('fonts/avenir/AvenirLTStd-Book.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'avenirHeavy';
        src: url('fonts/avenir/AvenirLTStd-Heavy.eot');
        src: url('fonts/avenir/AvenirLTStd-Heavy.eot') format('embedded-opentype'),
             url('fonts/avenir/AvenirLTStd-Heavy.woff') format('woff'),
             url('fonts/avenir/AvenirLTStd-Heavy.ttf') format('truetype'),
             url('fonts/avenir/AvenirLTStd-Heavy.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'gotham';
        src: url('fonts/gotham/gotham-black.eot');
        src: url('fonts/gotham/gotham-black.eot') format('embedded-opentype'),
             url('fonts/gotham/gotham-black.woff') format('woff'),
             url('fonts/gotham/gotham-black.ttf') format('truetype'),
             url('fonts/gotham/gotham-black.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'custom';
        src:url('fonts/custom/icomoon.eot');
        src:url('fonts/custom/icomoon.eot') format('embedded-opentype'),
            url('fonts/custom/icomoon.woff') format('woff'),
            url('fonts/custom/icomoon.ttf') format('truetype'),
            url('fonts/custom/icomoon.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="icon-"], [class*=" icon-"] {
        font-family: 'custom';
        speak: none;
        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;
    }

.icon-chain-links-connected:before {
  content: "\e923";
}
.icon-tags:before {
  content: "\e922";
}
.icon-status:before {
  content: "\e909";
}
.icon-company:before {
  content: "\e90a";
}
.icon-duration:before {
  content: "\e918";
}
.icon-firewall:before {
  content: "\e919";
}
.icon-database:before {
  content: "\e91a";
}
.icon-seo:before {
  content: "\e91b";
}
.icon-cloud-computing:before {
  content: "\e91c";
}
.icon-twitter-circular-button:before {
  content: "\e91d";
}
.icon-calendar:before {
  content: "\e91e";
}
.icon-location-pin:before {
  content: "\e91f";
}
.icon-server:before {
  content: "\e920";
}
.icon-arduino:before {
  content: "\e908";
}
.icon-desarrollo-biomedico:before {
  content: "\e911";
}
.icon-domotica:before {
  content: "\e912";
}
.icon-adaptacion-sistemas:before {
  content: "\e913";
}
.icon-proyectos-personalizados:before {
  content: "\e914";
}
.icon-desarrollo-industrial:before {
  content: "\e915";
}
.icon-energias-renovables:before {
  content: "\e916";
}
.icon-github:before {
  content: "\e917";
}
.icon-facebook-logo:before {
  content: "\e910";
}
.icon-pag-left-arrow:before {
  content: "\e90e";
}
.icon-pag-right-arrow:before {
  content: "\e90f";
}
.icon-amazon:before {
  content: "\e90b";
}
.icon-xamarin:before {
  content: "\e90c";
}
.icon-texas:before {
  content: "\e90d";
}
.icon-equipo:before {
  content: "\e907";
}
.icon-cms:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-web-development:before {
  content: "\e902";
}
.icon-ecommerce:before {
  content: "\e903";
}
.icon-apps:before {
  content: "\e904";
}
.icon-ui:before {
  content: "\e905";
}
.icon-web-design:before {
  content: "\e906";
}
.icon-schedule:before {
  content: "\e8b5";
}
.icon-error:before {
  content: "\e5c9";
}
.icon-success:before {
  content: "\e86c";
}
.icon-date_range:before {
  content: "\e921";
}
.icon-denied:before {
  content: "\e15c";
}
.icon-warning:before {
  content: "\e000";
}
.icon-help:before {
  content: "\e887";
}
.icon-info:before {
  content: "\e88e";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-firefox:before {
  content: "\eada";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-edge:before {
  content: "\eadc";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-html-five2:before {
  content: "\eae5";
}
.icon-css3:before {
  content: "\eae6";
}
.icon-phone:before {
  content: "\e942";
}
.icon-home:before {
  content: "\e902";
}
.icon-profile:before {
  content: "\e923";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-hammer:before {
  content: "\e9a8";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-drawer:before {
  content: "\e95c";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-right-arrow-angle:before {
  content: "\e900";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-stopwatch:before {
  content: "\e952";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e947";
}
.icon-send-mail:before {
  content: "\e903";
}.icon-paper-plane:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vine:before {
  content: "\ea97";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-users:before {
  content: "\e906";
}