/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER
#NEWS	
#MENU 
#SLIDER
#FEATURES
#ABOUT
#COUNTER 
#SERVICE
#PRICING TABLE
#TESTIMONIAL
#PRICING TABLE
#OUR TEAM
#TESTIMONIAL
#CLIENTS BRAND
#LATEST NEWS
#SUBSCRIBE US
#FOOTER
#PORTFOLIO PAGE
#BLOG PAGE
#CONTACT PAGE
#ERROR PAGE
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Tabitha';
    src: url('../fonts/Tabitha.ttf') format('truetype');
}

@font-face {
    font-family: 'Clearly-Gothic';
    src: url('../fonts/Clearly-Gothic.ttf') format('truetype');
}

body, html {
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    min-width: 280px;
}

.bgwatermark {
    opacity: 0.08;
    position: absolute;
    background: url('../../../images/tembird.png');
    max-width: 100%;
}

.border {
    border: 1px solid #19754c;
    border-radius: 5px;
}

.line {
    background-color: #bbb;
    display: inline-block;
    height: 1px;
    width: 100%;
}

.anchor {
    display: block;
    height: 150px; /*same height as header*/
    margin-top: -150px; /*same height as header*/
    visibility: hidden;
}

@media(max-width:767px ) {
    .anchor {
        display: block;
        height: 100px; /*same height as header*/
        margin-top: -100px; /*same height as header*/
        visibility: hidden;
    }
}

.bold {
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

    a:focus, a:hover {
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url('../images/loader.gif'); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    border-radius: 50%;
    display: none;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .scrollToTop:hover,
    .scrollToTop:focus {
        background-color: #fff;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header-top {
    background-color: #333;
    display: none;
    float: left;
    width: 100%;
    padding: 20px 0;
}

#search {
    margin: 0 auto;
    width: 70%;
}

    #search input {
        background-color: inherit;
        border: medium none;
        color: #fff;
        float: left;
        height: 100%;
        text-align: center;
        width: 95%;
    }

    #search button[type="submit"] {
        background: inherit;
        border: medium none;
        color: #fff;
        height: 20px;
        width: 30px;
    }

#search-icon {
    font-size: 10px;
    padding: 5px;
    margin: 5px;
}

    #search-icon:hover {
        color: #1D4A6D;
    }

.header-bottom {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e4e4e4;
    color: #949494;
    font-size: 12px;
    height: 40px;
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
}

.xheader-bottom .row {
    margin: 0 !important;
}

.header-contact {
    display: inline;
    float: left;
    width: 100%;
}

    .header-contact ul {
        display: flex;
    }

        .header-contact ul li {
            border-left: 1px solid #e4e4e4;
            display: inline-block;
            float: left;
            /*margin-right: 10px;*/
            padding: 10px 12px;
        }

            .header-contact ul li a {
                padding: 10px;
            }

            .header-contact ul li:last-child {
                border-right: 1px solid #e4e4e4;
            }

            .header-contact ul li a:hover {
                color: #179b66;
                text-decoration: none;
            }

.phone {
    font-size: 14px;
}

    .phone i {
        margin-top: 3px;
        margin-right: 5px;
    }

.mail {
    font-size: 14px;
}

    .mail i {
        margin-right: 5px;
    }

.header-login {
    display: inline;
    float: left;
    text-align: right;
    width: 100%;
}

.login {
    color: #949494;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .login:hover,
    .login:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
        background: #19754c;
    }

/*login modal
 window*/

.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

#login-form .modal-dialog, #login-form-bitacora .modal-dialog, #RenovarContrato .modal-dialog, #IniciarSesion .modal-dialog {
    margin: 130px auto;
    width: 400px;
}

#login-content {
    border-radius: 0;
}

    #login-content .modal-title, .modal-title {
        font-size: 20px;
        color: #19754c;
    }

        #login-content .modal-title i {
            margin-right: 5px;
        }

    #login-content .form-group input {
        height: 35px;
        border-radius: 0;
    }

    #login-content .form-control:focus {
        box-shadow: none;
    }

.loginbox label {
    float: left;
    width: 100%;
}

    .loginbox label input {
        float: left;
        margin-right: 5px;
    }

    .loginbox label span {
        font-weight: normal;
    }

.loginbox .signin-btn {
    background: #55a752;
    border-radius: 0;
    margin-top: 10px;
    color: #fff;
}

    .loginbox .signin-btn:hover {
        background: #19754c;
    }

.footer-box {
    text-align: left;
    font-size: 15px;
}

    .footer-box a:hover,
    .footer-box a:focus {
        color: #8b0000;
        text-decoration: none;
        outline: none;
    }
/*login modal window*/
#search-form .modal-dialog {
    margin: 130px auto;
    width: 400px;
}

#search-content {
    border-radius: 0;
}

.footableHelp td {
    font-size: 12px;
}

.footableHelp a:hover, .footable a:link {
    color: #000000;
    text-decoration: none;
}

#search-content .modal-title {
    font-size: 20px;
    color: #19754c;
}

    #search-content .modal-title i {
        margin-right: 5px;
    }

#search-content .form-control:focus {
    box-shadow: none;
}

.searchbox label {
    float: left;
    width: 100%;
}

    .searchbox label input {
        float: left;
        margin-right: 5px;
    }

    .searchbox label span {
        font-weight: normal;
    }

.searchbox .signin-btn {
    background: #55a752;
    border-radius: 0;
    margin-top: 10px;
    color: #fff;
}

    .searchbox .signin-btn:hover {
        background: #19754c;
    }

