/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {	height: 80px; }

/* Custom topbar transparent
-----------------------------------------------------------------*/
@media (min-width: 992px) {

    #top-bar.transparent-topbar {
        z-index: 399;
        border-bottom: 0;
        margin-top: 15px;
    }

    #top-bar.transparent-topbar {
        background: transparent !important;
    }

    #top-bar + #header.transparent-header.floating-header {
        margin-top: 15px;
    }

}

.dark .top-links li > a,
.dark #top-social li a { color: #FFF; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }

.dark #top-social li { border-left: 0; }


/* Custom Text Stylings
-----------------------------------------------------------------*/
.text-justify  { text-align: justify !important; }
/* card-title */
.card-title {
    font-size: 1.2em;
    text-transform: uppercase;
}
@media (min-width: 809px){
    .card-title {
        font-size: 2em;
    }
}
@media (min-width: 959px){
    .card-title {
        font-size: 1.8em;
    }
}

@media (min-width: 1139px) {
    .card-title {
        font-size: 1.8em;
    }
}




/* Custom history slider style
-----------------------------------------------------------------*/
@media (min-width: 992px) {
    .history-block .section-slider {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 50%;
    }
}

@media (min-width: 1081px) {
    .history-block .history-text {
        /* top: -5vh; */
        font-size: 1.1rem !important;
    }
}

.history-block .mix-text { mix-blend-mode: exclusion; }
@supports not(mix-blend-mode: exclusion) {
.history-block .mix-text {
    color: #222;
}
}

.history-block .slide-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 1;
    bottom: 0;
    left: auto;
    right: 0;
    color: #222;
    background-color: #FFF;
    text-shadow: none;
    width: auto;
    height: 52px;
    padding: 0 20px;
}

.history-block .slide-number-current,
.history-block .slide-number-total {
    position: relative;
    top: auto;
    bottom: auto;
}

.history-block .slide-number span {
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #777;
    margin: 0 10px;
}

.history-block .slider-arrow-left,
.history-block .slider-arrow-right {
    display: inline-block;
    top: auto;
    left: 0;
    bottom: 0;
    background: #FFF;
    transform: translateY(0);
    color: #333;
}

.history-block .slider-arrow-left:hover,
.history-block .slider-arrow-right:hover {
    background-color: #FFF !important;
}

.history-block .slider-arrow-right {
    margin-left: 40px;
}

.history-block .slider-arrow-left i,
.history-block .slider-arrow-right i {
    color: #333;
    text-shadow: none;
    font-size: 28px;
}
.history-block .fw-bold {
    color: #cb682c !important;
}

@media (min-width: 768px) {
    .valores-list{
        position: relative;
        left: 20%;
    }
}
@media (max-width: 576px) {
    .valores-list{
        position: relative;
        left: -40%;
    }
}

.text-right-align {
    text-align: right !important;
}

/* Badge
-----------------------------------------------------------------*/
.badge {
	padding: 8px;
	font-size: 12px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-weight: 500;
	line-height: .8;
}

