@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.woff') format('woff'), url('../fonts/MyriadPro-It.ttf') format('truetype'), url('../fonts/MyriadPro-It.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT Medium';
    src: url('../fonts/FuturaBT-medium.eot');
    src: url('../fonts/FuturaBT-medium.woff') format('woff'), url('../fonts/FuturaBT-medium.ttf') format('truetype'), url('../fonts/FuturaBT-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturistExtraHeavy';
    src: url('../fonts/Futurist_ExtraHeavy_Regular.eot');
    src: url('../fonts/Futurist_ExtraHeavy_Regular.woff') format('woff'), url('../fonts/Futurist_ExtraHeavy_Regular.ttf') format('truetype'), url('../fonts/Futurist_ExtraHeavy_Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Lato';*/
/*src: url('../fonts/Lato-Regular.eot');*/
/*src: url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

/*@font-face {*/
/*font-family: 'Lato';*/
/*src: url('../fonts/Lato-Bold.eot');*/
/*src: url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg') format('svg');*/
/*font-weight: bold;*/
/*font-style: normal;*/
/*}*/

body {
    font-family: "Lato", 'PT Sans';
    color: #666666;
    font-size: 16px;
}

.green {
    color: #8DC049;
}

.bg-gold {
    background-color: #F9B61D;
}

.bg-green {
    background-color: #8DC049;
}

.bg-cyan {
    background-color: #00BFFE;
}

.bg-red {
    background-color: #FE0000 !important;
}

/*Navbar*/
#navbar1 {
    border-bottom: 1px solid #EFEFEF;
    min-height: 40px;
    margin-bottom: 6px;
}

#navbar1 > .container {
    padding-top: 7px;
}

@media screen and (max-width: 767px) {
    #top-bar li {
        display: inline-block;
    }

    #global-search-form .form-group {
        display: inline-flex;
    }

    #navbar1 {
        padding-left: 5%;
    }

}

@media screen and (max-width: 767px) {
    #top-bar {
        margin-left: 10px;
    }
}

#date-top-icon {
    color: #969696;
    font-size: 18px;
    margin-right: 5px;
}

#date-top-text {
    font-size: 10pt;
    color: #8DC049;
    font-weight: normal;
}

#global-search-form {
    width: 340px;
}

#global-search-btn {
    border: none;
    padding-left: 0;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0;
}

#global-search-btn i {
    color: #969696;
    font-size: 18px;
    margin-right: 5px;
}

#global-search-input {
    border-radius: 1px;
    width: 226px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
}

#global-search-input:focus {
    border-color: #8DC049;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(141,192,73, 0.6)
}

#global-search-btn:hover, #global-search-btn:active, #global-search-btn:focus {
    background-color: transparent;
    outline-style: none;
    box-shadow: none;
}

#header {
    font-size: 11px;
    padding-bottom: 11px;

}

.logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.wide-separator {
    border-bottom: 10px solid #8DC049;
    margin-bottom: 10px;
}

#top-bar {
    margin-right: 15px;
}

@media screen and (max-width: 766px) {
    #global-search-form .form-group {
        display: inline-flex;
    }

    #navbar1 {
        padding-left: 15% !important;
    }

    #header {
        margin-top: 0;
    }

    .logo img {
        margin-left: 8px;
    }

}

@media screen and (max-width: 560px) {
    #top-bar li {
        display: inline;
    }

    #global-search-form .form-group {
        display: inline-flex;
    }

    #navbar1 {
        padding-left: 15%;
    }

    #header {
        margin-top: 0;
    }

}

@media screen and (max-width: 380px) {
    #navbar1 {
        padding-left: 20px;
    }

    #global-search-form {
        width: 100%;
    }

    #global-search-input {
        width: 100%;
    }

    #header {
        margin-top: 0;
    }

}

@media screen and (max-width: 320px) {
    #navbar1 {
        padding-left: 20px !important;
    }

    #global-search-form {
        width: 300px;
    }

    #global-search-input {
        width: 190px;
    }

    #header {
        margin-top: 0;
    }

}