.footer-box {
    text-align: left;
    font-size: 15px;
}

    .footer-box a:hover,
    .footer-box a:focus {
        color: #8b0000;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* NEWS */
/*--------------------*/
marquee {
    font-size: 150%;
    vertical-align: middle;
    color: rgba(255,0,0,0.7);
}

.marquee {
    width: 100%;
    height: 40px;
    margin: auto;
    overflow: hidden;
    position: relative;
    color: #339cc3;
    /*background-color: #222;

    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);
    box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);

  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
    transition: background-color 350ms;
    */
}

    .marquee p {
        position: absolute;
        font-family: Tahoma;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 40px;
        text-align: center;
        color: #fff;
        /*text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    */
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

        .marquee p:nth-child(1) {
            animation: left-one 20s ease infinite;
            -moz-animation: left-one 20s ease infinite;
            -webkit-animation: left-one 20s ease infinite;
        }

        .marquee p:nth-child(2) {
            animation: left-two 20s ease infinite;
            -moz-animation: left-two 20s ease infinite;
            -webkit-animation: left-two 20s ease infinite;
        }

    .marquee.down p {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }

        .marquee.down p:nth-child(1) {
            animation: down-one 20s ease infinite;
            -moz-animation: down-one 20s ease infinite;
            -webkit-animation: down-one 20s ease infinite;
        }

        .marquee.down p:nth-child(2) {
            animation: down-two 20s ease infinite;
            -moz-animation: down-two 20s ease infinite;
            -webkit-animation: down-two 20s ease infinite;
        }

    .marquee.up p {
        transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
    }

        .marquee.up p:nth-child(1) {
            animation: up-one 20s ease infinite;
            -moz-animation: up-one 20s ease infinite;
            -webkit-animation: up-one 20s ease infinite;
        }

        .marquee.up p:nth-child(2) {
            animation: up-two 20s ease infinite;
            -moz-animation: up-two 20s ease infinite;
            -webkit-animation: up-two 20s ease infinite;
        }

/*================================
  Move the Marquee to the Left
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
    /*0%  {
    -moz-transform:translateX(100%);
  }
  10% {
    -moz-transform:translateX(0);
  }
  40% {
    -moz-transform:translateX(0);
  }
  50% {
    -moz-transform:translateX(-100%);
  }
  100%{
    -moz-transform:translateX(-100%);
  }
  */
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-moz-keyframes left-two {
    0% {
        -moz-transform: translateX(100%);
    }

    50% {
        -moz-transform: translateX(100%);
    }

    60% {
        -moz-transform: translateX(0);
    }

    90% {
        -moz-transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
    /*
  0% {
    -webkit-transform:translateX(100%);
  }
  10% {
    -webkit-transform:translateX(0);
  }
  40% {
    -webkit-transform:translateX(0);
  }
  50% {
    -webkit-transform:translateX(-100%);
  }
  100%{
    -webkit-transform:translateX(-100%);
  }
  */
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes left-two {
    0% {
        -webkit-transform: translateX(100%);
    }

    50% {
        -webkit-transform: translateX(100%);
    }

    60% {
        -webkit-transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

/*================================
  Move the Marquee Downwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
    0% {
        -moz-transform: translateY(-100%);
    }

    10% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(100%);
    }

    100% {
        -moz-transform: translateY(100%);
    }
}

@-moz-keyframes down-two {
    0% {
        -moz-transform: translateY(-100%);
    }

    50% {
        -moz-transform: translateY(-100%);
    }

    60% {
        -moz-transform: translateY(0);
    }

    90% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(100%);
    }
}

/** Webkit Keyframes **/
@-webkit-keyframes down-one {
    0% {
        -webkit-transform: translateY(-100%);
    }

    10% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

@-webkit-keyframes down-two {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(-100%);
    }

    60% {
        -webkit-transform: translateY(0);
    }

    90% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

/*================================
  Move the Marquee Upwards
==================================*/

/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
    0% {
        -moz-transform: translateY(100%);
    }

    10% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}

@-moz-keyframes up-two {
    0% {
        -moz-transform: translateY(100%);
    }

    50% {
        -moz-transform: translateY(100%);
    }

    60% {
        -moz-transform: translateY(0);
    }

    90% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}

/** Webkit Keyframes **/
@-webkit-keyframes up-one {
    0% {
        -webkit-transform: translateY(100%);
    }

    10% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@-webkit-keyframes up-two {
    0% {
        -webkit-transform: translateY(100%);
    }

    50% {
        -webkit-transform: translateY(100%);
    }

    60% {
        -webkit-transform: translateY(0);
    }

    90% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}


/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100vw;
    position: fixed;
    z-index: 1000;
    min-height: 88px;
    top: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    #menu-area #navbar {
        padding-right: 10px;
        float: right;
    }

    #menu-area .navbar-default {
        background-color: #fff;
        border-color: #fff;
        margin-bottom: 0;
    }

.navbar-brand {
    font-family: "Lato",sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #19754c !important;
    padding: 0;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
        outline: none;
    }

    .navbar-brand > img {
        display: block;
        margin-top: -5px;
    }

.main-nav li {
    padding: 15px 0;
    position: relative;
    margin: 0 5px;
}


.navbar-default .navbar-nav > li > a {
    color: #333;
    display: inline-block !important;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    /*text-transform: uppercase;*/
    width: 100%;
    color: #19754c;
}

.dropdown-menu > .active > a:link {
    background-color: rgba(65,195,95,0.3) !important;
}

.dropdown-menu > .active > a:hover {
    background-color: #19754c !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3fc35f !important;
    border-top: 0px solid #4396ff;
    background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
    width: 100%;
}

.open .dropdown-menu {
    /*top: 50px;*/
}

.active > a.dd {
    background-color: #ECFFF0 !important;
    color: #62D57B !important;
}

    .active > a.dd:hover {
        background-color: rgba(9,74,51,0.9) !important;
    }

.main-nav .dropdown:hover .dropdown-toggle::before {
    width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
    color: #333;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    text-align: right;
    padding: 8px 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid rgba(9,74,51,0.4);
}

.navbar-nav > li > .dropdown-menu > li:first-child {
    border-top: 2px solid rgba(9,74,51,0.4);
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    color: rgba(255,255,255,0.8);
    background-color: rgba(9,74,51,0.9);
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider, #feature {
    margin-top: 128px;
    margin-bottom: 50px;
    display: inline;
    float: left;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 280px;
}

.main-slider {
    display: inline;
    float: left;
    height: 600px;
    margin-bottom: 0;
    object-fit: cover;
    width: 100%;
}

    .main-slider .slick-list {
        height: 100%;
    }

.single-slide {
    float: left;
    display: inline;
    object-fit: cover;
    width: 100%;
}

    .single-slide img {
        object-fit: cover;
        width: 100vw;
    }

.slide-content {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    object-fit: cover;
    min-width: 280px;
    width: 100%;
}

    .slide-content img {
        width: 100%;
    }

.main-slider .slick-prev {
    left: 23px;
}

.main-slider .slick-next {
    right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    background-color: rgba(0,0,0,0.5);
    top: 48%;
    height: 50px;
    width: 50px;
    z-index: 990;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .main-slider .slick-prev::before {
        content: "\f104";
        font-family: fontAwesome;
        font-size: 30px;
    }

    .main-slider .slick-next::before {
        content: "\f105";
        font-family: fontAwesome;
        font-size: 30px;
    }

.main-slider .slick-dots {
    bottom: 10px;
}

    .main-slider .slick-dots li {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
    }

        .main-slider .slick-dots li button::before {
            font-size: 25px;
            line-height: 25px;
        }

.slide-article {
    display: inline;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 150px;
    width: 100%;
}

    .slide-article h1 {
        color: #fff;
        font-size: 45px;
        font-weight: bold;
        line-height: 55px;
        margin-bottom: 25px;
    }

    .slide-article p {
        color: #fff;
        margin-bottom: 50px;
    }

.read-more-btn {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 22px;
    font-weight: 700px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .read-more-btn:hover,
    .read-more-btn:focus {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.slider-img {
    display: inline;
    float: left;
    padding: 0 30px;
    width: 100%;
}

.certificationImage {
    max-width: 150px;
    max-height: 150px;
    padding: 5px;
    margin: 10px;
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

/*TILES*/

/*Dashboard*/
.dynamicTile .col-sm-2.col-xs-4 {
    padding: 5px;
}

.dynamicTile .col-sm-4.col-xs-8 {
    padding: 5px;
}

.tile, .tileFix {
    position: relative;
    border: 2px solid #aaa;
    border-radius: 10px;
}

#tile1 {
    background: rgb(62,157,215);
}

#tileLocation {
    background: #E56C63 url('../images/geo.png') no-repeat center;
    background-size: cover;
}

#tileNovedad {
    background: #ABDDAB url('../images/letter-n.png') no-repeat center;
    background-size: cover;
}

#tilePSE {
    background: #F2EDC2 url('../images/pse.png') no-repeat center;
    background-size: cover;
}

#tileCambioClave {
    background: #CFBAD8 url('../images/cambioclave.png') no-repeat center;
    background-size: cover;
}

#tileSugerenciasPeticiones {
    background: #f8e9ea url('../images/buzon.png') no-repeat center;
    background-size: cover;
}

#tileCerrarSesion {
    background: #CCFF99 url('../images/cerrarsesion.png') no-repeat center;
    background-size: cover;
}

#tileTerminos {
    background: #fff url('../images/terms.png') no-repeat center;
    background-size: cover;
}

/*Inscripciones*/
#tileRegistrarContrato {
    background: #f8c161 url('../images/inscripciones-registrar.png') no-repeat center;
    background-size: cover;
}

