@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url("banner.css");
@import url("blog.css");
@import url("form.css");
@import url("footer.css");
@import url("fontello.css");
@import url("programas.css");
	
* {
    margin: 0px;   
	padding: 0px;
    box-sizing: border-box;
    border: none;
    list-style: none;
}

body {
	font-family: 'Montserrat', sans-serif;
}

header {
	width: 100%;
	height: 100px;
	padding: 20px;	
	font-size: 15px;
	background: #FFF;
	color: #294C5A;	
	position: fixed;
	top: 0;
	left: 2;
	z-index: 100; 	
	display: table;
}

header a {
	text-decoration: none;
	color: #E86646;
}

header img {
	max-width: 200px;
	min-width: 50px;
}

h1 {
	float: left;
	color: #fff;
}

h2, h4{
	text-align: center;
}


.contenedor {
	width: 100%;
	margin: auto;
	image-orientation: left;
	
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.contenedor--flex {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;	
}

.welcome {
	width: 100%;
	margin: auto;
	image-orientation: left;
	
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}

.welcome--flex {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;	
}
.column {
	width: 100%;
}

section {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}


#video .contenedor {
	text-align: center;
	color: black;
	padding-bottom:56.25%;
	width: 100%;
	height:0;
	overflow: hidden;
	position: relative;
}

.video_gym {
	position: absolute;
	width: 100%;
	height: auto;
	top:0;
	left:0;
}

#acelerador {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

#acelerador .contenedor-acelerador{
	width: 70%;		
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	/*max-width: 350px;
	min-width: 280px;*/
	font-family: 'Montserrat', sans-serif;	
	font-size: 2vw;
	font-weight: bold;
	color: ##F15725;	
}

#acelerador article {
	justify-content: center;
	align-content: center;
	margin:5px;
	margin-top: auto;
	margin-bottom: auto;

	width:70%;		
    background: #F15725;
	padding: 15px;
}

#aceleradorr {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

#aceleradorr .contenedor-acelerador{
	width: 70%;		
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

#aceleradorr article {	
	margin:15px;
	width: 100%;	
}

#aceleradorr img {
	width: 100%;	
	margin: auto;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
}



#carrusel-caja {
    -moz-animation: automatizacion 15s infinite linear;
    -o-animation: automatizacion 10s infinite linear;
    -webkit-animation: automatizacion 10s infinite linear;
    animation: automatizacion 10s infinite linear;
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    height: 500px;
    width: 300%;
}
#carrusel-contenido {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.imagenes{
    height: 500px;
    width: 100%;
}
.carrusel-elemento {
    float: left;
    width: 33.333%;
}
@-moz-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}