body{
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
	font-family: 'Lato', sans-serif;	
}

.lead{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.display-3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h1{
	font-size: 2.5rem;
	font-weight: 900;
}
h2{
	font-size: 2rem;
	font-weight: 900;
}
h3{
	font-size: 1.75rem;
	font-weight: 700;
}
h4{
	font-size: 1.5rem;
	font-weight: 700;
}

.slider{
	height: 100vh;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;

}

.logo {
	max-height: 5rem;
}
@media only screen and (max-width: 480px) {
    .logo {
		max-height: 4.2rem;
	}

}

@media only screen and (max-width: 480px) {
    .r3 {
       font-size: 2.5rem;
    }
}

.abp{
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;

}

.menu{
	background: rgba(74, 5, 5, 0.9);

}

.boton-facebook {
    color: #d1c2a8;
    margin-left: 2rem;
}

@media only screen and (max-width: 480px) {
    .boton-facebook {
		margin-left: 0rem;
	}

}

.navbar-inverse .navbar-nav .nav-link {
    color: #ffffff;
    
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;

}

.marketing h2 {
  font-weight: normal;

}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;

}

.jumbotron {
    margin-bottom: 0rem;
    border-radius: 0rem;
}

.suscribir{
	background: #4a0505;
	color: #fff;
}

.sombranegraentexto{
	text-shadow: 2px 2px 2px #000; !important
}

.sombrablancaentexto{
	text-shadow: 1px 1px 1px #fff; !important
}

.accion-redes{
	background: #4a0505;
	color: #fff;
}

.encabezado{
	background: #191919;
	color: #fff;
	margin-top: 3rem;
	background: url(../img/bg-1.jpg);
}

.nosotros{
	background: #efefef;	
}

.productos{
	background: #d1c2a8;
}

.sombra-borde{
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
    border-bottom: 5px solid #4a0505;
    background: #fff;
}

.linea-accion-redes{
	background: #191919;
}

.servicios{
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
    border-bottom: 5px solid #4a0505;
    margin-top: 1rem;
}

.card {
	border: 0px;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: 0px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
    border-bottom: 5px solid #4a0505;
    margin-top: 1rem;
}

.galeria{
	
}

.accion{
	background: #4a0505;
	color: #fff;
}

.precios{
	background: #191919;
}
.desde{
    background: #191919;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.web-boton{
	background-color: #4a0505;
	color: #fff;
	border-radius: 0%;
    text-align: center;
}

.web-boton:hover{
	background-color: #191919;
	color: #fff;
	border-radius: 0%;
    text-align: center;   
}

a:focus, a:hover {
	color: #191919;
}

a{
	color:#4a0505;
}

.footer-puntas{
	border-radius: 20px;
	background: #efefef;
}

.footer-largo{
	background: #4a0505;
	color: #fff;
}

.footer-largo a{
	color: #fff;
}

.footer{
	background: #191919;
	color: #efefef;
}

.zoom{
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.zoom:hover{
	-webkit-transform: scale(1.12,1.12);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	-moz-transform: scale(1.12,1.12);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
}

.kopler {
	clear: both;
	color: 101010; !important
}