#tileConsultarContrato {
    background: #83cfea url('../images/inscripciones-consultar.png') no-repeat center;
    background-size: cover;
}

/*Bitacora*/
#tileFuec {
    background: #ffffff url('../images/fuec.png') no-repeat center;
    background-size: cover;
}

#tileMantenimiento {
    background: #ffffff url('../images/mantenimiento.png') no-repeat center;
    background-size: cover;
}

#tileMultimedia {
    background: #fff url('../images/multimedia.png') no-repeat center;
    background-size: cover;
}

#tileBuzon {
    background: #f8e9ea url('../images/buzonafiliados.png') no-repeat center;
    background-size: cover;
}

#tileCuentaCobro {
    background: url('../images/cuentacobro.png') no-repeat center;
    background-size: cover;
}


#tileEmergencia {
    background-color: #FFFF4e;
}

#tileHermanos {
    background-color: #FFFF4e;
}

#tileAlumno {
    background-color: rgb(62,157,215);
}

#tileEmergencia:hover {
    background-color: #FFFF4e !important;
}

.tilecaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
}

.tile:hover h3, .tileFix:hover h3 {
    display: block;
}

.widgetAnchor {
    background-color: black;
    transition: all 2s;
    border-radius: 10px;
    border: 2px solid #aaa;
    -webkit-transition: all 2s;
}

    .widgetAnchor:hover {
        opacity: 1;
        background: rgba(9,74,51,0.8) !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transform: scale(1.05);
    }

.tilecaptionhidden {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
}

/*END TILES*/

#feature, #afiliadosDashboard, #inscripciones, #puntosEncuentro, #calidad, #portfolio, #seguridadyprevencion, #tecnologia, #comunicaciones {
    margin: 180px auto 15px;
    background-color: #fff;
    display: inline;
    float: left;
    padding: 0;
    width: 100%;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 150px;
    text-align: center;
    width: 100%;
}

    .title-area .title {
        font-size: 35px;
        font-weight: 700;
        line-height: 35px;
    }

    .title-area .line {
        background-color: #777;
        display: inline-block;
        height: 2px;
        width: 60px;
    }

    .title-area p {
        color: #777777;
        line-height: 25px;
        margin-top: 20px;
    }

