*{outline: none !important;}
ul{list-style: none; padding-left: 0;}
.btn:focus{box-shadow: none;}

body{
	font-family: 'Raleway', Sans-serif;
	color: #000;
}

@media (min-width: 1200px) {
	.container{
		max-width: 1170px;
	}
}

header nav{
	height: 65px;
	background-color: #FFF;
	box-shadow: 0 6px 4px rgba(0,0,0,.15);
}
.navbar-expand-lg .navbar-nav{
	align-items: center;
}
.navbar-brand{
	padding-top: 0;
}
.navbar-nav .nav-item{
	font-size: 14px;
	margin-left: 15px;
}

main{
	margin-top: 65px;
}
.btn-red{
	height: 33px;
	width: 121px;
	padding: 5px 15px;
	line-height: 22px;
	color: #FFF;
	border-radius: 20px;
	background-color: #cc0000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-red:hover,
.btn-red:focus{
	color: #FFF;
}
h2{
	font-weight: 300;
	font-size: 42px;
	margin-bottom: 30px;
}
h2 strong{
	font-weight: 600;
}
h2 .line{
	display: block;
	width: 70px;
	height: 2px;
	background-color: #cc0000;
	margin: 25px auto 65px;
}
p{
	font-size: 16px;
}

.form{
	padding: 100px 0 80px;
	background: url(../img/portada-gr-1.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
    background-position: bottom;
}
.form h2{
	font-size: 36px;
	margin-bottom: 25px;
}
.form h2 span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
.form .form-control{
	height: 42px;
	border-radius: 13px;
	background-color: rgb(0 0 0 / 60%);
	border: none;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
}
.form .form-control::-moz-placeholder{
	color: #FFF;
	opacity: 1;
}
.form .form-control::-webkit-input-placeholder{
	color: #FFF;
	opacity: 1;
}
.form .form-control:focus{
	box-shadow: none;
}
.form textarea.form-control{
	height: auto;
	resize: none;
	margin-bottom: 15px;
}
.form label{
	font-size: 14px;
}
.form-check-inline{
	padding-top: 5px;
}
.form-check-label{
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.form-check input.form-check-input{
  position: absolute;
  opacity: 0;
  z-index: -1;
}*/
.radiobtn{
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}
.radiobtn:after{
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .radiobtn:after{
  display: block;
}
.container .radiobtn:after{
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cc0000;
}
.form .btn{
	float: right;
}

.second{
	padding: 130px 0 190px;
	background: url(../img/fondo-gr.jpg) no-repeat center; 
	background-size: cover;
	color: #000;
}
.second p{
	max-width: 345px;
	margin-bottom: 40px;
}

.carousel-section{
	padding: 70px 0 210px;
	background: url(../img/red_corners.png) no-repeat center;
	background-size: 100% 100%;
}
.carousel .carousel-item{
	text-align: center;
}
.carousel-indicators{
	bottom: -130px;
}
.carousel-indicators li{
	text-indent: 0;
	width: 100px;
	height: 110px;
	margin-right: 15px;
	vertical-align: top;
}
.carousel-indicators li:nth-child(6){
	margin-right: 0;
}
.carousel-indicators li .color{
	display: block;
	border-top: 2px solid #cc0000;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	opacity: 0;
	transition: all 0.5s ease;
}
.carousel-indicators li.active .color{
	opacity: 1;
}

.equipment{
	padding: 80px 0 70px;
	background-color: #000;
	color: #FFF;
}
.equipment img{
	align-self: flex-start;
}
.equipment ul{
	padding-top: 15px;
	margin-top: -55px;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%);
}
.equipment ul li{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.equipment ul li.line{
	display: block;
	width: 24px;
	height: 2px;
	background-color: #cc0000;
	margin: 12px auto;
}

footer{
	padding-top: 60px;
	text-align: center;
}
footer h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #cc0000;
	margin-bottom: 15px;
}
footer nav{
	margin-bottom: 40px;
}
footer nav a{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	border-right: 1px solid #c3bbbb;
	padding: 0 15px;
}
footer nav a:last-of-type{
	border-right: none;
}
footer address{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin-bottom: 45px;
}
footer .footer{
	padding: 25px 0;
	border-top: 1px solid #c3bbbb;
}
.footer .container{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.footer span{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	position: absolute;
	width: calc(100% - 30px);
	text-align: center;
}

@media screen and (max-width: 767px){
	.carousel-section{
		padding-bottom: 150px;
	}
	.carousel-indicators li{
		width: 30px;
		height: auto;
		margin-right: 15px;
	}
	.carousel-indicators li .color{
		text-align: center;
		font-size: 12px
	}
	.carousel-indicators{
		bottom: -100px;
	}
	.equipment ul{
		margin-bottom: 30px;
		padding: 0 15px;
	}
	footer nav a{
		display: block;
		border-right: none;
		margin-bottom: 5px;
	}
	.footer .container,
	.footer .container a{
		display: block;
	}
	.footer .container span{
		position: static;
		display: block;
		margin: 15px 0;
		width: 100%;
	}
    
    .fixMob {background-color: rgba(255,255,255,.5);
    padding: 5px;}
}