/* Resetear configuración por defaulr */
* { margin: 0 auto; padding: 0; font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif; }
h1 {
   width: 485px;
   min-height: 66px;
   background-color: #F5F5F5;
   border-radius: 10px 10px 0px 0px;
   border-bottom-style: solid;
   border-bottom-width: 5px;
   border-bottom-color: #FE9F43;
   font-size: 3em;
   text-align: center;
   margin-bottom: 20px;
}
h2 { font-size: 1.375em; }
h3 {
   background-color: #FE9F43;
   display: block;
   text-transform: uppercase;
   width: 185px;
   border-width: 6px;
   border-color: #FE9F43;
   border-style: solid;
   font-family: "Pt Sans Narrow", sans-serif; 
   font-size: 28px;
   font-weight: 700;
   text-align: center;
   color: #3A352F;
   line-height: 1;
}
article p { font-size: 1.125em; text-align: justify; }
.izquierda { width:  50%; float: left; }
.derecha { width:  50%; float: right; }
/* El Header y la barra de navegación */
#header {
   position: relative;
   height: 100px;
   background-color: #FE9F43;
}
#navbar {
   width: 1223px;
   height: 82px;
   background-color: #fff;
   box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.17);
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
}
#menu {
   position: absolute;
   list-style: none;
   margin: 0;
   margin-top: 12px;
   margin-left: 102px;
   margin-right: 102px;
   max-height: 70px;
}
#menu li {
   margin: 0;
   padding: 0;
   border-width: 4px;
   border-right: none;
   border-style: double none;
   float: left;
}
#menu #noborder {
   width: 207px;
   height: 120px;
   border-style: none;
   background-image: url("../images/logo-home-chemdry.png");
   background-repeat: no-repeat;
   background-position: 0 -5px;
   
}
#menu li a {
   display: block;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   font-size: 1.08em;
   font-family: "Pt Sans Narrow", sans-serif; 
   font-weight: 700;
   font-style: normal;
   color: #000;
   width: 200px;
   height: 52px;
   line-height: 52px;
}
#menu li:first-child a { color: #053BA6; }
/* Telefono flotante */
#tel-flotante {
   width: 274px;
   height: auto;
   padding-bottom: 7px;
   color: #FE9F43;
   text-align: center;
   font-family: pt-sans-narrow, sans-serif;
   font-weight: 700;
   position: fixed;
   left: 70%;
   top: 12%;
   background-color: rgba(255,255,255,0.85);
   z-index: 421;
}
#tel-flotante p { font-size: 1.5em; font-family: "Pt Sans Narrow", sans-serif; line-height: 1.2; }
#tel-flotante p:first-child { font-size: 2.5em; }
/* El Slider */
#slider-area {
   position: relative;
   clear: both;
   height: 400px;
   border-bottom-color: #FE9F43;
   border-bottom-style: solid;
   border-width: 31px;
}
.slider {
   width: 1024px;
   z-index: 10;
}
/* Area para el formulario de contacto */
#contacto {
  background-color: #022B7D;
  min-height: 305px;
  position: relative;
}
/* Dos columnas para el area del formulario */
#area-form-izq { width: 63%; float: left; }
#area-form-der { width: 37%; float: right; }
#form_contacto {
   width: 545px;
   height: 294px;
   background-color: #053BA6;
   box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
   float: right;
   padding: 14px 22px;
   text-align: center;
}
#form_contacto fieldset { border: none; }
#form_contacto fieldset div.derecha { width: auto; }
#form_contacto label {
   display: block;
   color: #fff;
   text-align: left;
   font-family: pt-sans-narrow, sans-serif;
}
#form_contacto input[type=text], input[type=tel], input[type=email], textarea {
   min-width: 248px;
   float: left;
   border: 2px solid #FFDFBD;
   border-radius: 5px;
   padding: 6px;
   line-height: 1;
   min-height: 14px;
   font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
   margin-bottom: 8px;
}
#form_contacto textarea {
   width: 530px;
   height: 80px;
   resize: none;
}
/* AJAX gif y mensajes de envio o error */
.ajax-answer { display: inline-block; /* float: left; */ }
.hide { display: none; }
.ajaxgif { margin-top: 7px; margin-left: 7px; position: absolute; } 
#msg {
   display: none;
   color: #fff;
   font-weight: bold;
   width: 220px;
   height: 28px;
   line-height: 28px;
   text-transform: uppercase;
}
.msg_ok { background-color: #0A7C34; }
.msg_error { background-color: #FE9F43; }
#form_contacto #btn_cotizar {
   display: inline-block;
   width: 131px;
   min-height: 45px;
   font-size: 1.2em;
   font-weight: 700;
   background-color: #fff;
   border-radius: 5px;
   border: 1px solid #000;
   margin: 0 auto;
}
#form_contacto #btn_cotizar:hover { background-color: #F2F2F2; }
#area-form-der p, span { font-family: "Pt Sans Narrow", sans-serif; }
#area-form-der p {
   margin-top: 70px;
   width: 320px;
   text-align: center;
   font-size: 3em;
   text-transform: uppercase;
   color: #fff;
   border-bottom-color: #FE9F43;
   border-bottom-style: solid;
   border-bottom-width: 5px;
   font-weight: 700;
   letter-spacing: -1   px;
}
/* Enfasis */
#enfasis { font-size: 60px; }
/* Secciones de texto */
#quienes-somos,
#nuestros-clientes,
#videos,
#casos-exito {
   clear: both;
   width: 974px;
   padding-left: 25px;
   padding-right: 25px;
   padding-top: 20px;
}
#quienes-somos { height: 350px; }  
#nuestros-clientes { height: 500px; }
#quienes-somos p { margin-top: 21px; }
.resaltado { font-size: 1.375em; font-weight: bold; text-align: center; }
ul.untercio { width: 33.33%; display: block; float: left; list-style-type: none; margin-top: 25px; margin-bottom: 30px; }
ul.untercio li { font-size: 18px; list-style-position: outside; }
section.marco ul li::before,
section#nuestros-clientes > article > ul.untercio > li::before {
   margin-right: 6px;
   content: '•';
}
#nuestros-clientes article { height: inherit; }
#nuestros-clientes article section.marco.izquierda { margin-left: 25px; }
#nuestros-clientes article section.marco.derecha { margin-right: 25px; }
.marco {
   box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
   width: 425px;
   height: 214px;
   padding: 8px;
}
.marco img { display: inline; /*width: 214px; */float:left; }
.marco h3 { float: right; }
.marco ul {
   margin-top: 15px;
   width: 185px;
   float: right;
   list-style-type: none;
}
#casos-exito { height: auto; }
.slider-exito { z-index: 420 }
.bx-wrapper { margin-bottom: 21px !important; }
.bx-wrapper .bx-pager.bx-default-pager a {
   background-color: #fff !important;
   width: 22px !important;
   height: 20px !important;
   border-radius: 0 !important;
   padding-bottom: 3px !important;
   margin: 0 2px !important;
   text-indent: 0 !important;
   font-family: pt-sans-narrow, sans-serif !important;
   font-weight: 400 !important;
   font-style: normal !important;
   line-height: 1.4 !important;
   text-decoration: none !important;
   color: #c4c4c4 !important;
   text-align: center !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
   background-color: #012FAC !important;
   color: #fff !important;
}
#bx-pager { text-align: center; }
#bx-pager a { margin: 0 3px; }
.bx-wrapper .bx-prev { left: 53px !important; }
.bx-wrapper .bx-next { right: 53px !important; }
.bx-wrapper .bx-controls-direction a { z-index: 2 !important; }
footer {
   background-color: #3A352E;
   height: auto;
}
#footer {
/*   width: 974px;*/
   padding: 29px 25px 26px;
}
#footer h4,
#footer p,
#footer div.izquierda p,
#footer div.derecha p { color: #fff; font-size: 1.125em; margin-bottom: 5px; }
#footer h4 { font-size: 2.250em; text-align: center; margin-bottom: 60px;}
#footer div.derecha p { text-align: right; }
p#keywords {
   clear: both;
   font-size: .938em;
   font-family: pt-sans-narrow, sans-serif;
   margin: 60px 0 20px;
   display: inline-block;
}
