#wpadminbar {
    display: none !important;
}

html {
    margin: 0px !important;
}

.none {
    display: none;
}

.slider-home .bx-controls-auto {
    display: none;
}

body {
    position: relative;
    margin: 0;
}

.not-scroll {
    overflow: hidden;
}

.load {
    background: #fff;
    text-align: center;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999;
}

.load div {
    display: table;
    width: 100%;
    height: 100%;
}

.load div figure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slideBanner{
    overflow:hidden;
}

header {
    z-index: 99;
    width: 100%;
    background: #fff;
}

#wrapper.fixed header {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
}

#wrapper.fixed header .menu-top{
    height: 68px;
}

#wrapper.fixed header .menu-top .ico-red{
    display: none;
}

#wrapper.fixed header .logo {
    padding-top: 8px;
}

#wrapper.fixed header .logo img{
    width: 130px;
}

header section {
    margin: 0 auto;
    width: 1200px;
}

header section .logo {
    float: left;
    position: relative;
    padding-top:10px;
}

header section .menu-top {
    float: right;
    width: 810px;
    position: relative;
}

header section nav .menu {
    text-align:right;
    margin: 18px 0 34px;
}

header section nav .menu li {
    font: 13px/30px 'latomedium';
    padding: 0 19px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

header section nav .menu li::before{
    content: '';
    width:1px;
    height: 30px;
    position: absolute;
    background: #caedcf;
    right:1px;
    top:0px;
}
header section nav .menu li::after{
    content: '';
    width:1px;
    height: 30px;
    position: absolute;
    background: #85d189;
    right:0px;
    top:0px;
}

header section nav .menu li:first-child{
    padding-left: 0;
}

header section nav .menu li:last-child{
    padding-right: 0;
}

header section nav .menu li:last-child::before,
header section nav .menu li:last-child::after {
    display:none;
}

header section nav .menu li a {
    color: #575757;
}

header section nav .menu li a .indicator {
    display:none;
}
.indicator img {
    display: none;
}

header section nav li.current-menu-item a .indicator img {
    display: block;
    position: relative;
    left: 2px;
    top: 13px;
    float: right;
}

header section nav li.current-menu-item a,
header section nav li a:hover {
    color: #003c93;
}

.index img {
    position: relative;
    left: 3px;
}

.detallenone select,
.detallenone .ui-selectmenu-button {
    display: none;
}

.form_place .detallenone .ask-info {
    width: auto;
    margin: 0;
    position: relative;
}

header nav {
    float: right;
    width:100%;
    border-top: 1px solid #afd090;
}

a {
    color: #3b91ff;
}

.btn-responsive {
    display: none;
}

.aulaVirtual {
    position: relative;
    background: #8BCC47;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 33px;
    height: 33px;
    width: 168px;
    text-align: center;
    color: #fff;
    font-family: 'latomedium';
    border-radius: 15px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    margin-left: 22px;
}

.aulaVirtual span{
    font-family: simple-line-icons;
}

.aulaVirtual span:before{
    content: "\e019";
    z-index: 1;
    font-size: 17px;
    margin-top: 13px;
}

.aulaVirtual:hover {
    background: #74a517;
    /*#213A96;*/
}

.aulaVirtual img {
    display: none;
    vertical-align: baseline;
    margin-left: 3px;
    width: 25px;
    position: relative;
    top: 1px;
}

.wts-numb {
    margin: 0;
    font: 14px/33px 'latobold';
    background: #fff;
    text-align: center;
    float: left;
    color: #fff;
}

.wts-numb a {
    text-align: center;
    display: block;
    color: #575757;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 0 10px;
    line-height: 33px;
    height:33px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.wts-numb a span.fa {
    font-size: 16px !important;
    color: #8BCC47;
    margin-right: 5px;
}

.wts-numb a:hover{
    background: #8BCC47;
    color: #fff;
}

.wts-numb a:hover span.fa{
    color: #fff;
}

.wts-logo {
    position: relative;
    display: inline-block;
    width: 22px;
    top: -1px;
}

.ico-red {
    margin-top: 6px;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6f0dc;
}

.icono-redondo{
    position: relative;
    width: 33px;
    border:1px solid #f0f0f0;
    text-align: center;
    line-height: 33px !important;
    height: 33px;
    color: #8BCC47;
    float: left;
    margin: 0 8px 0 0;
    border-radius:20px;
    font-size: 16px !important;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.icono-redondo:hover{
    background: #8BCC47;
    color: #fff;
}

.buscador {
    position: relative;
    float: right;
    background: #003c93;
    height: 90px;
    width: 42px;
    text-align: center;
    display: none;
    line-height: 90px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

.buscador img {
    cursor: pointer;
}

.buscador input[type="submit"] {
    background: url(../images/ico-shared.png)no-repeat;
    border: none;
    width: 20px;
    position: absolute;
    left: 101.5%;
    top: 40%;
}

.buscador form {
    display: none;
    position: absolute;
    width: 755px;
    height: 90px;
    background: #003c93;
    top: 0%;
    right: 100%;
    z-index: 90;
}

.buscador input[type="text"] {
    font: 16px 'latoregular';
    color: #fff;
    background: rgba(255, 255, 255, 0);
    width: 95%;
    border: none;
    float: left;
    margin: 32px 0 0 30px;
}

.content-top li.ico-sem a {
    position: relative;
    font: 17px/50px 'latobold';
    background: url(../images/icono-sem.jpg)no-repeat 21% 15px;
    color: #003c93;
    text-align: center;
}

.content-top li {
    position: relative;
    background: url(../images/ST_Home.png)no-repeat 100% 8px;
    float: left;
    width: 50%;
}

.content-top li:last-child {
    background: none;
}

.content-top li.ico-cur a {
    position: relative;
    font: 17px/50px 'latobold';
    background: url(../images/icono-cur.jpg)no-repeat 28% 17px;
    color: #003c93;
    text-align: center;
}

.content-top li.ico-sem:hover a {
    position: relative;
    background: url(../images/ico-sem3.png)no-repeat 21% 16px #003c93;
    color: #fff;
    display: block;
}

.content-top li:hover .spacing_menu>li {
    display: block;
}

.content-top li.ico-cur:hover a {
    position: relative;
    background: url(../images/ico_cur2.png)no-repeat 28% 17px #003c93;
    color: #fff;
}

.content-top li a {
    display: block;
}

.content-top li:last-child a {
    margin-right: 0;
}

.content-top>li {
    float: left;
}

.sub_menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.spacing_menu {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.spacing_menu>li:first-child {
    padding-left: 100px;
    border-left: none;
}

.spacing_menu>li {
    display: none;
    float: left;
    padding: 20px 50px 25px 50px;
    font: 19px/40px 'latobold';
    color: #003c93;
    border-left: 1px dashed #003c93;
}

.spacing_menu li ul>li a {
    font: 13px/20px 'latoregular';
    color: #003c93;
}

.spacing_menu li ul>li a:hover {
    color: #80b719;
}

.content-top {
    border-top: 1px solid #dadce8;
    width: 733px;
}


/*--fin de la cabezera--*/


/*---------------------------*/


/*-contenido carousel-*/

.page-template-page-expositores .content {
    height: auto;
}

.content {
    position: relative;
    overflow: hidden;
}

.content .slideBanner{
    height: 530px;
    overflow:hidden;
}

.single-publicacion .content,
.single-noticias .content {
    height: auto;
}

.single-expositor .content {
    height: auto;
}

.page-template-page-contactenos .content {
    height: auto;
}

.page-gracias{
    font: 15px 'latoregular';
    color: #7F7F7F;
}
.page-gracias h3,
.page-gracias p{
    color: #7F7F7F;
}

.slideBanner .slideItem {
    height: 530px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.slideBanner.internasBanner .slideItem {
    height: 330px;
}

.slideBanner .slideItem a {
    /*position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;*/
}

.slick-dots {
    position: absolute; */
    /* bottom: 0; */
    transform: translate(0, 60%);
    /* right: 12%; */
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 1200px;
    margin: -50px auto;
    text-align: right;
}

.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    background: #fff;
    height: 12px;
    border-radius: 10px;
    overflow:hidden;
}

.slider-home .slick-dots li button:focus {
    outline: none;
}

.slider-home .slick-dots li button {
    background: none;
    text-indent: -9999px;
    display: block;
    border:0;
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    margin: 0;
    padding: 0;
}

.slider-home .slick-dots li.slick-active  {
    width: 18px;
    height: 18px;
}

.slider-home .slick-dots li.slick-active button{
    width: 20px;
    height: 20px;
}

.back-slide{
    top: 0;
    position: absolute;
    left: 0;
    background: #213A96;
    width:50%;
    bottom:0;
}

#text-content {
    font: 28px 'latobold';
    color: #fff;
    position: relative;
    top: 40%;
    transform: translate(0, -40%);
    text-align: left;
    left: 0;
    width:1200px;
    margin: 0 auto;
}

#text-content i.iconTitulo{
    color:#8BCC47;
    margin-right: 12px;
}

#text-content div{
    width:50%;
}

#text-content.interna {
    font: 35px 'latobold';
    text-transform:uppercase;
}

#text-content.interna div{
    text-transform:none;
    font: 25px/30px 'latobold';
}

#text-content.interna div.titleInter{
    font: 35px 'latobold';
}

#text-content div.text{
    padding-right: 50%;
}

 div.detalleCabecera{
    padding-top: 25px;
}

div.detalleCabecera div{
    display: inline-block;
    font: 20px/23px 'latoregular';
    vertical-align: top;
    width: auto !important;
}

div.detalleCabecera div.inicio{
    margin-right: 35px;
}

div.detalleCabecera div i{
    vertical-align: top;
    color: #8BCC47;
}

div.detalleCabecera div.ubicacion i{ font-size:24px; margin-top: -2px; }

div.detalleCabecera div.ubicacion img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

div.botonCabecera{
    padding-top: 35px;
}

div.botonCabecera a{ 
    background:#8BCC47;
    color: #fff;
    font: 17px 'latomedium';
    height:45px;
    line-height:45px;
    text-align:center;
    border-radius:20px;
    width: 230px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    display: inline-block;
    vertical-align:top;
}

div.botonCabecera a.linktemario{
    border: 1px solid #8BCC47;
    background: none;
    height:43px;
    line-height:43px;
    width: 180px;
}

div.botonCabecera a i{
    width: 18px;
    vertical-align: top;
    line-height: 44px;
    margin-left: 4px;
}

div.botonCabecera a:hover {
    background: #74a517;
}

