@import url(http://fonts.googleapis.com/css?family=Exo:200,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,800,100);

/*=============== RESET ===============
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
=======================================*/

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*===== BASICS =====*/

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: verdana, sans-serif;
}

h2{
  font-size: 3.2em;
  margin-bottom: 45px;
  color: #0056BE;
}
h3{
  font-size: 1.875em;
  font-weight: 200;
}

p{
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 20px;
}

a{
  text-decoration: none;
  color: #005baa;
}

h3.titleSmall{
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 30px;
  color: #005baa;
}

.button{
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 11px;
}

.button.blue{
   background: #0056BE;
   color: #fff;
}

.circle{
  border-radius: 50%;
  border: 8px solid #FFF;
}

.centered{
  text-align: center;
}

/*===== FULLHEIGHT AREAS =====*/

.empresa, .sliderProductos, .sliderRiego,
.obrasCiviles, .servicios {
  height: 100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing: border-box;
  position: relative;
}
/*ajustes 2022*/
a.mail{
    float: left;
    width:100%;
}
a.tel {
    float: left;
    width:100%;
    font-size: 11px;
    margin-top: 3px;
    color: #155BB0;
}
/*===== MENU =====*/

nav{
  width: 100%;
  height: 70px;
  background: url(../img/bg_menu.png);
  position: fixed;
  top: 0;
  z-index: 9999;
  box-shadow: 0 5px 5px rgba(0,0,0, 0.2);
}

body#catalogo nav{
  width: 100%;
  height: 70px;
  background: #fff;
  position: relative;
  box-shadow: 0 5px 5px #efefef;
}

nav .logo{
  float: left;
  margin-top: 15px;
  margin-right: 25px;
}
nav ul li{
  float: left;
}
nav ul li a{
  font-size: 14px;
  padding: 28px 10px;
  display: block;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
nav ul li a:hover{
  background: #FBFBFB;
}

.active{
  font-weight: 700;
}

/*SUBMENU*/
.submenu{
  width: 200px;
  display: none;
  margin-left: -50px;
  position: absolute;
  background-color: #44B200;
  border-radius: 0px 0px 5px 5px;
}
.submenu li{
  width: 100%;
  border-top: 1px dashed #fff;
  text-align: center;
}
.submenu li a{
  color: #fff;
  padding: 15px;
}

.submenu li a:hover{
  color: #44B200;
}

li.prod:hover .submenu{
  display: block;
}

/*===== SLIDER =====*/
#home {
width: 100%;
background-repeat: repeat;
}

section.slider_home{
  background: url('../img/slide1b.jpg') no-repeat;
  color: #fff;
}

.oneByOne1 {
margin: 0;
width: 100%;
background: #fff;
position: relative;
overflow: hidden;
}

#obo_slider {
position: relative;
margin: 0 auto;
width: 100%;
}

#obo_slider .oneByOne_item {
position: absolute;
width: 100%;
overflow: hidden;
}

.slider_home img {
  width: 100%;
}

/*SLIDES*/

