/* Desarrollo Web: Rivas Levi */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

::-moz-selection { 
    background:#000;
    color:#fff;
}
::selection { 
    background:#000;
    color:#fff;
}
a{text-decoration: none;}
li{list-style: none;}
                /* TO TOP */
.cd-top {
  display: inline-block;
  height: 55px;
  width: 55px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
    border-radius: 50%;
  white-space: nowrap;
  background: #f48120 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
    z-index: 9998;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #f48120;
  opacity: 1;
}
                /* Top Bar */
.top-bar{
    background:#dedfe0;
    color: #000;
    padding: 10px 0;
}
.top-bar-container{
    width: 1140px;
    margin: 0 auto;
}
.top-bar p{
    text-align: right;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
}
                /* Header */
header{
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}
header img{
    float: left;
}
.header-text{
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 30px;
}
header h1{
    font-weight: 400;
    font-size: 1.6em;
    color: #514d46;
    text-align: left;
}
header h2{
    text-align: right;
    font-weight:700;
    font-size: 1.6em;
}
                /* Gracias */
.gracias h1{
    margin-bottom: 45px;
}
.gracias span{
    margin-bottom: 45px;
    display: block;
}
.gracias i{
    background: #3b5998;
    color: #fff;
    font-size: 1.5em;
    padding: 5px 15px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    margin: 0 5px;
}
.gracias-ig i{
    background: #e95950;
    color: #fff;
    font-size: 1.5em;
    padding: 5px 11px;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    margin: 0 5px;
}

                /* Form */
.form{
    background-image: url(img/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.form-layer{
    padding: 45px 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.form-container{
    width: 1140px;
    margin: 0 auto;
}
.contact-form{
    width: 425px;
    margin: 0 auto;
    float: right;
    background: rgba(244, 129, 32, 0.75);
    padding: 25px;
}
.contact-form h1{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.contact-form h3{
    color: #fff;
    font-size: 0.9em;
    font-weight: 100;
    margin: 15px 0;
}
button.btn-contacto{
    background: #000;
    border: 2px solid #000;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.1em;
    padding: 7px 20px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 5px 5px 0 #939598;
}
button.btn-contacto:hover{
    box-shadow: 0 0 0 #939598;
}
input,
textarea{
    font-family: 'Roboto', sans-serif;
    border: 1px solid #fff;
    padding: 5px;
    color: #2b2633;
    font-size: 1em;
    width: 100%;
    margin-bottom: 10px;
}
textarea{
    height: 125px;
}
#informes{
    width: 15px;
    height: 15px;
    background: transparent;
}
#informes-label{
    color: #fff;
    font-size: 0.9em;
    font-weight: 100;
    margin: 15px 0;
}
 /* PLACEHOLDER */
::-webkit-input-placeholder {
   color: #2b2633;
}
:-moz-placeholder { /* Firefox 18- */
   color: #2b2633;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #2b2633;  
}
:-ms-input-placeholder {  
   color: #2b2633;  
}

.contact-text{
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 475px;
}
.contact-text h1{
    text-align: left;
    font-weight: 400;
}
.contact-text h1 span{
    color: #f48120;
    font-style: italic;
    font-weight: 600;
}
.contact-text h2{
    text-align: right;
    font-weight: 400;
}
                /* Ofrecemos */
.section-ofrecemos{
    width: 900px;
    margin: 45px auto;
}
.section-ofrecemos p{
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 45px;
}
.section-ofrecemos li{
    width: 33.3333%;
    float: left;
}
.section-ofrecemos ul img{
    float: left;
    margin-right: 5px;
}
.section-ofrecemos ul p{
    float: left;
    text-align: left;
    font-size: 1.6em;
    font-weight: 500;
}
#ofrecemos-this{margin-top: 15px;}
                /* Productos */
.section-productos{
    background: #231f20;
}
.section-productos h1{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    background: #f48120;
    color: #fff;
    font-size: 2.3em;
    padding: 10px 0;
}
.productos-container{
    width: 800px;
    margin: 0 auto;
    color: #fff;
    padding: 45px 0;
    text-align: center;
}
.productos-container li{
    font-family: 'Roboto Condensed', sans-serif;
    width: 350px;
    height: 100px;
    font-weight: 400;
    padding: 15px;
    float: left;
    margin-bottom: 15px;
    border: 4px solid #b56320;
    font-size: 1.8em;
    position: relative;
    background-image: url(img/elementos/background.png);
    background-size: cover;
    background-position: center;
}
li.to-right{
    margin-right: 45px;
}
li#this{
    padding-top: 30px;
    padding-bottom: 0;
}
                /* Proveedores */
.section-proveedores{
    margin: 25px auto;
    text-align: center;
}
.section-proveedores h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4em;
    margin-bottom: 25px;
}
.section-proveedores h1 span{
    color: #f48120;
}
.proveedores-logos{
    background: #939598;
    padding: 25px 0;
}
.proveedores-logos ul{
    width: 1140px;
    margin: 0 auto;
}
.proveedores-logos li{
    display: inline-block;
    float: left;
    width: 16%;
}
.proveedores-logos img{
    max-width: 100%;
    height: 45px;
    display: block;
    margin: 0 auto;
    
}
.proveedor-small img{
    margin-top: 15px;
}
.proveedor-big img{
    height: 75px;
}
                /* Nuevo */
.nuevo{
    margin: 25px auto;
}
.nuevo-container{
    width: 1140px;
    margin: 0 auto;
}
.nuevo h1{
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 45px;
}
.nuevo-left{
    width: 49%;
    float: left;
    position: relative;
    text-align: left;
}
.nuevo-right{
    width: 49%;
    float: right;
    text-align: left;
}

.nuevo-left img{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 200px;
}
.nuevo-container h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    margin-bottom: 45px;
}
.nuevo-left h2{
    margin-bottom: 93px;
}
.nuevo-right h2{
    font-weight: 100;
    font-size: 1.5em;
}
.nuevo-container h3{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 25px;
    background: #fbb44b;
    background: linear-gradient(to right, #fbb44b,#fac93f,#fbb44b,#fac93f,#fbb44b); 
}
.nuevo-right h3{
    padding: 20px 0 0px;
    background: #922a39;
    background: linear-gradient(to right, #922a39,#ee383c,#922a39,#ee383c,#922a39); 

}
.nuevo-container p{
    font-size: 1.1em;
}
                    /* Button */
.section-button{
    background: #eff1f4;
    padding: 75px 0;
}
.btn-cotizacion{
    background: #f48120;
    padding: 35px 20px;
    border: 1px solid transparent;
    box-shadow: 5px 5px 0 #939598;
    transition: all 0.5s;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}
.btn-cotizacion a{
    color: #fff;
    
}
.btn-cotizacion a:hover{
    box-shadow: 0 0 0 #939598;
}
                /* Footer */
footer{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 45px auto 75px;
}
footer h1{
    color: #231f20;
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 15px;
}
footer p{
    font-size: 1.4em;
    font-weight: 300;
}
                /* Gracias */
.gracias{
    background:#eff1f4;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 45px 0;
}
button.btn-gracias{
    box-shadow: 5px 5px 0 #939598;
    font-family: 'Roboto Condensed', sans-serif;
    background: #f48120;
    border: 2px solid #f48120;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.1em;
    padding: 7px 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.btn-gracias a{
    color: #fff;
}
.btn-gracias:hover,
.btn-gracias:focus{
    box-shadow: 0 0 0 #939598;
}