div.bg-figu{
    -webkit-transform: scale(1) rotate(-152deg) skewY(25deg) skewX(6deg);
    -moz-transform: scale(1) rotate(-152deg) skewY(25deg) skewX(6deg);
    -o-transform: scale(1) rotate(-152deg) skewY(25deg) skewX(6deg);
    -ms-transform: scale(1) rotate(-152deg) skewY(25deg) skewX(6deg);
    transform: scale(1) rotate(-152deg) skewY(25deg) skewX(6deg);   
    position: absolute;
    left: 50%;
    background: #213A96;
    width: 340px;
    top: 0;
    bottom: 0;
    margin-left: -210px;
    border-radius: 60px;
}
div.bg-figu-bottom{
    background: #8BCC47;
    left: 50%;
    /* top: 0; */
    bottom: 0;
    position: absolute;
    width: 80px;
    height: 50%;
}

.text-one {
    padding: 0 0 0 0;
    width: auto;
    display: inline-block;
    text-align: left;
}

#text-two {
    text-align: left;
    padding: 0 21px 0 27px;
}

#here,
.here {
    font: 20px 'latobold';
    background: #80b719;
    border: none;
    color: #ffffff;
    float: left;
    margin-top: 12px;
    padding: 13px 80px 13px 78px;
}

#here:hover,
.here:hover {
    background: #74a517;
}

.other {
    width: 60px;
    background: #80b719;
    position: fixed;
    right: 0px;
    z-index: 99999;
    top: 15%;
    text-align: center;
}

.other a {
    color: #fff;
}

.other-ins,
.other-sem,
.other-ubig {
    position: relative;
    width: auto;
    float: left;
    margin: 0 0 0 6px;
}

.other-ins {
    background: url(../images/other-ins.png)no-repeat 50% 0px;
    height: 40px;
    font: 10px/70px 'latoregular';
    margin-top: 8px;
}

.other-sem {
    background: url(../images/other-sem.png)no-repeat 37% 0px;
    height: 40px;
    font: 10px/70px 'latoregular';
    margin-top: 0;
}

.other-ubig {
    background: url(../images/other-ubig.png)no-repeat 51% 0px;
    height: 40px;
    margin: 0 0 0 10px;
    font: 10px/60px 'latoregular';
}

.ask-info {
    font-size: 20px;
    font-family: 'latobold';
    display: inline-block;
    margin-right: 10px;
}

.form_place .comentario {
    display: none;
}

.contacto-one input::-webkit-input-placeholder {
    color: #555;
}

.detalle .files,
.detalle .ui-state-default {
    display: none !important;
}

.detalle.contacto-one {
    padding: 0 0 0 80px;
    width: 1000px;
}

.contacto-one .contenedor-contacto span input.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-response-output.wpcf7-display-none,
div.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-response-output {
    font-size: 16px;
    margin: -11px 0 0 0;
    display: none;
}

