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

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {	margin:0;	padding:0;	border:0;	outline:0;	font-weight:inherit;	font-style:inherit;	font-size:100%;	font-family:inherit; }/* remember to define focus styles! */:focus {	outline:0;}body {	color:black;	background:white;}ol,ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse:separate;	border-spacing:0;}caption,th,td {	text-align:left;	font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after {	content:"";}blockquote,q {	quotes: "" "";}a:link,a:visited {	text-decoration: none; border: 0px solid;}a:hover,a:active {	text-decoration: underline;}

@font-face {
    font-family: 'BentonSansBold';
    src: url('../fonts/BentonSansBold.eot');
    src: url('../fonts/BentonSansBold.eot') format('embedded-opentype'),
         url('../fonts/BentonSansBold.woff2') format('woff2'),
         url('../fonts/BentonSansBold.woff') format('woff'),
         url('../fonts/BentonSansBold.ttf') format('truetype'),
         url('../fonts/BentonSansBold.svg#BentonSansBold') format('svg');
}
@font-face {
    font-family: 'BentonSansRegular';
    src: url('../fonts/BentonSansRegular.eot');
    src: url('../fonts/BentonSansRegular.eot') format('embedded-opentype'),
         url('../fonts/BentonSansRegular.woff2') format('woff2'),
         url('../fonts/BentonSansRegular.woff') format('woff'),
         url('../fonts/BentonSansRegular.ttf') format('truetype'),
         url('../fonts/BentonSansRegular.svg#BentonSansRegular') format('svg');
}
@font-face {
    font-family: 'BentonSansBook';
    src: url('../fonts/BentonSansBook.eot');
    src: url('../fonts/BentonSansBook.eot') format('embedded-opentype'),
         url('../fonts/BentonSansBook.woff2') format('woff2'),
         url('../fonts/BentonSansBook.woff') format('woff'),
         url('../fonts/BentonSansBook.ttf') format('truetype'),
         url('../fonts/BentonSansBook.svg#BentonSansBook') format('svg');
}
@font-face {
    font-family: 'BentonSansBlack';
    src: url('../fonts/BentonSansBlack.eot');
    src: url('../fonts/BentonSansBlack.eot') format('embedded-opentype'),
         url('../fonts/BentonSansBlack.woff2') format('woff2'),
         url('../fonts/BentonSansBlack.woff') format('woff'),
         url('../fonts/BentonSansBlack.ttf') format('truetype'),
         url('../fonts/BentonSansBlack.svg#BentonSansBlack') format('svg');
}




body {
	font-family:'BentonSansRegular',"Open Sans",Arial,sans-serif;
	background: #FFF;
}

a {
    color: #db4a37;
    text-decoration: none;
}

.headFix {
    position: absolute;
    z-index: 90;
}

.navbar {
	background: transparent!important;
	padding-top: 0;
    align-items: flex-start;
}

.navbar-collapse {
    align-items: flex-start;
}

.txtHeader {
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: .5rem 1rem;
    color: #2b3457;
    font-family: 'BentonSansBold';
    font-size: 12px;
}

a.nav-link {
    color: #2b3457!important;
    font-family: 'BentonSansBold';
    font-size: 12px;
}

.logoHead {
    width: 300px;
}

.navbar-brand {
    background: #2b3457;
}

.itemBannerHome {
	background: no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.headerHome {
    padding: 0;
    position: relative;
}

.tituloSlider {
    font-family: 'BentonSansRegular';
    color: #FFF;
    position: absolute;
    left: 45px;
    bottom: 45px;
    font-size: 36px;
    max-width: 580px;
    line-height: 36px;
}

.tituloSlider span {
    font-family: 'BentonSansBold';
}

.subtituloSlider {
    font-size: 20px;
    font-family: 'BentonSansRegular';
}

#Nosotros {
	background: url(../images/fondoNosotros.jpg) no-repeat center center;
	background-size: cover;
}

.tituloNosotros {
    font-family: 'BentonSansBlack';
    color: #FFF;
    font-size: 28px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}

.tituloNosotros::before {
	content: ' ';
	width: 160px;
	height: 10px;
	background: #df163e;
	position: absolute;
	top:0;
	left: 0;
}

.tituloNosotros::after {
	content: ' ';
	width: 80px;
	height: 2px;
	background: #df163e;
	position: absolute;
	bottom:0;
	left: 0;
}

.contTextNoso {
    padding: 35px;
    max-width: 680px;
    margin: 0 auto;
}

.textNosotros {
    color: #FFF;
}

.subTitNosotros {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-family: 'BentonSansBlack';
    color: #FFF;
    font-size: 28px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;	
}

.subTitNosotros::after {
	content: ' ';
	width: 80px;
	height: 2px;
	background: #df163e;
	position: absolute;
	bottom:0;
	left: 0;
}

#SistemaTradicional {
	background: url(../images/fondoTradicional_1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 80vh;
}

#SistemaSteelFrame {
	background: url(../images/fondoFrameSteel_1.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: 80vh;
}

#SistemaTradicional>.row,#SistemaSteelFrame>.row {
	min-height: 80vh;
}

.rojoTradicional {
    position: absolute;
    top: 0;
    right: 35px;
    background: #df163e;
    color: #FFF;
    font-size: 30px;
    padding: 15px;
    line-height: 1;
}

.rojoTradicional span {
    font-family: 'BentonSansBlack';
}

.rojoSteelFrame {
    position: absolute;
    top: 0;
    left: 35px;
    background: #df163e;
    color: #FFF;
    font-size: 30px;
    padding: 15px;
    line-height: 1;
}

.rojoSteelFrame span {
    font-family: 'BentonSansBlack';
}