@media screen and (max-width: 451px) {
    .vertical-separator {
        width: 100%;
    }
}

/*End*/

/*Exchange rate*/
#exchange-rate-table {
    font-size: 11px;
    color: #8DC049;
}

#exchange-rate-table tr td:first-child {
    color: #8DC049;
    font-size: 10pt;
}

#exchange-rate-table > tbody > tr > td, #exchange-rate-table > tbody > tr > th, #exchange-rate-table > tfoot > tr > td, #exchange-rate-table > tfoot > tr > th, #exchange-rate-table > thead > tr > td, #exchange-rate-table > thead > tr > th {
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: top;
}

.vertical-separator {
    border-right: 1px solid #8DC049;
}

.exchange-rate-header {
    color: #8A6B28;
    text-transform: uppercase;
    margin-left: 7px;
}

.exchange-first-td {
    color: #8DC049;
    font-weight: bold;
}

.horizontal-separator {
    margin-bottom: 15px;
}

.horizontal-separator-5 {
    margin-bottom: 5px;
}

/*End*/

/*Header Grande*/
#carousel-secondHeader > .carousel-inner > .item.active > .carousel-caption {
    text-align: left;
    left: 4%;
    text-shadow: none;
}

#caption1 {
    font-family: "FuturaBT Medium";
    font-size: 96px;
    bottom: 117px;
    left: -11px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    z-index: 999;
}

#caption2 {
    font-family: "FuturaBT Medium";
    font-size: 40px;
    left: 3px;
    margin-top: -14px;
    position: relative;
    top: -69px;
}

#caption3 {
    bottom: 64px;
    color: #FCC204;
    font-family: "FuturistExtraHeavy";
    font-size: 96px;
    left: 32px;
    position: absolute;
    z-index: 1000;
}

#btn-suscribirse {
    background-color: #FAB61D;
    bottom: -6px;
    font-family: "Oswald";
    font-size: 20px;
    height: 65px;
    padding-top: 15px;
    position: absolute;
    vertical-align: middle;
    width: 322px;
}

#caption4 {
    bottom: 58px;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
}

@media screen and (max-width: 677px) {
    #caption1 {
        font-family: "FuturaBT Medium";
        font-size: 43px;
        bottom: 50%;
        left: -11px;
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        z-index: 999;
    }

    #caption2 {
        font-family: "FuturaBT Medium";
        font-size: 13px;
        left: -1px;
        margin-top: -14px;
        position: relative;
        top: -33%;
    }

    #caption3 {
        bottom: 15%;
        color: #fcc204;
        font-family: "FuturistExtraHeavy";
        font-size: 43px;
        left: 2%;
        position: absolute;
        z-index: 1000;
    }

    #btn-suscribirse {
        background-color: #FAB61D;
        bottom: -4%;
        font-family: "Oswald";
        font-size: 10px;
        height: 25px;
        padding-top: 3px;
        position: absolute;
        vertical-align: middle;
        width: 150px;
    }

    #caption4 {
        display: none;
    }
}

/*END*/

/*Form Login*/
#form-login {
    /*background-color: #8DC049;*/
    background: #8dc049 none repeat scroll 0 0;
    padding: 10px;
    color: #000000;
    font-family: "Lato";
    border-radius: 3px;
}

#form-login input {
    border-radius: 2px;
    height: 30px;
    color: #3F1000;
    font-size: 14px;
}

.center {
    text-align: center;
}

.form-login-legend {
    font-size: 14px;
    font-weight: bold;
}

#form-login button[type="submit"] {
    margin-right: 15px;
    border-radius: 1px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    border: 2px solid #8DC049;
}

#form-login button[type="submit"]:hover {
    border: 2px solid #8DC049;
    border-radius: 3px !important;
    color: #ffffff!important;
}

#form-login > p {
    color: #000000;
    font-size: 13px;
    line-height: 14px;
}

