*{font-family: 'Montserrat', sans-serif;}
.rojofondo{background-color: #d9261f;}
.rojotexto{color:#d9261f;}
.textobold{font-weight: 600;}
.fondogris{background-color: #ededed;}
.maspedidosdesc{font-size: 14px;}

/******* HEADER ********/

.navbar{
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.nav-link{
	font-size: 0.8rem;
	font-weight: 600;
}

.nav-item a{
	position: relative;
}

.nav-item a:after {
	content: "";
	display: block;
	height: 2px;
	width: 0px;
	background: #d9261f;
	transition: all .3s;
}

.nav-item a:hover:after {
	width: 100%;
}

.dropdown-menu{	
	border: none;
	min-width: 280px;
	border: 1px solid #bfc1c3;
	border-top: none;
	padding: 25px 30px;
	border-radius: 0px 0px 8px 8px;
	margin-left:0px;
}
.dropdown-menu a{
	padding: 0px 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 1.5px;
}
.dropdown-menu a:hover:after{
	width: 0px;
}
.dropdown:hover>.dropdown-menu{display:block;}

/****** CAROUSEL ******/

.carousel-indicators li {
	width:0px;
	cursor:none;
}
.carousel-control-next, .carousel-control-prev{
	opacity:1;
}
.carousel-item .banner-titulo{
	text-shadow: 2px 2px 8px black;
	z-index: 15;
	position: absolute;
	right:15%;
	top: 35%;
	left: 15%;
	color:white;
	text-transform: uppercase;
	font-weight: 600;
}
.nuevas{
	margin: 0 auto;
	width:30%;
	font-size:4vw;
	font-weight: 600;
	text-shadow: 2px 2px 8px black;
}

/******* IMAGEN PRINCIPAL ********/
.imagen-fondo-nosotros {
  background-image: url("../img/nosotros-principal.jpg");
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/******* FORMULARIO ********/

#envio_ok,#envio_ok_news,#envio_ok_contacto{color:white;
	font-size: 18px;
    line-height: 70px;
    font-weight: 300;
	text-align:center;
	margin:20px auto;
	background-color: green;
	border-radius: 4px;
	}

#error_nombre,#error_email,#error_captcha,#error_telefono {
	color:#d9261f;
	font-size: 15px;
    line-height: 30px;
    font-weight: 500;
	text-align:center;
	margin:0px auto;
}

#error_email_news{
	color:white;
	font-size: 15px;
    line-height: 30px;
    font-weight: 500;
	text-align:center;
	margin:0px auto;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.form-control{
	border-radius:0px;
	border:0px;
	border-bottom:1px solid black;
}
.form-control:focus{
	color:black;
	background-color:white;
	border-color:red;
	box-shadow:0 0 white;
}

#form-newsletter .btn {
  margin-left:10px;
  background-color:#d9261f !important;
  color:#fff;
  border:1px solid white !important;
  border-radius: 3px;
}

#form-newsletter .btn:hover {
  background-color:white !important;
  color:#000;
  border:1px solid white !important;
  border-radius: 3px;
}

/******* FOOTER ********/

#footer{
	background-color: black;
}
#footer .titulo{
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#footer .texto{
font-size: 0.8rem;
line-height: 26px;
color: #999999;
}
.footer-link, .footer-link:hover{
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}
.footer-mail, .footer-mail:hover{
	text-decoration: none;
	color: #fff;
}

.contacto-mail, .contacto-mail:hover{
	text-decoration: none;
	color: #000;
}

@media only screen and (min-width: 768px){
/* For desktop: */
	#banner-carousel,#contacto,#nosotros{
  		margin-top: 100px;
  		}
	#banner-carousel .carousel-inner{
		height: 550px;
		}
	.texto-fondo-nosotros {
  		text-align: left;
  		position: absolute;
  		top: 40%;
  		left: 75%;
  		transform: translate(-50%, -50%);
  		color: #fff;
		}

	#nosotros .texto-fondo-nosotros h3{
		font-size:1.5vw;
		}

}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  	#banner-carousel,#contacto,#nosotros{
  		margin-top: 133px;
  	}
  	.texto-fondo-nosotros {
  		text-align: left;
  		position: absolute;
  		top: 50%;
  		left: 75%;
  		transform: translate(-50%, -50%);
  		color: #fff;
		}
	.texto-fondo-nosotros h3{
		font-size:3.3vw;
		}
	#nosotros .texto-fondo-nosotros {
		top: 30%;
	}
	#nosotros .texto-fondo-nosotros h3{
		font-size:2vw;
		}
  }


/****** BOTON WHATSAPP *****/
.btn-floating {
    display: inline-block;
    color: #fff;
    position: fixed;
    bottom:30px;
    right:30px;
    overflow: hidden;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
	}

.btn-floating.btn-large {
    width: 80px;
    height: 80px;
	background-color: #4CAF50 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}

.btn-floating.btn-large i {
    line-height: 80px;
	font-size: 3.5rem;
	color:white;
	padding-left: 15px;
}
.btn-floating.btn-large i:hover {
    line-height: 80px;
	font-size: 3.5rem;
	color:white;
	padding-left: 15px;
}
.checkbox-form {
    background: #C7EEC9;
    color: black;
    margin-top: 5px;
    border-radius: 2px
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4CAF50;
    background-color: #4CAF50;
}

.custom-control-label{
	font-size: 13px;
}