@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------------------------ RESET ------------------------------------------------- */

/*  
  Web: THORSA

*/
/* prettier-ignore */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* prettier-ignore */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
/* prettier-ignore */
ol, ul {
  list-style: none;
}
/* prettier-ignore */
blockquote, q {
  quotes: none;
}
/* prettier-ignore */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.clear {
  clear: both;
}

/* ------------------------------------------------ WEB ------------------------------------------------- */
* {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #6e6e72;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
}

body {
  background-color: #fff;
}

.Wrapper {
  max-width: 1000px;
  min-width: 1000px;
  height: inherit;
  margin: auto;
  position: relative;
  display: table;
}
.Content {
  padding: 40px 0 70px 0;
}

/* ------------------------------------------------ HEADER ------------------------------------------------- */
header {
  width: 100%;
  height: 505px;
  position: relative;
  /*background-image:url(imagenes/bk-header.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
  border-bottom: 5px solid #71ad2d;
}

/* ------ LOGO ------ */
header .Logo {
  width: 350px;
  height: 150px;
  margin: 0;
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 9999;
  text-align: center;
  text-indent: -9999px;
  background-image: url(imagenes/logo-thorsa.png);
  background-repeat: no-repeat;
}

/* ------ MENU ------ */
header nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 80px;
  z-index: 9999;
  background-color: #71ad2d;
}
header nav ul {
  width: 650px;
  height: 50px;
  position: absolute;
  right: 0;
  text-align: right;
}
header nav ul li {
  display: inline-block;
  margin-left: 50px;
}
header nav ul a {
  color: #fff;
  text-decoration: none;
}
header nav ul a:hover {
  text-decoration: underline;
}

/* ------ SLIDER ------ */
.Slider h1 {
  position: relative;
  z-index: 9999;
  right: 0;
  bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.Slider h2 {
  position: relative;
  z-index: 9999;
  right: 0;
  bottom: 40px;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}
.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  top: 0px;
  padding: 0;
  max-height: 500px !important;
  overflow: hidden;
  text-align: right;
}

/* ------------------------------------------------ CONTENT ------------------------------------------------- */

main .Titulos {
  width: auto;
  height: 20px;
  text-align: center;
  font-size: 26px;
  color: #599cd2;
  margin-bottom: 30px;
  position: relative;
}
main .Titulos::before {
  content: '';
  width: 32%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 30%;
  border-top: 6px double #e9e8e6;
}
main .Titulos::after {
  content: '';
  width: 32%;
  height: 6px;
  position: absolute;
  right: 0;
  top: 30%;
  border-top: 6px double #e9e8e6;
}

