@font-face {
  font-family: 'Louis-Regular';
    src:   url('../fonts/Louis-Regular.woff') format('woff');
       font-family: 'Louis-Regular', sans-serif;

}

@font-face {
  font-family: 'Louis-Italic';
    src:   url('../fonts/Louis-Italic.woff') format('woff');
       font-family: 'Louis-Italic', sans-serif;

}



@font-face {
  font-family: 'Louis-Regular';
     src:  url('../fonts/Louis-Regular.otf') format('opentype');
       font-family: 'Louis-Regular', sans-serif;

}

@font-face {
  font-family: 'Louis-Italic';
    src:   url('../fonts/Louis-BoldItalic.otf') format('opentype');
       font-family: 'Louis-Italic', sans-serif;

}




.font-italic{
	font-family: 'Louis-Italic', sans-serif;
}

body {
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 300;
	color: #282828;
}


h1{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 400;

	
}

h2{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 400;
}

h3{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 400;
}

h4{
	font-family: 'Louis-Regular', sans-serif;
	
}

h5{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 300;
}

h6{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 300;
}  

p{
	font-family: 'Louis-Regular', sans-serif;
	font-weight: 300;
}

.icono{
	font-size:40px;
	color: white;
}

.icono:hover{
	font-size:40px;
	color: #cd9834!important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #cd9834!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cd9834;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Louis-Italic', sans-serif;
}





.txt-yellow{
	color: #cd9834!important;
}

.txt-yellow::placeholder {  
	color: #cd9834!important;  
	}



.txt-dark2{
	color: #282828;
}

.txt-dark{
	color: #282828;
}

.txt-dark:hover{ 
	color: #cd9834!important;
}


.bg-gray{
	background: #f2f2f2;
}

.bg-yellow{
	background: #cd9834!important;
}
 
.bg-footer{
	background: #4d4f50;
}



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

.parallax1 { 
  /* The image used */
  background: url(../img/fondo.jpg) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


#slider {
    position: relative;
}

.img-size{
	width: 400px;

} 

.btn-envia{
    background: #cd9834;
    color: #3d3d3d;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
    background:#987024;
    color: white;
    border-radius: 0px;
    font-size:  14px;
	margin-left: 5px;
	margin-top: 5px;

}

.btn-llamanos{
    background: #4d4f50;
    color: white;
    border-radius: 10px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    background: #cd9834;
    color: white;
    border-radius: 10px;
    font-size:  16px;
	margin-left: 5px;
	margin-top: 5px;

}
 
.btn-whats{
    background: #5bb552;
    color: white;
    border-radius: 10px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    background: #489040;
    color: white;
    border-radius: 10px;
    font-size: 16px;
   	margin-left: 5px;
	margin-top: 5px;
} 
 
.btn-1 {
    background: #282828!important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
}

.btn-1:hover{
    background:#cd9834!important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
}


.btn-2 {
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
    border-color: #cd9834;
}

.btn-2:hover{
    background:#cd9834!important;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0px;
}


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

.bg-form {
    background: #e8e8e8cc;
}



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


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

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




 
.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;
} 

ul.colores {
    display: inline-block;
    list-style: none;
    padding: 0px;
}
ul.colores li {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100px;
}

.colores #rojo-scarlet {
    background: #b60124;
}

.colores #gris-ceniza {
    background: #6f7779;
  
}

.colores #azul {
    background: #171a2d;
}

.colores #negro {
    background: black;
}

.colores #gris-grafito {
    background: #c6cfd7; 
}

.colores #blanco {
    background: white;
     border: 1px solid #818181;
}

.line {
    border-left: 1px #000000 solid;
    padding: 0px;
    height: 70px;
}

.list{
	font-size: 13px;
	padding-left: 15px;
}

.border-end {
    border-right: 1px solid rgba(0,0,0,.1) !important;
} 

.style1 {
    border-right: 1px solid rgba(0,0,0,.1) !important;
} 

.margin-blist{
	margin-bottom:5px!important;
}


.graybox {
     border-top: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom:1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 16px;
}

@media (max-width: 768px){
	
.border-end{ 
	border: none; 
	
}


.txt-movil{
	font-size: 25px;
} 

.txt-movil2{
	font-size: 20px;
} 
.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 240px;
}


#banner {
    background-size: 170% auto;
    background-position: -31px 0px;
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 31px;
	margin-bottom: 4px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


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

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

.txt-principal{
	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%;
}

}