#form-login .form-group, #form-search {
    margin-bottom: 5px;
}

#form-login input::-moz-placeholder {
    color: #3e1000;
}

/*End*/

/*Lateral izquierdo - Secciones*/
#ul-secciones {
    padding-left: 0;
}

#ul-secciones li:first-child {
    border-top: 1px solid #CCE0D9;
}

#ul-secciones li {
    list-style: none;
    border-bottom: 1px solid #CCE0D9;
    color: #8DC049;
    padding-left: 10px;
}

#ul-secciones li a {
    text-decoration: none;
    color: #8DC049;
}

#ul-secciones li a:hover {
    text-decoration: none;
    color: #8DC049;
}

.secciones-item {
    border-bottom: 0 !important;
}

/*End*/

/*Form Search*/
#form-search {
    background-color: #F9B61D;
    padding: 10px;
    color: #ffffff;
}

#form-search input {
    border-radius: 0;
    color: #3e1000;
    height: 35px;
}

#form-search input::-moz-placeholder {
    color: #3e1000;
}

.center {
    text-align: center;
}

.form-search-legend {
    font-size: 18px;
}

#form-search button[type="submit"] {
    margin-right: 15px;
    border-radius: 0;
}

#form-search .form-group, #form-search {
    margin-bottom: 5px;
}

/*End*/

/*Side block of events*/
.event-block {
    color: #8DC049;
    margin-bottom: 5px;
}

.event-item {
    /*border-bottom: 4px solid #8DC049;*/
}

.event-label {
    width: 100%;
    height: 60px;
    background-color: #8DC049;
    color: #000000;
    margin-bottom: 3px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 18px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.event-title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
}

.event-date {
    margin-bottom: 3px;
}

.event-description {
    text-align: justify;
}

.event-title > a {
    color: #8DC049;
}

/*End*/

/*Búsqueda general de cursos*/
#input-buscar3 {
    background-color: #f2f2f2;
    border-radius: 0;
    height: 39px;
}

#input-group-buscar3 {
    background-color: #8DC049;
    border: 1px solid #8DC049;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}
#input-group-buscar3:hover{
    color: #ffffff;
}

/*End*/

/*Paginado cursos*/
.curso-row {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #DDDDDD;
    border-bottom: 1px dotted #DDDDDD;

}

.curso-filter {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.curso-filter .form-control {
    height: 35px;
}

@media screen and  (max-width: 380px){
    .curso-filter .form-control {
        font-size: 12px;
    }
}

.curso-row h3 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.curso-row .curso-fecha {
    position: absolute;
    margin-top: -5px;
    font-size: 10px;
}

.curso-row .btn-estado {
    border-radius: 1px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin-top: 12%;
    padding-bottom: 3px;
    padding-top: 5px;
    width: 116px;
}

.curso-row .pagination > li > a, .pagination > li > span {
    color: #848484 !important;
}

.curso-row .pagination > .active > a,
.curso-row .pagination > .active > a:focus,
.curso-row .pagination > .active > a:hover,
.curso-row .pagination > .active > span,
.curso-row .pagination > .active > span:focus,
.curso-row .pagination > .active > span:hover {
    background-color: #848484;
    border-color: #848484;
    color: white !important;
}

.pagination-row {
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #848484;
}

/**/

/*Footer*/
footer strong {
    font-size: 12px;
}

footer {
    background-color: #EFEFEF;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 30px;
    color: #8DC049;
    font-size: 11px;

}

#logo-footer {
    margin-bottom: 10px;
}

footer address {
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 0;
    font-family: "Arial";
    color: #000000;
}

#footer-terminos {
    text-align: right;
    color: #000000 !important;
    font-size: 12px;
    font-weight: bold;
    font-family: "Lato";
    margin-top: 15px;
}

/*End*/

