.banner.style2 .content.transparent {background-color: rgba(52,98,172,.8) !important;}
.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;
}
#wrapper.divided > *:first-child{background:rgba(0,109,255,1)}
.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;}
.image.right, .image.right img{width:100%; max-width:30rem;}
.image.left, .image.left img{width:100%; max-width:30rem;}
.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: #ff6600;
    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(255,102,0,0.2);
}
.button.large {    
    border-radius: 0;
}
a, a strong, a:hover {color: #ff6600;}

.btn-flotante {
	display:none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
	letter-spacing: 2px;
	background-color: #ff6600;
	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%;}
	
}
@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%;}
}
@media screen and (max-width: 480px){
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit, .image.semifit img{width: 100%;}
}
@media screen and (max-width: 360px){

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