.feature-content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.single-feature {
    display: inline;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

    .single-feature p {
        margin: 10px;
    }

    .single-feature:hover .feature-icon {
        color: #444;
    }

    .single-feature .feature-icon {
        display: block;
        font-size: 45px;
        text-align: center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.feat-title {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-feature:hover .feat-title {
    color: #3fc35f;
}

.single-feature p {
    color: #555;
    font-size: 15px;
}

#player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/

#about {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.about-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.our-skill {
    display: inline;
    float: left;
    width: 100%;
}

    .our-skill h3 {
        position: relative;
    }

        .our-skill h3::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 40px;
            width: 65px;
        }

.our-skill-content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .our-skill-content p {
        margin-bottom: 32px;
    }

    .our-skill-content .progress {
        background-color: #f5f5f5;
        height: 30px;
        border-radius: 0;
        margin-bottom: 24px;
    }

    .our-skill-content .progressbar-back-text,
    .our-skill-content .progressbar-front-text {
        font-size: 14px;
        height: 100%;
        line-height: 30px;
    }

.progress-title {
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    line-height: 29px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.why-choose-us {
    display: inline;
    float: left;
    width: 100%;
}

    .why-choose-us h3 {
        position: relative;
    }

        .why-choose-us h3::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 40px;
            width: 65px;
        }

.why-choose-group {
    margin-top: 50px;
}

.panel-group .panel {
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 0;
    color: #333;
    padding: 0;
}

.panel-title > a {
    color: #222;
    display: block;
    padding: 10px 15px;
}

    .panel-title > a:hover,
    .panel-title > a:focus {
        text-decoration: none;
        outline: none;
    }

    .panel-title > a span {
        float: right;
        font-size: 20px;
    }

.why-choose-group .panel-body p {
    color: #555;
    font-size: 15px;
    line-height: 22px;
}

.why-choose-img {
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-bottom: 3px;
    width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter {
    background-attachment: fixed !important;
    background-image: url('../images/counter-bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

.counter-overlay {
    background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    float: left;
    padding: 90px 0;
    width: 100%;
}

.counter-area {
    display: inline;
    float: left;
    width: 100%;
}

.single-counter {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .single-counter .counter-icon {
        display: inline;
        float: left;
        width: 100%;
        color: #fff;
        font-size: 30px;
    }

    .single-counter .counter-no {
        color: #fff;
        display: inline;
        float: left;
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        line-height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .single-counter .counter-label {
        color: #fff;
        display: inline;
        float: left;
        font-size: 20px;
        width: 100%;
    }

        .single-counter .counter-label::after {
            content: "";
            height: 2px;
            margin: 8px auto;
            width: 35px;
            display: block;
        }


/*--------------------*/
/* SERVICE */
/*--------------------*/

#service {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.service-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.single-service {
    display: inline;
    float: left;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
    width: 100%;
}

.service-icon {
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 10px;
    width: 60px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-service:hover .service-icon {
    color: #222;
}

.service-title {
    color: #222;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.single-service p {
    font-size: 14px;
    line-height: 25px;
}


/*--------------------*/
/* PRICING TABLE */
/*--------------------*/


#pricing-table {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.pricing-table-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.single-table-price {
    background-color: #fff;
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
}

.price-header {
    background-color: #383838;
    color: #ccc;
    display: inline;
    float: left;
    width: 100%;
}

.price-title {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: -5px;
    min-width: 150px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.price {
    color: #fff;
    display: inline;
    float: left;
    font-size: 40px;
    font-weight: normal;
    padding: 15px;
    width: 100%;
}

    .price .price-up {
        font-size: 60%;
    }

    .price .price-down {
        font-size: 14px;
        text-transform: uppercase;
    }

.price-article {
    display: inline;
    float: left;
    padding: 0 20px;
    width: 100%;
}

    .price-article ul li {
        border-bottom: 1px solid #ccc;
        color: #555;
        padding: 15px 0;
    }

        .price-article ul li:last-child {
            border: none;
        }

.price-footer {
    display: inline;
    float: left;
    width: 100%;
}

.purchase-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: -10px;
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .purchase-btn:hover,
    .purchase-btn:focus {
        text-decoration: none;
        outline: none;
        color: #fff;
    }

.featured-price .price-title {
    background-color: #383838;
}

.featured-price .purchase-btn {
    color: #fff;
}


/*--------------------*/
/* OUR TEAM */
/*--------------------*/


#our-team {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.our-team-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.single-team-member {
    border: 2px solid #f5f5f5;
    display: inline;
    float: left;
    margin-top: 65px;
    padding: 10px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .single-team-member:hover {
        -webkit-box-shadow: 0 8px 6px -6px #000;
        -moz-box-shadow: 0 8px 6px -6px #000;
        box-shadow: 0 8px 6px -6px #000;
    }

.team-member-img {
    background-color: #ffffff;
    margin-top: -65px;
    position: relative;
}

    .team-member-img img {
        width: 100%;
    }

.team-member-name {
    display: inline;
    float: left;
    padding: 25px 0 15px;
    width: 100%;
}

    .team-member-name p {
        color: #222;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .team-member-name span {
        color: #222;
        font-size: 14px;
    }

.single-team-member > p {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}

.single-team-member:hover .team-member-link {
    color: #fff;
}

    .single-team-member:hover .team-member-link > a {
        color: #fff;
    }

.team-member-link {
    background: #fff none repeat scroll 0 0;
    color: #555;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .team-member-link a {
        display: inline-block;
        padding: 8px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .team-member-link a:hover,
        .team-member-link a:focus {
            display: inline-block;
            outline: none;
        }

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial {
    background-attachment: fixed !important;
    background-image: url('../images/testimonial-1.jpg');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0;
}

    #testimonial .title-area {
        padding: 0 50px;
    }

        #testimonial .title-area .title {
            font-size: 30px;
            line-height: 30px;
        }

.testimonial-slider {
    display: inline;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.single-slider {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    outline: none;
}

.testimonial-img {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 30px;
    text-align: center;
    width: 100px;
}

    .testimonial-img img {
        width: 100%;
        border-radius: 50%;
    }

.testimonial-content {
}

    .testimonial-content p {
        font-size: 15px;
    }

    .testimonial-content h6 {
        font-size: 15px;
        margin-top: 10px;
        display: inline-block;
    }

        .testimonial-content h6 span {
            margin-left: 3px;
        }

.testimonial-slider .slick-dots li {
    border-radius: 50%;
    color: #fff;
}

    .testimonial-slider .slick-dots li button::before {
        display: none;
    }

/*--------------------*/
/* CLIENTS BRAND */
/*--------------------*/

#clients-brand {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.clients-brand-area {
    display: inline;
    float: left;
    width: 100%;
}

.clients-brand-slide {
    margin-bottom: 0;
    width: 100%;
}

    .clients-brand-slide .slick-slide {
        outline: none;
    }

.single-brand {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    display: inline;
    float: left;
    height: 120px;
    padding-top: 47px;
    text-align: center;
    width: 100%;
}

    .single-brand img {
        display: inline-block;
    }


/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


#latest-news {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.latest-news-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.blog-news-single {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.blog-news-img {
    display: inline;
    float: left;
    height: 270px;
    width: 100%;
}

    .blog-news-img img {
        width: 100%;
        height: 100%;
    }

.blog-news-title {
    display: inline;
    float: left;
    padding: 20px 15px 15px;
    width: 100%;
}

    .blog-news-title h2,
    .blog-news-title h2 > a {
        color: #838282;
        font-family: "Lato",sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog-news-title h2 > a:hover {
            text-decoration: none;
            outline: none;
        }

    .blog-news-title p {
        font-size: 13px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .blog-news-title .blog-author {
        text-transform: uppercase;
    }

    .blog-news-title .blog-date {
    }

.blog-news-details {
    display: inline;
    float: left;
    padding: 0 15px;
    width: 100%;
}

    .blog-news-details p {
        font-size: 14px;
    }

.blog-more-btn {
    color: #838282;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}

    .blog-more-btn:hover,
    .blog-more-btn:focus {
        text-decoration: none;
        outline: none;
    }

    .blog-more-btn i {
        margin-left: 5px;
    }


/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe {
    background-attachment: fixed !important;
    background-image: url('../images/subscribe-bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

.subscribe-overlay {
    background-color: rgba(0,0,0,0.6);
    padding: 90px 0;
    float: left;
    width: 100%;
}

.subscribe-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .subscribe-area h2 {
        letter-spacing: 0.5px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.subscrib-form {
    margin: 0 auto;
    width: 600px;
    position: relative;
}

    .subscrib-form input {
        border: medium none;
        border-radius: 4px;
        color: #444;
        font-size: 18px;
        height: 50px;
        outline: medium none;
        padding: 5px 105px 5px 10px;
        width: 100%;
    }

.subscribe-btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    top: 0;
    letter-spacing: 0.5px;
    outline: medium none;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 120px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer {
    border-top: 2px solid #242424;
    background-color: #fff;
    display: inline;
    padding: 25px 0;
    width: 100%;
}

.footer-left {
    display: inline;
    float: left;
    width: 100%;
}

    .footer-left p {
        color: #000;
        font-size: 14px;
        margin: 0;
    }

        .footer-left p a {
            color: #000;
        }

            .footer-left p a:hover {
                text-decoration: none;
                outline: none;
                color: #19754c;
            }

.footer-right {
    display: inline;
    float: left;
    text-align: right;
    width: 100%;
}

    .footer-right a {
        color: #5c5c5c;
        font-size: 18px;
        padding: 0 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/


#single-page-header {
    background-attachment: fixed !important;
    background-image: url('../images/slider-5.jpg');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

.overlay {
    background-color: rgba(0,0,0,0.6);
    padding: 90px 0;
    float: left;
    width: 100%;
}

.single-page-header-left {
    display: inline;
    float: left;
    width: 100%;
}

    .single-page-header-left h2 {
        text-transform: uppercase;
    }

    .single-page-header-left p {
        font-size: 15px;
    }

.single-page-header-right {
    display: inline;
    float: left;
    width: 100%;
}

    .single-page-header-right .breadcrumb {
        background: transparent none repeat scroll 0 0;
        border-radius: 0;
        text-align: right;
    }

        .single-page-header-right .breadcrumb li a {
            color: #fff;
        }

#portfolio {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    min-height: 400px;
    padding: 0 0 70px 0;
}

.portfolio-area {
    display: inline;
    float: left;
    width: 100%;
}

.portfolio-menu {
    display: inline;
    float: left;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}

    .portfolio-menu ul li {
        border: 1px solid #ccc;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        padding: 6px 15px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .portfolio-menu ul li:hover,
        .portfolio-menu ul li.active {
            color: #fff;
        }

.portfolio-container {
    display: inline;
    float: left;
    width: 100%;
}

.single-portfolio {
    background-color: #ccc;
    display: inline;
    float: left;
    width: 25%;
}

.single-item > img {
    height: 220px;
    width: 100%;
}

.single-item {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

.single-item-content {
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content {
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-item-content::after {
    content: "";
    height: 85%;
    left: 18px;
    top: 15px;
    width: 90%;
    position: absolute;
    z-index: -1;
}

.view-icon {
    color: #fff;
    font-size: 30px;
}

/* portfolio plugin */

.portfolio-detail {
    display: none;
    float: left;
    text-align: center;
    width: 100%;
}

#portfolio-popup {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-popup-area {
    display: block;
    float: left;
    padding: 40px 15%;
    width: 100%;
}

#portfolio-popup .portfolio-detail {
    display: inline;
}

#portfolio-popup.portfolio-popup-show {
    align-items: center;
    display: flex;
}

.portfolio-popup-inner {
    color: #333;
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-popup-inner-show {
    margin-left: 0;
}


.portfolio-popup-inner img {
    max-width: 80%;
}

.portfolio-popup-inner h2 {
    color: #000;
    margin-top: 15px;
}

body.modal-open {
    position: fixed;
}

/* MODALS */

.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
    background: white url('../images/temlogo-large.png') no-repeat 50% 90%;
    background-size: 90%;
}

.modal-close-btn {
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    opacity: 0.5;
    position: absolute;
    right: 2%;
    text-align: center;
    top: 2%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 40px;
}

    .modal-close-btn:hover,
    .modal-close-btn:focus {
        color: #000;
        opacity: 1;
    }

.view-project-btn {
    border: 2px solid #333;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    padding: 6px 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .view-project-btn:hover,
    .view-project-btn:focus {
        border-color: #000;
        color: #000;
        text-decoration: none;
    }


/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-archive {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}

.blog-archive-area {
    display: inline;
    float: left;
    width: 100%;
}

.blog-archive-left {
    display: inline;
    float: left;
    width: 100%;
}

    .blog-archive-left .blog-news-single {
        margin-bottom: 30px;
    }

    .blog-archive-left .blog-news-img {
        height: 350px;
    }

.blog-pagination {
    display: inline;
    float: left;
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
}

.pagination-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .pagination-nav li {
        display: inline-block;
    }

        .pagination-nav li a {
            color: #555;
            border: 1px solid #ccc;
            display: inline-block;
            margin: 0 5px;
            padding: 5px 13px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .pagination-nav li a:hover,
            .pagination-nav li a:focus {
                color: #fff;
                text-decoration: none;
                outline: none;
            }

.blog-side-bar {
    display: inline;
    float: left;
    width: 100%;
}

.sidebar-widget {
    display: inline;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

    .sidebar-widget > p {
        font-size: 14px;
    }

    .sidebar-widget ul li {
    }

    .sidebar-widget ul > li > a {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
    }

.search-group {
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

    .search-group .blog-search-btn {
        border: medium none;
        color: #fff;
        font-size: 18px;
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px;
    }

    .search-group input[type="search"] {
        height: 40px;
        outline: medium none;
        padding: 5px 10px 5px 55px;
        width: 100%;
    }

        .search-group input[type="search"]:focus {
            outline: none;
        }

.widget-title {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

    .widget-title::after {
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 30px;
        width: 30px;
    }

.widget-catg li a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .widget-catg li a:hover,
    .widget-catg li a:focus {
        text-decoration: none;
        outline: none;
    }

.widget-catg li::before {
    content: '\f138';
    font-family: fontAwesome;
}

.tag-cloud {
    display: inline;
    float: left;
    width: 100%;
    text-align: left;
}

    .tag-cloud a {
        border: 1px solid #ccc;
        display: inline-block;
        font-size: 15px;
        margin-bottom: 8px;
        margin-right: 3px;
        padding: 5px 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .tag-cloud a:hover,
        .tag-cloud a:focus {
            color: #fff;
            text-decoration: none;
            outline: none;
        }

.widget-archive li {
}

    .widget-archive li a {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .widget-archive li a span {
            margin-left: 5px;
            display: inline-block;
        }

        .widget-archive li a:hover,
        .widget-archive li a:focus {
            text-decoration: none;
        }

.blog-single-details blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

    .blog-single-details blockquote p {
        font-size: 18px;
    }

    .blog-single-details blockquote span {
        text-transform: uppercase;
        font-size: 16px;
    }

.blog-single-details ul,
.blog-single-details ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

    .blog-single-details ul li {
        list-style: circle;
        margin-bottom: 5px;
    }

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6 {
    color: #333;
}

.blog-single-details h3 {
    margin-top: 0px;
}

.blog-single-bottom {
    display: inline;
    float: left;
    margin-top: 50px;
    padding: 10px 0;
    width: 100%;
}

.blog-single-tag {
    display: inline;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: left;
}

    .blog-single-tag a {
        margin-left: 5px;
        color: #333;
    }

        .blog-single-tag a:hover,
        .blog-single-tag a:focus {
            text-decoration: none;
            outline: none;
        }

.blog-single-social {
    display: inline;
    float: left;
    width: 100%;
    text-align: right;
}

    .blog-single-social a {
        border: 1px solid #ccc;
        display: inline-block;
        font-size: 14px;
        margin-right: 5px;
        min-width: 30px;
        padding: 5px;
        text-align: center;
    }

        .blog-single-social a:hover,
        .blog-single-social a:focus {
            text-decoration: none;
            outline: none;
        }

.blog-navigation-area {
    display: inline;
    float: left;
    width: 100%;
}

.blog-navigation-area {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.blog-navigation-prev {
    float: left;
    text-align: left;
}

    .blog-navigation-prev a {
        border-left: 2px solid #ccc;
        display: inline-block;
        padding-left: 15px;
    }

        .blog-navigation-prev a:hover,
        .blog-navigation-prev a:focus {
            text-decoration: none;
            outline: none;
        }

        .blog-navigation-prev a > h5 {
            color: #222;
            font-size: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .blog-navigation-prev a > span {
            font-size: 14px;
        }

.blog-navigation-next {
    float: right;
    text-align: right;
}

    .blog-navigation-next a {
        border-right: 2px solid #ccc;
        display: inline-block;
        padding-right: 15px;
    }

        .blog-navigation-next a:hover,
        .blog-navigation-next a:focus {
            text-decoration: none;
            outline: none;
        }

        .blog-navigation-next a > h5 {
            color: #222;
            font-size: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        .blog-navigation-next a > span {
            font-size: 14px;
        }

.comments-box-area {
    display: inline;
    float: left;
    margin-top: 30px;
    padding: 20px 0;
    width: 100%;
}

    .comments-box-area h2 {
        color: #333;
        font-size: 25px;
        font-weight: 300;
        margin-bottom: 10px;
        position: relative;
    }

        .comments-box-area h2::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 42px;
            width: 50px;
        }

    .comments-box-area p {
        font-size: 15px;
    }

.comments-form {
    margin-top: 10px;
}

    .comments-form input {
        height: 40px;
        font-size: 16px;
        border-radius: 0;
    }

    .comments-form textarea {
        border-radius: 0;
        font-size: 16px;
        height: 200px;
        padding: 10px;
        width: 70%;
    }

    .comments-form .form-control:focus {
        box-shadow: none;
    }

    .comments-form .form-group {
        margin-bottom: 20px;
    }

.comment-btn {
    padding: 10px 15px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .comment-btn:hover {
        color: #fff;
    }

/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.cotact-area {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.contact-area-left {
    display: inline;
    float: left;
    width: 100%;
}

    .contact-area-left h4 {
        color: #333;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 25px;
        position: relative;
    }

        .contact-area-left h4::after {
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            top: 30px;
            width: 30px;
        }

    .contact-area-left p {
        font-size: 15px;
    }

    .contact-area-left .single-address {
        font-size: 15px;
        padding-right: 62px;
    }

.contact-area-right {
    display: inline;
    float: left;
    width: 100%;
}

.contact-form textarea {
    width: 100%;
}

.contact-social {
    text-align: left;
    margin-top: 10px;
}

#google-map {
    display: inline;
    float: left;
    width: 100%;
}

    #google-map iframe {
        margin-bottom: -5px;
    }


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error {
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.errror-page-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.error-title {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 75px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 40px 50px;
}

.error-content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .error-content span {
        font-size: 35px;
        font-weight: 300;
    }

    .error-content p {
        font-size: 18px;
        margin-top: 10px;
    }

    .error-content .error-home {
        color: #fff;
        display: inline-block;
        margin-top: 60px;
        padding: 10px 15px;
    }



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ) {
    #search-icon {
        right: 4%;
    }

    .slide-article {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 90px;
    }

        .slide-article h1 {
            font-size: 40px;
        }

    .blog-news-title h2,
    .blog-news-title h2 > a {
        font-size: 18px;
    }

    .main-slider {
        height: auto;
    }

    /*   portfolio plugin */

    .portfolio-popup-area {
        padding: 20px 5%;
    }
}


@media(max-width:991px ) {
    #menu-area #navbar {
        position: absolute;
        border: none;
        float: right;
        top: 0;
        right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #search {
        margin: 0 auto;
        width: 90%;
    }

    .slide-article {
        padding-left: 60px;
        padding-right: 0;
        padding-top: 15px;
    }

        .slide-article h1 {
            font-size: 30px;
            line-height: 35px;
        }

        .slide-article p {
            color: #fff;
            margin-bottom: 40px;
        }

    .tilecaption, .tilecaptionhidden {
        font-size: 80%;
    }

    .why-choose-us {
        margin-top: 20px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .single-table-price {
        margin-bottom: 40px;
    }

    .single-team-member {
        margin-bottom: 50px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .blog-news-single {
        margin-bottom: 30px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 33.33%;
    }

    .single-item-content::after {
        width: 87%;
    }

    .blog-side-bar {
        margin-top: 50px;
    }

    .contact-area-right {
        margin-top: 40px;
    }
}

@media(max-width:767px ) {
    #menu-area {
        position: absolute;
        z-index: 999;
    }

    #newsTitle {
        display: none;
    }

    .navbar-brand {
        margin-top: 0;
    }

    .main-nav li {
        padding: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    #search {
        width: 100%;
    }

    #top-menu {
        margin: 50px 15px 0 0;
        text-align: right;
        background: white;
        z-index: 200;
        border: 1px solid #ddd;
    }

        #top-menu li a {
            color: #333;
        }

    #menu-area {
        padding-bottom: 0;
    }

    .active > a.dropdown-toggle {
        background-color: #ECFFF0 !important;
        color: #62D57B !important;
    }

    .navbar-brand img {
        width: 70%;
    }

    .bgwatermark {
        max-width: 80%;
    }

    .imageResponsive {
        width: 40%;
    }

    .main-slider .slick-prev, .main-slider .slick-next {
        height: 40px;
        top: 80%;
        width: 40px;
    }

    .slider-img {
        display: none;
    }

    .slide-article {
        padding-top: 10px;
    }

    .certificationImage {
        max-width: 100px !important;
        max-height: 100px !important;
        padding: 3px;
    }

    .title-area {
        padding: 0 30px;
    }

    .tilecaption, .tilecaptionhidden {
        font-size: 160%;
    }

    .single-feature {
        text-align: center;
        padding: 0 15px;
    }

    .single-page-header-left {
        text-align: center;
    }

    .single-page-header-right .breadcrumb {
        text-align: center;
        margin-top: 20px;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .portfolio-menu {
        padding: 0;
    }

        .portfolio-menu ul li {
            margin: 0 3px 10px;
            padding: 6px 10px;
        }

    .blog-single-tag {
        text-align: center;
    }

    .blog-single-social {
        text-align: center;
        margin-top: 20px;
    }
}

@media(max-width:640px ) {

    .single-portfolio {
        width: 50%;
    }

    .certificationImage {
        max-width: 70px !important;
        max-height: 70px !important;
        margin: 5px !important;
    }

    .tilecaption, .tilecaptionhidden {
        font-size: 130%;
    }
    /* 	portfolio plugin */

    #portfolio-popup.portfolio-popup-show {
        display: block;
    }

    .portfolio-popup-inner img {
        max-width: 80%;
    }
}

@media(max-width:480px ) {
    #search input {
        width: 85%;
    }

    #search-icon {
        font-size: 15px;
    }

    .slide-article h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .slide-article p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .read-more-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .main-slider .slick-prev, .main-slider .slick-next {
        height: 40px;
        top: 80%;
        width: 40px;
    }

    .tilecaption, .tilecaptionhidden {
        font-size: 130%;
    }

    .title-area .title {
        font-size: 25px;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .title-area {
        padding: 0;
    }

        .title-area p {
            line-height: 23px;
            font-size: 15px;
        }

    .single-feature p {
        font-size: 14px;
    }

    .our-skill-content p {
        font-size: 14px;
    }

    .why-choose-group .panel-body p {
        font-size: 14px;
    }

    .subscrib-form {
        width: 100%;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }

    #login-form .modal-dialog, #login-form-bitacora .modal-dialog {
        width: 350px;
    }

    #search-form .modal-dialog {
        width: 350px;
    }

    .overlay {
        padding: 50px 0;
    }

    .single-portfolio {
        width: 50%;
    }

    .single-item-content::after {
        width: 85%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 320px;
    }

    .blog-navigation-prev {
        margin-bottom: 10px;
    }

    /*   portfolio plugin */
    .portfolio-popup-inner img {
        max-width: 80%;
        padding-top: 50px;
    }

    .portfolio-popup-inner h2 {
        font-size: 20px;
    }

    .portfolio-popup-inner p {
        font-size: 14px;
    }
}

@media(max-width:422px ) {
    .navbar-brand {
        float: none !important;
    }

    .tilecaption, .tilecaptionhidden {
        font-size: 100%;
    }

    .scrollToTop {
        right: 15px;
        bottom: 15px;
    }
}

@media(max-width:416px ) {
    .navbar-brand img {
        /*width: 160px !important;*/
    }

    #telefonoLi {
        display: none;
    }

    #slider {
        margin-top: 104px;
    }

    #feature, #afiliadosDashboard, #inscripciones, #puntosEncuentro, #calidad, #portfolio, #seguridadyprevencion, #tecnologia, #comunicaciones {
        margin: 140px auto 15px;
    }
}


@media(max-width:360px ) {
    .login {
        padding: 10px;
    }

    .single-slide {
        height: 200px;
    }

        .single-slide img {
            height: 100%;
        }

    #menu-area .navbar-toggle {
        padding: 8px 6px;
    }

    .header-bottom {
        padding: 0 10px;
    }

    #news {
        font-size: 100%;
    }

    .header-contact ul li {
        margin-right: 0;
        padding: 10px 8px;
    }

    .header-contact ul li {
        padding: 10px 0 10px 3px;
    }

        .header-contact ul li:last-child {
            border: none;
        }

    .navbar-brand img {
        width: 80%;
    }

    #search-icon {
        right: 20%;
        top: 5px;
    }

    .slide-article {
        padding-top: 0;
        padding-left: 0;
    }

        .slide-article p {
            font-size: 12px;
            margin-bottom: 10px;
        }

        .slide-article h1 {
            font-size: 15px;
            line-height: 16px;
            margin-bottom: 8px;
        }

    .read-more-btn {
        font-size: 12px;
        padding: 5px 8px;
    }

    #testimonial .title-area {
        padding: 0;
    }

    .subscribe-area h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .subscrib-form input {
        font-size: 15px;
        height: 40px;
    }

    .subscribe-btn {
        font-size: 15px;
        height: 40px;
        width: 95px;
    }

    #login-form .modal-dialog, #login-form-bitacora .modal-dialog {
        width: 320px;
    }

    #search input {
        font-size: 14px;
    }

    .overlay {
        padding: 20px 0;
    }

    .single-portfolio {
        width: 100%;
    }

    .single-item-content::after {
        left: 15px;
        width: 92%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .blog-archive-left .blog-news-img {
        height: 250px;
    }

    .comments-form textarea {
        width: 100%;
    }

    .header-contact {
        margin-left: -10px;
    }

        .header-contact ul li {
            border: none;
        }

    .phone {
        font-size: 12px;
        width: 135%;
    }
}

@media(max-width:350px ) {
    #tileRegistrarContrato, #tileConsultarContrato {
        height: 120px;
        width: 120px;
    }
}

@media(max-width:320px ) {
    .panel-body p {
        margin: 0 !important;
    }

    .imageResponsive {
        float: none !important;
    }

    #login-form .modal-dialog, #login-form-bitacora .modal-dialog {
        width: 300px;
    }

    .footer-box {
        font-size: 14px;
    }

    .header-contact ul li {
        padding: 10px 0 10px 3px;
    }

        .header-contact ul li:last-child {
            border: none;
        }

    .tilecaption, .tilecaptionhidden {
        font-size: 95%;
    }

    #tileRegistrarContrato, #tileConsultarContrato {
        height: 100px;
        width: 100px;
    }

    .subscribe-area h2 {
        font-size: 22px;
    }

    .footer-left p {
        font-size: 12px;
    }

    .footer-right a {
        font-size: 16px;
    }

    .single-item-content::after {
        width: 91%;
    }

    .blog-archive-left .blog-news-img {
        height: 220px;
    }

    #tileRegistrarContrato, #tileConsultarContrato {
        float: none !important;
    }
}

