.text-center{text-align: center;}
.videoWrapper {
    position: relative;
    height: 0 !important;
    padding-bottom: 56.25%;
    background-color: #000;
}
.videoWrapper > div, 
.videoWrapper iframe{position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
.clip-circle small,
.clip-right-point small,
.clip-left-point small{font-size:.8em;position:absolute;color:#000;bottom:0px;padding:10px;}
.clip-circle small.black,
.clip-right-point small.black,
.clip-left-point small.black{background:rgba(0,0,0,.75);color:#fff;}
.clip-circle.left{float:left;margin-right:-1em;margin-left:10em;}
.clip-circle.right{float:right;margin-right:-10em;margin-left:1em;}
.clip-circle{-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);shape-outside:circle(50% at 50% 50%) border-box;shape-margin:1em;max-width:15em;margin-bottom:1em;margin-top:1em;position:relative;}
.clip-right-point{-webkit-clip-path:polygon(0% 0%,75% 0%,95% 50%,75% 100%,0% 100%);clip-path:polygon(0% 0%,75% 0%,95% 50%,75% 100%,0% 100%);shape-outside:polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%) border-box;shape-margin:1em;max-width:15em;float:left;margin-left:-10em;margin-right:1em;margin-bottom:1em;margin-top:1em;position:relative;}

.clip-left-point{-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0 61%);clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0 61%);shape-outside:polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0 61%) border-box;shape-margin:1em;max-width:22em;float:right;margin-left:1em;margin-right:-10em;margin-bottom:1em;margin-top:1em;position:relative;}

.clip-right-point img,
.clip-circle img,
.clip-left-point img{display:block;width:100%;}

@media (max-width:1434px){
	.clip-right-point,
	.clip-left-point,
	.clip-circle{margin:1em auto;}
	.clip-circle.right{margin-right:0;}
}

@media (max-width:37.5em){
	.clip-circle{margin:1em auto;shape-outside:unset;max-width:100%;width:100%;}
	.clip-circle img{width:100%;}
	.clip-circle.right,
	.clip-left-point,
	.clip-circle.left{max-width:100%;width:100%;height:auto;margin:1em auto;}
	.clip-right-point,
	.clip-left-point{margin:1em auto;-webkit-clip-path:none;clip-path:none;shape-outside:none;max-width:100%;width:100%;height:auto;}
}

.iframe-right-container{position: relative; float: right; margin: 0 0 25px 25px; width:300px; height: 600px;}
.align-left{text-align: left;}
.image.right picture, .image.right picture img, .image.left picture, .image.left picture img {width: 100%;max-width: 18rem;}
.image.right.small-vertical{max-width:150px;}
.image.left, .image.right{width: 100%;max-width: 30rem;}
.image.fit img{max-width:100%; margin: 0 auto;}
.image.fit small{text-align: right; margin: 15px auto; display: table;}
.alt tr td img{width:60px; margin: 0 auto; text-align: center; display: block;}
.fila {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.columna {
  	flex-basis: 100%;
	margin: 15px;
}
.columna:first-child{margin: 15px 15px 15px 0;}
.columna:last-child{margin:15px 0 15px 15px;}
@media screen and (min-width: 980px) { 
  .columna {
    flex: 1;
  }
}
.columna img{width:40%; border-radius: 4px; margin: 0 auto; text-align: center; display: block;}
.wrapper.style1 > .inner{
	padding-top: 3rem;
}
.banner.style3{
	padding-top: 0;
	padding-bottom: 0;
}
.text-white, .text-white strong{color:#fff !important;}
#wrapper.divided > *{box-shadow:none;}
video {
  position: absolute;
  top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.m-b-25{margin-bottom: 25px;}
.contenedor-servicios{display:block; margin-bottom: 50px; width:100%; float: left;}
.video-wrapper {
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-text{position: absolute; z-index: 100; background: rgba(255,255,255,.75); padding: 50px 100px; margin: 0 auto; top: 33%; left: 0; width: 75%;}

.button{
	background-color: #ee3023;
    box-shadow: none;
    color: #ffffff !important;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
.button:hover {
    color: #fff !important;
	background-color: #3B3B3B;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 30%);
    text-decoration: none;
}
.button:active {
	background-color: rgba(238,48,35,0.2);
}
.button.large {    
    border-radius: 0;
}
a, a strong, a:hover {color: #ee3023;}

.btn-flotante {
	display:none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	letter-spacing: 2px;
	background-color: #ee3023;
	padding: 18px 30px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 100000;
	text-decoration: none;
}
.btn-flotante:hover {
	background-color:#3B3B3B;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color:#fff;
}
.image.fit {
    width: 100%;
    margin: 0 auto;
}
.image.semifit {
	width: 100%;
    margin: 0 auto;
	text-align: center;
}
.image.semifit img{margin: 0 auto;text-align: center; width: 80%;}
@media screen and (max-width: 1680px){
	.contenedor-banner img {width: 60%;}
	.container-videos .item{width: 415px;}
}
@media screen and (max-width: 1280px){
	.contenedor-banner img {width: 75%;}
	.container-videos .item{width: 48%;}
	/*.video-wrapper{height: 70vh;}*/
}
@media screen and (max-width: 1280px){
	.container-videos .item{width: 48%;}
	.button{font-size:13px; margin: 0 auto;}
}
@media screen and (max-width: 1024px){
	.container-videos .item{width: 48%;}
}
@media screen and (max-width: 980px){
	.image.left img, .image.right img{max-width: 100%; width:100%; margin: 0 auto 15px auto;}
	.flex .item{width: 100%; margin-bottom: 1rem;}
	.flex .item:last-child{margin-bottom:0;}
	.banner.style2.fullscreen{min-height:50vh!important;}
	.banner.style3.fullscreen {min-height: 55vh;}
	ul.actions{align-content: center; margin: 0 auto; text-align: center;}
}
@media screen and (max-width: 780px){
	.image.left, .image.right {width: 100%; max-width: 100%; margin: 0 auto 15px auto;}
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit, .image.semifit img{width: 100%;}
	.content.align-left{padding: 5rem 3.5rem 0 3.5rem !important;}
}
@media screen and (max-width: 480px){
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit, .image.semifit img{width: 100%;}
	.iframe-right-container{margin:25px auto; text-align: center; float: none;}	
}
@media screen and (max-width: 360px){
	.button{font-size:12px;}
}
@media screen and (max-width: 320px){
	
}