body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #1d1d1d;
}


h1{
	font-size: 45px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .05rem;
	
}

h2{
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .05rem;
	font-weight: 300;
}

h3{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .05rem;
	
}

h4{
	font-size: 22px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: .05rem;
}

h5{
	font-size: 20px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	/*background: #FFBF00;*/
	color: #000;
	margin-top: 0;
	padding: 1rem 0;
	letter-spacing: .05rem;
}

h6{
	font-size: 18px;
	font-family: 'Roboto', sans-serif; 
	letter-spacing: .05rem;
}  

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.txt-red{
	color: #cd3525;
}

.txt-orange{
	color: #ab5724;
}

.txt-gray{
	color: #51514f;
} 

.txt-p{
	font-size: 21px;
}

.txt-dark:hover{
	color: #cd3525;
	font-size: 20px;
	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cd3525;
}


.weight{
	font-weight: 300!important;
}
.h1banner{
	font-weight: 400;
  	font-family: 'Roboto', sans-serif;
	font-size: 3rem; 
}


.bg-black{
	background: #252421;
} 

.bg-orange{
	background: #ab5724;
}

.bg-lg{
	background: #f0f0f0;
}

.bg-light{
	background: #f7f7f7;
}

.fondo {
    background: url(../img/fondo.jpg) center center no-repeat;
    background-size: cover;
}  

#contacto2{
	width: 360px;
    position: absolute;
    top: 5rem;
    right: 4rem;
}


#slider {
    position: relative;
}

.gray1{
	background: #f2f2f2;
}


.gray2{
	background:#555;
}


.img-size{
	width: 90px;
}

.img-size2{
	width: 240px; 
}

.img-size3{
	width: 380px; 
}

.img-size4{
	width: 180px;
}

.img-size5{
	width: 540px;
	
}


.btn-llamanos{
    font-family: 'Roboto', sans-serif;
    background: #ab5724;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    font-family: 'Roboto', sans-serif;
    background: #8b451b;
    color: white;
    border-radius: 20px;
    font-size: 14px;
		margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
   font-family: 'Roboto', sans-serif;
    background: #00e676;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    font-family: 'Roboto', sans-serif;
    background: #01cd6a;
    color: white;
    border-radius: 20px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 
 
.btn-whats2{
    font-family: 'Open Sans', sans-serif;
    background: #00e676;
    color: white;
}

.btn-whats2:hover{
    font-family: 'Open Sans', sans-serif;
    background: #01cd6a;
    color: white;
}  

.btn-red{
	background: #ab5724;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
		font-size: 13px;
}

.btn-red:hover{
	background: #cc743d!important;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}


.btn-black{
	background: #252421;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
		font-size: 13px;
}

.btn-black:hover{
	background: #383733!important;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-outline-danger{
	
	font-weight: bold;
	color: #cd3525;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-outline-danger:hover{
	background: #cd3525!important;
	font-weight: bold;
	color:white;
	text-transform: uppercase;
	font-size: 13px;
}

.redbox {
    padding: 12px
}


.margin-list{
	margin-bottom:5px;
}

.bg-form {
    background: rgba(255, 255, 255, .7);
}



.shadow {
    box-shadow: 0px 1px 12px #888888;
}


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

#logo img {
	max-height: 100px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

 
.owl-prev, .owl-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-next:before {
    content: "\f101";
    font-size: 20px;
	padding:20px;
}
.owl-prev span, .owl-next span {
    display: none;
}
.owl-prev:before {
    content: "\f100";
    font-size: 20px;
	padding:20px;
} 
 
#slider {
    position: relative;
    overflow: hidden;
} 


@media (min-width: 768px){
	.posicion {
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
}

 

}
@media (max-width: 767px){

#banner {
    background-size: 140% auto;
    background-position: 0px 0px;
}
 
.movilbanner{
	padding-top: -18px;
    font-size: 24px;
	margin-bottom: 7px;
}

.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 30px;
	margin-bottom: 40px;
	background: #cccccc;
	color: white!important;
}

.txt-principal{
	background: #ab5724;
	color: white!important;
	text-shadow: none!important;
	font-size: 20px;
	padding: 12px;
}

} 
 

.bla{
	background: #cd3525;
	color: white!important;
	text-shadow: none!important;
	font-size: 20px;
	padding: 12px;
}

}

@media (max-width: 1250px){  
.carousel-item img {
    width: 160% !important;
    max-width: 200%;
    margin-left: -30%;
}

}