@media(max-width:285px ) {
    #search-icon {
        position: absolute;
        right: 85px;
        top: 0px;
    }

    .tilecaption, .tilecaptionhidden {
        font-size: 80%;
    }
}

@media(max-width:269px ) {
    #inscripciones .container div {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
}


/* BEGIN HISTORY PLAYER */


/*Video Player*/
.container-portfolio {
    width: 80%;
    margin: auto;
    border-top: 40px solid rgba(10,10,10,0.5);
    border-left: 40px solid rgba(10,10,10,0.5);
    border-right: 40px solid rgba(10,10,10,0.5);
    border-bottom: 80px solid rgba(10,10,10,0.5);
}

.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px;
    height: 0;
}

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.vid-list-container {
    width: 92%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 4%;
    padding-bottom: 20px;
}
/*EDIT*/
.vid-list {
    width: 900px;
    position: relative;
    height: 160px;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
}
/*/EDIT*/
.vid-item {
    display: block;
    width: 150px;
    height: 160px;
    float: left;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border: 1px solid #999;
}

.activeItem {
    background: rgba(0,0,0,0.6);
}

.activeText .desc {
    color: white !important;
}

.vid-item:hover {
    background: rgba(0,0,0,0.6);
}

    .vid-item:hover .desc {
        color: #ccc;
    }

