@media (min-width: 992px){
.col-lg-2-m {
    flex: 0 0 auto;
    width: 20%;
}
}

.slider-main .owl-stage-outer{
	height: 100%
}

.slider-main .owl-stage{
	height: 100%
}

.d-block {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.slider-main .owl-item {
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    transition: ease opacity 300ms;
}

.t-center{
	text-align: center;
}

.ws{
	    white-space: pre-line;
}

.ws-crifras{
	    white-space: pre-line;
}

.ws-pleca{
	    white-space: pre-line;
}

.ws-titulo-atencion{
	    white-space: pre-line;
}

.ws-titulo-ventas{
	    white-space: pre-line;
}


.ws-p-temario{
	    white-space: pre-line;
}


.ws-menu{
	    white-space: pre-line;
}


.ws-experiencia{
        white-space: pre-line;
}


.ws-atencion{
        white-space: pre-line;
}
.ws-ventas{
        white-space: pre-line;
}

.m-ventas-temario{
    margin-top: 40px;
}


.menu-activo{
	font-weight: 800 !important;
    color: #01274c !important;
}
.titulo-atencion-intro{
	line-height: 35px;
}

.f-direction{
	    flex-direction: column;
}


.bkg-amarillo { background:#eca30a!important;}
.bkg-azul { background:#01274c!important; }
.bkg-rojo { background:#a52b2c!important; }
.bkg-blanco { background:white!important; }

.l-amarillo { color:#eca30a!important;}
.l-azul { color:#01274c!important; }
.l-rojo { color:#a52b2c!important; }
.l-blanco { color:white!important; }
.l-negro { color:black!important; }

.t-center{text-align: center;}

.t-left{text-align: left;}

.t-right{text-align: right;}



.titulo_temario{ color:#01274c!important; }

.p_curso-metodo{
/*	font-size: 18px;
*/    line-height: 25px !important;
}
.p_curso-metodo_blanco{
    font-size: 18px;
}
.linea-amarilla {
    background-color: #eca30a !important;
}

.my-5m{
    margin-bottom: 1.5rem !important;
}


.l-height-20{
    line-height: 20px;
}


.l-height-30{
	line-height: 30px;
}


.pb-4m {
    padding-bottom: 4rem!important;
}


.p_contacto{
    padding-top: 40px;
    padding-bottom: 40px;
}


.custom-heading-bar.custom-heading-bar-with-padding:before {
    right: auto;
    left: 0;
}

.custom-heading-bar:before {
    border-color: #eca30a !important;
}

.custom-heading-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc( 100% + 15px);
    width: 50px;
    border-top: 5px solid #CCC;
    transform: translate3d(0, -50%, 0);
}


.custom-heading-bar.custom-heading-bar-with-padding {
    padding-left: 65px;
}


.img-home-capacitacion{
	    width: 35px;
    margin-bottom: 15px;
}


.img-footer-logo{
	width: 30%;
}

.espacio-img-footer-logo{

    padding-top: 20px;
    padding-bottom: 60px;
}


.img-icono-contacto-footer{
	width: 30px;
}


.bkg-transparente{
    background: transparent !important;
    border-top: 5px solid transparent!important;

}


.flex-center{
    /* text-align: center; */
    margin: 0 auto;
    flex-basis: content;
}


.t_p_m_0{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.t_p_m_0_2{
    padding-top: 30px !important;
    margin-top: 0px !important;
}
.pb_0_liderazgo{
    padding-bottom: 0px !important;
}


.p_cobranza{
    padding: 0px 0 25px;
}

.m-liderazgo{
    margin-bottom: 80px;
    margin-top: 10px;
}

.lead_m {
    letter-spacing: 0em;
    font-size: 1rem;
}

.m-testimonios{
    margin-bottom: 30px;
}


.mt-clientes{
    margin-top: 30px;
}



.mover-img{
    margin-right: 24px !important;
}

.mover-img-left{
    margin-left: 24px !important;
}


html.sticky-header-active #header .header-body{
    background: rgb(255 255 255 / 100%);
}


.margin_slider{
    margin-top: 20%;
}



@media (min-width: 992px){
.custom-negative-margin-top-1 {
    margin-top: -790px;
}

.justify-content-lg-start {
    justify-content: flex-start!important;
}

}


.mt_temario-segundaimg{
    margin-top: 30px;
}
.pt-5m {
    padding-top: 5rem!important;
}

.form-mensaje{display: none;}


/**/
.form-mensaje{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(119, 134, 146, .5);
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
.form-mensaje .close-form{
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background: #01274c;
  border: 1px solid #01274c;
  transition: .5s ease-in-out;
}
.form-mensaje .close-form:hover{
  background: transparent;
  border: 1px solid #01274c;
}
.form-mensaje .box-form{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 background: rgb(93 100 106);
    border: 4px solid #01274c;
  padding: 30px;
  max-width: 520px;
  z-index: 0;
}
.form-mensaje .box-form p{
  color: #fff;
  text-align: justify;
}
.form-mensaje .box-form a{
  color: #001f5b;
  text-align: justify;
  display: block;
  font-weight: 600;
}
.form-mensaje .box-form a:last-of-type{
  margin-bottom: 20px;
}
.form-mensaje .box-form a span{
  color: #fff;
  font-weight: 400;
}
.form-mensaje .box-form img{
 position: absolute;
    font-size: 14px !important;
    left: 10px;
    top: 17px;
    width: 1em;
    line-height: 1;
    text-align: center
}

.mfp-bg {
    background: #001f5b;
    opacity: 0.3;
}


@media(max-width: 768px) {
    .form-mensaje .box-form{max-width: 100%; margin: 0 auto; width: 90%;}
    .form-mensaje .close-form{top: -30px; right: -30px; z-index: 1;}
    .form-mensaje .box-form p{line-height: normal;}

}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select, .form-control {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    border: 1px solid #222222;
}

.contact-form-recaptcha-v3 textarea{
    min-height: 170px;
    width: 100%;
}
.contact-form-recaptcha-v3 textarea::placeholder{
    color: rgba(255, 255, 255, 0.5);
    
}

::-moz-selection { /* Code for Firefox */
    color: white;
  background-color: blue;
}

::selection {
    color: white;
  background-color: blue;
}

.grecaptcha-badge{
    bottom: 70px!important;
    z-index: 99;
}
@media screen and (max-width: 764px) {
    .grecaptcha-badge{
        display: none;
    }
}

input[type="submit"]{
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 19px 25px;
margin-bottom: 0;
    margin-right: 0;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #01274c;
    border-radius: 5px;
    border: none;
    position: relative;
    transition: all 0.4s linear 0s;
    z-index: 1;
}


.img-testimonios-b{

    padding: 5px 10px;
    align-items: center;
    align-content: center;
    margin: auto 0;

}


.img-testimonios
{
      width: auto;
    max-width: 210px;
    /* height: 100%; */
    margin: 0 auto;
    align-items: center;
}

.bloque-testimonios {
display: inline-flex;
}


.f-center{
    text-align: center;
    margin: auto 0;
    align-items: center;
}

.contactus-form textarea {
    min-height: 170px;
}

.contactus-form:focus {
    border-color: #818181;
    box-shadow: none;
}

.contactus-form.invalid {
    box-shadow: 0 0 0 2px #f3b3b3;
}

.contactus-form:-moz-placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: 1 !important;
}

.contactus-form::-moz-placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: 1 !important;
}

.contactus-form:-ms-input-placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: 1 !important;
}

.contactus-form::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: 1 !important;
}

.contactus-form:focus:-moz-placeholder {
    color: transparent;
}

.contactus-form:focus::-moz-placeholder {
    color: transparent;
}

.contactus-form:focus:-ms-input-placeholder {
    color: transparent;
}

.contactus-form:focus::-webkit-input-placeholder {
    color: transparent;
}

.contactus-form:focus {
    border-color: #818181;
    box-shadow: none;
}

.form-control:focus {
    color: #ffffff !important;
    background-color: transparent !important;
}

.center {
    text-align: center;
}


.l-normal{
    line-height: normal;
}

.mb_0{
    margin-bottom: 0px;
}


.process .process-step-content {
    height: 100px;
}

.bkg-home-pleca .parallax-background {
    background-position-y: -150px;
}

.t-justificar{
    text-align: justify;
}



@media (max-width: 991px){
.thumb-info .thumb-info-title {
    font-size: 1.2em !important;
}
}
/* Mobile */
@media only screen and (max-width: 767px) {

  .contactus-form textarea {
    min-height: 100px;
}

  .titulo-atencion-intro {
    line-height: 23px !important;
}
    

    .ws-menu {white-space: normal !important;}


    .page-header.page-header-modern h1 {
    font-size: 1.8em !important; line-height: normal;
    }

    .t-slider{
    font-size: 1.8em !important;
    line-height: normal;
    }
    .slider-main .owl-item {
    position: relative!important; 
    }
    .text-10 {
    font-size: 1.8em !important;
    line-height: normal;
    }
    .text-8 {
    font-size: 1.8em !important;
    line-height: normal;
    }


   .counters .col-sm-6 {
    width: 50% !important;
   }
   .mb_capacitacion{
    margin-bottom: 8px;
    }

    .mb0{
        margin-bottom: 0px !important;
    }

    .pt_2{
    padding-top: 2rem !important;
    }

.ws{
        white-space: normal;
}

.ws-crifras{
        white-space: normal;
}

.ws-pleca{
        white-space: normal;
}

.ws-titulo-atencion{
        white-space: normal;
}

.ws-titulo-ventas{
        white-space: normal;
}


.ws-p-temario{
        white-space: normal;
}


.ws-menu{
        white-space: normal;
}


.ws-experiencia{
        white-space: normal;
}


.ws-atencion{
        white-space: normal;
}
.ws-ventas{
        white-space: normal;
}

.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.pb-5 {
    padding-bottom: 0rem!important;
}

.pt-2 {
    padding-top: 2rem!important;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    margin-bottom: 2rem!important;
}

.experiencia-galeria{
    margin-bottom: 20px;
}

.img-footer-logo {
    width: 90%;
}

.alreves{
flex-direction: column-reverse;
}
.alreves-flex{
    display: flex;
    flex-direction: column-reverse;
}

.mover-img {
    margin-right: 0px !important;
}

.espacio-img-curso{
    margin-top: 15px;
    margin-bottom: 15px;
}

.pm-top0    

{
    margin-top: 0rem!important;
    padding-top: 0rem!important;
}


#examples{
    margin-bottom: 10px;
}

.lead {
    font-size: 1.4em !important;
    line-height: 22px !important;
}

.process-step-content p{
    font-size: 1.4em !important;
    line-height: 22px !important;
    font-weight: 400  !important;
}


.custom-heading-bar.custom-heading-bar-with-padding {
    padding-left: 0px;
    text-align: center;
}

.ws-atencion {
   text-align: center;;
}

.overflow-hidden {
    overflow: hidden !important;
    text-align: center;
}

.counters.counters-sm strong {
    font-size: 30px;
    line-height: 30px;
}

.text-7{
    font-size: 1.4em !important;
    line-height: 22px !important;
}

.text-7 {
    font-size: 1.4em !important;
}
.btn-form-mensaje{
    font-size: 1.4em !important;
    line-height: 22px !important;
}

.custom-heading-bar:before{
    display: none !important;
}

.alternative-font-4  a{
    font-size: 1em !important;
    line-height: 22px !important;
}
.alternative-font-4 {
    font-size: 1.4em !important;
    line-height: 22px !important;
}
.call-to-action h3 {
    line-height: 23px;
}
.mb-3-r {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}

.mb-3-r-ventas {
    margin-bottom: 1rem!important;
}
.mb-3-r-cobranza {
    margin-bottom: 1rem!important;
}

.mb-1-r-testimonios {
    margin-top: 1rem!important;
}
.t-center{
    text-align: center;
}



.call-to-action .call-to-action-content{
    padding: 0px 20px;
}
.call-to-action p {
    font-size: 1.4em !important;
    line-height: 22px !important;
}

.process-shapes-always-animate{
    margin-bottom: 0rem !important;
}


.t-center-imagen-cobranza
    { 
    margin: auto 0;
    text-align: center;
    align-items: center
    }

    .mover-img-left {
    margin-left: 0px !important;
}

.p_curso-metodo_blanco {
    margin-bottom: 50px;
}

.pb_0_liderazgo {
    padding-top: 0px !important;
}

}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .header-nav-main nav > ul > li {
    margin-left: 5px;
   }

    .slider-main{
    height: 980px !important;
  }

}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .header-nav-main nav > ul > li {
    margin-left: 5px;
   }
    .slider-main{
    height: 1330px !important;
  }

}

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  /* .slider-main{
    height: 820px !important;
  }*/
.form-mensaje .close-form {
    top: -30px;
    right: -30px;
}

}


@media only screen and (min-width: 1367px) and (max-width: 1900px) {

  .slider-main{
    height: 820px !important;
  }
.form-mensaje .close-form {
    top: -30px;
    right: -30px;
}


}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  .slider-main{
    height: 920px !important;
  }
  .form-mensaje .close-form {
    top: -30px;
    right: -30px;
}


}


#spam{display:none;}


.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.form-group{
    margin-bottom: 10px;
}

label.error {
  padding: 1em;
  margin-bottom: 0;
  color: #fff;
}

.social-icon {
    /*display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    padding: 14px 9px !important;
    color: #01274c;*/
    font-size: 1.1rem;
}


.m-fb{
    display: inline-flex;
    align-items: center;
    position: relative;
    background: transparent !important;
    padding: 0rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
}


.titulo-servicios {
font-size: 17px;
line-height: 26px;
font-weight: 600;
letter-spacing: -.05em;
margin: 0;
color: white;
}
