/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Overpass', sans-serif;
    text-align: center;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header{
    background: url(../img/bg-header-02.jpg) #1f1f1f no-repeat center center;
    width: 100%;
    height: 550px;
}
header div{
    /*background: url(../img/bg-header1.png) no-repeat left center;*/
    width: 100%;
    height: 350px;
}
header div section{
    /*background: url(../img/bg-header1.png) no-repeat left center;*/
    width: 100%;
    height: 350px;
    color: #fff;
    text-align: center;
    line-height: 250%;
}
header div section figure{
    width: 100%;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}
header div section figure img{
    width: 200px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-weight: 100;
}
a{

}
h1{
    font-size: 40px;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box;
}
h2{
    font-weight: 700;
}
h3{
    font-size: 25px;
}
h4{
    color:#A30000;
    font-weight: 700;
    font-size: 19px;
}
.red{
    background:#A30000;
    color: #fff; 
}
.blue{
    background:#D0ECF6;
    color: #003A4F; 
}
.blue-dark{
    background:#00364d;
    color: #fff; 
}
.gray{
    background:#f1f1f1;
    color: #003A4F; 
}
.padding{
    padding: 20px;
    box-sizing: border-box;
}
.tree-columns .box img{
    width: 80%;
    padding: 10%;
    box-sizing: border-box;
}
a.btn-red:link, a.btn-red:visited {
    width: 80%;
    max-width: 400px;
    background:#A30000;
    border:#A30000 1px solid;
    color: #fff;
    padding: 15px 0;
    display: block;
    margin: 10px auto;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 100%;
}
a.btn-red:hover {
    background:#fff;
    color: #A30000;
    border:#A30000 solid 1px;

}
header a.btn-red:hover {
    background: #fff;
    color: #A30000;
    border:#fff solid 1px;

}
.content{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
ul.bxslider{
    margin: 0 auto;
    padding: 0;
}
ul.bxslider li{
    margin: 0 auto;
}
footer{
    font-size: 10px;
    text-align: left;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    height: 80px;
}
footer section{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
footer div{
    padding: 35px 20px 0 20px;
    box-sizing: border-box;
    float:left;
}
footer figure {
    width: auto;
    float: left;
    margin: 0;
    padding: 15px 0 0 0;
}
footer figure img{
    width: 150px;
}
.box a:link, .box a:visited{
    border:1px solid #F0FAFC;
    color: #003A4F;
    text-decoration: none;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px;
    box-sizing: border-box;
}
.box a:hover{
    background: #F0FAFC;
}
.infografia-one-column{
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
}
.infografia-one-column img{
    width: 100%;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {
header {
    height: 350px;
}  
header h1{
    padding-top: 50px;
}  
header div section figure{
    padding: 20px 20px 40px 20px;
}  
.tree-columns{
    width: 32%;
    display: inline-block;
}
.tree-columns .box{
    width: 79%;
    display: inline-table;
}
.tree-columns .box h4{
    height: 60px;
    padding-top: 20px;
}
.tree-columns .box p{
    height: 150px;
}
.tree-columns figure{
    width: 19%;
    display: inline-block;
    margin: 0;
}
.tree-columns figure img{
    width: 100%;
}
.two-columns{
    width: 49%;
    display: inline-block;
}
article.two-columns{
    padding: 2%;
    box-sizing: border-box;
}
footer div{
    width: 87%;
    float: right;
    text-align: center;
}
footer figure{
    width: 13%;
    float: left;
}

}

@media only screen and (min-width: 1140px) {


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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 {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}   



.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {

    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bb3134;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}