/* ------ PLANTAS ------ */
main section.Plantas {
  display: table;
}
main section.Plantas article {
  width: 490px;
  float: left;
  margin-right: 20px;
}
main section.Plantas article .Imagen {
  width: 490px;
  height: 220px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
main section.Plantas article .Solano {
  transition: background-image 1s ease-in-out;
  background-image: url(imagenes/planta-solano.jpg);
}
main section.Plantas article .Solano:hover {
  background-image: url(imagenes/planta-solano-over.jpg);
}
main section.Plantas article .Escalada {
  transition: background-image 1s ease-in-out;
  background-image: url(imagenes/planta-escalada.jpg);
}
main section.Plantas article .Escalada:hover {
  background-image: url(imagenes/planta-escalada-over.jpg);
}
main section.Plantas article .Mapa {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}
main section.Plantas article h2 {
  font-size: 26px;
  color: #599cd2;
  margin-bottom: 15px;
  background-image: url(imagenes/bk-plantas-titulos.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* ------------------------------------------------ NUESTRA EMPRESA ------------------------------------------------- */
/* ------ ICONOS ------ */
main section.EmpresaIconos {
  width: 100%;
  display: table;
  margin-bottom: 80px;
  vertical-align: baseline;
  text-align: center;
}
main section.EmpresaIconos li {
  display: inline-block;
  padding: 0 60px;
}
main section.EmpresaIconos h2 {
  font-size: 26px;
}
main section.EmpresaIconos .Icono {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}
main section.EmpresaIconos .Produccion .Icono {
  border: 2px solid #71ad2d;
  background-image: url(imagenes/icono-empresa-produccion.png);
}
main section.EmpresaIconos .Produccion h2 {
  color: #71ad2d;
}
main section.EmpresaIconos .Confiabilidad .Icono {
  border: 2px solid #599cd2;
  background-image: url(imagenes/icono-empresa-confiabilidad.png);
}
main section.EmpresaIconos .Confiabilidad h2 {
  color: #599cd2;
}
main section.EmpresaIconos .Calidad .Icono {
  border: 2px solid #302878;
  background-image: url(imagenes/icono-empresa-valvulas.png);
}
main section.EmpresaIconos .Calidad h2 {
  color: #302878;
}

/* ------ TEXTOS ------ */
main section.EmpresaTextos,
main section.Home {
  margin-bottom: 40px;
}
main section.EmpresaTextos:last-child {
  margin-bottom: 0;
}
main section.EmpresaTextos p,
main section.Home p {
  margin-bottom: 10px;
}
main section.EmpresaTextos p strong,
main section.Home p strong {
  font-weight: 700;
}
main section.EmpresaTextos ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 20px;
  line-height: 24px;
}

main section.Home ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
  line-height: 24px;
}
main section.Home ol li strong {
  font-weight: 700;
}

/* ------------------------------------------------ CALIDAD ISO ------------------------------------------------- */

/* ------ TEXTOS ------ */
main section.CalidadISO a.Descargar {
  width: 300px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  padding: 0 25px;
  margin: 40px 20px 0 0;
  background-color: #599cd2;
  background-image: url(imagenes/icono-descargar.png);
  background-repeat: no-repeat;
  background-position: 250px 10px;
}
main section.CalidadISO a.Descargar:hover {
  background-color: #302878;
}

/* ------------------------------------------------ CONTACTO ------------------------------------------------- */
/* ------ UBICACION ------ */
main section.Ubicacion {
  width: 660px;
  float: left;
}
main section.Ubicacion article {
  margin-bottom: 30px;
}
main section.Ubicacion h2 {
  width: 100%;
  height: 50px;
  line-height: 45px;
  padding: 0 50px;
  color: #fff;
  margin-bottom: 10px;
  background-image: url(imagenes/icono-cuadraditos.png);
  background-repeat: no-repeat;
  background-position: 20px 17px;
  background-color: #599cd2;
  border-top: 5px solid #302878;
}
main section.Ubicacion .Mapa {
  width: 100%;
  height: 200px;
  margin: 10px 0;
}

/* ------ FORMULARIO ------ */
main section.Formulario {
  width: 320px;
  float: right;
}
main section.Formulario h2 {
  width: 100%;
  height: 50px;
  line-height: 45px;
  padding: 0 50px;
  color: #fff;
  margin-bottom: 10px;
  background-image: url(imagenes/icono-cuadraditos.png);
  background-repeat: no-repeat;
  background-position: 20px 17px;
  background-color: #302878;
  border-top: 5px solid #71ad2d;
}
main section.Formulario .Telefono {
  margin-bottom: 27px;
}
main section.Formulario input,
main section.Formulario textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 5px 0 10px 0;
  background-color: #e9e8e6;
  border: none;
}
main section.Formulario textarea {
  height: 150px;
  line-height: 18px;
  padding: 15px 20px;
  margin-bottom: 15px;
  background-color: #e9e8e6;
}
main section.Formulario input.Enviar {
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #71ad2d;
  background-image: url(imagenes/icono-flecha.png);
  background-repeat: no-repeat;
  background-position: 80px 10px;
}
main section.Formulario input.Enviar:hover {
  background-color: #302878;
}

/* ------------------------------------------------ CONTACTO - EXITO/ERROR ------------------------------------------------- */
main section.ExitoError a.BtnExitoError {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 0 25px;
  margin: 40px 0 0 0;
  background-color: #599cd2;
}
main section.ExitoError a.BtnExitoError:hover {
  background-color: #302878;
}

main section.ExitoError a.BtnExitoError {
  width: 220px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #71ad2d;
  background-image: url(imagenes/icono-flecha.png);
  background-repeat: no-repeat;
  background-position: 180px 10px;
}
main section.ExitoError a.BtnExitoError:hover {
  background-color: #302878;
}