/*Breadcrumb*/
a:hover, a:focus {
    text-decoration: none;
    outline-style: none;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 10px;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb > ul {
    padding-left: 0px;
}

.breadcrumb > ul > li {
    display: inline;
    list-style: none;
    color: #000000;
}

.breadcrumb > ul > li a {
    color: #000000;
}

.breadcrumb > ul > li a:hover {
    color: #FEC105;
}

/*End*/

/*Event details*/
.event-logo {
    margin-top: 0px !important;
}

.main-content .dotted {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #8DC049;
    margin-bottom: 10px;
    color: #000000;
    font-family: "MyriadPro";
}

.main-content .event-title h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.main-content .event-title span {
    color: #ACACAF;
    font-weight: normal;
}

.main-content .event-title a {
    color: #000000!important;
    font-weight: bold;
}

.main-content .event-title a:hover {
    color: #ffffff!important;
}

.main-content .event-goals-description {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}

.main-content .event-goals-description p {
    text-align: justify;
}

.main-content .event-goals-description ul {
    padding-left: 14px;
}

.main-content .event-goals-description ul li {
    list-style: square;
    font-weight: normal;
    margin-bottom: 10px;
}

.main-content .event-goals h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
}

.main-content .event-goals-description a {
    color: #3E1000;
}

.main-content .event-goals-description a i {
    color: #343434;
    font-size: 16px;
}

.logos-card {
    vertical-align: bottom;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

#mc-sc-logo {
    background-color: #FFFFFF;
    padding: 0 5px 0 5px;
}

#info-visa {
    color: #666666;
    margin-top: 8px;
    text-align: right;
}

.pago-alerta {
    color: red;
    margin-top: 15px;
}

.logo-visa, .logo-mc {
    width: 40px;
    margin-left: 2px !important;
}

.logos-card-footer {
    /*margin-top: 15px;*/
}

.div-logos-footer {
    padding-right: 0px;
    margin-left: 10px;
    text-align: right;
    margin-top: -15px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

@media screen and (min-width: 1280px) {
    .logos-card-footer {
        text-align: right;
    }
}

.event-block > .event-label > a {
    color: #000000;
}

.event-block > .event-label > a:hover {
    color: white;
}

.info-problema {
    text-align: left !important;
    padding: 5px;
}

.aclaraciones {
    text-align: left !important;
    padding: 5px;
    margin-left: 15px;
}

.aclaraciones li {
    font-weight: bold!important;
}

#event-btn-download, #event-btn-subscribe {
    border-radius: 1px;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

@media screen and (max-width: 335px) {
    #event-btn-download, #event-btn-subscribe {
        font-size: 10px;
    }
}

.caja-lateral {
    min-width: 294px !important;
}

@media screen and (max-width: 554px) {
    .caja-lateral {
        width: 100%;
    }
}

.btn-estado {
    margin-right: -14px;
}

.btn-estado:hover {
    color: #ffffff!important;
}

#div-fecha-top {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {
    .btn-estado {
        margin-right: 3px;
    }

    #div-fecha-top {
        margin-top: 0;
    }
}

@media screen and (max-width: 330px) {
    .btn-estado {
        margin-left: -10px;
    }

    .pagination {
        font-size: 14px;
    }
}

@media screen and (min-width: 555px) and (max-width: 617px) {
    .caja-lateral {
        min-width: inherit !important;
    }
}

/* BxSlider */
.bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0 auto 0;
}

.bx-controls.bx-has-pager {
    /*display: none;*/
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -15px;
}

/* End */

#info-ie-compatible {
    margin-top: 20px;
    font-size: 9px;
}

#info-ie-alerta {
    background-color: #f9b620;
    border-radius: 0;
    color: white;
    font-size: 17px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#info-ie-alerta .close {
    color: black;
    margin-right: 20px;
}

#div-oscurecer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Info search input form*/
#link-reset-search {
    color: #8DC049;
}

/*End*/

/*Botones redes sociales*/
#toolbar-social a {
    color: #9A9A9A;
    font-size: 18px;
}

.div-social {
    border: 1px solid #D6D6D6;
}