.badge.badge-default {
	border: 1px solid var(--themecolor, #fE9603);
	color: var(--themecolor, #fE9603);
}

/* form styles */
.play-icon:hover i { transform: scale(1.1); }
.play-icon i {
	width: 70px;
	height: 70px;
	line-height: 71px;
	font-size: 24px;
	background: linear-gradient(60deg, #fE9603, #ff8e01, #ed9931, #f37055);
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	padding-left: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	transition: transform .3s ease;
	animation: animdgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

/* PROMO */
@media (max-width: 419px) {
    .content-wrap .header-stick { margin-top: 0 !important; }
    .text-size-xl { font-size: 1.8rem !important; }
}

/* heading block no line */
/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block-noline { margin-bottom: 50px; }

.heading-block-noline h1,
.heading-block-noline h2,
.heading-block-noline h3,
.heading-block-noline h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.emphasis-title h1,
.emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.heading-block-noline h1 { font-size: 32px; }

.heading-block-noline h2 { font-size: 30px; }

.heading-block-noline h3 { font-size: 1.75rem; }

.heading-block-noline h4 {
	font-size: 1.25rem;
	font-weight: 700;
}

.heading-block-noline > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
}

.heading-block-noline .before-heading { margin-bottom: 7px; }

.heading-block-noline.center > span,
.heading-block-noline.text-center > span,
.center .heading-block-noline > span,
.text-center .heading-block-noline > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.text-md-start .heading-block-noline > span {
		max-width: none !important;
	}
}

.heading-block-noline h1 + span { font-size: 1.5rem; }

.heading-block-noline h2 + span { font-size: 1.25rem; }

.heading-block-noline h3 + span,
.heading-block-noline h4 + span { font-size: 1.25rem; }

.owl-item {
    transition: transform .2s;
    opacity: 0.7;
}
.owl-item:hover{
    opacity: 1;
    z-index: 999999;
}

.owl-carousel .owl-stage-outer{
    overflow: visible;
}

/* servicios */

@media (max-width: 576px) {
    .col-padding { padding-bottom: 1rem !important; padding-top: 1rem !important; }
    .content-wrap { padding-bottom: 10px!important; padding-top: 10px !important; }
    .services-padding-y{ padding: 1rem !important; }
    .services-padding { padding-right: 2rem !important; padding-left: 2rem !important; }
    .services-padding .fancy-title,
    .fbox-content h3 { text-align: center !important; }
    .fbox-plain{ flex-direction: column; }
    .fbox-icon{ align-self: center; margin-bottom: 1.3rem; }
}

/* CREDITS */
.odesigns{
    color: rgba(255, 255, 255, 0.60);
}

/* certificaciones */
.promo-users {
    opacity: 0.1;
    --cnvs-promo-users-img-pos-x: 0;
    --cnvs-promo-users-img-pos-y: 0;
}

.promo-users img {
    position: absolute;
    top: var(--cnvs-promo-users-img-pos-y);
    left: var(--cnvs-promo-users-img-pos-x);
    bottom: var(--cnvs-promo-users-img-pos-y);
    right: var(--cnvs-promo-users-img-pos-x);
}

.promo-users img:nth-child(1) {
    --cnvs-promo-users-img-pos-x: 13%;
    --cnvs-promo-users-img-pos-y: -6%;
}

.promo-users img:nth-child(2) {
    --cnvs-promo-users-img-pos-x: 4%;
    --cnvs-promo-users-img-pos-y: 49%;
}

.promo-users img:nth-child(3) {
    left: auto;
    --cnvs-promo-users-img-pos-x: 20%;
    --cnvs-promo-users-img-pos-y: 0%;
}

.promo-users img:nth-child(4) {
    left: auto;
    top: auto;
    --cnvs-promo-users-img-pos-x: 10%;
    --cnvs-promo-users-img-pos-y: 3%;
}

.promo-users img:nth-child(5) {
    top: auto;
    --cnvs-promo-users-img-pos-x: 17%;
    --cnvs-promo-users-img-pos-y: 3%;
}

@media (min-width: 768px) {
    .promo-users {
        opacity: 1;
    }
}



/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    padding: var(--cnvs-section-padding) 0;
    background-color: var(--cnvs-section-bg);
    overflow: hidden;
  }
  .section .container {
    z-index: 2;
  }
  .section .container + .video-wrap {
    z-index: 1;
  }
  
  .parallax {
    --cnvs-parallax-ratio: 2;
    --cnvs-parallax-width: 100%;
    --cnvs-parallax-height: calc(1px * (var(--cnvs-scroll-height) + ((var(--cnvs-parallax-ratio) * 100))));
    --cnvs-parallax-factor: -1px;
    --cnvs-parallax-value: calc(var(--cnvs-parallax-factor) * var(--cnvs-parallax-ratio) * var(--cnvs-scroll-percent));
    overflow: hidden;
    will-change: transform;
    position: relative;
  }
  .parallax-bg {
    position: absolute !important;
    z-index: -1;
    left: 0;
    top: 0;
    max-width: none !important;
    width: var(--cnvs-parallax-width) !important;
    height: var(--cnvs-parallax-height) !important;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate3d(0px, var(--cnvs-parallax-value), 0px);
    transition: transform 0.1s linear;
    will-change: transform;
  }
  .parallax[data-parallax-to=bottom] {
    --cnvs-parallax-factor: 1px;
  }
  .parallax[data-parallax-to=bottom] .parallax-bg {
    top: auto;
    bottom: 0;
  }
  .parallax[data-parallax-direction=horizontal] {
    --cnvs-parallax-width: calc(1px * (var(--cnvs-scroll-width) + ((var(--cnvs-parallax-ratio) * 100))));
    --cnvs-parallax-height: 100%;
  }
  .parallax[data-parallax-direction=horizontal] .parallax-bg {
    transform: translate3d(var(--cnvs-parallax-value), 0px, 0px);
  }
  .parallax[data-parallax-direction=horizontal][data-parallax-to=right] {
    --cnvs-parallax-factor: 1px;
  }
  .parallax[data-parallax-direction=horizontal][data-parallax-to=right] .parallax-bg {
    left: auto;
    right: 0;
  }
  
  .mobile-parallax,
  .video-placeholder {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  
  .revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom 0.3s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .revealer-image {
      transition: none;
    }
  }
  .section:hover .revealer-image {
    bottom: -50px;
  }