.boxTradicional {
	position: absolute;
	bottom:35px;
	left: 35px;
}

.boxSteelFrame {
	position: absolute;
	bottom:35px;
	right: 35px;
}

.boxTradicionalTit {
    color: #FFF;
    font-family: 'BentonSansBlack';
    font-size: 35px;
    line-height: 1;
}

.boxTradicionalText {
    color: #FFF;
    font-family: 'BentonSansBook';
    font-size: 25px;
    line-height: 1;
}

a.btnMasInfo {
    color: #df163e;
    position: absolute;
    bottom: 0;
    right: 35px;
    background: #FFF;
    font-family: 'BentonSansBlack';
    font-size: 18px;
    padding: 10px 35px;
    text-decoration: none;
}

a.btnMasInfo2 {
    color: #df163e;
    position: absolute;
    bottom: 0;
    left: 35px;
    background: #FFF;
    font-family: 'BentonSansBlack';
    font-size: 18px;
    padding: 10px 35px;
    text-decoration: none;
}

.tituloQueHacemos {
    font-family: 'BentonSansBlack';
    color: #000;
    font-size: 28px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}

.tituloQueHacemos::before {
	content: ' ';
	width: 160px;
	height: 10px;
	background: #df163e;
	position: absolute;
	top:0;
	left: 0;
}

.tituloQueHacemos::after {
	content: ' ';
	width: 80px;
	height: 2px;
	background: #df163e;
	position: absolute;
	bottom:0;
	left: 0;
}

.imgQueHacemos_1 {
	width: 33%;
	background: url(../images/imgQueHacemos_1.jpg) no-repeat center center;
	background-size: cover;
	height: 150px;
    margin-top: 70px;
}

.imgQueHacemos_2 {
	width:calc(72% - 30px);
	background: url(../images/imgQueHacemos_2.jpg) no-repeat center center;
	background-size: cover;
	height: 150px;
	margin-left: 33%;
}

.al100 {
	min-height: 100%;
}

.imgQueHacemos_3 {
	width: 100%;
	background: url(../images/imgQueHacemos_3.jpg) no-repeat center center;
	background-size: cover;
	min-height: max-content;
}

.listqh li {
    font-family: 'BentonSansBold';
    color: #2b3457;
    font-size: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #2b3457;
}

.listqh li:last-child {
    border-bottom: 0;
}

.contentIcons {
    background: #d7d7d7;
    margin: 0 -15px;
    padding: 35px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.iconQH {
    flex: 1;
    text-align: center;
    padding: 15px;
    color: #2b3457;
    font-family: 'BentonSansBlack';
    font-size: 18px;
    line-height: 18px;
    border-right: 2px solid #FFF;
    transition: 2s;
	opacity: 0;
	transform: scale(.5, .5);
}

.iconQH.visto {
	opacity: 1;
	transform: scale(1, 1);
}

.iconQH:last-child {
	border-right: 0;
}

img.iconQHimg {
    display: block;
    margin: 0 auto;
    width: 40%;
}

#Contacto {
	background: url(../images/fondoContacto.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.tituloContacto {
    font-family: 'BentonSansBlack';
    color: #FFF;
    font-size: 28px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 28px;
}

.tituloContacto::before {
	content: ' ';
	width: 160px;
	height: 10px;
	background: #df163e;
	position: absolute;
	top:0;
	left: 0;
}

.tituloContacto::after {
	content: ' ';
	width: 80px;
	height: 2px;
	background: #df163e;
	position: absolute;
	bottom:0;
	left: 0;
}

.subTitContacto {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #FFF;
    font-size: 35px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.subTitContacto span {
    font-family: 'BentonSansBlack';
}

#formContacto .col-md-12,
#formContacto .col-md-6,
#formContacto .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

#formContacto input,
#formContacto textarea {
	color: #2b3457!important;
    font-family: 'BentonSansBook';
    border-radius: 12px;
}

#formContacto textarea {
	height: 180px;
    resize: none;
}

#formContacto input::placeholder,
#formContacto textarea::placeholder {
	color: #2b3457!important;
    font-family: 'BentonSansBook';
}

#btnEnviarForm {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    font-family: 'BentonSansBold';
    border-radius: 12px;
    margin-left: -80px;
    padding-left: 35px;
    padding-right: 35px;
}

#Footer {
	background: url(../images/fondoFooter.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding-bottom: 30px;
}

.logoFooter {
    width: 300px;
    margin-left: 10px;
/*
    margin-bottom: 50px;
*/
}

.txtBotomFooter {
    position: absolute;
    bottom: 15px;
    left: 35px;
    color: #FFF;
    font-size: 28px;
	line-height: 1;
    font-family: 'BentonSansBlack';
}

a.linksFooter {
    color: #FFF;
    text-decoration: none;
    font-family: 'BentonSansBlack';
    font-size: 16px;
    margin-bottom: 10px;
	font-size: 14px;
}

.redesCont {
    position: absolute;
    bottom: 15px;
    left: 35px;
}

a.linkRedes {
    color: #57585b;
    background: #FFF;
    text-decoration: none;
    font-size: 20px;
    margin: 0 3px;
    border-radius: 50px;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 6px 0;
}

.rayabottom {
    margin: 30px 0;
    border-top: 1px solid #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.txtFooter {
    font-family: 'BentonSansBold';
    color: #FFF;
	font-size: 14px;
}

a.linkFooter {
    font-family: 'BentonSansBold';
    color: #FFF;
	font-size: 14px;
}

.txtFooterB {
    font-family: 'BentonSansBold';
    color: #FFF;
    font-size: 14px;
}

.txtFooterC {
    color: #FFF;
    font-size: 12px;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

img.imgCaruselMid {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