#toolbar-social {
    border: 1px solid #D6D6D6;
    display: table-row;
    height: 40px;
}

#toolbar-social li {
    border-right: 1px solid #D6D6D6;
    display: table-cell;
    min-width: 40px;
    text-align: center;
    vertical-align: middle;
}

/*End*/

.bx-pager-item {
    display: none !important;
}

#scroll-page {
    position: fixed;
    right: 20px;
    top: 50%;
}

#scroll-page img {
    display: inherit;
    margin-bottom: 10px;
}

#div-logo-center {
    background-color: rgba(141,192,73, 0.8);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8DC049, endColorstr=#8DC049);
    /* For IE 8*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8DC049, endColorstr=#8DC049)";*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    height: 97px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: 2px;
}

#div-logo-center img {
    opacity: 1 !important;
    margin-top: 25px;
    z-index: 9999;
}

#li-share-fb {
    padding-left: 11px;
    padding-top: 5px;
}

#li-share-in {
    padding-left: 10px;
    padding-top: 3px;
}

#li-share-print {
    padding-left: 17px;
    padding-top: 8px;
    width: 61px;
}

#li-share-pdf {
    padding-left: 0;
    padding-top: 0;
    width: 61px;
}

#icon-otras-redes {
    margin-right: 5px;
}

#enviar-a {
    padding-right: 10px;
    text-align: right !important;
    padding-left: 13px;
    width: 185px;
}

#li-share-email {
    border-right: 0 !important;
}

#li-share-email a {
    margin-left: 10px;
}

#li-share-email a i {
    margin-left: 8px;
    margin-top: 6px;
}

@media screen and (max-width: 800px) {
    #toolbar-social li {
        min-width: 56px;
    }

    #li-share-via, #li-share-otras span {
        display: none;
    }

    #li-share-in a i {
        margin-left: 7px;
    }
}

@media screen and (max-width: 800px) {
    #toolbar-social li {
        min-width: 58px;
    }

    #li-share-fb a i {
        margin-left: 3px;
    }

    #li-share-in a i {
        margin-left: 8px;
    }

    #li-share-otras span {
        display: inline !important;
    }

    #enviar-a {
        display: table-cell ! important;
    }

    #li-share-print a i {
        margin-left: 2px;
    }

    #li-share-pdf {
        margin-left: 4px;
    }

    #li-share-email a i {
        margin-left: 4px;
    }

    #li-share-email a i {
        margin-left: 11px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 480px) {
    #toolbar-social li {
        min-width: 53px;
        max-width: 60px;
    }

    #li-share-otras span, #enviar-a {
        display: none !important;
    }
}

@media screen and (max-width: 360px) {

    #toolbar-social li {
        max-width: 45px;
        min-width: 41px;
    }

    #li-share-fb a i {
        margin-left: -5px;
    }

    #li-share-in a i {
        margin-left: 1px;
    }

    #li-share-print a i {
        margin-left: -8px;
    }

    #li-share-pdf a i {
        margin-left: 4px;
    }

    #li-share-email a i {
        margin-left: 0;
    }

    #li-share-otras span, #enviar-a {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {

    #li-share-otras span, #enviar-a {
        display: none !important;
    }

    .div-social {
        padding-left: 0 !important;
    }

    #toolbar-social li {
        max-width: 35px !important;
        min-width: 35px !important;
    }

    #li-share-google a i {
        margin-left: 1px;
    }

    #li-share-in a i {
        margin-left: -2px;
    }

    #li-share-otras a i {
        margin-left: 2px;
    }

    #li-share-print a i {
        margin-left: 2px;
    }

    #li-share-print a i {
        margin-left: -11px;
    }

    #li-share-pdf a i {
        margin-left: 5px;
    }
}

#direccion {
    color: #848484;
}

.margin_top_30 {
    margin-top: 30px;
}

/*Para ocultar el Slider mientras se carga la página*/
.bxslider-wrap { visibility: hidden; }