/* ------------------------------------------------ PRODUCTOS ------------------------------------------------- */
/* ------ SIDEBAR ------ */
main section.ProductosMenu {
  width: 260px;
}
main aside.ProductosSidebar {
  width: 100%;
  padding: 30px;
  background-color: #e9e8e6;
}
main aside.ProductosSidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #599cd2;
  border-bottom: 1px solid #599cd2;
}
main aside.ProductosSidebar h4.NoLinea {
  border-bottom: none;
}
main aside.ProductosSidebar h4.NoLinea a {
  color: #599cd2;
}
main aside.ProductosSidebar ul {
  margin-bottom: 24px;
}
main aside.ProductosSidebar li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #b0b0b5;
}
main aside.ProductosSidebar a:hover {
  color: #599cd2;
}

/* ------ INFORMACION - IMAGENES ------ */
main section.ProductoInfo {
  width: 720px;
  float: right;
}
main section.ProductoInfo .Imagenes {
  width: 300px;
  float: left;
}
main section.ProductoInfo .Imagenes .Boton {
  width: 300px;
  float: left;
}

main section.ProductoInfo .Imagenes .Boton,
main section.ProductosMenu .Boton {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 0 25px;
  margin: 10px 0 0 0;
  background-repeat: no-repeat;
}
main section.ProductoInfo .Imagenes .FichaTecnica {
  background-color: #599cd2;
  background-image: url(imagenes/icono-descargar.png);
  background-position: 250px 10px;
}
main section.ProductoInfo .Imagenes .FichaTecnica:hover,
main section.ProductoInfo .Imagenes .Despiece:hover,
main section.ProductosMenu .FichaTecnica:hover {
  background-color: #302878;
}
main section.ProductoInfo .Imagenes .Despiece {
  margin: 5px 0 0 0;
  background-color: #71ad2d;
  background-image: url(imagenes/icono-ampliar.png);
  background-position: 250px 10px;
}
main section.ProductosMenu .InfoAdicional {
  background-color: #599cd2;
  background-image: url(imagenes/icono-descargar.png);
  background-position: 216px 10px;
}
main section.ProductosMenu .InfoAdicional:hover {
  background-color: #71ad2d;
}
main section.ProductosMenu .FichaTecnica {
  background-color: #302878;
  background-image: url(imagenes/icono-descargar.png);
  background-position: 216px 10px;
}
main section.ProductosMenu .FichaTecnica:hover {
  background-color: #71ad2d;
}

/* ------ INFORMACION - TEXTO ------ */
main section.ProductoInfo .Descripcion {
  width: 410px;
  float: right;
}
main section.ProductoInfo .Descripcion h2 {
  width: 100%;
  height: 50px;
  line-height: 45px;
  padding: 0 50px;
  color: #fff;
  margin-bottom: 10px;
  background-image: url(imagenes/icono-cuadraditos.png);
  background-repeat: no-repeat;
  background-position: 20px 17px;
  background-color: #302878;
  border-top: 5px solid #71ad2d;
}
main section.ProductoInfo .Descripcion ul {
  list-style: url(imagenes/icono-item.png) outside;
  padding-left: 30px;
  line-height: 34px;
  /*text-align:justify;*/
}

/* ------------------------------------------------ FOOTER ------------------------------------------------- */
footer {
  width: 100%;
  height: 180px;
  position: relative;
  background-image: url(imagenes/bk-footer-bordes.jpg), url(imagenes/bk-footer.png);
  background-position: top center, center 20px;
  background-repeat: repeat-x, no-repeat;
  background-color: #302878;
}
/* ------ LOGO ------ */
footer .Logo {
  width: 155px;
  height: 70px;
  margin: 0;
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 9999;
  text-align: center;
  text-indent: -9999px;
  background-image: url(imagenes/logo-thorsa-blanco.png);
  background-repeat: no-repeat;
}
footer .Logo a {
  width: 254px;
  height: 80px;
  display: block;
}

/* ------ DATOS ------ */
footer address {
  width: auto;
  position: absolute;
  top: 54px;
  left: 200px;
}
footer address .Datos {
  height: 100px;
  float: left;
  padding-left: 20px;
  margin-right: 40px;
  border-left: 2px solid #fff;
}
footer address .Datos h2 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
footer address .Datos p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
}

/* ------------------------------------------------ WHATSAPP ICON ------------------------------------------------- */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px; /* distancia desde abajo */
  right: 20px; /* distancia desde la derecha */
  background-color: #25d366; /* color verde WhatsApp */
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 0 6px 1px #ccc;
  z-index: 1000;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* ------------------------------------------------ HELPERS ------------------------------------------------- */
.NoMargen {
  margin: 0px !important;
}
a {
  text-decoration: none;
}

#html5-watermark {
  display: none !important;
}