.form_place {
    /*position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8%;
    z-index: 1;
    max-width: 360px;*/
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

.form_place .left{
    float:left;
    padding-right: 2%;
    width: 30%;
}

.form_place .right{
    float:left;
    width: 68%;
}

.form_place p{
    font: 15px 'latoregular';
    color:#7F7F7F;
}

.form_place h3{
    color:#213A96;
    font: 23px 'latoregular';
    margin-top: 28px;
    margin-bottom: 0;
}

.contacto-one .contenedor-contacto {
    padding: 20px 0 15px;
    position: relative;
    overflow:hidden;
}

.contacto-one .contenedor-contacto .escribenosahora{
    position: absolute;
    left: 110px;
    bottom: 0;
}

.contacto-one .contenedor-contacto .escribenosahoraMobile{
    display: none;
}

.contacto-one .contenedor-contacto .ask-info {
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
}

.contacto-one .contenedor-contacto .ask-info a {
    display: inline-block;
    vertical-align: bottom;
    color: #000;
    font-family: latobold;
    font-size: 16px;
}

.contacto-one .contenedor-contacto .ask-info a img {
    width: 20px;
    margin-right: 5px;
}

.contacto-one .contenedor-contacto p.row.row-input,
.contacto-one .contenedor-contacto p.row.row-btn {
    position: relative;
}
.contacto-one .contenedor-contacto p.row.row-btn i{
    position: absolute;
    right: 8%;
    top: 14px;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
    margin-right: 2%;
    width: 31.8%;
    position: relative;
    font-family: 'Simple-Line-Icons';
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap:before {
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: 15px;
    z-index: 1;
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.comentario:before {
    margin-top: -48px;
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.nombre:before,
.ask-certificaciones .right p span.wpcf7-form-control-wrap.nombre:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.nombre:before {
    content: "\e005";
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.email:before,
.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.centrolaboral:before,
.ask-certificaciones .right p span.wpcf7-form-control-wrap.email:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.email:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.centrolaboral:before {
    content: "\e01e";
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.telefono:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.telefono:before{
    content: "\e046";
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.curso:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.curso:before{
    content: "\e019";
    z-index: 1;
    font-size: 17px;
    margin-top: 13px;
}

.contacto-one .contenedor-contacto span.wpcf7-form-control-wrap.comentario:before,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.comentario:before{
    content: "\e060";
}

.contacto-one .contenedor-contacto p span:last-child {
    margin:0;
}

.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap{
    margin-right: 0;
    margin-bottom: 0;
    color: #000;
    margin-top: 12px;
    width:45%;
}

.contacto-one .contenedor-contacto p.row.row-btn .terminos{
    position: absolute;
    left: 266px;
    top: 12px;
    font: 15px 'latolight';
}

.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span{
    padding-left: 25px;
    display: inline-block;
}

.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span span,
.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span span span{
    margin-right: 0;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    color:#7F7F7F;
    font: 15px 'latolight';
}

.contacto-one .contenedor-contacto span input {
    display: block !important;
    width: 79.5% !important;
    font-size: 15px;
    font-family: 'latolight';
    line-height: 45px;
    height:45px;
    color: #7F7F7F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 0 5% 0 15% !important;
    border: 1px solid #2E3D91 !important;
    outline: 0!important;
}
.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span span input[type="checkbox"]{
    position: absolute;
    left: -24px;
    top: 0;
    width:22px!important;
    height:22px !important;
    padding: 0 !important;
    border:none;
    -webkit-appearance: none;
    border-radius:20px !important;
    border: 2px solid #8BCC47 !important;
    overflow:hidden;
}

.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span span input[type="checkbox"]:after {
    background-color: #fff;
    content: '';
    display: block;
    width:100%;
    height:100%;
    position: relative;
}
.contacto-one .contenedor-contacto p.row.row-btn .wpcf7-form-control-wrap span span input[type="checkbox"]:checked:after {
    background-color: #8BCC47;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.contacto-one .contenedor-contacto span textarea {
    display: block !important;
    width: 79.5% !important;
    font-size: 15px;
    font-family: 'latolight';
    line-height: 1.42857143;
    color: #7F7F7F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 9px 5% 0 15% !important;
    border: 1px solid #2E3D91 !important;
    outline: 0!important;
    line-height: 24px;
    height:102px;
    margin-top: -64px;
    resize: none;
}

.contacto-one .contenedor-contacto span .ui-selectmenu-button {
    font-size: 15px;
    font-family: 'latolight';
    color: #7F7F7F;
    line-height: 45px;
    height:45px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 0 5% 0 15% !important;
    border: 1px solid #2E3D91 !important;
    outline: 0!important;
}

.contacto-one .contenedor-contacto span select {
    width: 100% !important;
    font-size: 15px;
    font-family: 'latolight';
    line-height: 45px;
    height:45px;
    color: #7F7F7F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding: 0 22px 0 40px !important;
    border: 1px solid #2E3D91 !important;
    outline: 0!important;
}

.ui-selectmenu-menu .ui-menu {
    width: 71% !important;
    overflow-y: scroll;
    max-height: 300px;
}

.contacto-one .contenedor-contacto span.ui-icon.ui-icon-triangle-1-s {
    background: url("../images/tridown_blue.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top:50%;
    float:none;
    margin-top: -5px;
    margin-bottom: 0;
    width: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.contacto-one .contenedor-contacto span select::-ms-expand {
    display: none;
}

.contacto-one .contenedor-contacto span.ui-icon {
    float: right;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #999999;
    color: #fff;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #aaaaaa;
    font-family: 'latoregular';
    color: #2b2a2a;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}

.contacto-one .contenedor-contacto span.ui-selectmenu-text {
    overflow: hidden !important;
    width: 92% !important;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'latolight';
}

.contacto-one input[type="submit"] {
    font: 17px 'latomedium';
    border: none;
    color: #fff;
    width: 36%;
    height: 45px;
    line-height: 45px;
    background: #8BCC47;
    margin: 0 0 0 0;
    padding: 0 35px 0 0;
    border-radius: 20px;
    float: right;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    right: 15px;
    top: 9px;
}

.contacto-one input[type="submit"]:hover {
    background: #74a517;
}


/*--fin del content--*/


/*---------------------------*/


/*Seminarios y talleres*/

.sem-and-wksh {
    background-color: #F4F6F9;
}
.sem-and-wksh .filtros{
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}
.sem-and-wksh .filtros a{
    color: #4C4C4C;
    cursor: pointer;
    font: 17px 'latomedium';
    position: relative;
    margin: 0 50px;
    text-transform: capitalize;
}
.sem-and-wksh .filtros a:after{
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    background: #85d189;
    right: -50px;
    top: -3px;
}
.sem-and-wksh .filtros a:last-child:after{
    display: none;
}

.sem-and-wksh .filtros a.active,
.sem-and-wksh .filtros a:hover{
    color: #213A96;
}

.degraded_two {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+60 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    width: 100%;
    height: 100%;
}

.degraded {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 65%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.58)), color-stop(65%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 65%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 65%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 65%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 65%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#94ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    width: 100%;
    position: relative;
    height: 100%;
}

#tri_izq {
    position: relative;
    right: 60px;
    float: left;
    bottom: 13px;
    border-top: 15px solid transparent;
    border-right: 21px solid #fff;
    border-bottom: 15px solid transparent;
}

#tri_der {
    position: relative;
    left: 40px;
    float: left;
    bottom: 13px;
    border-top: 15px solid transparent;
    border-left: 21px solid #fff;
    border-bottom: 15px solid transparent;
}

.triangulo_der,
.triangulo_izq {
    z-index: 51;
    width: auto;
    cursor: pointer;
    top: 45%;
    height: auto;
    position: absolute;
    border: none;
}

.triangulo_der a {
    background: url(../images/prev.png) no-repeat;
    height: 141px;
    width: 70px;
    display: block;
}

.triangulo_der:hover a {
    background: url(../images/prev-active.png)no-repeat;
}

.triangulo_izq:hover a {
    background: url(../images/next-active.png)no-repeat;
}

.triangulo_izq {
    position: absolute;
    right: 0px;
}

.triangulo_izq a {
    background: url(../images/next.png)no-repeat;
    height: 141px;
    width: 70px;
    display: block;
}

.triangulo_der a,
.triangulo_izq a {
    font-size: 0px;
    display: block;
}

.triangulo_der a.disabled,
.triangulo_izq a.disabled {
    display: none;
}

.sem-and-wksh .bx-controls.bx-has-pager {
    display: none;
}

.spacing_sem {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 ;
}


.page-template-page-detalle-php .spacing_sem {
    padding: 50px 0 0 0;
}

.spacing_sem .title {
    padding: 0 0 40px 0;
}

.spacing_sem .quienesimg p {
    font: 15px/24px 'latolight';
    color: #323232;
}

.title_style .titledisplay,
.title .titledisplay,
.title_white .titledisplay {
    display: inline-block;
    vertical-align: baseline;
    position:relative;
}

.title_style .titledisplay:before,
.title .titledisplay:before,
.title_white .titledisplay:before {
    position: absolute;
    left:0;
    bottom:-5px;
    background: #8BCC47;
    border-radius:10px;
    content: '';
    width: 40%;
    height:6px;
}
.title_style .titledisplay img,
.title .titledisplay img,
.title_white .titledisplay img,
.title .titledisplay img {
    margin: 0 5px 0 0;
    vertical-align: baseline;
}

.title,
.spacing_house h1 {
    color: #003c93;
    display: block;
    font: 30px'latobold';
    padding-bottom: 20px;
    margin: 0px;
}

.spacing_house h1 {
    margin: 0 0 15px 0;
}

.title span,
.spacing_house h1 span {
    color: #003c93;
    font: 30px'latoregular';
}

.titledisplay i:before{
    color: #8BCC47;
    font-size: 26px;
    /*vertical-align: middle;*/
    margin-right: 6px;
}

.spacing_sem .bx-wrapper {
    margin: 12px 0 0 0;
}

.spacing_sem .bx-wrapper .bx-viewport {
    padding: 15px 10px;
}

.list-course {
    text-align: center;
    height: 660px;
    overflow: hidden;
}

.ver_mas {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    font: 27px/43px 'latobold';
    letter-spacing: 2px;
}

#content_img {
    position: relative;
    margin: 68px 28px 0 0;
    display: inline-block;
}

#content_img:hover {
    -webkit-box-shadow: 0 0 12px 9px #999;
    -moz-box-shadow: 0 0 12px 9px #999;
}

#content_img:last-child {
    margin-right: 0;
}

.cont-date-course {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div h4 {
    /*position: absolute;*/
    font: 13px 'latoregular';
    color: #003c93;
    margin-left: 21px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 245px;
    word-wrap: break-word;
}

.date-day {
    width: 30%;
    float: right;
}

.content-slider-texto {
    position: absolute;
    bottom: 0;
}

.course {
    text-align: left;
    width: 70%;
    height: 100px;
    background: rgba(255, 255, 255, 0.85);
    float: left;
    top: 67.6%;
}

.course img {
    position: absolute;
    margin-left: 20px;
    margin-top: 18px;
}

#course_txt {
    font: 14px 'latobold';
    margin-left: 50px;
    margin-top: 10px;
    color: #003c93;
}

#course_txt br {
    display: block;
}

#day {
    height: 57px;
    background: rgba(95, 152, 241, 0.80);
    color: #fff;
    text-align: center;
    font: 30px/45px 'latobold';
    display: block;
    line-height: 55px;
}

.month {
    font: 18px 'latobold';
    text-align: right;
    padding-left: 0;
}

.clock {
    padding: 5px 5px 0 0;
}

.infor {
    font: 14px/43px 'latobold';
    text-align: center;
    color: #fff;
    background: rgba(128, 183, 25, 1);
    display: block;
}

.infor a {
    color: #fff;
    display: block;
}

.infor:hover {
    background: #74a517;
}

.infor span {
    font: 25px'latobold';
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.verMasPost{
    height: 30px;
    border: 1px solid #213A96;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 125px;
    position: relative;
    border-radius: 20px;
    color: #213A96;
    font: 17px/30px 'latoregular';
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.verMasPost span{
    width: 20px;
    display: inline-block;
}

.loader,.loader:after{
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin-top: -5px;
 }
.loader,
.spacing_sem .loaderContent {
    background-color: 74a517;
    border-top: 5px solid rgb(255,255,255,0.5);
    border-right: 5px solid rgb(255,255,255,0.6);
    border-bottom: 5px solid rgb(255,255,255,0.7);
    border-left: 5px solid rgba(255,255,255,0.8);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: .8s;
    animation-name: spinner-loading;
 }
.spacing_sem .loaderContent {
    display: none;
    border-top: 5px solid rgb(139,204,71,0.5);
    border-right: 5px solid rgb(139,204,71,0.6);
    border-bottom: 5px solid rgb(139,204,71,0.7);
    border-left: 5px solid rgba(139,204,71,0.8);
}
@keyframes spinner-loading{
  0% {
      transform: rotate(0deg)
  } to {
      transform: rotate(1turn)
  }
}
.verMasPost.active,
.verMasPost:hover {
    background: #74a517;
    border: 1px solid  #74a517;
    color: #fff;
}

.spacing_sem .loaderContent, .spacing_sem .loaderContent:after{
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -30px;
}

.listCourse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 350px;
}

.listCourse .courseItem {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 60px;
    margin-bottom: 50px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: calc(100% / 3 - 40px);
}

.listCourse .courseItem.nopadding,
.listCourse .courseItem:first-child {
    padding-left: 0;
}
.listCourse .courseItem:hover .courseItemBorder {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.75);
}

.listCourse .courseItem>a {
    position: absolute;
    /*width: calc(100% - 30px);*/
    width:100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

.listCourse .courseItem .courseItemBorder {
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    height: 100%;
    background: #fff;
    position: relative;
}

.listCourse .courseItem .courseItemBorder .descuento{
    background: #8BCC47;
    border-radius: 40px;
    width: 70px;
    height: 50px;
    line-height: 84px;
    color: #213A96;
    font: 24px/20px 'latobold';
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
    padding-top: 20px;
}

.listCourse .courseItem .courseItemBorder .descuento span{
    display: block;
    text-align:center;
    font: 12px 'latoregular';
}


.listCourse .courseItem .nameTag {
    padding-left: 10px;
    padding-right: 10px;
}

.listCourse .courseItem .nameTag h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-family: 'latoregular';
    padding-left: 25px;
    min-height:20px;
    color: #656565;
    position: relative;
}

.listCourse .courseItem .nameTag h3:before{
    background: #83B653;
    width: 20px;
    height:2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%; 
}

.listCourse .courseItem img {
    height: auto;
    min-height: 289px;
    width: 100%;
    border-radius: 10px 0 0;
}

.page-template-page-detalle .listCourse .courseItem img {
    border-radius: 10px 10px 0 0;
}

.listCourse .courseItem .containerCourse {
    background: #fff;
    padding: 20px 0 0;
    border-radius: 0 0 10px 10px;
}

.listCourse .courseItem .containerCourse h2 {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: latobold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    color: #3F3F3F;
    margin-bottom: 15px;
    /*min-height:90px;*/
}

.listCourse .courseItem .containerCourse h2 br {
    display: none;
}

.courseItem .containerCourse .detailCourse {
    background: #213A96;
    padding: 18px 16px 15px;
    display: flex;
}

.courseItem .containerCourse .detailCourse .Descripcion,
.courseItem .containerCourse .detailCourse .day {
    width: 55%;
    position:relative;
}
.courseItem .containerCourse .detailCourse .day:before {
    color:#8BCC47;
    position: absolute;
    left: 0;
    top:0;
    font-size: 30px;
}

.courseItem .containerCourse .detailCourse .day:after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    background: #fff;
    right: 0;
    top: 10%; 
    border-radius:5px;
}

.courseItem .containerCourse .detailCourse .Descripcion {
    font-family: latoregular;
    font-size: 15px;
    color: #fff;
    line-height: 17px;
    padding-left: 3%;
    width: 50%;
    margin-top: -2px;
}

.courseItem .containerCourse .detailCourse .Descripcion strong{
    font-weight: normal;
    font-size: 12px;
}

.courseItem .containerCourse .detailCourse .day span,
.courseItem .containerCourse .detailCourse .day small {
    display: block;
    text-align: left;
}

.courseItem .containerCourse .detailCourse .day span {
    font-family: 'latoregular';
    font-size: 12px;
    color: #fff;
    text-transform: inherit;
    line-height:14px;
    padding-left: 35px;
}

.courseItem .containerCourse .detailCourse .day small {
    font-family: latoregular;
    font-size: 15px;
    line-height:20px;
    padding-left: 35px;
    color: #fff;
}

.courseItem .botones{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

.courseItem .botones a{
    display: inline-block;
    border-radius: 30px;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 16px;
    font: 'latomedium';
    width: 41.5%;
}

.courseItem .botones .linkPost {
    background:#8BCC47;
    color: #fff;
    margin-right: 15px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.courseItem .botones .linkPost:hover {
    background: #74a517;
}

.courseItem .botones .linkPost svg{
    font-size: 12px;
    margin-left: 4px;
    color: #fff;
    width: 16px;
    vertical-align: middle;
    margin-top: -6px;
}

.courseItem .botones .linkCompra {
    border:1px solid #8BCC47;
    color: #213A96;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.courseItem .botones .linkCompra:hover{
    background:#74a517;
    color:#fff;
}

.courseItem .botones .linkCompra i{
    margin-left: 1px;
}

/*.courseItem .linkPost:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6FC908;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.listCourse .courseItem:hover .linkPost {
    color: #fff;
}

.listCourse .courseItem:hover .linkPost:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/


/*Seminarios y talleres end*/


/*---------------------------*/
.ask-certificaciones{
    padding-bottom: 50px;
    padding-top: 30px;
    position: relative;
}
.ask-certificaciones .left{
    padding-top: 20px;
    min-height: 180px;
    width: 500px;
}
.ask-certificaciones .left div{
    margin-bottom: 30px;
}
.ask-certificaciones.detalleinterna .left div{
    display: inline-block;
    vertical-align:top;
}
.ask-certificaciones.detalleinterna .left div:first-child{
    margin-right: 60px;
}
.ask-certificaciones .left .slick-dots{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
}
.ask-certificaciones .left .slick-dots li{
    background: #213A96;
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 20px;
    border: 0;
}
.ask-certificaciones .left .slick-dots li.slick-active{
    width: 18px;
    height: 18px;
}
.ask-certificaciones .left .slick-dots li button{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.ask-certificaciones .left ul li{
    border-left: 10px solid #D0D0D0;
    padding-left: 20px;
    padding-bottom: 3px;
    position: relative;
}

.ask-certificaciones .left ul li img{
    position: absolute;
    left: 20px;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    border: 1px solid #8BCC47;
}

.ask-certificaciones .left ul li h5{
    padding-left: 95px;
    margin: 0 0 5px;
    font-size: 18px;
    padding-top: 20px;
    min-height: 56px;
}

.ask-certificaciones .left ul li p {
    font: 15px 'latoregular';
    color: #7F7F7F;
}

.ask-certificaciones .subTitle{
    color:#323232;
    font: 24px'latobold';
    padding-top: 15px;
}

.ask-certificaciones .subTitle i{
    font-size: 20px;
    color: #8BCC47;
}
.ask-certificaciones .left div:last-child{
    margin:0;
}
.ask-certificaciones .right{
    background: #8BCC47;
    padding: 15px 22px;
    position:absolute;
    top:28px;
    right:0;
    border-radius: 5px;
    width:570px;
}
.ask-certificaciones .right .titledisplay i:before{
    color:#fff;
}
.ask-certificaciones .right .titledisplay:before{
    background:#fff;
    width: 60%;
}
.ask-certificaciones .right p{
    color: #000;
    font: 15px/24px 'latolight';
    margin-bottom: 15px;
    position:relative;
}
.ask-certificaciones .right p.first{
    overflow:hidden;
}

.ask-certificaciones .right .acepto span{
    font: 15px/20px 'latolight';
    display: inline-block;
    height: 24px;
    margin: 0;
}

.ask-certificaciones .right input{
    padding:0;
    height:52px;
    line-height:52px;
    background:#fff;
    border:none;
    color:#656565;
    padding: 0 5% 0 13%;
    width: 80%;
    border-radius:5px;
}

.ask-certificaciones .right input.wpcf7-not-valid {
    border: 1px solid red !important;
}
.ask-certificaciones .right p span.wpcf7-not-valid-tip{
    display: none;
}

.ask-certificaciones .right span.wpcf7-form-control-wrap{
    font-family: 'Simple-Line-Icons';
}

.ask-certificaciones .right span.wpcf7-form-control-wrap:before {
    position: absolute;
    left: 15px;
    color:#656565;
    top: 50%;
    margin-top: -12px;
}

.ask-certificaciones .right p span.wpcf7-form-control-wrap.Nombre{
    float:left;
    width:50%;
}
.ask-certificaciones .right p span.wpcf7-not-valid-tip{
    font-size:13px;
    margin-bottom: 12px;
}

.ask-certificaciones .right p span.wpcf7-form-control-wrap.Email{
    float:right;
    text-align: right;
    width:50%;
}

.ask-certificaciones .right p .acepto{
    position:relative;
    color:#000;
    padding-left: 30px;
    display: inline-block;
    height: 24px;
}

.ask-certificaciones .right p .acepto input[type="checkbox"]{
    position: absolute;
    left: 5px;
    top: 2px;
    width: 22px!important;
    height: 22px;
    line-height:22px;
    padding: 0 !important;
    border: none;
    -webkit-appearance: none;
    border-radius: 20px !important;
    border: 2px solid #213A96 !important;
    background: #8BCC47;
    overflow: hidden;
}

.ask-certificaciones .right p .acepto input[type="checkbox"]:after {
    background-color: #8BCC47;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.ask-certificaciones .right p .acepto input[type="checkbox"]:checked:after {
    background-color: #213A96;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.ask-certificaciones .right .row.row-btn i{
    position: absolute;
    bottom: -45px;
    left: 128px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    padding: 0;
}

.ask-certificaciones .right p input[type="submit"]{
    background: #213A96;
    border: #213A96;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font: 17px 'latomedium';
    padding: 0 25px 0 0;
    border-radius: 20px;
    width: 185px;
        -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.ask-certificaciones .right p input[type="submit"]:hover{
    background: #74a517;
    border: 1px solid #f0f0f0;
}

/*Cursos in house*/

.house-course {
    background: url(../images/house.png);
    background-repeat: no-repeat;
    background-size: 60% 100%;
    position: relative;
}

.house-course .bx-wrapper .bx-pager {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    float: none !important;
    text-align: center;
    padding: 20px 0 0 0;
}

.spacing_house {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    padding: 30px 0 60px;
}

.page-template-page-somos .spacing_house,
.page-template-page-eventos .spacing_house,
.page-template-page-detalle .spacing_house {
    top: 50%;
    min-height: auto;
    padding: 0;
    transform: translate(0, -50%);
}

.page-template-page-seminarios .spacing_house {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    min-height: auto;
    padding: 0;
    transform: translate(0, -50%);
}

.title_right {
    color: #003c93;
    font: 50px'latobold';
    float: right;
    width: 415px;
    word-wrap: break-word;
}

.sub_title {
    padding-top: 25px;
    width: 50%;
    position: relative;
    display: inline-block
}

.slide .sub_title {
    width: auto;
}

.sub_title .body_house {
    font-size: 15px;
    margin: 12px 0 0 0;
}

.sub_title strong {
    font: 20px 'latobold';
    color: #003c93;
    text-transform: uppercase;
}

.sub_title p {
    margin: 15px 0 0 0;
    font-family: 'latobold';
    font-size: 18px;
    line-height: 20px;
    color: #003c93;
}

#somos .sub_title p {
    font: 13px/18px 'latoregular';
}

.body_house p {
    font: 13px/18px 'latoregular';
}

.agen_infor {
    margin-top: 37px;
}

.button-temario {
    font: 18px 'latobold';
    background: #3f87f6;
    float: left;
    width: 150px;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.button-inscri {
    font: 20px/40px 'latobold';
    background: #80b719;
    float: left;
    width: 150px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
}

.button-inscri:hover {
    background: #74a517;
}

.button-temario:hover {
    background: #3674d2;
}

.button-info {
    font: 18px/40px 'latobold';
    background: #80b719;
    float: left;
    width: 250px;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.button-info:hover {
    background: #74a517;
}


/*Cursos in house end*/


/*************************************************/


/*solicitar informacion*/

.ask-information {
    position: relative;
}

.blue {
    background: rgba(0, 60, 147);
    width: 100%;
    height: 100%;
}

.not_pub.home{
    padding: 0px 0 50px;
}

.spacing_info {
    width: 1200px;
    margin: 0 auto;
    font: 13px 'latoregular';
    color: #fff;
    padding: 40px 0 50px 0;
    position: relative;
}

.title_white {
    color: #fff;
    font: 30px'latobold';
}

.title_white span {
    color: #fff;
    font: 30px'latolight';
}

.spacing_galeria .slider_galeria {
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.spacing_galeria .slider_galeria .item_galeria {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.spacing_galeria .slider_galeria .item_galeria.slick-active{
    border: 2px solid red;
}
.spacing_galeria .slider_galeria .item_galeria.slick-active:first-child{
    border: none !important;
}

.spacing_galeria .slider_galeria .item_galeria .cont_galeria_img img {
    width: 100%;
}

/*Galeria*/


.main {
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 350px;
  font-family: "LeagueSpartanVariable";
  background: var(--black);
  overflow: hidden;
  transition: background .3s;
}

.main__slider {
  position: relative !important;
  width: 100%;
  /*transform: translateY(-50%);*/
}

.main__slider .slick-list.draggable{
    padding: 0!important;
}

.main__slider.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  width:420px;
}

.main__item.slick-slide {
  position: relative;
  opacity: 0.4;
  transition: opacity 0.5s;
  outline: none;
}

.main__item.slick-current {
  opacity: 1;
}

.main__item.slick-current .main__title {
  animation: grow 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.main__item.slick-current .main__image {
  transform: scale(1);
}

.main__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-variation-settings: "wght" 200;
  animation: shrink 0.5s;
  animation-fill-mode: forwards;
  cursor: grab;
}

.main__image {
  width: 100%;
  height: 350px;
  transform: scale(0.8);
  transition: transform 0.8s;
  transition-delay: 0.1s;
  background-size: cover;
  background-position: center;
  cursor: grab;
  background-repeat: no-repeat;
}

.main__image:active, .main__title:active {
  cursor: grabbing;
}

.main__credit {
  position: fixed;
  bottom: 30px;
  right: 50px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 200;
}

.main__credit a {
  text-decoration: none;
  font-variation-settings: "wght" 650;
}

.main__info {
  position: fixed;
  top: 50px;
  right: 50px;
}

.main__info:hover + .main__info-window {
  opacity: 1;
  max-height: 200px;
}

.main__info-window {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 300px;
  max-height: 0;
  padding: 20px;
  background: #fff;
  color: var(--black);
  font-size: 14px;
  line-height: 1.4em;
  opacity: 0;
  transition: all 0.3s;
}

.main__options {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.main__option {
  position: relative;
  font-size: 14px;
  margin-right: 30px;
  text-decoration: none;
  font-variation-settings: "wght" 300;
  transition: all .3s;
}

.main__option.active {
  font-variation-settings: "wght" 700;
}

.main__option.active:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 1px;
  width: 100%;;
  bottom: -5px;
  left: 0;
}


/* Animations */

@keyframes grow {
  0% {
    font-variation-settings: "wght" 200;
    font-size: 50px;
  }
  100% {
    font-variation-settings: "wght" 650;
    font-size: 125px;
  }
}

@keyframes shrink {
  0% {
    font-variation-settings: "wght" 650;
    font-size: 125px;
  }
  100% {
    font-variation-settings: "wght" 200;
    font-size: 50px;
  }
}

/*---------------------------------------*/

@media only screen and (max-width: 650px){
  .main__image {
    height: 350px;
  }

  .main__info {
    top: 20px;
    right: 20px;
  }

  .main__item.slick-slide {
    /*margin: 0 20px;*/
  }

  .main__credit {
    bottom: 25px;
    right: 25px;
  }

  .main__options {
    bottom: 25px;
    left: 25px;
  }

  @keyframes grow {
    0% {
      font-variation-settings: "wght" 200;
      font-size: 65px;
    }
    100% {
      font-variation-settings: "wght" 650;
      font-size: 65px;
    }
  }

  @keyframes shrink {
    0% {
      font-variation-settings: "wght" 650;
      font-size: 65px;
    }
    100% {
      font-variation-settings: "wght" 200;
      font-size: 65px;
    }
  }
}


/*Fin galeria*/

.spacing_galeria .slick-dots {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
}

.spacing_galeria .slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    border: none !important;
    width: 14px;
    height: 14px;
}

.spacing_galeria .slick-dots li button {
    border-radius: 100px;
    background-color: #fff;
    border:0;
    font-size: 0;
}

.spacing_galeria .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
}


/*solicitar informacion end*/


/*************************************************/


/*--Publicaciones y noticia--*/

.video-id-youtube {
    width: 47%;
    height: 360px;
    position: relative;
    float: left;
}

.video-id-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.spacing_cloud {
    width: 1200px;
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
    color: #003c93;
}

.page-parent .spacing_cloud{
    padding:0;
}

.public_notice {
    font: 40px 'latoregular';
    display: block;
    float: left;
    position: relative;
    margin: 0 0 0 0;
    width:48%;
}

.public_notice a.read-more{
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:30px;
    border-radius:10px;
    text-transform: none;
    color: #8BCC47;
    width:100px;
    margin-top: 10px;
    height:30px;
    border:1px solid #8BCC47;
    font-size:15px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.public_notice a.read-more:hover{
    background: #8BCC47;
    color: #fff;
}

.public_notice .title{
    margin-bottom: 15px;
}

.public_notice:nth-child(2) {
    float: right;
}

.public_notice div.scroll-pane {
    border: 1px solid #213A96;
    border-radius: 8px;
    padding-bottom: 10px !important;
    width:100%;
}

.public_notice div.scroll-pane .title-scroll{
    padding-right: 12px;
    padding-left: 15px;
}


.public_notice div.scroll-pane ul.title-scroll li:last-child .body-scroll{
    border-bottom: none;
}

#border {
    border-bottom: 1px solid #003c93;
    padding-bottom: 15px;
    margin: 0 0 25px 0;
}

.jspVerticalBar {
    right: 0;
}

.scroll-pane {
    width: 373px;
    height: 500px;
    overflow: auto;
}

.title-scroll li {
    font: 20px 'latobold';
    text-align: left;
    padding: 20px 0 0 10px;
}

.title-scroll li:hover {
    background: #f5f5f5;
}

.title-scroll img {
    position: relative;
    float: left;
    right: 10px;
    margin-bottom: 5px;
}

.title-scroll div {
    border-bottom: 1px dashed #213A96;
    padding-bottom: 17px;
}

.title-scroll h5 {
    font: 13px 'latoregular';
    color: #81abf8;
    padding-left: 20px;
}

.body-scroll {
    font: 14px 'latoregular';
    color: #003c93;
}

.bodyscroll a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #80b719;
}

.read-more {
    font: 13px 'latoregular';
    color: #80b719;
    text-transform: uppercase;
    text-decoration: underline;
}

#shaking {
    position: relative;
    display:none;
    float: right;
}

.page-template-page-detalle .labels {
    margin: 55px 0 0 0;
    padding-bottom: 90px;
}

.labels {
    color: #fff;
    text-align: left;
    font: 20px/40px 'latobold';
    margin: 55px 0 90px 0;
}

.labels .st-tag-cloud {
    display: inline-block;
    text-align: center;
}

.home .labels .st-tag-cloud {
    background: none;
}

.labels a {
    font-family: latosemibold;
    line-height: 18px;
    color: #fff !important;
    padding: 10px;
    background: #003c93;
    display: inline-block;
    vertical-align: bottom;
}

.labels a:hover {
    background: #3f87f6;
}


/*--publicaiones y noticia end--*/


/***********************************************/


/*--Nuestros clientes--*/

.our_clients {
    background: #F4F6F9;
}

.spacing_cli {
    background: #F4F6F9;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0 0;
}

.spacing_cli a {
    display: inline-block;
    vertical-align: middle;
    position:relative;
}

.slick-initialized .slick-slide{
    position: relative;
}

.spacing_cli a:before {
    content: '';
    position:absolute;
    top:50%;
    margin-top: -21px;
    background:#83B653;
    right:0;
    width: 2px;
    height:42px;
    border-radius:10px;
}

.slick-initialized.customers_logo:before{
    content: '';
    position:absolute;
    top:50%;
    margin-top: -21px;
    background:#F4F6F9;
    right:0;
    width: 2px;
    height:42px;
    border-radius:10px;
    z-index:1;
}

.spacing_cli a img {
    display: inline-block;
}

.customers_logo {
    line-height: 221px;
    text-align: center;
}

.spacing_cli .bx-wrapper .bx-pager {
    display: none;
}

.sem-and-wksh.paddingBottom{
    padding-bottom: 60px;
}

.form_place.detalle{
    padding: 0;
    margin-top: -30px;
    position: relative;
    background:#fff;
    border-radius:4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 22px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 22px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 22px -6px rgba(0,0,0,0.75);
}

.form_place.detalle .detalleCurso{
    background:#8BCC47;
    padding: 10px 0 10px 2%;
    width:28%;
    float:left;
}

.form_place.detalle .detalleCurso div{
    color: #fff;
    font: 15px 'latoregular';
    min-height: 76px;
    padding: 25px 0 0 30px;
    position: relative;
}

.form_place.detalle .detalleCurso div:before{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    content: '';
    height:1px;
    width:97%;
    background: rgba(255,255,255, 0.2);
}


.form_place.detalle .detalleCurso div:last-child:before{
    display: none;
}

.form_place.detalle .detalleCurso div i{
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 25px;
    margin-top: -5px;
}

.form_place.detalle .detalleCurso div i.fa-map-marker{
    left:5px;
    font-size: 28px;
    margin-top: -8px;
}

.form_place.detalle .detalleCurso div span{
    color:#213A96;
    font: 20px 'latobold';
    display: block;
    margin-top: 3px;
}

.form_place.detalle .contacto-one{
    float:right;
    width: 70%;
}

.form_place.detalle .contacto-one .contenedor-contacto{
    padding-left: 22px;
    padding-right: 22px;
}

.form_place.detalle .contacto-one .left,
.form_place.detalle .contacto-one .contenedor-contacto .escribenosahora{
    display: none;
}

.form_place.detalle .contacto-one .right{
    width: 100%;
}

.form_place.detalle .contacto-one h4{
    text-align: left;
    font: 25px/30px 'latobold';
    padding-bottom: 30px;
    margin: 0;
    width:460px;
}

.form_place.detalle .contacto-one .whatshap{
    font: 17px latomedium;
    border: none;
    color: #fff;
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: #8bcc47;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 20px;
    float: right;
}

.form_place.detalle .contacto-one .right .ui-state-default{
    display: block !important;    
    width: 80% !important;
}

.leftSobreCurso{
    float: left;
    width: 50%;
}

.responsiveLogo{
    display: none;
}

.page-template-page-detalle-php .leftSobreCurso .tituloSobreCurso{
    background: #213A96;
    color: #fff;
    font: 20px 'latoregular';
    line-height: 40px;
    padding-left: 7% !important;
    margin: 0 0 10px 0 !important;
    height: 40px;
    width: 93%;
    border-radius: 5px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
    position:relative;
    border: none;
}

.page-template-page-detalle-php .leftSobreCurso .tituloSobreCurso i{
    position: absolute;
    left: 3.8%;
    top: 50%;
    color: #8BCC47;
    font-size: 14px;
    margin-top: -6px;
}

.page-template-page-detalle-php .leftSobreCurso .tituloSobreCurso.ui-accordion-header-active{
    border-radius: 5px 5px 0 0;
    margin: 0 !important;
}

.leftSobreCurso .contenidoSobreCurso{
    border: 1px solid #213A96;
    padding: 16px 12px !important;
    color: #323232;
    font: 15px/21px 'latolight';
    text-align:justify;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.rightSobreCurso{
    float: right;
    width: 48%;
}

.rightSobreCurso .multimedia{
    border: 8px solid #213A96;
}

.rightSobreCurso .first-child{
    padding: 12px 8px 0;
}

.rightSobreCurso .first-child p{
    font: 15px/25px 'latolight';
    color: #323232;
}

.rightSobreCurso .first-child p:first-child{
    font: 20px/30px 'latobold';
}

.rightSobreCurso img{
    width: 100%;
    height: auto;
}
.rightSobreCurso iframe{
    width: 100%;
}

.contentTemario{
    border: 1px solid #213A96 !important;
    border-radius:5px;
    padding: 20px 40px !important;
}

.page-template-page-detalle-php .contentTemario .ui-accordion-header{
    padding: 0!important;
    background: none !important;
    text-align: left;
    border: none;
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 22px !important;
}
.page-template-page-detalle-php .contentTemario .ui-accordion-header.ui-accordion-header-active,
.page-template-page-detalle-php .contentTemario .title-accordion:last-child{
    margin-bottom: 0 !important;
}

.contentTemario h4{
    margin: 0;
    color: #213A96;
    font: 25px 'latobold';
}
.contentTemario h5{
    color:#323232;
    font: 20px 'latobold';
    margin: 0 0 5px;
    position: relative;
}
.contentTemario h5 i{
    color: #8BCC47;
    position: absolute;
    left: -24px;
    top: 5px;
    font-size: 18px;
}
.contentTemario .contenidotemario{
    font: 15px 'latolight';
    color:  #323232;
    margin-bottom: 22px;
    border:none;
    padding: 0!important;
}
.contentTemario .contenidotemario:last-child{
    margin: 0;
}
.contentTemario .contenidotemario li{
    font: 15px/22px 'latolight';
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px;
}
.contentTemario .contenidotemario li:before{
    position: absolute;
    left: 0;
    top: 10px;
    content:'';
    height: 1px;
    width: 6px;
    background: #323232;
}

.docente{
    background: #213A96;
    border-radius: 5px;
    padding: 45px 3% 45px 12.5%;
    width: 75%;
    position:relative;
}

.docente .borde{
    background: #8BCC47;
    width: 100px;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1;
    top: 0;
}

.docente .imagen-expositor {
    width: 130px;
    height:130px;
    overflow:hidden;
    border-radius: 90px;
    z-index: 2;
    position:absolute;
    top: 30px;
    left:35px;
}
.docente .imagen-expositor img{
    width: 100%;
    height: 100%;
}
.docente .contenido-expositor h5{
    color:#8BCC47;
    font: 30px 'latoregular';
    padding-left: 35px;
    margin: 0;
}
.docente .contenido-expositor h6{
    color:#fff;
    margin: 0;
    text-transform: uppercase;
    font: 30px 'latobold';
    margin-bottom: 40px;
    min-height: 85px;
    padding-left: 35px;
}
.docente .contenido-expositor p{
    color:#fff;
    font: 20px/28px 'latolight';
    text-align: justify;
}
.docente .contenido-expositor a{
    width: 130px;
    height:30px;
    text-align: center;
    margin-top: 25px;
    color:#fff;
    font: 17px/30px 'latoregular';
    border-radius: 20px;
    border: 1px solid #fff;
    display: block;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.docente .contenido-expositor a:hover{
    background: #8BCC47;
    border-color: #8BCC47;
}
.detallesCurso{
    background: #8BCC47;
    padding: 30px 0;
}
.detallesCurso .clearfix{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0;
}
.detallesCurso .clearfix .leftDetalleCurso{
    width: 45%;
    padding-left: 1.8%;
    float: left;
}
.detallesCurso .clearfix .leftDetalleCurso li{
    height: 55px;
    border-bottom: 1px solid #2E3D91;
    position: relative;
    color: #323232;
    font: 15px/55px 'latoregular';
}
.detallesCurso .clearfix .leftDetalleCurso li span{
    float: right;
}
.detallesCurso .clearfix .leftDetalleCurso li.descuento{
    color:#213A96;
    font: 18px/55px 'latobold';
}
.detallesCurso .clearfix .leftDetalleCurso li.descuento span{
    padding-right: 6px;
}
.detallesCurso .clearfix .leftDetalleCurso li:last-child{
    border: none;
}
.detallesCurso .clearfix .rightDetalleCurso{
    width: 45%;
    float: right;
    padding-right: 1.8%;
}
.detallesCurso .clearfix .rightDetalleCurso h6{
    color: #213A96;
    font: 25px 'latobold';
    margin: 6px 0 15px 0;
}
.detallesCurso .clearfix .rightDetalleCurso li{
    color:#323232;
    font: 15px/28px 'latolight';
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}
.detallesCurso .clearfix .rightDetalleCurso li:before{
    position: absolute;
    left:0;
    top:14px;
    width: 12px;
    height:1px;
    content: '';
    background:#8BCC47;
}
.detallesCurso .clearfix .rightDetalleCurso ul{
    padding-bottom:5px;
}

.detallesCurso .clearfix .rightDetalleCurso a{
    height: 45px;
    color: #fff;
    font: 20px/ 45px 'latobold';
    width:270px;
    display: block;
    text-align: center;
    border-radius:20px;
    margin-top: 25px;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.detallesCurso .clearfix .rightDetalleCurso a i{
    margin-left: 4px;
}

.detallesCurso .clearfix .rightDetalleCurso a.matriculate{
    background:#8BCC47;
}

.detallesCurso .clearfix .rightDetalleCurso a.pagar{
    background:#213A96;
    margin-bottom: 10px;
}

.detallesCurso .clearfix .rightDetalleCurso a:hover{
    background: #74a517 !important;
}

.detallesCurso .clearfix .rightDetalleCurso .tarjetas{
    padding-top: 10px;
}

.detallesCurso .clearfix .rightDetalleCurso .tarjetas img{
    margin-right: 15px;
    max-width: 54px;
}

/*--nuestrso clientes end--*/


/***********************************************************/


/*--Footer--*/

footer {
    background: #2E3D91;
}

footer .color_footer {
    width: 1200px;
    margin: 0 auto;
}

footer .bottom {
    background: #8BCC47;
    color: #213A96;
    text-align: center;
    font-family: 'latomedium';
    font-size:15px;
    height: 30px;
    line-height:30px;
}

footer .bottom article{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

footer .bottom article div{
    position: absolute;
    right: 0;
    top:0;
}

footer .bottom article div img{
    max-height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    width: auto;
}

footer .post_tags{
    text-align: center;
    padding: 0;
    height: 0;
    overflow: hidden;
}

footer .post_tags a{
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font: 13px/21px 'latoregular';
}

.foot_spacing_star,
.spacing_end {
    display: flex;
}

.spacing_end .menu_ftr {
    max-width: 18%;
    margin-top: 45px;
}

.logofoote {
    position: relative;
    margin-top: 22px;
    text-align: center;
    display:block;
}

.logofoote span {
    display: block;
    font-size: 10px;
    font-family: latoregular;
    color: #fff;
}

.menu_ftr {
    font: 13px/26px 'latoregular';
    padding: 0 45px 0 30px;
    margin: 40px 0;
}

.menu_ftr:last-child {
    padding: 0 0 0 50px;
}

.menu_ftr h4 {
    color:#8BCC47;
    margin:0;
    font:22px/26px 'latobold';
    margin-bottom: 22px;
}

.menu_ftr .post_tags a {
    display: inline-block;
    padding: 0 2.5px;
    font-size: 11px;
}

.menu_ftr:last-child,
.menu_ftr:nth-child(5) {
    border-right: 0;
}

.spacing_end .menu_ftr .post-recent li {
    padding-left: 20px;
    position: relative;
}

.spacing_end .menu_ftr .post-recent li a {
    font-size: 13px;
    text-transform: lowercase;
}

.spacing_end .menu_ftr .post-recent li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #80B719;
    position: absolute;
    top: 10px;
    left: 0;
}

.spacing_end .menu_ftr .post-recent li a br {
    display: none;
}

.menu_ftr:last-child a {
    margin-top: 3%;
}

.menu_ftr li a:hover,
.menu_ftr li.current-menu-item a {
    color: #74a517;
}

.menu_ftr li {
    position: relative;
    padding-left: 10px;
}

.menu_ftr li a:before {
    content: "\f105";
    width: 10px;
    height: 10px;
    font: 14px/1 FontAwesome;
    border-radius: 100px;
    color:#8BCC47;
    position: absolute;
    top: 5px;
    left: 0;
}

.menu_ftr a {
    color: #fff;
}

.info_here {
    font: 16px 'latobold';
    background: #80B719;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.info_here:hover {
    background: #74a517;
}

.follow {
    font: 18px/35px "latobold";
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 10px;
}

.follow span {
    display: inline-block;
    color: #fff;
    font: 13px/26px 'latoregular';
}

.follow .fa:before{
    width:21px;
    display: inline-block;
    text-align:center;
}

.follow a:hover,
.follow a:hover span{
    color: #8BCC47;
}

.follow a {

}

.infoSem p {
    font-size: 12px;
    color: #fff;
    font-family: latoregular;
}

.infoSem p b {
    font-family: latobold;
}

.infoSem .fa {
    color:#fff;
    font-size:18px;
    margin-right: 5px;
}


/*footer end*/


/**********************************************************************/


/*--Nuestro equipo--*/

#somos {
    position: absolute;
    top: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+60 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    width: 100%;
    height: 100%;
}

.degraded_two {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+60 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /*background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    /*background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
    /*background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 100%;
    height: 100%;
}

#team {
    width: 100%;
}

#team .content{
    width: 1200px;
    margin: 0 auto;
    font: 15px/26px 'latolight';
    padding: 50px 0 10px;
}

#team .spacing_sem {
    padding: 75px 0 0 0;
}

#team .spacing_sem .quienesimg{
    display: block;
    text-align: justify;
    padding: 0 0 50px 0;
}


#team .spacing_sem .quienesimg.quienesimgp p{
    width: 60%;
    float: left;
}

#team .spacing_sem .quienesimg img {
    width: 38%;
    float: right;
    height: auto;
    margin-top: -90px;
}


/*Nuestro equipo end*/


/**********************************************************************/


/*Boton---Subir*/

.up_index {
    display: none;
    z-index: 31;
    position: fixed;
    width: 110px;
    height: 45px;
    background: url(../images/up_tri.png)no-repeat 18% 20px rgba(128, 183, 25, 0.75);
    border: none;
    font: 16px 'latobold';
    color: #fff;
    right: 0%;
    bottom: 28.5%;
}

.up_index:hover {
    background: url(../images/up_tri.png)no-repeat 18% 20px #7eae25;
}


/*******************************************************************/


/*--psd-Expositores--*/

.exhibitors_img {
    padding: 70px 0 217px 0;
    text-align: center;
}

.page-template-page-expositores .exhibitors_img{
    padding: 0;
}

.fila_01 {
    margin: 30px 0 0 0;
}

.fila_01 .content_exhi:last-child {
    margin: 0;
}

.fila_01:first-child {
    margin: 0;
}

.content_exhi {
    position: relative;
    float: left;
    vertical-align: middle;
    margin: 0 0 30px 0;
    overflow: hidden;
    /* border: 1px solid #dadce8; */
    width: 32%;
    border-radius: 5px !important;
    
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3)  !important;
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3)  !important;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3)  !important;
} 

.content_exhi:last-child{
    margin-bottom: 50px;
}

.content_exhi.padding {
    margin: 0 2%;   
}

.content_exhi .img{
    height: 220px;
    overflow: hidden;
}

.content_exhi img {
     height: auto;
     width: 100%;
    /*margin: 0 0 0 -15%;
    width: 450px; */
}

.content_exhi .text{
    font: 14px'latobold';
    height: 48px;
    text-align: left;
    color: #3F3F3F;
    position: relative;
    padding: 12px 30% 0 15px;
}

.profile {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 75px;
    font: 14px/30px 'latoregular';
    height: 30px;
    border: 1px solid #213A96;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 5px;
    border-radius: 20px;
    color: #213A96;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}
.profile:hover {
    background: #74a517;
    border: 1px solid  #74a517;
    color: #fff;
}

.descri {
    position: absolute;
    width: 365px;
    height: 100px;
    left: 0%;
    background: rgba(0, 60, 147, 0.85);
    bottom: 0%;
}


/*--Expositores-end--*/


/************************************************************/


/*Expositores and detalles*/

.spacing_expositores {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 140px 0;
}

.sub_title_white {
    font: 20px 'latobold';
    color: #fff;
    float: left;
    margin-top: 70px;
}

.body_detalle {
    font: 13px 'latoregular';
    color: #fff;
    float: left;
    width: 46%;
    margin-right: 5%;
}

.body_detalle:last-child {
    margin-right: 0;
}


/***********************************************************/


/*--Psd-Detalles--*/

.page-template-page-detalle .title_style {
    font-size: 35px;
}

.title_style {
    display: block;
    color: #003c93;
    font: 30px'latobold';
}

.title_style span {
    display: inline-flex;
    color: #003c93;
    font: 28px/35px 'latobold';
    max-width: 600px;
}

#countdown_dashboard {
    height: 56px;
    display: block !important;
}

.dash {
    width: 100px;
    height: 56px;
    background: #659ef6;
    float: left;
    margin-right: 2px;
    position: relative;
}

.dash .digit {
    font: 22px/55px 'latobold';
    text-align: center;
    color: #fff;
    float: left;
    position: relative;
    left: 15%;
}

.dash_title {
    font: 12px 'latobold';
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 28%;
    left: 50%;
    color: #fff;
    padding-left: 0;
}

.minutes_dash .dash_title {
    left: 45%;
}

.minutes_dash .digit {
    position: relative;
    left: 10%;
}

.seconds_dash .dash_title {
    left: 40%;
}

.seconds_dash .digit {
    position: relative;
    left: 05%;
}

.pdf_contenedor {
    position: absolute;
    bottom: -70px;
}

.pdf_temario {
    float: left;
    margin-right: 15px;
}

.pdf_temario a {
    text-align: center;
    background: #80b719;
    font: 18px/45px 'latobold';
    color: #fff;
    line-height: 50px;
    z-index: 27;
    padding: 12px 20px 12px 0;
    border-radius: 10px;
}

.pdf_temario:nth-child(2) a {
    background: #0051c7;
}

.pdf_temario:nth-child(2) a i {
    background: #003c93;
}

.pdf_temario a i {
    width: 20px;
    height: 50px;
    padding: 0 15px;
    line-height: 43px;
    vertical-align: top;
    display: inline-block;
    background-color: #5d8610;
    border-radius: 10px 0 0 10px;
    margin-right: 10px;
}

.pdf_temario a i img {
    width: 100%;
}

.padd_taller {
    padding: 70px 0 0 0;
}

.page-template-page-gracias .spacing_expositores {
    padding: 40px 0 5px 0;
}

.page-template-page-gracias .padd_taller {
    padding: 15px 0 0;
}

.page-template-page-gracias .padd_taller h3 {
    font: 22px/20px 'latobold';
}

.page-template-page-gracias .padd_taller ol li {
    font: 18px/20px "'latoregular'";
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    text-transform: initial;
}

.page-template-page-gracias .padd_taller ol li strong {
    font: 18px/20px 'latobold';
    color: #000;
}

.spacing_sem .padd_taller {
    padding: 0!important;
}

.padd_taller .clearfix {
    margin: 0 0 30px 0;
}

.img_left {
    position: relative;
    width: 48%;
    float: left;
}

.padd_taller .seconClearfix {
    background: #5599cf;
}

.padd_taller .seconClearfix .sub_title_wks h3,
.padd_taller .seconClearfix .sub_title_wks p,
.padd_taller .seconClearfix .sub_title_wks ul li {
    color: #fff;
}

.padd_taller .clearfix .sub_title_wks ul {
    padding-left: 25px;
}

.padd_taller .seconClearfix .sub_title_wks ul li {
    padding-left: 20px;
}

.padd_taller .seconClearfix .sub_title_wks ul li:before {
    content: '';
    background: url(../images/checklistwhite.png);
    position: absolute;
    width: 13px;
    height: 12px;
    top: 10px;
    left: 0;
}

.padd_taller .clearfix.single img {
    float: left;
    width: 578px;
    height: auto;
}

.img_left iframe,
.img_right iframe {
    width: 100%;
}

.img_left img,
.img_right img {
    height: auto;
    width: 100%;
}

.img_right {
    position: relative;
    float: right;
    width: 48%;
}

.img_end {
    position: relative;
    float: left;
    margin-top: 40px;
}

.sub_title_wks {
    font: 15px 'latobold';
    color: #003c93;
    float: left;
    margin: 15px 0 0 40px;
    width: 560px;
}

.sub_title_wks.sub_title_wks_right {
    margin: 40px 40px 0 0px;
}

.sub_title_wks h3 {
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    color: #78ae28;
}

.sub_title_wks p,
.sub_title_wks li,
.temario .body_house li,
.temario .body_house p {
    font: 13px/20px 'latoregular';
    word-wrap: break-word;
    margin-bottom: 20px;
}

.temario .body_house {
    padding: 20px 0 0 0;
}

.primera {
    font: 15px 'latobold';
    float: left;
    margin-top: 80px;
    padding-top: 0;
}

.segunda {
    font: 15px 'latobold';
    padding: 80px 0 0 40px;
    float: left;
}

.spacing_taller {
    width: 1200px;
    padding: 70px 0 70px 0;
    position: relative;
    margin: 0 auto;
}

.spacing_taller .taller {
    padding: 80px 49px 0 0;
    width: 30%;
}

.taller {
    font: 16px 'latobold';
    padding: 112px 49px 0 0;
    color: #003c93;
    float: left;
}

.taller:last-child {
    padding: 0;
}

.expo_taller {
    position: relative;
    border: 2px solid #e7e7e7;
    width: 375px;
    float: left;
    overflow: hidden;
    top: 80px;
}

.expo_taller img {
    height: auto;
    margin: 0 0 0 -17%;
    width: 130%;
}

.bgExpoistor{
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    bottom: 0;
}

.bgExpoistor .content{
    width: 1000px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    height: 420px;
}

.bgExpoistor .content .close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #323232;
    font: 20px 'latolight';
}

.bgExpoistor .content .close a{
    color: #4c4c4c;
    font-size: 20px;
}

.bgExpoistor .content .left {
    background-color: #8ACB47;
    width: 42%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.bgExpoistor .content .left img{
    left: 2%;
    bottom: 0;
    position: absolute;
    width: 96%;
}

.bgExpoistor .content .right {
    width: 58%;
    float: left;
    color: #323232;
    font: 15px 'latolight';
    margin: 2.5% 0;
    padding: 0 0 0 42%;
    height: 90%;
    overflow: auto;
}

.bgExpoistor .content .right .title{
    font: 20px 'latobold';
    color: #213A96;
    padding: 0 30px 20px;
    text-align: left;
}

.bgExpoistor .content .right p{
    padding: 0 30px 20px 30px;
    margin: 0;
    text-align: justify;
    line-height: 22px;
}

.course_txt_white {
    position: absolute;
    font: 16px/45px 'latobold';
    text-align: left;
    right: 0px;
    color: #fff;
    width: auto;
}

.course_txt_white p {
    padding: 0 15px;
    text-align: center;
}

.course_txt_white a.profile {
    margin: 0 auto;
    height: 40px;
    font: 18px/40px 'latobold';
    width: 160px;
}

.course_txt_white p a {
    color: #fff;
    text-align: center;
}

.course_txt_white h4 {
    font: 13px 'latoregular';
    color: #fff;
    margin-left: 0;
    padding: 0 15px;
    width: auto;
}


/*psd-Detalles-end*/


/************************************************/


/*--Psd-Cursos in house--*/

.expo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 70px 0 100px 200px;
}

.expo:last-child {
    margin-left: 40px;
}

.spacing_temario {
    width: 1200px;
    padding: 90px 0 90px 0;
    margin: 0 auto;
    color: #003c93;
}

.temario {
    font: 20px 'latobold';
    padding: 65px 93px 0 0;
    color: #003c93;
    float: left;
}

.extratemario {
    color: #003c93;
    width: 100%;
}

.extratemario p,
.extratemario li {
    font: 13px/20px 'latoregular';
}

.body_house ul ul li {
    margin-left: 21px;
}


/*--psd-cursos in house end--*/


/**************************************************/


/*--Psd-Seminariosy talleres--*/

.seminar_detalle {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.degraded_three {
    /*/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&amp;0.94+28,0+70 */
    /*background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 28%, rgba(255, 255, 255, 0) 70%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 28%, rgba(255, 255, 255, 0) 70%);
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 28%, rgba(255, 255, 255, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -999999;
}

.exhibitors_example {
    padding: 0 0 120px 0;
}

.fila_sem {
    padding: 0 0 30px 0;
    text-align: center;
}

.fila_sem:first-child {
    padding: 0 0 30px 0;
}

.fila_sem:last-child {
    padding: 0;
}

.content_img_sem {
    margin: 1% 0.5%;
    position: relative;
    width: 32%;
    display: inline-block
}

.content_img_sem a img {
    width: 100%;
}


/*.content_img_sem:first-child{
    position: relative;
    margin: 0;
}*/


/*.content_img_sem.primero{
    margin: 0px 0 20px;
}

.content_img_sem.tercero{
    margin: 0 0 20px 20px;
}*/


/*--Psd-Seminarios y talleres end--*/


/**********************************************/

.ask-contactanos{
    background: #F4F6F9;
    width:100%;
}

.ask-contactanos .detalles{
    width:1200px;
    margin: 0 auto;
    padding: 60px 0; 
    text-align:center;
    overflow:hidden;
}

.ask-contactanos .detalles div{
    height: 220px;
    background: #fff;
    float: left;
    font: 16px/24px 'latolight';
    padding:50px 0 0 0 ;
    width:32%;
}

.ask-contactanos .detalles div i{
    text-align:center;
    display: block;
    color:#8BCC47;
    font-size: 34px;
    margin-bottom: 22px;
}

.ask-contactanos .detalles div b,
.ask-contactanos .detalles div b a{
    font: 18px/24px 'latobold';
    color:#213A96;
}

.ask-contactanos .detalles div:nth-child(2){
    margin: 0 2%;
}

.row-contacto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.row-contacto .col-8,
.row-contacto .col {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.row-contacto .col {
    /*margin-top: 3%;*/
}

.row-contacto .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-contacto .col-8 .contacto_blue{
    padding-right: 15px;
}

.row-contacto .col-8 .contacto_blue .ask-info:nth-child(3) {
    display: none;
}

.row-contacto .col-8 .contacto_blue .ask-info {
    color: #333;
    font-family: latoregular;
    font-size: 30px;
    display: block;
    padding: 0 15px;
    margin-bottom: 20px;
    margin-right: 0;
}

.row-contacto .col-8 .contacto_blue .row-input,
.row-contacto .col-8 .contacto_blue .row-select {
    width: calc(100% / 2 - 30px);
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'latoregular';
    line-height: 1.42857143;
    color: #555;
}

.row-contacto .col-8 .contacto_blue .row-input:nth-child(6) {
    width: calc(100% - 30px);
}

.row-contacto .col-8 .contacto_blue .row-select {
    display: none;
}

.row-contacto .col-8 .contacto_blue .row-text {
    width: calc(100% - 30px);
    float: left;
    padding: 0 15px;
}

.row-contacto .col-8 .contacto_blue .row-btn {
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}

.row-contacto .col-8 .contacto_blue input.wpcf7-not-valid,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap input.wpcf7-not-valid {
    border: 1px solid red !important;
}

.row-contacto .col-8 .contacto_blue .row-btn i {
    position: absolute;
    left: 186px;
    bottom: 13px;
    color: #fff;
    font-size: 18px;
}

.row-contacto .col-8 .contacto_blue .row-btn input[type="submit"] {
    font: 20px 'latobold';
    border: none;
    color: #fff;
    background: #8BCC47;
    margin: 15px 0 0;
    padding: 0 35px 0 0;
    width:250px;
    height:42px;
    line-height:42px;
    font: 17px 'latomedium';
    border-radius: 100px;
}

.row-contacto .col-8 .contacto_blue .row-btn input[type="submit"]:hover {
    background: #74a517;
}

.row-contacto .col-8 .contacto_blue .row-select span {
    font-size: 14px;
    font-family: 'latoregular';
    line-height: 1.42857143;
    color: #555;
}

.row-contacto .col-8 .contacto_blue .row-select span.ui-selectmenu-text {
    line-height: 36px;
    overflow: hidden;
    width: 85%;
    padding-left: 20px;
}

.row-contacto .col-8 .contacto_blue .row-select span .ui-selectmenu-button {
    height: 36px !important;
    display: block;
    width: 100% !important;
    position: relative;
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border: 1px solid #9E9E9E !important;
}

.row-contacto .col-8 .contacto_blue .row-select span .ui-selectmenu-button .ui-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/tridown_blue.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.row-contacto .col-8 .contacto_blue .row-text span {
    display: block;
}

.row-contacto .col-8 .contacto_blue .row-text span textarea {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 15px;
    font-family: 'latoregular';
    line-height: 1.42857143;
    color: #555;
    resize: none;
    height: 150px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border: 1px solid #9E9E9E !important;
}

.row-contacto .col-8 .contacto_blue .row-input span,
.row-contacto .col-8 .contacto_blue .row-select span {
    display: block;
}

.row-contacto .col-8 .contacto_blue .row-input span input {
    width: calc(100% - 40px);
    padding: 10px 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff !important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border: 1px solid #9E9E9E;
}


.row-contacto .col-8 .left{
    display: block;
    float: none;
}

.row-contacto .col-8 .left p,
.row-contacto .col .body_house p,
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.acepto label {
    text-align: left;
    color:#323232;
    font: 15px/24px 'latolight';
    margin: 10px 0 15px;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap.acepto {
    width:100%;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.acepto span{
    margin: 0!important;
    padding: 0!important;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.acepto label {
    position:relative;
    padding-left: 25px;
}
.row-contacto .col-8 .left h3{
    display: none;
}
.row-contacto .col-8 .right p.row.row-input{
    overflow:hidden;
}
.row-contacto .col-8 .right p{
    padding:0 !important;
    width: 100% !important;
    position:relative;
    float:none !important;
    margin:0 !important;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap{
    float: left;
    margin-bottom: 14px;
    text-align:left;
    width: 48.5%;
    font-family: 'Simple-Line-Icons';
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap:before {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #7F7F7F;
    margin-top: -11px;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.email{
    float:right;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.telefono:before{
    margin-top: -6px;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap.telefono{
    width: 100%;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap.telefono input{
    padding: 0 5% 0 7% !important;
    width: 87.5% !important;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.curso{
    display: none;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap input{
    display: block !important;
    width: 81% !important;
    font-size: 15px;
    font-family: 'latolight';
    line-height: 45px;
    height: 45px;
    color: #7F7F7F;
    
    border-radius: 5px!important;
    padding: 0 5% 0 13% !important;
    border: 1px solid #2E3D91 !important;
    outline: 0!important;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.comentario{
    width:100% !important;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap.comentario:before{
    top: 29px;
}
.row-contacto .col-8 .right p .wpcf7-form-control-wrap textarea{
    border: 1px solid #2E3D91 !important;
    padding: 3% 6.5%;
    height: 150px;
    border-radius: 5px!important;
    font-size: 15px;
    font-family: 'latolight';
    width: 86.5%;
}

.row-contacto .col-8 .right p span.menu-400{
    display: none;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px!important;
    height: 22px;
    padding: 0 !important;
    border: none;
    -webkit-appearance: none;
    border-radius: 20px !important;
    border: 2px solid #8BCC47 !important;
    overflow: hidden;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap input[type="checkbox"]:after {
    background-color: #fff;
    content: '';
    display: block;
    width:100%;
    height:100%;
    position: relative;
}

.row-contacto .col-8 .right p .wpcf7-form-control-wrap input[type="checkbox"]:checked:after {
    background-color: #8BCC47;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
}

input

.up {
    position: fixed;
    width: 110px;
    height: 45px;
    background: url(../images/up_tri.png)no-repeat 18% 20px #9dc750;
    border: none;
    font: 20px 'latobold';
    color: #fff;
    right: 0%;
    bottom: 38%;
}


/*--contactenos--*/

.left {
    float: left;
}

.text_none_pad {
    padding: 0;
}

.link_maps {
    background: #80b719;
    text-align: center;
    float: left;
    margin: 10px 0 0 0;
    display: block;
    width: 185px;
    height: 43px;
    font: 20px/40px 'latobold';
    color: #fff;
}

.link_maps img {
    position: relative;
    right: 10px;
}

.maps {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border:none;
}


/*--Contactenos-end--*/


/***************************/


/*Pagina Eventos */

#eventos {
    background: url(../images/back_evento.jpg);
    background-size: cover;
}

.spacing_evento {
    width: 1200px;
    margin: 0 auto;
    padding: 84px 0 234px 0;
}

.spacing_evento_seminario {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 90px 0;
}

.evento-banner {
    margin-top: 0px;
    position: relative;
}

.title-evento {
    color: #003c93;
    font: 50px'latolight';
    text-align: left;
}

.title-evento span {
    color: #003c93;
    font: 50px'latobold';
}

.title_white_evento {
    font: 50px'latolight';
}

.title_white_evento span {
    font: 50px'latobold';
}

.sub_title2 {
    padding-top: 70px;
    color: #003c93;
}

.spacing_evento_seminario.clearfix {
    text-align: center;
}

.seminario {
    width: 276px;
    margin: 0 15px 20px;
    display: inline-block;
    height: 480px;
    border: 3px solid #ddd;
    text-align: left;
    vertical-align: text-top;
}

.seminario:last-child {
    margin: 0;
}

.seminario img {
    width: 276px;
}

.titulo-seminario {
    margin-top: 20px;
    margin-left: 20px;
    color: #003c93;
    font: 16px'latobold';
}

.contenido-seminario {
    font: 13px 'latoregular';
    width: 250px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 15px;
    color: #003c93;
}

.ver-evento {
    font: 13px 'latoregular';
    color: #80b719;
    text-transform: uppercase;
    text-decoration: underline;
}

.sombreado {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.sombreado:hover {
    border-radius: 12px;
    -webkit-box-shadow: 0 0 15px 9px #999;
    -moz-box-shadow: 0 0 15px 9px #999;
}

#tit-info {
    color: #fff;
    font: 25px'latobold';
    text-align: left;
    padding-bottom: 24px;
    margin-top: 40px;
}

.contenido-evento-detalle {
    width: 100%;
    color: #fff;
}

.contenido-01 {
    width: 520px;
    margin-right: 100px;
    font-weight: 100;
    font-size: 16px;
    text-align: left;
    float: left;
}

.contenido-02 {
    width: 540px;
    font-weight: 100;
    font-size: 16px;
    text-align: left;
    float: left;
}

.ico-img {
    padding-top: 6px;
    width: 26px;
}

.spacing_galeria {
    width: 100%;
    margin: 0 auto;
    padding: 83px 0 0 0;
}

.spacing_galeria .title {
    margin: 0 auto;
    width: 1200px;
}

.container {
    position: relative;
}

.cont_01,
.cont_02,
.cont_03,
.cont_04,
.cont_05 a {
    float: left;
    position: relative;
}

.orden {
    float: left;
}

.border_left_right {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.border_right {
    border-right: 2px solid #fff;
}

.border_top {
    border-top: 2px solid #fff;
}

.border_bottom {
    border-bottom: 1px solid #fff;
}

.zoom div {
    position: relative;
    overflow: hidden;
}

.zoom span,
.zoom a {
    background: url(../images/img-detalle-centro-logo.png) no-repeat center rgba(0, 60, 147, 0.75);
    display: none;
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    border: 0px;
    bottom: 0px;
    right: 0px;
}

.zoom div:hover span,
.zoom div:hover a {
    display: block;
}


/*--eventos-end--*/


/***************************************************************/


/* Pagina Evento Detalle */

#apply-evento-detalle {
    background: url(../images/banner-evento-detalle.jpg);
    background-size: cover;
}


/*--evento-detalles end--*/


/* Pagina Publicaciones-detalle */

.sub_title3 {
    font: 20px 'latobold';
    color: #003c93;
    position: relative;
}

.sub_title3 .fecha {
    position: absolute;
    right: 0px;
    bottom: 2px;
}

.sub_title3 .body_house,
.sub_title4 .body_house,
.sub_title5 .body_house {
    font-size: 14px;
}

.sub_title4 {
    color: #003c93;
    width: 50%;
    padding-top: 65px;
    float: left;
}

.sub_title5 {
    font: 20px 'latobold';
    color: #003c93;
    padding-left: 30px;
    padding-top: 50px;
    float: left;
}

#busqueda .sub_title5 {
    float: none;
}

#busqueda .sub_title5 li {
    list-style: inherit !important;
    padding: 0 0 10px 0;
}

.sub_title5 span {
    font: 20px 'latobold';
    color: #80b719;
}

.body_house span {
    font: 13px 'latoregular';
    color: #80b719;
    padding-left: 0;
}

.body_house .title span{
    color: #003c93;
    font: 30px'latoregular';
}

.fecha {
    font: 13px 'latoregular';
    text-align: right;
    color: #b1ccfb;
    font-weight: bold;
    display: block;
}

img.img-pub-detalle {
    width: 570px;
}

.bx-wrapper {
    margin: 0 auto;
}

.spacing_sem .bx-controls.bx-has-pager {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
}

.spacing_sem .bx-controls.bx-has-pager .bx-pager {
    display: block;
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    right: inherit;
    bottom: inherit;
    width: 100%;
}

.spacing_galeria .scroll-pane {
    width: auto;
}

.gallerycontainer {
    text-align: center;
    padding: 25px 0 0 0;
    position: relative;
    width: 100%;
}

.gallerycontainer div {
    float: left;
    height: 380px;
    position: relative;
}

.gallerycontainer a {
    float: left;
    display: block;
    position: absolute;
    vertical-align: top;
    overflow: hidden;
}

.gallerycontainer a img {
    margin: -30% 0 0 -25%;
    width: 150%;
    height: auto;
}

.gallerycontainer a.img0 {
    position: absolute;
    left: 0px;
    height: 380px;
    width: 265px;
    top: 0px;
}

.gallerycontainer a.img1 {
    height: 230px;
    left: 266px;
    width: 240px;
    top: 0px;
}

.gallerycontainer a.img2 {
    width: 168px;
    height: 230px;
    left: 507px;
    top: 0px;
}

.gallerycontainer a.img3 {
    width: 186px;
    left: 266px;
    bottom: 0px;
    height: 149px;
}

.gallerycontainer a.img4 {
    width: 222px;
    left: 453px;
    bottom: 0px;
    height: 149px;
}

.gallerycontainer a.img5 {
    width: 325px;
    left: 676px;
    height: 150px;
    top: 0px;
}

.gallerycontainer a.img6 {
    width: 325px;
    left: 676px;
    height: 229px;
    bottom: 0px;
}

.gallerycontainer a.img7 {
    left: 1002px;
    width: 325px;
    height: 380px;
}

.gallerycontainer a:hover span {
    display: block;
}

.gallerycontainer a span {
    background: url(../images/img-detalle-centro-logo.png) no-repeat center rgba(0, 60, 147, 0.75);
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.galleryscroll .jspHorizontalBar,
.galleryscroll .jspTrack {
    background: #fff;
}

.galleryscroll .jspDrag {
    background: rgba(0, 60, 147, 0.85);
}

.spacing_galeria .bx-wrapper .bx-pager {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    text-align: center;
    padding: 10px 0 0 0;
}

.spacing_galeria .bx-wrapper .galleryscroll.clearfix {
    padding: 20px 0 40px;
}

.spacing_galeria .bx-wrapper {
    padding: 0 0 20px 0;
}

.page-template-page-detalle-php .ui-state-default {
    margin: 0px !important;
}

#sb-container {
    display: none;
}

.sub-rayado {
    border-top: 1px solid #003c93;
    position: absolute;
    margin-top: 10px;
    display:none;
}

.title_white .sub-rayado {
    border-top: 1px solid #fff;
}