/* xl - DESKTOP STYLES */
/*===================================================================*/
/**/
#header.sticky-header .main-menu-wrap, .header-builder-p.sticky-header .header-main.sticky, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
img.img-responsive.sticky-logo.sticky-retina-logo {
  width: 200px;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0);
}
.main-content {
  padding-top: 35px;
  padding-bottom: 0px;
}
/*==========================================================================*/
/*M E N U*/
#header .header-main .header-left, #header .header-main .header-right {
  padding: 0;
}
.custom-parallax-height:before {
  content: '';
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.reverse .row {
  flex-direction: row-reverse;
}
/*===================================================================*/
/*H O M E*/
.text-descrip p {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.vc_btn3-container.btn-active.vc_btn3-center {
  position: absolute;
  bottom: 0;
  right: 40px;
}
/*==========================================================================*/
/*C A R R U S E L*/
.owl-carousel.carousel-center-active-item-2 .owl-item.center {
  opacity: 1;
  box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px;
  background: #2d2e83;
  color: #fff;
  border-radius: 5px;
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.owl-carousel.carousel-center-active-item-2 .owl-item {
  opacity: 0.5;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  text-align: left;
}
.custom-carousel-1 .wpb_single_image .wpb_wrapper, .custom-carousel-1 .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.center .btn-active a {
  background: #fff;
  color: #2d2e83;
}
.custom-dot-type-1 .owl-dots .owl-dot.active > span {
  background: #2d2e83 !important;
  width: 18px;
}
.content-efect-1 .porto-sicon-description {
  border-top: solid 1px #fff;
  padding-top: 20px;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*height: 80px;*/
}
.owl-carousel.carousel-center-active-item-2 .owl-item.center h3 {
  color: #fff;
}
/*==========================================================================*/
/**/
.row.contact-form h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.col-form {
  padding: 0;
}
.row.contact-form input {
  padding: 15px;
  width: 100%;
  font-size: 15px;
}
.content-btn-float {
  position: absolute;
  bottom: 50px;
}
/*======================================================================*/
/*S P L I T*/
.split {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
video.panel__video {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
.split img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
.screen-split {
  position: relative;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: grayscale(80%);
  transition: all 0.4s cubic-bezier(0.54, 0.21, 0.11, 1.16);
}
.screen-split:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.screen-split:hover {
  flex-grow: 1.2;
  opacity: 1.3;
  filter: grayscale(0%);
}
.content-text-split {
  position: absolute;
  bottom: 50px;
  padding: 25px 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s 0.2s cubic-bezier(0.62, 0.21, 0.16, 1.26);
  text-align: center;
}
.screen-split:hover .content-text-split {
  position: absolute;
  bottom: 50px;
  padding: 25px 20px;
  transform: scale(1);
  opacity: 1;
}
.content-text-split h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1px;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #e30613;
}
.content-text-split p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
}
a.boton-slider {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s ease;
  background: #e30613;
  padding: 13px 25px;
  position: relative;
  font-size: 14px;
}
/*a.boton-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0051ba !important;
    opacity: 0.7;
    border-radius: inherit;
    transform: translate3d(5px, 5px, 0);
    transition: ease transform 300ms;
    z-index: -1;
}*/
/*a.boton-slider:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0051ba !important;
    opacity: 0.7;
    border-radius: inherit;
    transform: translate3d(0px, 0px, 0);
    transition: ease transform 300ms;
    z-index: -1;
}*/
/*.btn-efect {
	transform: translate3d(0px, 0px, 0);
	transition: ease transform 300ms;
}
.btn-efect:hover {
    transform: translate3d(2.5px, 2.5px, 0);
	transition: ease transform 300ms;
}*/
a.boton-slider:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s ease;
  background: #e30613;
  padding: 13px 25px;
  position: relative;
  font-size: 14px;
}
.list-icon-flech:hover i.porto-info-icon.fas.fa-caret-right {
  transform: translateX(0px);
  color: #d62828 !important;
  animation: hands-move 0.3s infinite alternate, color 0.3s ease;
  transform: translateX(0px);
}
@keyframes hands-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.columna-text-serv i.porto-info-icon.fas.fa-caret-right, i.fa.fa-arrow-right {
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
/*===================================================================*/
/*N E N U*/
.nosotros-box-text .wpb_wrapper.vc_column-inner {
  padding: 0 5px;
}
.btn-full-w a {
  display: block;
}
.porto-u-heading.text-titulo-up {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 25px;
}
.banner-casos-estudio {
  position: relative !important;
}
.banner-casos-estudio_titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 700px;
  padding: 25px 25px 50px 50px;
  background: linear-gradient(to right, #18082ee6, #18082efa, transparent);
}
.banner-casos-estudio_titulo .porto-u-sub-heading {
  font-size: 25px;
}
/*===================================================================*/
/*N O T I C I A S*/
.blog-home h4.entry-title {
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.1em !important;
}
.blog-home a.btn.btn-xs.btn-default.text-xs.text-uppercase.btn-readmore {
  background: #2d2e83;
  color: #fff;
  padding: 15px 25px !important;
  font-size: 13px !important;
  font-weight: 600;
}
/*===================================================================*/
/*F O O T E R */
aside#media_image-2 {
  max-width: 250px;
  /* margin: 15px auto; */
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .banner-casos-estudio_titulo {
    height: 100%;
    padding: 25px;
    display: flex;
    align-content: end;
  }
  .banner-casos-estudio img {
    height: 330px;
    object-fit: cover;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .box-icon-text:nth-child(1), .box-icon-text:nth-child(2), .box-icon-text:nth-child(3), .box-icon-text:nth-child(4), .box-icon-text:nth-child(5), .box-icon-text:nth-child(6) {
    border-right: none;
    border-bottom: solid 1px #a2b5e3;
  }
  .banner-casos-estudio_titulo {
    padding: 15px;
    background: linear-gradient(to top, #18082ee6, #18082efa, transparent);
  }
  .banner-casos-estudio img {
    height: 450px;
  }
  .banner-casos-estudio_titulo .porto-u-sub-heading {
    font-size: 18px;
    line-height: 23px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  aside#media_image-2 {
    margin: 15px auto;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F699-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F699-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F699-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F699-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADpBA%3BAAAA%3BAC0BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAC2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BAAAA%3BACyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BADtGA%3BAAAA%3BAC2GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADxHA%3BAAAA%3BAC8HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAD7QA%3BAAAA%3BACmRA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAD9SA%3BAAAA%3BACmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3TA%3BAAAA%3BACsUA%3BAAAA%3BAAAA%3BAAAA%3BADtUA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFNA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHbA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%22%7D */