.thumb {
    overflow: hidden;
    height: 95px;
    border: 1px solid #777;
}

    .thumb img {
        width: 100%;
        position: relative;
    }

.vid-item .desc {
    color: #ddd;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.arrows {
    position: relative;
    width: 100%;
}

    .arrows div:hover {
        color: black;
        transform: scale(1.05);
    }

.arrow-left {
    color: #fff;
    position: absolute;
    background: rgba(65,195,95,0.3);
    padding: 15px;
    left: 140px;
    top: -170px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 10%;
}

.arrow-right {
    color: #fff;
    position: absolute;
    background: rgba(65,195,95,0.3);
    padding: 15px;
    right: 140px;
    top: -170px;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 10%;
}

@media (max-width: 1199px) {
    .arrow-left {
        left: 114px;
    }

    .arrow-right {
        right: 114px;
    }
}

@media (max-width: 991px) {
    .arrow-left {
        left: 80px;
    }

    .arrow-right {
        right: 80px;
    }
}

@media (max-width: 624px) {
    /*EDIT*/
    .vid-list {
        width: 480px;
        height: 120px;
    }
    /*/EDIT*/
    .vid-item {
        width: 120px;
        height: 120px;
    }

        .vid-item .desc {
            font-size: 10px;
        }

    .thumb {
        height: 73px;
    }
}

