.box small{font-size:.8em; line-height: normal;}
.box p{line-height: normal;}
.image.right, .image.left, span.image.right, span.image.left{max-width: 35%; margin: 25px;}
.patrocinio{box-shadow: inset 0 1px 0 0 rgb(0 0 0 / 8%); padding: 25px; position: relative}
.patrocinio-titulo{position: absolute; margin: 0 auto; left: 0; right:0; background: #fff; padding: 0 25px;top: -20px; display: inline-table;}
.button{
	background-color: #ff6600;
    box-shadow: none;
    color: #ffffff !important;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.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);
}
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: 80% !important;
    margin: 0px auto;
}
.image.right, .image.left {
    width: 100%;
    max-width: 25em;
}
.image.left, .image.right{ margin: 0 15px 0 15px;}
.image.right small, .image.left small{line-height: normal; display: block;}

@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%;}
}
@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, .image.right{margin: 15px 15px 0 15px;}
	.flex .item{width: 100%; margin-bottom: 1rem;}
	.flex .item:last-child{margin-bottom:0;}
	.banner.style2.fullscreen{min-height:50vh!important;}
	
}
@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{width: 100%;}
}
@media screen and (max-width: 480px){
	.banner.style2.fullscreen{min-height:40vh!important;}
	.image.fit{width: 100%;}
	.image.right small, .image.left small{margin-top: 0;}
	.button.large{font-size: .6em;}
	.image.right, .image.left{max-width: 100%;}
}
@media screen and (max-width: 360px){

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