body {
font-family: 'Open Sans', sans-serif;
margin: 0px;
}

h1 {
font-family: 'Staatliches', cursive;
    font-size: 60px;
    line-height: 65px;
    margin: 0px;
    font-weight: 400;
}

h2 {
    font-family: 'Staatliches', cursive;
    font-size: 44px;
    margin: 0px;
    font-weight: 400;
        line-height: 44px;
}

h3 {
    font-family: 'Staatliches', cursive;
    font-size: 24px;
    font-weight: 400;
        line-height: 26px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h4 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    font-size: 18px;

}

h5 {
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    margin: 5px;
    margin-top: 19px;
}

h6 {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    margin: 5px;
    margin-top: 9px;
}

p {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
}

video#videobg { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('../images/ocean.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #a2ca00;
    font-weight: 600;
    border-bottom: solid 2px #a2ca00;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    background: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffb143;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'Staatliches', cursive;
    font-size: 23px;
    letter-spacing: 1px;
}
}

.navbar-inverse .navbar-toggle {

}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {

}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #da7b52;
}

a:hover, a:focus {
    color: #ffb143;
    text-decoration: none;
}

.contenido2 {
    background-color: #fff;

}

.image-responsive {
    width: 100%;
    max-width: 416px;
}

.image-responsive2 {
    width: 100%;
    max-width: 700px;
}

.image-responsive3 {
    width: 100%;
    max-width: 600px;
}

.image-responsive-sm {
width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
        max-width: 350px;
}

.upper {
text-transform: uppercase;
}

.justify {
text-align: justify;
}

.whatsapp {
    max-width: 25px !important;
    margin-left: 10px;
    margin-top: -4px;
}

.row {
margin-left: 0px;
margin-right: 0px;

}

.navbar-inverse {
    background-color: transparent;
    border-bottom: none;
}

.boton {
    color: #fff;
    border: none;
    background-color: #1a1c26;
    padding: 15px 80px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;

}

.boton:hover {
    color: #111111;
    border: none;
    background-color: #ecd05a;
    text-decoration: none;

}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.italic {
font-style: italic;
}

.txt-right {
text-align: right;
}

.icon-menu {
   width: 44px;
    height: 48px;
    background: url(../images/menu.png);
}
.icon-menu:hover {
    background: url(../images/menu-hover.png);

}

.menu {
font-family: 'Staatliches', cursive;
    margin-left: 10px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    list-style: none;
    display: inline-flex;
}

.blanco { 
    color: #fff;
}

.amarillo {
    color: #ecd05a; 
}

.teal { 
    color: #c1c7e4;
}


.floating-nav {
    position: absolute;
    z-index: 10;
        right: 0;
    left: 0;
}

.right {
    text-align: right;
}

mark {
    background-color: transparent;
        padding: 0px;
}

.intro {
    background: url(../images/fondo-encueros.jpg);
    background-size: cover;
    min-height: 780px;
    margin-top: -40px;
}



.mid-cont {
    padding-top: 150px;
    
}

.max-cont {
       max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
}

.max-cont3 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    
}


.close-nav {
        margin-top: 70px;
    text-align: right;
    margin-right: 10px;
}

.lefted-nav {
    margin-top: 70px;
}

.sb-slidebar {

    background-color: #11141d;

}

.nav-left li a {
        border-bottom: 1px solid #272d3e;
}

.nav-left li a{
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: #fff;

}

.center {
    text-align: center;
}

.mid-cont {
        padding-top: 150px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.boton-c {
    font-family: 'Staatliches', cursive;
    color: white;
    font-size: 23px;
    padding: 10px 15px;
    line-height: 22px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.toped {
        display: inline-flex;
    margin-top: 8px;
}

.navbar-right {
    margin-top: 10px;
    
}

.logo {
    float: right;
    margin-left: 15px;
    margin-top: -7px;
}

.margin-home {
    margin-top: 300px;
}

.foot {

    background-color: #111111;
    padding: 20px;

}

.foot-logo {
    width: 100%;
    text-align: center;
    max-width: 435px;
}

.outer-foot {
    margin-top: 10px;
}

.section2 {
background-color: #b5b5b5;
    padding-top: 75px;
    padding-bottom: 75px;
    
}

.linea {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #979797;
    margin-top: 5px;
    margin-bottom: 7px;
}

.white-shad {
    text-shadow: 0px 1px 2px #FFFFFF;
}

.dark-shad {
    text-shadow: 0px -1px 1px rgb(0 0 0 / 76%);
}

.dark-shad2 {
    text-shadow: 0px 3px 2px rgb(0 0 0 / 88%);
}

.margined {
    margin: 20px 0px; 
} 

.margined2 {
    margin: 50px 0px; 
} 

.darks {
    background-color: #000000d6;
    height: 740px;
    
}

.the-dark {
    background: url(../images/fondo-encueros-tapiceria.jpg);
    background-size: cover;


}

.the-dark-cuero {
    background: url(../images/tapicerias-en-cuero-automovil.jpg);
    background-size: cover;


}

.pad-top {
        padding: 80px 0px;
    
}

.mar-top {
        margin-top: 120px;
    
}

.padded {
    padding: 20px;
}

.padded2 {
    padding: 30px;
}


.container {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 2rem;
}

.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

/* Contacto */

#contact-form {  
text-align: center;
}
 
#contact-form input,  
#contact-form select,  
#contact-form textarea,  
#contact-form label {  
   font-size: 15px;  
   margin-bottom: 2px;
   font-family: 'Open Sans', sans-serif;
}  
 
#contact-form input,  
#contact-form select,  
#contact-form textarea {  
    width: 90%;
    background: #fff;
    margin-bottom: 12px;
    padding: 10px;
    text-align: center;
    border: solid #B5B5B5 1px;
}  
 
#contact-form input:focus,  
#contact-form select:focus,  
#contact-form textarea:focus {  
   background-color: #E5E6E7;
}  
 
#contact-form textarea {  
   height: 110px;  
}  
 
#contact-form #submit {  
    color: #fff;
    border: none;
    background-color: #1a1c26;
    padding: 15px 80px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}  
 
#contact-form #submit:hover {  
    color: #111111;
    border: none;
    background-color: #ecd05a;
}
 
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
}
 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}
 
#failure, #success {
   color: #6EA070;
   display:none;  
}
.respuesta {
color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align: center;
    margin-top: 50px;
}

.btn-success{
    color: #111111;
    border: none;
    background-color: #ecd05a;
}

.btn-success:hover{
    color: #111111;
    border: none;
    background-color: #ecd05a;
    text-decoration: none;
	
}

.captcha {
position: relative;
    left: 50%;
    margin-left: -152px;
    margin-bottom: 15px;
    margin-top: 0px;
}

@media (min-width: 768px){
.navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
}
}

@media (max-width: 978px){
.margin-home {
    margin-top: 20px;
}
}

