/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.no-webp .slider1 {
	background: linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.5)), url('../imagenes/cabecera-publicidad.jp2') 15% 10% no-repeat;
	background-size: cover !important;

  }

  .webp .slider1{
	background: linear-gradient(to bottom, rgba(0,0,0,.2), rgba(0,0,0,.5)), url('../imagenes/cabecera-publicidad.webp') 15% 10% no-repeat;
	background-size: cover !important;
  }
.slider-element .image_fade .icon-play {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #000;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	padding-left: 4px;
	margin-top: -20px;
	margin-left: -20px;
}

.rotate-text {
	position: absolute;
	left: 40px;
	top: 50%;
	letter-spacing: 3px;
	color: #DDD !important;
	font-weight: 400;
	font-size: 11px;
	writing-mode: vertical-rl;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	white-space: nowrap;
	cursor: pointer;
	z-index: 5;
	text-transform: uppercase;
}

.rotate-text:before {
	padding-bottom: 7px;
	content: '\2190';
	display: inline-block;
}

@media (min-width: 1850px){
#nosotros .bg-nosotros {

    background-image: url(../imagenes/flexsol-trabajador.jpg);
    background-repeat: no-repeat;
    background-position: 110% 20%;
}
}

span, .counter b{
	background: -webkit-linear-gradient(left,#00bcf1, #192471);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

.line-height-0{
	line-height:1;
	margin-bottom: 0;
}

.blur-bg-image {
	/* The image used */
	/* background-image: url("photographer.jpg"); */

	/* Add the blur effect */
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

.min-card-height{
	min-height:400px
}

.svg-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width:40%
}

@media (min-width: 768px) {
	.feature-box-border-horizontal .feature-box { position: relative; }

	.feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		content: "";
		position: absolute;
		top: 31px;
		left: calc(50% + 32px);
		width: calc(100% - 64px);
		height: 2px;
		border: 1px solid #EEE;
		z-index: 0;
	}

	.feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		border-style: dashed;
	}

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		display: block;
		border-color: #222;
		width: 0;
		transform-origin: top left;
		transition: width .3s ease-in-out;
	}

	/* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {  width: calc(100% - 64px); }


	.feature-box-border-horizontal .fbox-icon i,
	.feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
		line-height: 60px;
		font-size: 24px;
		z-index: 1;
		text-align: center;
		box-shadow: 0 0 0px 10px #FFF;
	}

	.feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
		left: calc(0% + 30px);
	}
}

.dark .feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
.dark .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
	border-color: rgba(255,255,255,0.1);
}

.dark .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
	border-color: rgba(255,255,255,0.6);
}

.dark .feature-box-border-horizontal .fbox-icon i,
.dark .feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
	box-shadow: 0 0 0px 8px #0E2A47;
	background-color: #0b1e31;
}

.justify{
	text-align: justify;
}

.button {
	background-image: -moz-linear-gradient(top, #00bcf1, #192471);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00bcf1), to(#192471));
  background-image: -webkit-linear-gradient(top, #00bcf1, #192471);
  background-image: -o-linear-gradient(top, #00bcf1, #192471);
  background-image: linear-gradient(to bottom, #00bcf1, #192471);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bcf1', endColorstr='#ff192471', GradientType=0);
  background-repeat: repeat-y;
  background-size: 100% 90px;
  background-position: 0 -30px;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.button:hover {
	background-position: 0 0!important;
}

.play-icon i {
	background: linear-gradient(60deg, #00bcf1, #192471)!important;
}


.badge.badge-default {
	border: 1px solid #00bcf1!important;
	color: #00bcf1!important;
}

.disabled-tabs{
	pointer-events: none;
}
.text-shadow {
	text-shadow: 2px 3px 9px black;
}

/* WhatsApp BontÃģn */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  z-index:10000000;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.my-float{
	margin-top:10px;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media screen and (max-width:991px){

    .float{
        position:fixed;
        width:60px;
        height:60px;
        bottom:50px;
        left:20px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
      font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }

    .my-float{
        margin-top:10px;
    }

		.slider-caption > div {
			background-color: rgba(255,255,255,0.0);
			border-radius: 2px;
			padding: 40px;
	}
	.slider-caption > div p {
		color: #FFF;
		text-shadow: 2px 3px 9px black;
		font-size: 16px;
	}


}

/* Lammada BontÃģn */
.float-1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	left:40px;
	background-color:#2536d3;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  z-index:10000000;
  transform: scale(1);
  animation: pulse 2s infinite;
}

.my-float-1{
	margin-top:10px;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media screen and (max-width:991px){

    .float-1{
        position:fixed;
        width:60px;
        height:60px;
        bottom:140px;
        left:20px;
        background-color:#2536d3;
        color:#FFF;
        border-radius:50px;
        text-align:center;
      font-size:30px;
        box-shadow: 2px 2px 3px #999;
      z-index:100;
    }

    .my-float-1{
        margin-top:10px;
    }


}

.dark #footer, #footer.dark {
	background-color: #001170;
}

.txt-shadow {
	text-shadow: 0px 0px 9px black;
}

.uppercase {
	text-transform: uppercase;
}