/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
    transition: all 0.3s ease;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header{
    background-color: #00a2e5;
    border-bottom: 10px solid #00385e;
    color: #fff;
    font-weight: 300;
    padding: 3%;
    box-sizing: border-box;
}
header a{
    color: #fff;
    text-decoration: none;
}
footer{
    background-color: #00385e;
    color: #fff;
}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
     color:#00385e; 
}
h1{
    text-transform: uppercase;}
h2{
    font-size: 1.75em;
    color:#00385e;
}
h3{
    font-size: 1.125em;
}
p{
    font-size: 1.125em;
    color: #828a8e;
    font-weight: 300;
}
nav{
    font-size: 1em;
    font-weight: 700;
}
nav a{
    display: block;
    padding: 0 5px;   
    height: 30px;
    text-transform: uppercase;
}
ul{
    margin: 15px 0;
    width: 100%;
    padding: 0;
}
header li{
    display: inline-block;
    width: 80%;
    font-size: .850em;
}
header img{
    padding-right: 0.5em;
}
header nav a:hover{
    color: #00385e;
}
.gris{
    background-color: #f4f6f8;
    border-bottom: 2px solid #c7d3da;
}
.main-content{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.slider{
    padding: 0;
}
section{
    float: left;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;    
}
a:link.btn-blue , a:visited.btn-blue {
    width: 70%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color:#00a2e5;
    display:block;
    text-decoration: none; 
    margin: 0 auto;
}
a:hover.btn-blue {
    background-color: #00385e;
}
footer{
    padding: 2%;
    box-sizing: border-box;
}
footer p{
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 0.75em;
}
.article .btn-blue{
    width: 50%;
    margin: 10% auto 0;

}
.map{
    width: 100%;
    height: 30%;
    float: left;
}
.form div{
    width: 100%;
    float: left; 
    overflow: hidden;
}
.form div h3, .form div p{
    width: 100%;
}
.form form{
    width: 100%;
    float: right; 
}
.form form label{
    width: 100%;
    float: left;
    text-align: left;
}
.form form input {
    border: 3px solid #c7d3da;
    background: none;
    width: 95%;
    height: 3em;
    padding: 1%;
    box-sizing: border-box;    
}
.form form textarea {
    border: 3px solid #c7d3da;
    background: none;
    width: 98%;
    height: 7em;
    padding: 1%;
    box-sizing: border-box;    
}
.form form label{
    font-weight: 400;
    padding: 2%;
    box-sizing: border-box;     
}
.form form .coment{
    width: 100%;
    float: left;
}
.form form label.boton{
    float: right;
}
.form form input.btn-blue{
    width: 92%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color:#00a2e5;
    display:block;
    text-decoration: none;   
    border: none;
}
.product-line-home figure{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 8px solid #c7d3da;
}

.product-line-home li{
    margin: 5em 0 0 0;
}
.product-line-home h3{
    margin: 3em 0;
}
.text ul {
    padding-left: 10%;
}
.text li {
    text-align: left;
    font-size: 1.125em;
    color: #828a8e;
    font-weight: 300;
    list-style: disc;
}
.sub-nav a:link.btn-blue, .sub-nav a:visited.btn-blue{
    margin: 1% auto;

}
.list1 figure{
    width: 80%;
    overflow: hidden;
    margin: 10% auto;
    border: 8px solid #c7d3da;
}

.list2 figure{
    width: 80%;
    overflow: hidden;
    margin: 10% auto;
    border: 8px solid #c7d3da;
}
.table-alcantarilla, .table-sanitaria, .table-inglesa{
    width: 100%;
    padding:2%;
    box-sizing: border-box;
    float: left;
}
.table-alcantarilla ul, .table-sanitaria ul, .table-sanitaria ul{
    width: 100%; 
    float: left;
    margin:0 0 5px 0;
    font-size: 0.9em;
}
.table-alcantarilla .gris, .azul, .table-sanitaria .gris, , .table-inglesa .gris{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.threecolumns, .twocolumns, .onecolumns {
    float: left;
    padding:0.5%;
    box-sizing: border-box;
}
.azul{
    background-color:#00a2e5;
    color: #fff;
}
.title-table{
    font-weight: 700;
    color: #00385e;
}



.table-alcantarilla .threecolumns{
    width: 49%;   
}
.table-alcantarilla .twocolumns{
    width: 32.3333333%;
}
.table-alcantarilla .onecolumns{
    width: 16.2%;
}
.table-sanitaria .twocolumns{
    width: 49%;
}
.table-sanitaria .onecolumns{
    width: 24.5%;
}
.table-inglesa .twocolumns{
    width: 19.1818182%;
}
.table-inglesa .onecolumns{
    width: 8.53%;
}
.form label.error {
    color: red;
    width: 100%;
}
.form input.error, .form textarea.error {
    border-color: red; 
}
.tabla table {
    width: 100%;
}
.tabla thead {
    background:#00a2e5;
    color: #fff;
    font-weight: 300; 
}
.tabla tbody tr:nth-child(odd) {
    background: #f4f6f8;
}
.tabla td {
    padding: 0.5%;
    border-bottom: 2px solid #c7d3da;
}
.technical-sheets{
    min-height: 250px;}
.technical-sheets li{
    margin-top: 1rem;}
.technical-sheets a {
    color: #00a2e5;
    text-decoration: underline; }
.technical-sheets a:hover{
    color: #00385e;}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}
@media only screen and (min-width: 64em) {
header{
    padding: 1%;
    overflow: hidden;
}
header div{
    max-width: 1200px;
    margin: 0 auto;
}
header figure{
    float: left;    
}

header ul, header nav{
    float: right;
    width: 75%;
    text-align: right;    
}
header ul li{
    display: inline;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}
header nav a{
    padding: 0;
    display: inline-block;
    font-size: 0.875em;
    text-align: right;
}
header nav a + a{
    padding-left: 3%;}
h2{
    font-size: 2.25em;
}
.product-line-home li{
    width: 20%;
    float: left;
    padding: 2%;
    box-sizing: border-box;    
}
.about-home li{
    width: 20%;
    text-align: center;
    display: inline-block;
}
.btn-blue{
    width: 20%;
}
.image-header{
    padding: 0;
}
.breadcrumb{
    width: 100%;
    padding: 2%;
    font-size: 0.75em;
    text-align: left;
    float: left;
}
.breadcrumb a:link, .breadcrumb a:visited{
    color: #00a2e5;
}
.breadcrumb a:hover{
    color: #00385e ;
}
.article{
    text-align: left;
}
.article p, .article figure{
    width: 50%;
    padding: 2%;
    box-sizing: border-box;  
    float: left;
    text-align: left;
}
.article .btn-blue{
    float: left;
    margin: 10% 0 0 0;
}
h3{
    font-size: 1.8em;
    font-weight: 400;
}
p{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
footer p{
    font-size: 1em;
}
.mision div{
    width: 33.33333%;
    float: left;
    padding: 2%;
    box-sizing: border-box;
    margin: 0;      
}
.mision div h3{
    font-size: 1.125em;
    margin: 0 0 2em 0; 
    font-weight: 700;
}
.mision div p{
    margin: 0;
    width: 100%;
}
.map{
    width: 50%;
    height:20em;
    float: left;
}
.form div{
    width: 31.25%;
}
.form div h3, .form div p{
    width: 100%;
}
.form form{
    width: 62.25%;
}
.form form label{
    width: 50%;
}
.form form input {
    width: 95%;
}
.form form textarea {
    width: 98%;
}
.form form label{
    font-weight: 400;
    padding: 2%;
    box-sizing: border-box;     
}
.form form .coment{
    width: 100%;
}
.form form input.btn-blue{
    width: 92%;
}
.list1, .list2{
    width: 100%;
    float: left;
    padding: 3%;
    box-sizing: border-box;         
}
.list1 figure{
width: 34%;
float: left;
box-sizing: border-box;
border: 8px solid #c7d3da;
margin: 1% 10% 1% 1%;
}
.list1 p{
    width: 50%;
    float: left;
    text-align: left;
}
.list1 h2{
    text-align: left;
    margin: 0;
}
.list1 .btn-blue{
    width: 50%;
    float: left;
    margin: 1em 0;
}
.list2{
    width: 100%;
    float: left;
}
.list2 figure{
width: 34%;
float: right;
box-sizing: border-box;
border: 8px solid #c7d3da;
margin: 1% 1% 1% 10%;
}
.list2 p{
    width: 50%;
    float: right;
    margin: 1em 0;  
    text-align: right;  
}
.list2 .btn-blue{
    width: 50%;
    float: right;
    margin: 1em 0;
}
.list2 h2{
    text-align: right;
    margin: 0;
}
.about-home ul{
    margin: 3em 0;
}
a:link.btn-blue{
    width: 31.25%;
}
.product-line-home h3{
    font-size: 1.125em;
    font-weight: 700;
    margin: 2em 0 0 0;
}
.product-line-home figure{
    width: 70%;
}
.product-line-home li{
    margin: 2em 0 0 0;
}
.text ul{
    padding-left: 22%;
}
.text li{
    width: 40%;
    float: left;
}
.sub-nav{
    width: 48%;
    float: right;
}
.sub-nav a:link.btn-blue, .sub-nav a:visited.btn-blue{
    margin: 1%;

}







}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}