/*CSS by AGRA*/

/*
Font: gotham 
*/
:root{
    --blanco: #ffffff;
    --negro: #000000;
    --azul: #8D85CA; 
    --azul-claro: #F2F3F5; 
    --verde: #5AB7B2; 
    --gris: #6A6B6D; 
}

/*Let's Start*/
@font-face {
  font-family: 'GothamM';
  src: url(fonts/gotham-medium.otf) format("opentype");
}
@font-face {
  font-family: 'GothamB';
  src: url(fonts/gotham-book.otf) format("opentype");
}
/*** 

====================================================================
  Globals
====================================================================

***/
body, h1, h2, h3, h4, h5, h6{
    font-family: 'GothamB'!important;
}
a:hover{
  text-decoration: none!important;
}

.gotham-m{
    font-family: 'GothamM'!important;
}
.gotham-b{
    font-family: 'GothamB'!important;
}
.l-gris{
  color: var(--gris);
}
.justi-p{
  text-align: justify;
}
.p-tb0{
  padding: 0!important;
}
.p-tb40{
  padding: 40px 0;
}
.p-tb50{
  padding: 50px 0;
}
.p-tb100{
  padding: 100px 0;
}
.separator-100{
  padding: 100px 0;
}
.m-b0{
  margin-bottom: 0!important;
}
.m-b10{
  margin-bottom: 10px!important;
}
.m-t20{
  margin-top: 20px!important;
}
.btn-blue{
  background: var(--azul);
  border-radius: 5px;
  border: 1px solid var(--azul);
  color: var(--blanco);
  transition: .5s ease-in-out;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 300;
  display: inline-block;
}
.btn-blue:hover{
  color: var(--azul);
  background: transparent;
}
.bckgd-azulc{
  background: var(--azul-claro);
}
/*Footer*/
.footer-adriana{
    background: var(--verde);
    padding: 30px 0;
}
.flex-footer{
    display: flex;
    align-items: center;
}
.flex-footer .footer-left{
    display: flex;
    align-items: center;
    text-align: left;
}
.flex-footer p, .flex-footer a{
    color: var(--blanco)!important;
    margin-bottom: 0;
}
.flex-footer .footer-center{
    text-align: center;
}
.flex-footer .footer-center p{
    color: var(--blanco);
}
.flex-footer .footer-right{
    text-align: right;
}
.flex-footer .footer-right img{
    max-width: 140px;
    height: 100%;
}

