html, body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
body{
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	margin: 0;
	text-transform: uppercase;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 14px;
	padding-bottom: 10px;

}

/*@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}*/

.op-0{
	opacity: 0;
}
.menu{
	background-color: #fff;
	height: 50px;
}
.redes .nav-item{
	display: flex;
	align-items: center;
}
.redes .nav-item:first-child a{
	border-left: 1px solid #000;
	padding-left: 
	30px;
}
.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 8px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: red;
	font-style: none;
}
.redes .nav-item:last-child{
	padding: 0;
	background-color: red;
	display: flex;
	align-items: center;
	height: 50px;
	margin-left: 15px;
}
.redes .nav-item:last-child a{
	padding: 0 10px;
	align-content: center;
}
.redes .nav-link img{
	width: 160px;
}

.nav.flex-column {
	align-content: flex-end;
	height: 100vh;
	position: fixed;
	right: 2%;
	z-index: 1000;
}

.nav-link {
	color: #000;
	font-weight: 600;
	opacity: 0.5;
	text-align: right;
	transition: all 0.8s;
}
.nav-link span{
	font-weight: 800;
	font-style: italic;
	font-size: 12px;
	opacity: 0;
	right: 0;
	position: relative;
	right: 0px;
	transition: all 0.5s;
}
.nav-link:hover span{
	opacity: 1;
	right: 10px;
}
.nav-link:hover {
	color: #000;
	font-weight: 800;
	text-decoration: underline;
	opacity: 1;
}

video{
	height: 95vh;
	width: 100%;
	background-size: cover;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	right: 0;
	background-color: #fff;
}
.vid2{
	display: none;
	height: 95vh;
	width: 100%;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	right: 0;
	background-color: #fff;
}
.vid2{
	display: none;
	height: 95vh;
	width: 100%;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	right: 0;
	background-color: #fff;
}
.guino .vid2 img{
	width: 90%;
	margin-left: 3%;
}

.guino{
	background-color: #fff;
}

.guino .row{
	padding-bottom: 20px;
}
.intro .row.no-gutters {
	padding-top: 15px;
}
.intro .row.no-gutters img{
	width: 70%;
}
.intro .row.no-gutters .col-sm-6 h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 1px;
}
.intro .row.no-gutters .col-sm-6:nth-child(1){
	text-align: right;
	padding-right: 10px;
}
.intro .row.no-gutters .col-sm-6:nth-child(2){
	text-align: left;
}
.logo{
	background-color: #f5f5f5;
	z-index: 1000;
	transition: all 1s;
	position: absolute;
	top:-100%;
}

#logo{
	width: 13%;
	padding: 40px;
	background-color: #fff;
	position: absolute;
}

.logo.stuck{
	position: fixed;
	top: 50px;
	left: 69%;
	width: 100%;
	background-color: transparent;
	transition: all 0.8s;
}

.intro {
	padding: 200px 15px 80px;
	background-color: #fff;

}
h2{
	padding-top: 50px;
	padding-bottom: 50px;
	letter-spacing: 4px;
}

/*.registro .btn{
	color: #000;
	background-color: #fff;
	padding: 2px 7px;
	border-radius: 0;
}
.registro .btn-registro{
	color: #000;
	background-color: #f7c80a; 
	padding: 10px 5px;
	border-radius: 0;
}
.registro .col-12 {
	background-color: #f7c80a;
	padding-top: 10px;
	padding-bottom: 10px;
}
.registro .col-12 .contacto-form .col-12 {
	background-color: transparent;
	padding: 0 10px;
}*/
.registro2{
	background-color: #fff;
}
.registro2 a{
	font-weight: 700;
	letter-spacing: 1.5px;
	background-color: red;
	color: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	transition: all 0.5s;
}
.registro2 a:hover{
	color: #000;
	text-decoration: none;
	background-color: #f7c80a;
}
.bg-close {
	position: fixed;
    z-index: 999;
    width: 0%;
    top: 0;
    left: 0%;
    height: 100%;
    background-color: rgba(0,0,0, 0);
}

#mprod {
    font-size: 33px;
    font-weight: 300;
    color: #fff;
    z-index: 1000;
    background-color: #f7c80a;
    padding: 0 15px;
    display: none;
}
.form-group {
	margin-bottom: 0;
}
.form-control{
	border-radius: 0;
	padding: 2px;
}
#reg{
	margin-top: -3px;
}

#ranking{
	max-width: 1200px;
	padding: 0;
	background-image: url(../img/ranking.svg);
	-webkit-background-size: content;
	background-size: content;
	background-position: left;
	background-repeat: no-repeat;
}
.ranking h2:first-child{
	text-align: center;
	background-color: #fff;
}
.ranking .cd-service h2{
	text-align: left;
}
#ranking .cd-service img{
	padding-top: 50px;

}

.bases{
	background-color: #fff;
}

.bases h5{
	font-family: 'Open Sans', sans-serif;
	text-transform: inherit;
	font-weight: 600;
	padding-bottom: 50px;
}
.cd-timeline__content p i{
    font-size: 0.5rem;
    padding-right: 4px;
}

@media screen and (min-width: 1400px) {
	.logo.stuck {
	    position: fixed;
	    top: 50px;
	    left: 62%;
	    width: 100%;
	    background-color: transparent;
	    transition: all 0.8s;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 577px) and (max-width: 767px) {
	

}


@media (min-width: 480px) and (max-width: 767px) {
	#logo {
	    padding: 15px;
	}

}
@media (min-width: 200px) and (max-width: 767px) {
	
	.intro {
	    padding: 100px 0 80px;
	}
	#mprod {
		width: 100%;
	    font-size: 20px;
	    font-weight: 300;
	    color: #fff;
	    z-index: 1000;
	    background-color: #f7c80a;
	    display: block;
	}
	#reg {
	    margin-top: -3px;
	    bottom: -220px;
	    position: relative;
	}
}

@media (min-width: 200px) and (max-width: 575px) {
	.redes .nav-link img {
	    width: 90px;
	}
	.redes .nav-item:first-child a {
	    padding-left: 10px;
	}
	.redes .nav-item a {
	    font-size: 20px;
	    padding: 0 10px;
	}
	.vid{
		display: none;
	}
	.vid2{
		display: flex;
	}
}

@media (min-width: 200px) and (max-width: 479px) {
	
	#logo {
	    width: 20%;
	    padding: 20px;
	    background-color: #fff;
	    position: absolute;
	}
	#ranking .cd-service img {
	    padding-top: 10px;
	    padding-bottom: 60px;
	    padding-right: 60px;
	}
}



@media (min-width: 200px) and (max-width: 340px) {
	

}













