@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'icomoon'; /* El nombre que tú quieras darle */
    src: url('../css/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
  scroll-padding-top: 120px; 
  scroll-behavior: smooth;
}
	

[class^=icon-]:not(.btn),[class*=" icon-"]:not(.btn) {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.bg-light {
    background-color: #fff !important;
}


a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
a:hover {
   color: #9D0002;
}
.wa {
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 1090;
}
.amarillo {
    color:#ffb400;
}
.blanco {
	color: #fff;
}
.gris {
	color: #9A9A9A !important;
}

.header{
    padding: 30px 60px 40px 60px;
    background-color: #fff;
}

.txt-hero {
	position:relative;
	top: -550px;
	left: 60px;
	font-size: 1.3em;
}

.from-top {
    margin-top: 120px !important;
}
.from-top-neg {
    margin-top: -120px !important;
}
.from-top-mobile {
		margin-top: 0px;
	}
.divider {
    margin-top: 80px;
}
h1, h2, h3 {
    font-size: 2em;
    font-weight: 700;
}
h3 {
    border-top: thick;
    border-top-style: solid;
    border-top-color:#ffb400;
    display:inline-block;
    padding-top: 20px;
}
h4 {
	font-weight: 700;
}


.feature .btn-block {
    padding: 0.875rem 0;
}
.feature .btn-block:last-child {
    padding-bottom: 0;
}
.btn-block {
    margin: -0.3125rem;
    display: flex;
    flex-flow: row wrap;
    padding: 0.625rem 0;
    width: auto;
}



.btn-block:first-child {
    padding-top: 0;
}

.btn-block:last-child {
    padding-bottom: 0;
}

.btn-block .btn,.btn-block > a {
    margin: 0.3125rem;
}

.btn {
    min-width: 10.9375rem;
    text-align: left;
    text-decoration: none;
    min-height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



.btn[class^=icon-]:before,.btn[class*=" icon-"]:before {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    width: 3.125rem;
    font-family: "icomoon";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}



.btn.icon-arrow-down:before {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
}

.btn-primary {
    background-color: #ffb400 !important;
    color: #000;
	border: none;
	border-radius: 0px;
}

.btn-primary:hover,.btn.btn-primary:focus {
    background-color: #ffd500 !important;
	color: #000;
}

.icon-arrow-right:before {
    content: "\e910";
}
.boton-amarillo {
	background-color: #ffb400;
	padding: 5px;
	margin-top: 25px;
}

.formulario {
	background-color: #000;
	padding: 40px;
}

.cat-tit {
	line-height: 1.1em;
	font-weight: 400;
}

.margin-section {
	margin-top: 50px;
	margin-bottom: 50px;
}
.margin-caja-txt {
	padding-left: 50px;
	padding-right: 25px;
}
.otroquemador {
    background-image: url("../images/parallax2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 0 !important;
}
.otroquemador-inner {
	background-color: rgba(213,4,45,0.75);
	padding: 35px;
	color: #fff;
	
}
.forma-contacto {
    background-color: #ffb400;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner {
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 50px;
	color: #fff;
}

footer {
    background-color: #000;
    color: #999;
    font-size: .8em;
}
.menu {
	margin-left: 20px;
}
.item {
	padding: 28px;
}

@media (min-width: 768px) {
    .btn-block {
        padding:0.875rem 0;
    }
}

@media (min-width: 1000px) {
    .btn-block {
        padding:0.625rem 0;
    }
}

@media (min-width: 768px) {
    .btn {
        max-width:inherit;
        padding: 0.6875rem 0.75rem;
        min-height: inherit;
    }
}

.btn[class^=icon-],.btn[class*=" icon-"] {
    position: relative;
    padding-right: 3.875rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .btn[class^=icon-],.btn[class*=" icon-"] {
        padding-right:3.25rem;
    }
	
}

@media (min-width: 1000px) {
    .btn[class^=icon-],.btn[class*=" icon-"] {
        padding-right:2.625rem;
    }
}

@media (min-width: 768px) {
    .btn[class^=icon-]:before,.btn[class*=" icon-"]:before {
        font-size:1.4375rem;
        line-height: 1.4375rem;
        width: 2.5rem;
    }
}

@media (min-width: 1000px) {
    .btn[class^=icon-]:before,.btn[class*=" icon-"]:before {
        font-size:1.1875rem;
        line-height: 1.1875rem;
        width: 1.875rem;
    }
}

@media (min-width: 1000px) {
    .btn {
        padding:0.375rem 0.75rem;
    }
}

@media (max-width: 1000px) {
	.txt-hero {
		position:relative;
		top: -170px;
		left: 5px;
		font-size: 1em;
	}
	.from-top {
		margin-top: 110px;
	}
	
	.from-top-mobile {
		margin-top: -70px;
	}

	.header{
		padding: 20px 0px 20px 0px;
		background-color: #fff;
		width: 95% !important;
	}
	
	body {
		font-size: .9em;
	}
	.wa {
		position: fixed;
		bottom: 60px;
		right: 60px;
		z-index: 1090;
	}
	.margin-section {
		margin-top: 50px;
	}
}