@media (min-width: 768px) {
    #menu-area {
        height: 120px !important;
    }
}

@media (max-width: 768px) {

    /*EDIT*/
    .vid-list {
        width: 480px;
    }
    /*/EDIT*/
    .container-portfolio {
        border-top: 20px solid rgba(10,10,10,0.5);
        border-left: 20px solid rgba(10,10,10,0.5);
        border-right: 20px solid rgba(10,10,10,0.5);
        border-bottom: 80px solid rgba(10,10,10,0.5);
    }

    .arrows {
        position: relative;
        margin: 0 auto;
        width: 120px;
    }

    .arrow-left {
        left: 0;
        top: -70px;
    }

    .arrow-right {
        right: 0;
        top: -70px;
    }
}

.card-container {
    max-width: 400px;
    margin: auto;
}

.card {
    position: relative;
    color: white;
    padding: 20px;
    max-width: 400px;
    border: 2px solid #796747;
    border-radius: 5px;
    opacity: 0.9;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .card h2 {
        font-size: 40px !important;
        margin-top: 15px;
    }

    .card img {
        max-height: 60px;
    }

    .card p {
        font-size: 15px;
        margin-top: 20px !important;
    }

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.card-number {
    float: left;
    font-family: 'Bebas Neue' !important;
    font-size: 30px;
    border: 2px solid #cebfa4;
    border-radius: 50%;
    padding: 8px 20px 4px;
    margin: 10px 0 0 10px;
}

.thumbnail {
    border: none !important;
}

    .thumbnail img {
        border: 5px solid black;
        border-radius: 50% !important;
    }

.scroll-top {
    z-index: 1000;
}

    .scroll-top .btn {
        font-size: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: none;
        }

@media (max-width: 360px) {
    .card img {
        max-height: 45px;
        max-width: 40px;
    }

    .container-portfolio {
        border-top: 5px solid rgba(10,10,10,0.5) !important;
        border-left: 5px solid rgba(10,10,10,0.5) !important;
        border-right: 5px solid rgba(10,10,10,0.5) !important;
        border-bottom: 80px solid rgba(10,10,10,0.5) !important;
    }

    .arrow-left {
        top: -70px;
    }

    .arrow-right {
        top: -70px;
    }
}

@media (max-width: 480px) {
    /*EDIT*/
    .vid-list {
        width: 400px;
        height: 110px;
    }
    /*/EDIT*/
    .vid-item {
        width: 100px;
        height: 110px;
    }

        .vid-item .desc {
            font-size: 10px;
        }

    .thumb {
        height: 59px;
    }
}

@media (max-width: 350px) {
    /*EDIT*/
    .vid-list {
        width: 280px;
        height: 90px;
    }
    /*/EDIT*/
    .vid-item {
        width: 70px;
        height: 90px;
    }

        .vid-item .desc {
            font-size: 10px;
        }

    .thumb {
        height: 37px;
    }

    .vid-item .desc {
        font-size: 8px !important;
    }
}

@media (max-width: 280px) {
    #slider {
        display: none;
    }
}