/*** 

====================================================================
  Home
====================================================================

***/
.last-item-menu{
  padding-right: 0!important;
}
.tp-leftarrow{
  left: 5%!important;
}
.tp-rightarrow{
  left: 95%!important;
}
.title-slide{
  font-size: 40px !important;
  font-family: 'GothamM';
  color: var(--blanco);
  line-height: normal!important;
}
.subtitle-slide{
  font-size: 23px !important;
  font-family: 'GothamB';
  color: var(--blanco);
  line-height: normal!important;
}
.btn-slide{
  font-size: 18px!important;
  line-height: normal!important;
  background: var(--azul);
  padding: 5px 15px!important;
  color: var(--blanco)!important;
  cursor: pointer;
  transition: .5s ease-in-out!important;
  border: 1px solid var(--azul)!important;
  margin-bottom: 0;
  width: 100%!important;
}
.btn-slide:hover{
  background: var(--blanco);
  color: var(--azul)!important;
  border: 1px solid var(--blanco)!important;
}
.section-about{
  padding: 60px 0;
}
.section-about .flex-about{
  display: flex;
  align-items: center;
}
.img-about{
  box-shadow: 0 20px 30px rgba(0,0,0,.2);
  max-width: 95%;
  margin: 0 auto;
}
.flex-title-about{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.title-about{
  font-size: 30px;
  color: var(--verde);
  margin-bottom: 30px;
  position: relative;
}
.linkdn-about{
  width: 30px;
  height: auto;
}
.title-about.line-gray:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 75px;
  background: var(--verde);
  height: 3px;
}
.descrip-about{
  font-size: 16px;
  color: var(--gris); 
  line-height: normal;
  margin-bottom: 20px;
}
.box-aptitudes{
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.box-aptitudes .icons-about{
  width: 50px;
  height: auto;
  margin-right: 30px;
}
.box-aptitudes p{
  color: var(--gris);
  font-weight: 300;
  font-size: 18px;
  white-space: pre-line;
  line-height: normal;
  margin-bottom: 0;
}
.section-accreditations{
  padding-bottom: 60px;
  padding-top: 10px;
}
.section-accreditations .title{
  font-size: 30px;
  color: var(--verde);
  margin-bottom: 15px;
  position: relative;
}
.row-accreditations{
  justify-content: center;
}
.box-accreditations{
  margin: 25px 0;
}
.box-accreditations img{
  max-width: 215px;
  height: auto;
}
.section-workshops{
  background: url('../archivos/talleres-de-factor-humano-para-empresas.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-workshops .title{
  font-size: 30px;
  color: var(--blanco);
  position: relative;
  padding: 100px 0;
  white-space: pre-line;
}
.section-talleres{
  position: relative;
}
.section-talleres .flex-talleres{
  display: flex;
  align-items: center;
}
.flex-talleres .img-taller{
  border-radius: 5px;
  width: 95%;
}
.img-taller.right{
  text-align: right;
}
.section-talleres .box-talleres.left{
  padding-left: 25px;
}
.section-talleres .box-talleres.right{
  padding-right: 25px;
}
.section-talleres .box-talleres .icon-talleres{
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}
.section-talleres .box-talleres .title{
  font-size: 22px;
  color: var(--gris);
}
.section-talleres .box-talleres .subtitle{
  font-size: 17px;
  color: var(--gris);
  line-height: normal;
  margin-bottom: 25px;
}
.section-talleres .box-talleres .norm-text{
  font-size: 14px;
  color: var(--gris);
  line-height: normal;
  margin-bottom: 25px;
}
.info-talleres{
  margin-bottom: 20px;
}
.info-talleres .list-talleres{
  display: flex;
  align-items: flex-start;
}
.info-talleres .list-talleres img{
  width: 12px;
  height: auto;
  margin-right: 10px;
}
.info-talleres .list-talleres p{
  font-size: 14px;
  color: var(--gris);
  line-height: normal;
}
.section-rooms{
  background: url('../archivos/talleres-de-factor-humano-para-empresas.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-rooms .title{
  font-size: 30px;
  color: var(--blanco);
  position: relative;
  white-space: pre-line;
}
.section-rooms .subtitle{
  font-size: 23px;
  color: var(--blanco);
  white-space: pre-line;
  margin-bottom: 0;
}
.section-plan-prices{
  padding: 70px 0;
}
.section-plan-prices .price{
  margin-top: 20px;
  font-size: 30px;
  color: var(--verde);
  font-family: 'GothamB';
  font-weight: 600;
  
}
.section-plan-prices .price span{
  font-size: 15px;
  color: var(--gris); 
  margin-left: 10px;
  font-weight: 300;
}
.section-plan-prices .title{
  font-size: 25px;
  margin-bottom: 0;
  line-height: normal;
  color: var(--verde);
}
.section-plan-prices .subtitle{
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
  color: var(--gris);
}
.list-price-plans{
  display: flex;
  align-items: baseline;
}
.list-price-plans img{
  width: 12px;
  height: auto;
  margin-right: 10px;
}
.list-price-plans p{
  margin-bottom: 0;
}
.section-plan-prices .pricing-box-3 ul{
  height: 370px;
}
.section-plan-prices .subtitle{
  height: 35px;
}
.section-plan-prices .pricing-box-3 ul .list-price-plans p{
  line-height: normal;
}
.room-carousel{
  justify-content: center;
}
.room-carousel .customizable-carousel .item img{
  box-shadow: 0 20px 30px rgba(0,0,0,.2); 
}
.room-carousel .customizable-carousel .owl-prev, .room-carousel .customizable-carousel .owl-next{
  padding-top: 10px!important;
  border-radius: 5px!important;
  background: var(--azul)!important;
  width: 40px;
  height: 40px;
}
.room-carousel .customizable-carousel .owl-prev i, .room-carousel .customizable-carousel .owl-next i{
  font-size: 20px;
}
.room-carousel .customizable-carousel .owl-prev{
  left: -90px !important;
}
.room-carousel .customizable-carousel .owl-next{
  right: -90px !important;
}
.section-extra-services{
  padding: 70px 0;
  position: relative;
}
.section-extra-services{
  background: url('../archivos/servicios-adicionales/servicios-adicionales-adriana-gaitan.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-extra-services .title{
  font-size: 30px;
  color: var(--verde);
  margin-bottom: 0px;
  position: relative;
  font-weight: 300;
}
.section-extra-services .subtitle{
  font-size: 18px;
  color: var(--gris);
  margin-bottom: 50px;
  position: relative;
  font-weight: 300;
}
.section-extra-services .pricing-box-3{
  padding: 30px 70px 40px 70px;
  text-align: center;
}
.header-extra-service img{
  width: 230px;
  height: auto;
  margin-bottom: 40px;
}
.section-extra-services .price{
  margin-top: 20px;
  font-size: 30px;
  color: var(--verde);
  font-family: 'GothamB';
  font-weight: 600;
  line-height: 23px;
}
.section-extra-services .price span{
  font-size: 20px;
  color: var(--gris); 
  font-weight: 300;
  white-space: pre-line;
}
.section-extra-services .pricing-box-3 .title{
  font-size: 25px;
  margin-bottom: 0;
  line-height: normal;
  color: var(--gris);
  font-weight: 300;
}
.section-extra-services .pricing-box-3 .subtitle{
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
  color: var(--gris);
}
.section-extra-services .pricing-box-3 ul{
  text-align: left;
  height: 185px;
}
.section-extra-services .pricing-box-3 ul li{
  padding: 0;
}
.contact-icon-box{
  display: flex;
  align-items: center;
}
.title-contact{
  color: var(--verde);
  font-size: 27px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 10px;
}
.subtitle-contact{
  color: var(--gris);
  font-size: 17px;
  line-height: normal;
  font-weight: 300;
}
.contact-icon-box a, .contact-icon-box p{
  color: var(--gris);
  white-space: pre-line;
  text-align: justify;
  font-size: 16px;
}
.btn-form{
  cursor: pointer;
}
.mfp-bg{
  z-index: 99999;  
}
.mfp-wrap{
  z-index: 99999;
}
/*Redes Desktop*/
.cont-info-float{position: fixed; top: 40%; right: 20px; z-index: 99;}
.info-float img{width: 50px; display: block; margin: 10px 0; filter: drop-shadow(1px 3px 2px black);}
.cont-redes-phone{display: none;}
.info-float img.face-float{width: 44px; padding: 1px; filter: drop-shadow(2px 4px 2px black); margin-left: 1px;}

/*Animation*/
.info-float:hover img{animation: move linear 2s infinite;}

@keyframes move{
  0%{transform: translateX(-10px);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(-10px);}
}

.main__footer___2zs3K{
  display: none;
}
/*Responsive*/
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  .navigation-fixed-placeholder.navigation-fixed-placeholder.visible{display: none;}
  .main-logo{width: 65px;}
  .tp-leftarrow{left: -5%!important;}
  .tp-rightarrow{left: 105%!important;}
  .title-slide{font-size: 20px !important;}
  .subtitle-slide{font-size: 16px !important;}
  .img-about{width: 100%; margin: 40px 0;}
  .section-about .flex-about{flex-direction: column-reverse;}
  /*.flex-title-about{margin-bottom: 40px;}*/
  .box-aptitudes{margin-top: 20px;}
  .box-aptitudes .icons-about{width: 40px; margin-right: 20px;}
  .section-accreditations .title{line-height: normal;}
  .box-accreditations{margin: 15px 0; text-align: center;}
  .box-accreditations img{max-width: 150px; border: 1px solid var(--azul); padding: 10px; width: 100%;}
  .section-workshops, .section-rooms{background: url('../archivos/talleres-de-factor-humano-para-empresas-movil.jpg'); background-position: center bottom;}
  .section-plan-prices .pricing-box-3 ul{height: 100%;}
  .section-plan-prices .subtitle{height: 100%;}
  .section-rooms .title{font-size: 20px;}
  .section-rooms .subtitle{font-size: 18px;}
  .section-talleres .box-talleres.left{padding-left: 15px;}
  .section-talleres .box-talleres.right{padding-right: 15px;}
  .flex-talleres.reverse{flex-direction: column-reverse;}
  .flex-talleres .img-taller{width: 100%; margin-bottom: 40px;}
  .section-talleres .box-talleres .title{line-height: normal;}
  .pricing-box-3-category{padding: 0 0 15px;}
  .section-extra-services{background: var(--blanco);}
  .section-plan-prices .pricing-box-3{box-shadow: 0 0 10px var(--gris);}
  .section-extra-services .pricing-box-3{box-shadow: 0 0 10px var(--gris);}
  .section-extra-services .pricing-box-3 ul{height: 100%;}
  .section-extra-services .title, .section-extra-services .subtitle{line-height: normal;}
  .contact-icon-box a, .contact-icon-box p{white-space: normal;}
  .callback-block{margin-top: 40px;}
  .footer-adriana{padding: 30px 0 70px;}
  .flex-footer .footer-left{text-align: center; justify-content: center; margin-bottom: 15px}
  .flex-footer .footer-right{text-align: center; margin-top: 20px;}

  .cont-info-float{display: none;}
  .room-carousel .customizable-carousel .owl-prev{left: 0px !important;}
  .room-carousel .customizable-carousel .owl-next{right: 0px !important;}
  .room-carousel .customizable-carousel .owl-prev, .room-carousel .customizable-carousel .owl-next{top: calc(50% - 25px);}
  

  /*Redes Phone*/
  .cont-redes-phone{display: block; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;}
  .cont-redes-phone .cont-style{border-top: 1px solid var(--gris); display: flex; align-items: center;}
  .whats-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .facebook-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .phone-phone{background: var(--blanco); width: 25%; padding: 10px 0; border-right: 1px solid var(--gris);}
  .mail-phone{background: var(--blanco); width: 25%; padding: 10px 0;}
  .whats-phone i, .facebook-phone i. .phone-phone i, .mail-phone i{color: var(--azul)!important;}


}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
  .cont-info-float{display: none;}
}