.s1{
  background-image: url('../img/slide1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  position:absolute;
}

.s2{
  background-image: url('../img/slide2b.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position:absolute;
}

.s3{
  background-image: url('../img/slide3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position:absolute;
}

/*CAPTIONS*/

#obo_slider .oneByOne_item span.txt1 {
clear: left;
position: relative;
float: right;
margin: 19% 10% 0 10%;
font-size: 35px;
width: 30%;
text-align: right;
color: #F9F9F9;
text-shadow: 0 0 10px black;
padding: 20px 0;
letter-spacing: 0px;
}

/*NAVIGATION*/

.buttonArea {
float: left;
left: 48%;
position: absolute;
top: 90%;
}

.buttonCon {
float: left;
position: relative;
}

.buttonCon .theButton {
display: block;
color: #B22222;
width: 10px;
height: 11px;
background: url(../img/obo/circlebutton.png) -5px -3px no-repeat;
text-indent: -9999px;
border: 0;
float: left;
margin-right: 5px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
background-color: #FFF;
}

.buttonArea a.active {
  background-position: -5px -25px;
  background-color:#336699;
}

/*===== EMPRESA =====*/
section.empresa{
  padding-top: 100px;
  background: url(../img/bg_top.png) top left no-repeat, url(../img/bg_bottom_about.png) right bottom no-repeat;
}
/*===== PR0DUCTOS =====*/
section.sliderProductos{
  padding-top: 100px;
  background: url(../img/bg-catalogo.jpg) no-repeat;
  background-size: cover;
}

/*NAVIGATION*/
.sliderProductos .navigation{
  text-align: center;
  border-bottom: 1px dashed #0055BE;
}
.productosNav{
  display: inline-block;

}
.productosNav li{
  float: left;
  font-size: 0.9em;
}
.separador{
  margin: 0 10px;
}

/*SLIDES*/

h3.title{
  opacity: 0;
  line-height: 0;
}

h3.titleSlide{
  color: #0055BE;
  font-size: 3.25em;
  margin-bottom: 15px;
}

p.prodDesc {
color: #fff;
background-color: #0056BE;
padding: 20px;
box-sizing: border-box;
border-radius: 20px;
margin-bottom: 25px;
}

a.verCat{
  color: #fff;
  background-color: #0056BE;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

a.verCat:hover{
  background: #2E81E5;
}
/*===== PRODUCTOS: RIEGO =====*/
section.sliderRiego{
  padding-top: 100px;
  background: url(../img/bg_top.png) top left no-repeat, url(../img/bg_bottom.png) right bottom no-repeat;
}

.sliderRiego .navigation{
  text-align: center;
}

.sliderRiego h3.titleSlide{
  background: #0056BE;
  font-size: 1.25em;
  color: #fff;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
}

.sliderRiego p.prodDesc{
  color: #626262;
  background: transparent;
  font-size: 1em;
}
.sliderRiego .navigation{
  padding-top: 25px;
  border-bottom: 1px dashed #0056BE;
}
/*===== OBRAS CIVILES =====*/
section.obrasCiviles{
  padding-top: 100px;
  background: url(../img/bg-catalogo.jpg) no-repeat;
  background-size: cover;
}

.obrasCiviles .texto h2{
  color: #005baa;
  text-align: right;
}

.obrasCiviles ul li{
  margin-bottom: 15px;
  font-size: 14px;
}
.obrasCiviles ul li:before{
  content: url(../img/gota.png);
  margin-right: 10px;
}

.descripcion{
  padding: 20px;
  background: #0056BE;
  border-radius: 10px;
  color: #fff;
}
/*===== SERVICIOS =====*/
section.servicios{
  padding-top: 100px;
  background: url(../img/bg_top.png) top left no-repeat, url(../img/bg_bottom.png) right bottom no-repeat;
}
.servicios .description{
  background: #0056BE;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.servicios ul{
  margin-left: 25px;
  font-size: 14px;
}
.servicios ul li{
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
}
.servicios ul li:before{
  content: url(../img/gota.png);
  margin-right: 10px;
}

/*===== CONTACTO =====*/
section.contacto{
  padding-top: 100px;
  background: #f9f9f9;
  padding-bottom: 80px;
}

.contacto .content{
  margin-top: 25px;
}

.contacto input, .contacto textarea{
  border: none;
  border-radius: 5px;
  background: #e4e4e4;
  padding-left: 15px;
  margin: 5px 0;
  font-family: sans-serif;
}

.contacto textarea{
  height: 200px;
}

.contacto input[type="submit"]{
  background: #336633;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
}

.contacto .texto p{
  color: #666666
}

.contacto .direccion{
  margin-top: 85px;
}

.contacto .direccion p{
  margin: 0;
}

.contacto .direccion span{
  font-weight: 700;
}

.divisor{
  margin: 30px 0;
}

/*TEAM*/
.area{
  margin: 10px 0;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
}

.gerente, .comercial, .operaciones, .secretaria{
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.secretaria{
  margin-top: 25px;
}
.cargo{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
  color: #555;
  margin:0;
}
.nombre{
  font-size: 0.7em;
  font-weight: 300;
  margin:0;
}
.mail{
  margin:0;
  font-size: 0.7em;
  margin: 0;
  color: #2980b9;
}

.mail:hover{
  color: #767BF3;
}
.team{
  padding: 5px;
  border-radius: 5px;
}
.team:hover{
  background: #efefef;
}

/*===== FOOTER =====*/
#footer{
  background: #202020;
  padding: 20px 0 60px 0;
}

#footer h5{
  text-align: center;
  color: #626262;
  font-weight: 700;
  text-transform: uppercase;
}

#footer p{
  color: #fff;
  text-align: center;
  font-weight: 700;
}

#footer .iconos{
  text-align: center;
}
/*===== CATALOGO =====*/
body#catalogo{
  background: url(../img/background.png) repeat-x;
}

body#catalogo .grid{
  margin-bottom: 300px;
}

.breadcrumbs{
  border-bottom: 1px dashed #999;
}

.breadcrumbs span{
  margin: 0 5px 0 5px;
  font-size: 14px;
}
.breadcrumbs ul{
  margin: 10px 0; 
}
.breadcrumbs ul li{
  float: left;
}
.breadcrumbs ul li a{
  font-size: 14px;
  color: #000;
}
.breadcrumbs ul li a:hover{
  color: #0057BE
}
#catalogo h3{
  margin: 40px 0 25px 0;
}

.bline{
  margin-bottom: 10px;
}

.catalog{
  margin-bottom: 30px;
}
.articulo h2{
  font-size: 1em;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.imagen{
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 5px 5px #efefef;
  margin-bottom: 15px;
}
.imagen img{
  width: 100%;
  height: auto;
  border: 1px solid #AAAAAA;
}

.description{
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}