.footable-th-center {
    text-align: center !important;
}

.cursor-link-button {
    cursor: pointer !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.putInsideSearchGroup {
    text-align: left;
    margin: 10px !important;
    min-width: 200px;
}

.customSearch {
    display: inline-table;
    max-width: 280px !important;
    margin: 26px 15px 26px 15px;
}

    .customSearch > input {
        display: inline-block;
        height: 28px !important;
        margin-right: 2px !important;
    }

/* Widget */
.widget {
    background: white;
    border: 1px solid #dbdbdb;
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .widget .widget-header {
        background-color: #ededed;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, white, #ededed);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, white, #ededed);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, white, #ededed);
        /* IE10 */
        background-image: -o-linear-gradient(top, white, #ededed);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, white, #ededed);
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        border-bottom: 1px solid #dbdbdb;
        height: 44px;
        padding: 0 15px;
        line-height: 44px;
    }

        .widget .widget-header .title {
            color: #333333;
            float: left;
            font-weight: bold;
            font-size: 16px;
        }

            .widget .widget-header .title .attribution, .widget .widget-header .title .mini-title {
                font-size: 11px;
                padding-left: 4px;
                color: #b3b3b3;
                font-weight: normal;
            }

                .widget .widget-header .title .attribution a, .widget .widget-header .title .mini-title a {
                    color: #b3b3b3;
                }

        .widget .widget-header span.tools {
            padding: 0;
            float: right;
            margin: 0;
        }

            .widget .widget-header span.tools > a {
                display: inline-block;
                margin-right: 5px;
                color: #666666;
                margin-top: 3px;
            }

                .widget .widget-header span.tools > a:hover {
                    text-decoration: none;
                    opacity: .6;
                }

                .widget .widget-header span.tools > a.btn {
                    color: white;
                    margin-top: 0;
                }

@media (max-width: 767px) {
    .widget .widget-header span.tools {
        display: none;
    }

    .widget .widget-header .tools {
        display: none;
    }
}

.widget .widget-body {
    padding: 15px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/* Tabs */
.sales-overview .nav-tabs {
    border: none;
}

.sales-overview .tab-content {
    border: none;
}

.sales-overview .nav-tabs {
    padding-top: 4px;
}

    .sales-overview .nav-tabs.nav-justified > li > a {
        font-family: Open Sans;
        text-align: left;
        font-size: 16px;
        border-radius: 0;
    }

    .sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab .tab-icon i {
        color: #FFA500;
    }

    .sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab h4 {
        color: #3693cf;
    }

    .sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab p {
        color: black;
    }

.sales-overview .overview-tab .tab-icon {
    float: left;
    width: 60px;
    height: 60px;
    border-right: 1px solid #d9d9d9;
    line-height: 60px;
    text-align: center;
}

    .sales-overview .overview-tab .tab-icon .fa {
        color: gray;
        font-size: 30px;
        vertical-align: middle;
    }

.sales-overview .overview-tab .tab-details {
    margin-left: 72px;
}

    .sales-overview .overview-tab .tab-details p {
        color: #666666;
        font-size: 13px;
        margin: 0;
        padding: 0;
        font-weight: 500;
        line-height: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sales-overview .overview-tab .tab-details h4 {
        color: #666666;
        font-size: 21px;
        margin: 5px 0;
        line-height: 100%;
        padding: 0;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (min-width: 768px) and (max-width: 992px) {
    .nav-tabs.nav-justified > li {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-tabs.nav-justified > li {
        width: 20% !important;
        float: left !important;
    }

    .sales-overview .overview-tab .tab-icon {
        width: 100%;
        border-right: 0;
    }
}

/* Custom */
.dropdown-toggle {
    height: 28px !important;
}

.map-static-responsive {
    width: 100%;
    max-width: 600px;
    border: 1px solid #4cae4c;
    border-radius: 5px;
}

.btn-inscripciones {
    min-width: 180px;
}

.modalPopup {
    z-index: 1000000 !important;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100000 !important;
}

.progresoPortal {
    border: 1px solid #ffffff;
    text-align: center;
    background: #19754c !important;
}

.text-bold {
    font-weight: bold;
}

.text-link {
    color: blue;
    text-decoration: underline;
    font-size: 1.7rem;
}

.text-padding {
    padding-left: 25px;
}

.firma-gerente-operaciones {
    max-width: 230px;
}

.text-underline {
    text-decoration: underline;
}

.img-responsive {
    width: 70%;
    border-radius: 10px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.img-small {
    border-radius: 10px;
    max-width: 15%;
}

.img-medium {
    border-radius: 10px;
    max-width: 20%;
}

.text-firma-electronica {
    color: #00009E;
}

.margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.checkbox {
    transform: scale(1.5) !important;
    margin-right: 1px;
}

    .checkbox label {
        padding-left: 1px !important;
    }

.map-responsive {
    position: relative;
    width: 100%;
    /* alto flexible: mínimo 440px, preferir 65vh, tope 860px */
    min-height: clamp(440px, 65vh, 860px);
    overflow: visible; /* no ocultes infowindows/controles */
}

    /* Haz que el mapa LLENE el contenedor, sea DIV o iframe */
    .map-responsive .gm-style,
    .map-responsive iframe,
    .map-responsive [id$="gMap"],
    .map-responsive .map-canvas {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
    }