    @import url(fonts.css);
@import url("Lato_Light/stylesheet.css");
/**
* General
*/

    html, body {
        font-family : 'Lato-Light'Arial, sans-serif;
        font-size : 16px;
        color : #3a3d41;

        -webkit-font-smoothing : antialiased;
        -moz-osx-font-smoothing : grayscale;
        /* font-weight: 300; */
    }
    h1, h2, h3, h4, h5, h6 {
        font-family : 'Lato-Light', Arial, sans-serif;
    }
    blockquote {
        font-family : 'Lato-Light'Arial, sans-serif;
        line-height : 1.2;
        color : #345a58;
    }

    a, button {
        outline : 0 none;
    }

    a {
        text-decoration : none;
        color : inherit;
    }

    a:focus, a:active, a:hover {
        text-decoration : none;
        color : inherit;
    }

    p a {
        text-decoration : underline;
    }

    a:focus, button:focus {
	outline : 0 none;
    }

    label {
        font-weight : normal;
    }

    .mt-0 {
        margin-top : 0;
    }

    .container {
    }
#services .container {
}

    .container--extra-padding {
        padding : 0 60px;
    }

    .container--narrow {
        max-width : 992px;
    }

    .link {
        -webkit-transition : opacity .3s;
             -o-transition : opacity .3s;
                transition : opacity .3s;
    }

    .link:hover {
        opacity : .7;
    }


    .roll-opacity {
        -webkit-transition : opacity .3s;
             -o-transition : opacity .3s;
                transition : opacity .3s;
    }

    .roll-opacity:hover {
        opacity : .7;
    }

    .roll-rotate {
        transition : transform .5s;
    }

    .roll-rotate:hover {
        transform : rotate(180deg);
    }

    .noscroll {
        overflow : hidden;
    }

    .svg-inline--fa, .icon, [class^='kdi-'], [class*=' kdi-'] {
        vertical-align : middle;
    }

    .bg-gray {
        background : #f6f6f6;
    }

    .bg-blue {
        background : #0082c3;
    }

    .bg-white {
        background : white;
    }

    .bg-cover {
        background : center center no-repeat;
        background-size : cover;
    }

    a.color-light, .color-light {
        color : white;
    }

    a.color-brand, .color-brand {
        color : #345a58;
    }
    a.color-accent, .color-accent {
	color : #15716a;
    }
    a.color-secundary, .color-secundary {
	color : #15716a;
    }
    a.color-success, .color-success {
        color : green;
    }

    .font-default {
        font-family : 'LatoWeb', Arial, sans-serif;
    }

    .label {
        font-size : 16px;
        font-style : italic;
        display : inline-block;
        margin-right : 10px;
        margin-bottom : 5px;
        padding : 5px 10px;
        border-radius : 0;
    }

    .label img {
        vertical-align : middle;
    }

    .label-1 {
        color : #0082c3;
        border : #0082c3 1px solid;
    }

    .label-2 {
        color : #7fc0e1;
        border : #7fc0e1 1px solid;
    }

    mark {
        font-weight : bold;
        background : #9cc2ef;
    }

    mark.mark-yellow {
        background-color : #ffea28;
    }

    img.img-wide {
        width : 100%;
    }

/**
* Utilidades para centrar verticalmente elementos
*/

    .display-t {
        display : table;
        width : 100%;
        height : 100%;
        min-height : inherit;
    }

    .display-t > .display-tc {
        display : table-cell;
        width : 100%;
        height : 100%;
        vertical-align : middle;
    }

    .display-t > .display-tc.aling-top {
        vertical-align : top;
    }

    .display-t > .display-tc.aling-bottom {
        vertical-align : bottom;
    }

    .vertical-center {
        position : relative;
        z-index : 1;
        top : 50%;
        display : inline-block;
        transform : translateY(-50%);
    }

    @media (min-width: 1192px) {
        .vertical-center-lg {
            position : relative;
            z-index : 1;
            top : 50%;
            display : inline-block;
            transform : translateY(-50%);
        }
    }

    @media (min-width: 992px) and (max-width: 1191px) {
        .vertical-center-md {
            position : relative;
            z-index : 1;
            top : 50%;
            display : inline-block;
            transform : translateY(-50%);
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .vertical-center-sm {
            position : relative;
            z-index : 1;
            top : 50%;
            display : inline-block;
            transform : translateY(-50%);
        }
#main-navbar {
	padding : 60px 30px;
	width: 730px;
        }
#main-navbar2 {
	padding : 60px 30px;
	width: 730px;
        }
    }

    @media screen and (max-width: 767px) {
        .vertical-center-xs {
            position : relative;
            z-index : 1;
            top : 50%;
            display : inline-block;
            transform : translateY(-50%);
        }
    }

/**
* Text utilities
*/

    .text-uppercase {
        text-transform : uppercase;
    }

    .text-unset {
        text-transform : unset !important;
    }

    .text-strong {
        font-weight : bold;
    }

    .text-italic {
        font-style : italic;
    }


    @media (min-width: 1192px) {
        .text-right-lg {
            text-align : right;
        }
    }

    @media (min-width: 992px) and (max-width: 1191px) {
        .text-right-md {
            text-align : right;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .text-center-sm {
            text-align : center;
        }
        .text-right-sm {
            text-align : right;
        }
    }

    @media screen and (max-width: 767px) {
#main-navbar2 {
	padding : 60px 30px;
	width: 730px;
        }
#main-navbar {
	padding : 60px 30px;
	width: 730px;
        }
        .text-center-xs {
            text-align : center;
        }
        .text-right-xs {
            text-align : right;
        }
    }

/**
* Text styles
*/

    h1, .h1 {
        font-size : 60px;
        font-weight : 400;
    }

    h2, .h2 {
	font-size : 40px;
	font-weight : 400;
    }

    h3, .h3 {
    font-size : 35px;
    font-weight: lighter;
    color: #007165;
    /* [disabled]margin-left: 10px; */
    }

    h4, .h4 {
        font-size : 30px;
        font-weight : 400;
    }

    h5, .h5 {
        font-size : 18px;
        font-weight : normal;
    }



    @media screen and (max-width: 767px) {
        h1, .h1 {
            font-size : 38px;
        }
        h2, .h2 {
            font-size : 28px;
        }
        h3, .h3 {
            font-size : 24px;
        }
        h4, .h4 {
            font-size : 21px;
        }
        h5, .h5 {
            font-size : 16px;
        }
        small {
        }
    }


/**
* Botones
*/

    .btn {
	font-family : 'LatoWeb';
	font-size : 20px;
	font-weight : 700;
	padding : 12px 30px;
	transition : all .5s;
	text-transform : uppercase;
	border : 0;
	border-radius : 0;
    }
/**
* Botones
*/

    .btn2 {
	font-family : 'LatoWeb';
	font-size : 20px;
	font-weight : 700;
	padding : 12px 30px;
	transition : all .5s;
	text-transform : uppercase;
	border : 0;
	border-radius : 0;
    }

    .btn.focus, .btn:focus {
        outline : 0;
        box-shadow : none;
    }

    .btn:hover {
    background-color: #ee7606;
    }

    .btn-brand:hover, .btn-brand {
        color : #fff;
        background-color : #345a58;
    }

    .btn-primary:hover, .btn-primary {
        background-color : #345a58;
    }

    .btn-info:hover, .btn-info {
        background-color : #80c0e1;
    }

    .btn-more {
        font-family : 'LatoWeb';
        font-size : 18px;
        font-weight : 700;
        line-height : 1.2;
        padding : 9px 15px 6px 18px;
        vertical-align : middle;
        color : #fff;
        border-radius : 4px 4px 0 0;
        background-color : #345a58;
    }
    .btn-more:hover {
        color : #fff;
        background-color : #b09d6c;
    }

    .btn-play {
        color : #fff;
        outline : none;
    }
    .btn-play:hover {
        color : #fff;
    }
.btn-play2:hover {
        color : #fff;
    }
    .btn-play .icon-play {
    display : inline-block;
    width : 116px;
    height : 86px;
    transition : all .3s;
    background : url(../img/icon-play-ok.png) no-repeat center;
    margin-left: -20px;
    /* [disabled]margin-top: 15px; */
    margin-bottom: -20px;
    }
.btn-play2 .icon-play2 {
	display : inline-block;
	width : 75px;
	height : 56px;
	transition : all .3s;
	background : url(../img/icon-play-white2.png) no-repeat center;
    }
    .btn-play:hover .icon-play {
        transition : all .3s;
        transform : scale(1.05);
    }
.btn-play2:hover .icon-play2 {
    transition : all .3s;
    transform : scale(1.05);
    /* [disabled]margin-top: 25px; */
    }
    .btn-play span {
        font-size : 14px;
        display : block;
        margin-top : 10px;
        text-align : center;
        text-transform : uppercase;
    }
    .btn-play--invert {
        color : #005a58;
    }
    .btn-play--invert:hover {
        color : #005a58;
    }
    .btn-play--invert .icon-play {
        background-image : url(../img/icon-play.png);
    }

    .btn-wide {
        width : 100%;
    }

    .btn-download {
        padding : 18px 40px;
    }
    .btn-download .icon-download {
        display : inline-block;
        width : 32px;
        height : 30px;
        margin-top : -4px;
        margin-right : 5px;
        transition : background-image .3s;
        vertical-align : middle;
        background : url(../img/icon-download.png) no-repeat center;
    }
    .btn-download:hover {
	opacity: 0.5;
    }
    
    .icon-download-brand {
        display : inline-block;
        width : 15px;
        height : 15px;
        margin-right : 5px;
        transition : all .3s;
        vertical-align : middle;
        background : url(../img/icon-download-brand.png) no-repeat center;
    }
    
    .btn-gototop {

        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px; 
        z-index: 99;
        border: none;
        outline: none;
        padding: 35px 15px 5px 15px;
        font-size: 18px;
        text-transform: none;
        color: #000;
        font-weight: normal;
        background-color: rgba(255, 255, 255, .9);

    }
    .btn-gototop:before {
        content: '';
        width: 24px;
        height:  24px;
        border-top: 2px solid #ea5c1f;
        border-left: 2px solid #ea5c1f;
        transform: rotate(45deg);
        transform-origin: center;
        display: block;
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -12px;
    }

/**
* Link Downlad 
*/
    .link--download:hover {
        opacity : 1;
    }
    .link--download:hover .icon:after, .link--download:focus .icon:after, .link--download:active .icon:after {
        animation-name : hvr-icon-drop;
        animation-duration : 1.5s;
        animation-timing-function : cubic-bezier(.52, 1.64, .37, .66);
        animation-delay : 0s;
        animation-iteration-count : infinite;
        animation-direction : normal;
        opacity : 0;

        animation-fill-mode : forwards;
    }

    .link--download .icon:after {
        -webkit-transform : translateZ(0);
                transform : translateZ(0);
    }

    /* Icon Drop */

    @-webkit-keyframes hvr-icon-drop {
        0% {
            opacity : 1;
        }
        40% {
            -webkit-transform : translateY(100%);
                    transform : translateY(100%);
            opacity : 0;
        }
        50% {
            -webkit-transform : translateY(-50%);
                    transform : translateY(-50%);
            opacity : 0;
        }
        51% {
            opacity : 1;
        }
        100% {
            -webkit-transform : translateY(0%);
            opacity : 1;
        }
    }

    @keyframes hvr-icon-drop {
        0% {
            opacity : 1;
        }
        40% {
            -webkit-transform : translateY(100%);
                    transform : translateY(100%);
            opacity : 0;
        }
        50% {
            -webkit-transform : translateY(-50%);
                    transform : translateY(-50%);
            opacity : 0;
        }
        51% {
            opacity : 1;
        }
        100% {
            -webkit-transform : translateY(0%);
            opacity : 1;
        }
    }

/**
* Icons
*/

    .icon {
        display : inline-block;
    }

    .icon-round {
        line-height : 28px;
        overflow : hidden;
        width : 28px;
        height : 28px;
        padding : 5px;
        text-align : center;
        -webkit-border-radius : 50%;
           -moz-border-radius : 50%;
                border-radius : 50%;

            -ms-border-radius : 50%;
             -o-border-radius : 50%;
    }

    .icon-round--brand {
        color : #fff;
        background-color : #ed3132;
    }

    .icon-download:after {
        display : inline-block;
        width : 100%;
        height : 100%;
        content : '';
        background-repeat : no-repeat;
        background-position : center;
    }

    .icon-round:after {
        background-size : 90%;
    }

    .icon-arrow-right {
        display : inline-block;
        width : 11px;
        height : 18px;
        margin-top : -4px;
        margin-left : 8px;
        vertical-align : middle;
        background-image : url(../img/icon-arrow-right.png);
        background-repeat : no-repeat;
        background-position : center;
    }

    .visible-xs {
        display : none !important;
    }

    @media (max-width:991px) {
        .hidden-sm {
            display : none !important;
        }
    }

    @media (max-width:767px) {
        .hidden-xs {
            display : none !important;
        }
        .visible-xs {
            display : block !important;
        }
    }

/**
* Divider
*/

    .divider {
        display : inline-block;
        width : 90px;
        height : 5px;
        margin-top : 1rem;
        margin-bottom : 1rem;
        background-color : #4b4b4b;
    }

    .divider--center {
        margin-right : auto;
        margin-left : auto;
    }

    .divider--brand {
        background-color : #345a58;
    }

/**
* Header 
*/

    .header {
    font-size : 14px;
    position : relative;
    z-index : 100;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    width: auto;
    background-position: 0% -100%;
    }
    .header__container {
        max-width : 1600px;
        margin : 0 auto;
        padding : 0;
    }
    .header__nav {
	position : relative;
	z-index : 200;
	padding : 45px 30px 35px 30px;
	transition : background .3s;
	background : #fff;
	border-bottom: 1px solid #FFFFFF;
    }
    .header-site.active .header__nav {
	transition : background .3s;
	border-color : #FFFFFF;
	background : #338d84;
    }
    .header__logo {
    position : relative;
    /* [disabled]margin-top: 10px; */
    margin-right: 10px;
    /* [disabled]margin-bottom: px; */
    padding-right: 10px;
    /* [disabled]margin-left: 10px; */
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 26px;
    /* [disabled]width: 90%; */
    }
.header-site.active .header__logo{
    position : relative;
    /* [disabled]margin-top: 10px; */
    margin-right: 10px;
    /* [disabled]margin-bottom: px; */
    padding-right: 10px;
    /* [disabled]margin-left: 10px; */
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 26px;
    /* [disabled]width: 90%; */
    }
.pad15px {
	padding-right: 15px;
}
#footer .row .col-3.col-md-2 .header__logo {
    margin-left: auto;
    margin-top: -15px;
    overflow: visible;
    margin-right: auto;
    border-color: #fff;
}
    .header-site .navbar-brand {
        margin : 0;
        padding : 0;
    }
    .header__logo-image--default {
    display : block;
    width: 90%;
    /* [disabled]align-self: center; */
    margin-left: auto;
    margin-right: auto;
    }
#footer .header__logo .navbar-brand .img-fluid.header__logo-image--default {
    margin-left: 10%;
    margin-top: -12px;
}
    .header__logo-image--active {
    display : none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    .header-site.active .header__logo-image--default {
        display : none;
    }
    .header-site.active .header__logo-image--active {
        display : block;
    }

    .header__claim {
    font-family : Lato-Light;
    font-size : 28px;
    font-weight : normal;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    transition : color .3s;
    text-align : left;
    color : #ee7606;
    /* [disabled]border-left-color: #BABABA; */
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-left-width: 1px; */
    padding-left: 20px;
    padding-bottom: 3px;
    margin-top: 0px;
    }
.header__claim2 {
    font-family : Lato-Light;
    font-size : 30px;
    font-weight : normal;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    transition : color .3s;
    text-align : left;
    color : #007165;
    /* [disabled]border-left-color: #BABABA; */
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-left-width: 1px; */
    padding-left: 20px;
    /* [disabled]border-top-color: #CA6466; */
    /* [disabled]border-top-style: solid; */
    /* [disabled]border-top-width: 2px; */
    }
.header__claim-orange  {
	color: #f39537;
}
    .header-site.active .header__claim {
        transition : color .3s;
        color : #fff;
				

    }
	
	.header-site.active .header__claim2 {
        transition : color .3s;
        color : #fff;
		
    }
    #header-site-bg {
        position : fixed;
        z-index : 10;
        top : 0;
        left : 0;
        width : 100vw;
        height : 100vh;
        content : '';
        animation : opacity linear .3s;
        opacity : 1;
    }
    @-webkit-keyframes opacity {
        0% {
            opacity : 0;
        }
        100% {
            opacity : 1;
        }
    }

    @keyframes opacity {
        0% {
            opacity : 0;
        }
        100% {
            opacity : 1;
        }
    }


/**
* Main nav
*/
    #main-nav {
    padding : 0;
    border-bottom: 1px solid #999999;
    }
    #main-navbar {
	top : 100%;
	left : auto;
	overflow-y : auto;
	padding : 80px;
	transition : transform .3s;
	transform : translateY(-110%);
	color : #fff;
	background : #bababa;
	position: absolute;
	width: 1110px;
    }
#main-navbar2 {
	left : auto;
	overflow-y : auto;
	padding : 80px;
	transition : transform .3s;
	transform : translateY(-110%);
	color : #fff;
	background : #bababa;
	position: absolute;
	width: 1110px;
	z-index: 100;
	top: 0px;
    }
    #main-navbar.collapsing {
        height : auto;
    }
#main-navbar2.collapsing {
        height : auto;
    }
    #main-navbar.show {
        transition : transform .3s;
        transform : translateY(0%);
    }
#main-navbar2.show {
	transition : transform .3s;
	transform : translateY(0%);
	top: auto;
    }

    #main-navbar .nav-link {
	font-size : 14px;
	color : #fff;
	text-transform: uppercase;
	line-height: 20px;
    }
#main-navbar2 .nav-link {
	font-size : 14px;
	color : #fff;
	font-weight: 500;
	margin-left: 40px;
	line-height: 22px;
	text-transform: uppercase;
    }

    #main-navbar .nav-link__number {
	color : #154734;
	margin-right: 15px;
    }
#main-navbar2 .nav-link__number {
	color : #154734;
	margin-right: 15px;
    }

    #btn-download-header {
	position : absolute;
	right : 60px;
	display : block;
	display : none;
	width : 55px;
	height : 50px;
	padding : 10px;
	transform : translateY(-50%);
	top: auto;
    }
    .header-site.active #btn-download-header {
	display : block;
	color: #fff;
	top: auto;
    }


    @media (max-width: 1400px) {
        #main-navbar {
	padding : 60px 30px;
	width: 1110px;
        }
        #main-navbar .nav-link {
	font-size : 13px;
	display : flex;
        }
        #main-navbar .nav-link__number {
            min-width : 40px;
        }
#main-navbar2 {
	padding : 60px 30px;
	width: 1110px;
        }
#main-navbar2 .nav-link {
	font-size : 13px;
	display : flex;
        }
#main-navbar2 .nav-link__number {
	min-width : 40px;
        }
    }
	
	
	
	
	  @media (max-width: 1200px) {
        #main-navbar {
	padding : 60px 30px;
	width: 930px;
        }
        #main-navbar .nav-link {
	font-size : 12px;
	display : flex;
        }
        #main-navbar .nav-link__number {
            min-width : 40px;
        }
#main-navbar2 {
	padding : 60px 30px;
	width: 930px;
        }
#main-navbar2 .nav-link {
	font-size : 12px;
	display : flex;
        }
#main-navbar2 .nav-link__number {
	min-width : 40px;
        }
    }
    
	
	
	
	
    @media (max-width: 991px) {
        .header__nav {
            padding : 20px 15px;
        }

        .header__claim {
            font-size : 21px;
        }
#main-navbar {
	padding : 60px 30px;
	width: 690px;
        }
#main-navbar2 {
	padding : 60px 30px;
	width: 690px;
        }
.office-data h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    }
.office-data h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    }
a.color-secundary, .color-secundary {
    color : #15716a;
    font-size: 30px;
    }
/**
* Office data
*/
.office-data {
    margin-top: 80px;
    margin-bottom: 60px;
    }
    }

    @media (max-width: 575px) {
        .header-site .navbar-brand {
            padding-top : 14px;
        }
        .header__nav {
    height : 100px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
        }
        .header__claim {
    font-size : 16px;
    /* [disabled]display : none; */            /* padding-top: 10px; */
    padding-left: 0px;            /* margin-top: -20px; */
        }
#btn-download-header {
	position : absolute;
	right : 60px;
	display : block;
	display : none;
	width : 55px;
	height : 50px;
	padding : 10px;
	transform : translateY(-50%);
	top: auto;
    }
#main-navbar .nav-link {
    font-size : 9px;
    display : flex;
    line-height: 11px;
        }
#main-navbar2 .nav-link {
    font-size : 9px;
    display : flex;
    line-height: 11px;
        }
.header__claim2 {
    font-family : Lato-Light;
    font-size : 30px;
    font-weight : normal;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    transition : color .3s;
    text-align : left;
    color : #999999;
    /* [disabled]border-left-color: #BABABA; */
    /* [disabled]border-left-style: solid; */
    /* [disabled]border-left-width: 1px; */
    padding-left: 0px;
    /* [disabled]border-top-color: #CA6466; */
    /* [disabled]border-top-style: solid; */
    /* [disabled]border-top-width: 2px; */
    }
    }



/**
* Navbar toggler
*/

    .navbar-toggler {
        position : absolute;
        top : 50%;
        right : 15px;
        display : block;
        width : 35px;
        height : 50px;
        padding : 0;
        transform : translateY(-50%);
    }

    .navbar-toggler .navbar-toggler-icon {
    position : absolute;
    top : 20px;
    left : 0;
    display : block;
    width : 35px;
    height : 3px;
    opacity : 1;
    /* [disabled]border-radius : 4px; */
    background : #999999;
    }

    .navbar-toggler .navbar-toggler-icon:after, .navbar-toggler .navbar-toggler-icon:before {
        position : absolute;
        top : 0;
        left : 0;
        display : block;
        width : 100%;
        height : 3px;
        content : '';
        -webkit-transition : all .3s ease;
                transition : all .3s ease;
        transform-origin : center;
        border-radius : px;
        background : #999999;
    }

    .navbar-toggler .navbar-toggler-icon:before {
        top : -11px;
    }
    .navbar-toggler .navbar-toggler-icon:after {
        top : 11px;
    }

    .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
        border-bottom-color : transparent;
        background : transparent;
    }

    .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
        top : 0;
        -webkit-transform : rotate(45deg);
                transform : rotate(45deg);
        background-color : #fff;
    }

    .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
        top : 0;
        -webkit-transform : rotate(-45deg);
                transform : rotate(-45deg);
        background-color : #fff;
    }


/**
* Section
*/

    .section {
        max-width : 1600px;
        margin : 0 auto;
        margin-top : 60px;
        border-bottom : 2px solid #b09d6c;
    }
    .section--hero {
        margin-top : 0;
    }
    .section--noborder, .section--last {
        border-bottom : 0;
    }
    .section-download {
        margin-bottom : 100px;
        padding-top : 60px;
        border-bottom : 0;
    }

    .section-president {
        margin-top : 0;
    }

    .section-group-results {
        margin-bottom : 60px;
    }

    @media (max-width: 767px) {
        .section-download {
            margin-bottom : 60px;
            padding-top : 20px;
        }
#main-navbar {
	padding : 60px 30px;
	width: 510px;
        }
#main-navbar2 {
	padding : 60px 30px;
	width: 510px;
        }
    }


/**
* Footer 
*/

    .site-footer {
        font-size : 18px;
        color : #4b4b4b;
        border-bottom : 10px solid #005a58;
        background-color : #f6f6f6;
    }

    .site-footer .social-list {
        text-align : right;
    }

    .footer-upper {
        padding-top : 45px;
        padding-bottom : 20px;
    }

    .footer-upper__cta {
        text-align : right;
    }

    .footer-upper__cta .link--download {
        font-size : 14px;
        display : inline-block;
        margin-top : 20px;
        padding : 15px 0;
        color : #4b4b4b;
    }

    .footer-upper__cta .link--download .icon {
        margin-right : 5px;
    }


    .footer-below {
        padding-top : 20px;
        padding-bottom : 20px;
    }

    .footer-logo {
        max-width : 220px;
    }

    .site-footer .nav-item {
        position : relative;
    }
    .site-footer .nav-item:not(:last-child):after {
        /* height: 30px; */
        line-height : 40px;
        position : absolute;
        top : 0;
        right : -2px;
        display : inline-block;
        content : '|';
    }
    .site-footer .nav {
        margin-right : -15px;

        -ms-flex-pack : end;
        justify-content : flex-end;
    }
    .site-footer .nav-link {
        font-weight : bold;
        padding : .5rem .75rem;
        color : #345a58;
    }

    @media (max-width: 575px) {
        .site-footer {
            font-size : 14px;
        }
        .footer-upper__cta {
            text-align : center;
        }
        .site-footer .copyright, .site-footer .social-list {
            text-align : center;
        }
        .site-footer .nav {
            font-size : 12px;
            margin-right : 0;
            margin-right : -15px;
            margin-left : -15px;

            -ms-flex-pack : center;
            justify-content : center;
        }


        .footer-logo {
            max-width : 140px;
            margin-right : auto;
            margin-bottom : 10px;
            margin-left : auto;
        }

        .footer-below {
            padding-top : 0;
        }
#main-navbar {
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 60px;
	width: 93.9%;
	margin-left: auto;
	margin-right: auto;
        }
.header-site.active #btn-download-header {
	display : block;
	color: #fff;
	top: auto;
	margin-top: -18px;
    }
#main-navbar2 {
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 60px;
	width: 93.9%;
	margin-left: auto;
	margin-right: auto;
        }
    }


/**
* Cover
*/
    .cover-placement {
        height : 120vh;
    }
    .cover {
        position : fixed;
        z-index : 200;
        top : 0;
        left : 0;
        overflow : hidden;
        width : 100%;
        height : 100vh;
        transition : all 1.2s cubic-bezier(.22, .44, 0, 1);
        background-color : #032925;
    }
    .cover__bg {
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
        transition : all 1s cubic-bezier(.22, .44, 0, 1);
        animation : coverbg 20s infinite ease-in-out;
        background : url('../img/bg-cover.jpg') no-repeat center;
        background-size : cover;
    }

    @keyframes coverbg {
        from {
            transform : scale(1) rotate(0) translate3D(0,0,0) rotate(0);
        }
        50% {
            transform : scale(1.2) rotate(-360deg) translate3D(-1.5%,-1.5%,0) rotate(360deg);
        }
        to {
            transform : scale(1) rotate(0deg) translate3D(0%,0,0) rotate(0deg);
        }
    }
    .cover__content {
        position : relative;
        height : 100vh;
        /* min-height: 540px; */
        text-align : center;
        color : #fff;
    }
    .cover__header {
        line-height : 10rem;
        /* padding-top: 10%; */
        /* padding-bottom: 10px; */
         height : 10rem; 
    }
    .cover__body {
        font-family : 'LatoWeb', Arial, sans-serif;
        position : absolute;
        top : 50%;
        left : 0;
        width : 100%;
        transform: translateY(-50%);
    }
    .cover__title {
        font-size : 50px;
        font-weight : bold;
        line-height : 1;
    }
    .cover__year {
        font-family : 'LatoWeb', Arial, sans-serif;
        font-size : 160px;
        font-weight : bold;
        line-height : 1;
        display : inline-block;
        margin-bottom : 0;
    }
    .cover__year__underline {
        display : block;
        width : 100%;
        height : 16px;
        margin-top : 20px;
        background : #fff;
    }
    .cover__divider {
        height : 6px;
        background : #fff;
    }
    .cover.up-scroll {
        -webkit-transform : translate3d(0, -100vh, 0);
                transform : translate3d(0, -100vh, 0);
    }
    .cover.up-scroll .cover__bg {
        -webkit-transform : translate3d(0, -15vh, 0);
                transform : translate3d(0, -15vh, 0);
    }
    .cover__footer {
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
        /*pointer-events : none;*/
    }
    .cover__godown {
        position : absolute;
        bottom : 80%;
        left : 50%;
        margin-left : -25px;
        transition : all 3s;
        transition-delay : 1.5s;
    }

    .aos-animate .cover__godown {
        bottom : 5%;
        cursor : pointer;
        transition : all 3s;
        transition-delay : 1.5s;
        pointer-events : visible;
    }
    .cover .icon-arrow-down {
        display : block;
        width : 50px;
        height : 30px;
        -webkit-animation : bounce .8s infinite linear;
                animation : bounce .8s infinite linear;
        -webkit-animation-duration : .5s;
                animation-duration : .5s;
        background : url(../img/icon-arrow-down.png);

        -webkit-animation-fill-mode : both;
                animation-fill-mode : both;
    }


    @-webkit-keyframes bounce {
        0%, 100% {
            -webkit-transform : translateY(0);
        }
        50% {
            -webkit-transform : translateY(-5px);
        }
    }
    @keyframes bounce {
        0%, 100% {
            transform : translateY(0);
        }
        50% {
            transform : translateY(-5px);
        }
    }


    @media  (min-height: 1024px) {
        .cover__header {
            line-height: 20rem;
            height: 20rem;
        }
    }

    @media screen and (max-width: 1400px) and (max-height: 800px) {
        .cover__title {
            font-size : 25px;
        }
        .cover__year {
            font-size : 80px;
        }
    }


    @media screen and (max-width: 1024px) {
        .cover__header {
            line-height : 10rem;
            height : 10rem;
        }
    }
    @media screen and (max-width: 991px) {
        .cover__title {
            font-size : 25px;
        }
        .cover__year {
            font-size : 80px;
        }
    }
    @media screen and (max-width: 767px) {
        .cover__header {
            line-height : 100px;
            height : 100px;
        }
        .cover__header .logo {
            display: inline-block;
            width: 100px;
        }       
    }

    @media screen and (orientation:landscape) and (max-width: 991px) {
        .cover__header {
            line-height :80px;
            height : 80px;
        }
        .cover__header .logo {
            display: inline-block;
            width: 100px;
        }     
        .cover__title {
            font-size : 18px;
        }
        .cover__year {
            font-size: 50px;
            line-height: 1;
        }

    }





/**
* Quicklinks
*/

    .quicklinks {
        float : right;
        margin : 0;
        padding : 0;
        list-style : none;
    }
    .quicklinks__item {
        line-height : 1.2;
        display : block;
    }
    .quicklinks__link {
        font-weight : bold;
        text-decoration : underline;
        color : #345a58;
    }

    @media screen and (max-width: 767px) {
        .quicklinks {
            float : none;
            margin-bottom : 15px;
            text-align : center;
        }
    }

/**
* Breadcrumb
*/
    .breadcrumb {
        font-family : 'LatoWeb';
        font-size : 16px;
        font-weight : normal;
        /* padding-left: 0; */
        /* padding-right: 0; */
        margin-top : 30px;
        color : #959da0;
        background : transparent;
    }
    .breadcrumb-item.active {
        font-weight : bold;
        position : relative;
        color : #957838;
    }
    .breadcrumb-item.active:after {
        position : absolute;
        top : 100%;
        left : 28px;
        display : inline-block;
        width : 18px;
        height : 18px;
        margin-top : -9px;
        content : '';
        transform : rotate(-45deg);
        border-bottom : 3px solid #957838;
        border-left : 3px solid #957838;
        border-radius : 3px;
        /* margin-left: -9px; */
    }

    @media screen and (max-width: 767px) {
        .breadcrumb {
            font-size : 14px;
            padding-right : 0;
        }
        .breadcrumb-item.active:after {
            left : 22px;
            width : 10px;
            height : 10px;
            margin-top : -3px;
            border-width : 2px;
        }
    }

/**
* Social list
*/

    .social-list {
        list-style : none;
    }

    .social-list li {
        display : inline-block;
        margin : 0 3px;
    }

    .social-list__link {
        font-size : 24px;
        color : #484848;
    }

/**
* Simple hero
*/

    .simple-hero {
        font-size : 16px;
        font-weight : 300;
        position : relative;
        color : #fff;
        border : 0 none !important;
        border : 0 none;
        outline : 0 none;
    }

    .simple-hero__container {
        position : relative;
        height : 300px;
        margin-bottom : 5px;
    }
    .simple-hero--video,
    .simple-hero--big {
        background-color: #005a58;
    }
    .simple-hero--big .simple-hero__container {
        padding-top: 100px;
        height : 600px;
    }

    .simple-hero--video .simple-hero__container {
        height : 420px;
    }

    .simple-hero--video .simple-hero__background,   
    .simple-hero--big .simple-hero__background {
        opacity: 0.4;
    }

    .simple-hero__background {
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
        background : no-repeat  center;
        background-size : cover;
    }

    .simple-hero__text {
        /* padding-right : 40%; */
    }

    .simple-hero__title {
        margin-top : 0;
        margin-bottom : 12px;
    }

    .simple-hero__desc {
        font-size : 22px;
    }

    .simple-hero__btns {
        margin-top : 31px;
    }

    .simple-hero__btn {
        margin-right : 20px;
    }

    .simple-hero--right .simple-hero__text {
        padding-right : 0;
        padding-left : 66%;
    }

    .simple-hero .link--icon-arrow-right {
        display : block;
        margin-left : 40px;
    }

    .simple-hero .link--icon-arrow-right .icon {
        transition : all .3s;
        transform : translateX(0%);
    }

    .simple-hero .link--icon-arrow-right:hover .icon {
        transition : all .3s;
        transform : translateX(100%);
    }

    @media screen and (max-width: 1024px) {
        .simple-hero--big .simple-hero__container {
            height : 440px;
        }
    }
    @media screen and (max-width: 991px) {
        
        .simple-hero__container {
            height : 220px;
        }
        .simple-hero--video .simple-hero__container,
        .simple-hero--big .simple-hero__container {
            height : 340px;
        }
          
    }

    @media screen and (max-width: 767px) {
        .simple-hero {
            text-align : center;
        }
        .simple-hero__container {
            height : 90px;
        }
        .simple-hero--big .simple-hero__container {
            height : 160px;
        }
        .simple-hero--video .simple-hero__container {
            height : 220px;
        }
        .simple-hero__background {
            /* background-size: contain; */
        }
        .simple-hero__text {
            padding-right : 0;
        }
        .simple-hero__title {
        }
        .simple-hero__desc {
            font-size : 16px;
        }
        .simple-hero__btns {
            max-width : 180px;
            margin : 0 auto;
        }
        .simple-hero__btn {
            width : 100%;
            margin-bottom : 15px;
        }
        .simple-hero--right .simple-hero__text {
            padding : 0;
        }
    }


/**
* Title
*/

    .std-title {
        position : relative;
        margin-top : 50px;
        margin-bottom : 50px;
        text-align : center;
        color : #345a58;
    }
    .std-title--left {
        text-align : left;
    }
    .std-title__title {
        font-size : 60px;
        font-weight : normal;
        margin-bottom : 1px;
    }

    .std-title__subtitle {
        font-size: 24px;
        margin-bottom: 40px;
        text-transform: uppercase;
        margin-top: 20px;
        color: #957738;
    }
    .std-title p {
        font-size : 16px;
        line-height : 26px;
        letter-spacing : -.15px;
        color : rgba(0, 0, 0, .50);
    }

    @media screen and (max-width: 767px) {
        .std-title {
            margin-top : 1.5rem;
            margin-bottom : 2rem;
            text-align : center;
        }
        .std-title h2 {
            font-size : 30px;
        }
        .std-title__subtitle {
            font-size: 16px;
        }
        .std-title p {
            font-size : 14px;
        }
    }


/**
* Bg parallax
*/

    .bg-parallax {
        z-index : 1;
        display : block;
        margin : 0 auto;
        /* Full height */
        padding-bottom : 33.33%;
        background-repeat : no-repeat;
        /* Create the parallax scrolling effect */
        background-attachment : fixed;
        background-position : center;
        background-size : contain;
    }

    /* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */

    @media only screen and (max-device-width: 1366px) {
        .bg-parallax {
            padding-bottom : 46%;
            background-attachment : scroll;
            background-size : cover;
        }
    }


/**
* Testimony
*/

    .testimony {
        overflow : hidden;
    }

    .testimony__name {
        font-size : 16px;
        margin-bottom : 40px;
        text-transform : uppercase;
    }
    .testimony__body h5 {
        font-family : 'LatoWeb';
        font-size : 24px;
        color : #957838;
    }
    .testimony__body h3 {
        font-family : 'LatoWeb';
        font-size : 40px;
        margin-top : 40px;
        margin-bottom : 40px;
        color : #345a58;
    }
    .testimony blockquote {
        font-size : 28px;
        font-weight : 700;
        font-style : italic;
        line-height : 1.2;
        /* padding-top: 5px; */
        margin-top : 40px;
        margin-bottom : 40px;
        margin-left : 40px;
        color : #345a58;
    }
    .testimony blockquote:before {
        display : block;
        width : 24px;
        height : 24px;
        margin-bottom : 5px;
        content : '';
        background : url(../img/icon-blockquote-open.png) no-repeat center;
    }
    .testimony blockquote:after {
        display : block;
        width : 24px;
        height : 24px;
        margin-top : 5px;
        content : '';
        background : url(../img/icon-blockquote-close.png) no-repeat center;
    }
    .testimony__text {
        font-size : 18px;
        padding-right : 30px;
    }

    .testimony__image-container {
        position : relative;
        text-align : center;
    }
    .testimony__image-container .btn-play {
        position : absolute;
        bottom : 40px;
        left : 50%;
        display : inline-block;
        transform : translateX(-50%);
    }

    .testimony--image-overlap-right .testimony__image-container {
        /* text-align : right; */
    }
    .testimony--image-overlap-right .testimony__image {
        /* margin-right : -30px; */
    }

    @media only screen and (max-device-width: 991px) {
        .testimony {
            padding-right : 15px;
            padding-left : 15px;
        }

        .testimony__image-container {
            max-width : 340px;
            margin-right : auto;
            margin-bottom : 20px;
            margin-left : auto;
        }
        .testimony--image-overlap-right .testimony__image-container {
            /*margin-right: 0;*/
        }

        .testimony--image-overlap-right .testimony__image {
            margin-right : 0;
        }

        .testimony__body h5 {
            font-size : 16px;
        }

        .testimony__body h3 {
            font-size : 30px;
        }
        .testimony blockquote {
            font-size : 20px;
        }

        .testimony__text {
            font-size : 16px;
        }
    }

/**
* Bg section
*/
    .bg-section {
        position : relative;
        overflow : hidden;
        margin-top : 140px;
        margin-bottom : 140px;
        background-color : #b5a478;
    }
    .bg-section--brand {
        background : #97caca;
    }
    .bg-section__image {
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
        opacity : 1!important;
        background-repeat : no-repeat;
        background-position : center;
        background-size : cover;
    }
    .bg-section__image[data-aos^=zoom][data-aos^=zoom].aos-animate, .bg-section__image[data-aos^=fade][data-aos^=fade].aos-animate {
        /* opacity: .3; */
    }
    .bg-section__inner {
	height : 400px;
	text-align : center;
    }
    .bg-section__large .bg-section__inner {
        height : 565px;
    }
    .bg-section__content {
        position : relative;
        width : 100%;
        color : #fff;
    }
    .bg-section__large .bg-section__content {
        margin-top : 140px;
    }
    .bg-section h2 {
        font-size : 40px;
        font-weight : 700;
    }

    @media only screen and (max-device-width: 991px) {
        .bg-section h2 {
            font-size : 30px;
        }
    }

/**
* Data intro
*/

    .data-intro {
        max-width : 540px;
        margin-top : 50px;
        margin-right : auto;
        margin-bottom : 50px;
        margin-left : auto;
        text-align : center;
    }
    .data-intro__title {
        margin-bottom : 34px;
    }
    .data-intro__title h3 {
        font-size : 36px;
        color : #006352;
    }
    .data-intro__text {
        font-size : 22px;
        color : #000;
        /* text-align: center; */
    }

    @media only screen and (max-device-width: 991px) {
        .data-intro {
            padding-right : 15px;
            padding-left : 15px;
        }
        .data-intro__title h3 {
            font-size : 21px;
        }
        .data-intro__text {
            font-size : 18px;
        }
    }


/**
* Data images
*/


    .data-images h4 {
        font-size : 24px;
        font-weight : 700;
        color : #006352;
    }
    .data-images__imagen {
        margin-bottom : 20px;
        padding-right : 7px;
        padding-left : 7px;
    }

    .data-images--large  .data-images__imagen:not(:first-child) {
        padding-left : 80px;
    }
    .data-images__blockquote {
        width : 300px;
        margin-top : 20px;
        margin-left : 20px;
    }
    .data-images__blockquote blockquote {
        font-size : 24px;
        font-weight : 700;
        line-height : 1.24;
        position : relative;
        padding : 15px 40px;
        color : #d37204;
        margin-top: 80px;
    }
    .data-images__blockquote blockquote:before, .data-images__blockquote blockquote:after {
        display : inline-block;
        width : 21px;
        height : 41px;
        content : '';
    }
    .data-images__blockquote blockquote:before {
        margin-right : 5px;
        margin-left : -35px;
        background : url(../img/icon-blockquote-open-orange.png) no-repeat center;
    }
    .data-images__blockquote blockquote:after {
        margin-top : 6px;
        margin-bottom : -20px;
        margin-left : 5px;
        vertical-align : top;
        background : url(../img/icon-blockquote-close-orange.png) no-repeat center;
    }

    @media only screen and (max-device-width: 991px) {
        .data-images--large .data-images__imagen:not(:first-child) {
            padding-left : 15px;
        }
        .data-images--large .data-images__imagen {
            padding-right : 15px;
            padding-left : 15px;
        }
        .data-images {
            -ms-flex-wrap : wrap;
                flex-wrap : wrap;
        }
        .data-images__imagen {
            width : 100%;
            /* max-width : 320px; */
            margin-bottom : 40px;
            text-align : center;
        }
        .data-images--large .data-images__imagen {
             max-width : 320px; 
            
        }
        .data-images h4 {
            font-size : 18px;
        }
        .data-images__blockquote {
            width : 100%;
        }
        .data-images__blockquote blockquote {
            font-size : 21px;
            max-width : 360px;
            margin : 0 auto;
        }
        .data-images__blockquote blockquote:before, .data-images__blockquote blockquote:after {
            width : 20px;
            height : 20px;
            background-size : contain;
            /* margin-top: 6px; */
        }
    }

    @media only screen and (max-device-width: 767px) {
        .data-images__imagen {
            width : 100%;
            max-width : 100%;
        }
    }




/**
* Module Download
*/

    .module-download {
        text-align : center;
    }
/**
* Figure-img
*/

    .figure {
        position: relative;
    }
    .figure-img__btn-video {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    @media only screen and (max-device-width: 767px) {

        .figure-img__btn-video {
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
        }
    }


/**
* Article
*/

    .article {
	font-size : 14px;
	margin-top : 10px;
	margin-left: 0px;
	margin-bottom: 20px;
    }
    .article--narrow {
        padding-right : 67px;
        padding-left : 67px;
    }

    .article h2 {
        /* font-size: 60px; */
        font-weight : normal;
        position : relative;
        margin-bottom : 70px;
        /* margin-top: 40px; */
        color : #345a58;
    }
    .article h3 {
        /* font-size: 40px; */
        margin-top : 30px;
        margin-bottom : 20px;
    }

    .article blockquote {
        font-size : 36px;
        margin-top : 30px;
        margin-bottom : 40px;
    }
    .article blockquote::first-letter {
        margin-left : -15px;
    }

    @media only screen and (max-device-width: 767px) {
        .article {
            font-size : 16px;
            margin-top : 20px;
            padding-right : 20px;
            padding-left : 20px;
        }
        .article--narrow {
            padding-right : 20px;
            padding-left : 20px;
        }

        .article h2 {
            /* font-size: 40px; */
            margin-top : 0;
            margin-bottom : 40px;
        }
        .article h3 {
            /* font-size: 30px; */
            /* margin-top: 10px; */
        }
        .article blockquote {
            font-size : 24px;
        }
        .article blockquote::first-letter {
            margin-left : -10px;
        }
    }


/**
* List staff
*/


    .list-staff, .list-staff ul {
        line-height : 1.4;
        margin : 0;
        padding : 0;
        list-style : none;
        /* font-size: 24px; */
        color : #345a58;
    }
    .list-staff {
        margin-top : 20px;
        margin-bottom : 20px;
    }

    .list-staff small {
        line-height : 1;
        display : inline-block;
        color : #3a3d41;
    }
    .list-staff > li {
        margin-bottom : 15px;
    }


/**
* Head office
*/
    .head-office {
    max-width : 100%;
    border-radius: 20px;
    margin : 0 auto;
    }
    .head-office__inner {
    border-radius: 20px;
    position : relative;
    max-width: none;
    }
    .head-office-item {
        position : absolute;
        top : 0;
        left : 0;
        width : 100%;
        height : 100%;
    }
    .head-office-item img {
        transition : opacity .3s;
        /* cursor: not-allowed; */
        pointer-events : none;
        opacity : 0;
    }
    .head-office-item.active img {
        transition : opacity .3s;
        opacity : 1;
    }
    .head-office__image {
        transition : filter .5s;
    }

    .head-office.hover .head-office__image {
        transition : filter .5s;

        filter : blur(2px);
    }

    .head-office-item__number {
        font-family : 'LatoWeb';
        font-size : 30px;
        font-weight : 900;
        line-height : 42px;
        z-index : 2;
        display : inline-block;
        width : 42px;
        height : 42px;
        cursor : pointer;
        transition : background .3s;
        text-align : center;
        color : #fff;
        border-radius : 50px;
        background : #b89e66;
    }
    .head-office-item__number:hover {
        transition : background .3s;
        background-color : #cd5e1e;
    }

    #head-office-item-01 .head-office-item__number {
        position : absolute;
        top: 56.7%;
        left: 50.5%;
    }
    #head-office-item-02 .head-office-item__number {
        position : absolute;
        top: 58.7%;
        left: 39%;
    }
    #head-office-item-03 .head-office-item__number {
        position : absolute;
        top: 59.7%;
        left: 62.6%;
    }
    #head-office-item-04 .head-office-item__number {
        position : absolute;
        top: 47.7%;
        left: 11.8%;
    }
    #head-office-item-05 .head-office-item__number {
        position : absolute;
        bottom: 44.5%;
        left: 21.5%;
    }
    #head-office-item-06 .head-office-item__number {
        position : absolute;
        top : 31.5%;
        left: 25.5%;
    }
    #head-office-item-07 .head-office-item__number {
        position : absolute;
        bottom: 43.5%;
        left: 68.5%;
    }
    #head-office-item-08 .head-office-item__number {
        position : absolute;
        top: 47.8%;
        left: 78.5%;
    }
    #head-office-item-09 .head-office-item__number {
        position : absolute;
        top: 47.6%;
        right: 6.75%;
    }

    @media only screen and (max-device-width: 1024px) {
        .head-office-item__number {
            font-size : 18px;
            line-height : 30px;
            width : 30px;
            height : 30px;
        }
    }

    @media only screen and (max-device-width: 767px) {
        .head-office-item__number {
            font-size : 14px;
            line-height : 20px;
            width : 20px;
            height : 20px;
        }
    }
/**
* Head office List
*/
    .head-office-list {
        margin-top : 20px;
        padding : 0;
        list-style : none;
    }
    .head-office-list li {
	font-size : 16px;
	margin-bottom : 40px;
	padding-left : 30px;
    }
    .head-office-list__number {
	font-family : 'LatoWeb';
	font-size : 20px;
	font-weight : bold;
	/* [disabled]line-height : 1; */
	display : inline-block;
	width : 30px;
	margin-left : -30px;
	vertical-align : top;
	color : #f39537;
    }
    .head-office-list__name {
	font-family : 'LatoWeb';
	font-size : 20px;
	display : inline-block;
	color : #007165;
    }
    .head-office-list li.active .head-office-list__number, .head-office-list li.active .head-office-list__name {
        color : #cd5e1e;
    }


    .head-office-list__position {
	display : block;
	color : #bababa;
    }

    @media only screen and (max-device-width: 767px) {
        .head-office-list {
            margin-top : 0;
        }

        .head-office-list li {
            font-size : 14px;
            margin-bottom : 20px;
        }
        .head-office-list__number {
            font-size : 18px;
        }
        .head-office-list__name {
            font-size : 18px;
        }
    }

/**
* Interactive map
*/
    #interactive-map {
    position : relative;
    padding-left : 40px;
    right: auto;
    left: auto;
    }

    area, area:focus, area:visited, area:hover {
        outline: none;
    }

    .list-locals {
	position : absolute;
	top : 0;
	left : 0;
	display : none;
	overflow : auto;
	width : 20%;
	height : 80%;
	padding : 0;
	list-style : none;
	color : #363b3f;        /* padding-right: 15px; */
	font-size: 12px;
	line-height: 14px;
    }
    .list-locals li {
        display : none;
        margin-bottom : 40px;
    }
    .list-locals a {
        display: block;
        color : #363b3f;
    }
    .list-locals .city {
	font-size : 20px;
	color : #15716a;
	font-weight: 600;
    }
    .list-locals .address {
	margin-top : 5px;
	margin-bottom : 5px;
    }
    .list-locals.active {
        display : block;
    }
    .icon-fax, .icon-tel {
        display : inline-block;
        width : 20px;
        height : 18px;
        margin-right : 10px;
        vertical-align : middle;
        background : url(../img/icon-tel.png) no-repeat center;
    }
   

    @media only screen and (max-device-width: 991px) {
        #interactive-map {
    padding : 0;
    right: auto;
    left: auto;
        }

        .list-locals {
            font-size : 14px;
            position : relative;
            width : 100%;
            height : auto;
            margin-top : 20px;
            /* display: flex; */
        }
        .list-locals li {
            display : inline-block;
            float : left;
            min-width : 340px;
            margin-bottom : 30px;
        }
        .list-locals .city {
            font-size : 21px;
        }
    }
    @media only screen and (max-device-width: 767px) {
        #interactive-img {
            display : none;
        }
    }
/**
* Office data
*/
    .office-data {
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 30px;
    }
    .office-data [class*="col-"]{
        margin-bottom: 40px;
    }
    .office-data h3 {
    font-weight: bold;
    /* [disabled]font-size: 50px; */
    line-height: 1;
    margin-bottom: 0;
    }
    .office-data h4 {
    font-weight: bold;
    /* [disabled]font-size: 21px; */
    color: #767576;
    }

    @media only screen and (max-device-width: 767px) {
        .office-data {
            margin-top: 40px;
            margin-bottom: 60px;
        }
        .office-data [class*="col-"]{
            margin-bottom: 20px;
        }
        .office-data h3 {
    font-size: 16px;
        }
        .office-data h4 {
    font-size: 28px;
        }
    }

/**
* ABC
*/
    .abc {
        margin-bottom : 40px;
    }
    .abc ul {
        -ms-flex-pack : justify;
        justify-content : space-between;
    }
    .abc li {
    font-family : 'LatoWeb';
    font-size : 22px;
    font-weight : bold;
    line-height : 1;
    padding : 0;
    }
    .abc a {
        display : inline-block;
        padding : 8px;
        color : #dee1df;
    }

    .abc a.active {
        color : #345a58;
        background-color : #dee1df;
    }

    @media only screen and (max-device-width: 991px) {
        .abc {
    top : 0;
    left : 0px;
    width : 70%;
    right: 0px;
    margin-right: 30px;
    padding-right: 30px;
        }
        .abc ul {
            -ms-flex-wrap : wrap;
                flex-wrap : wrap;
        }

        .abc li {
    font-size : 18px;
        }
    }
    @media only screen and (max-device-width: 767px) {
        .abc ul {
    -ms-flex-pack : center;
    justify-content : center;
    max-width: 80%;
    margin-right: 30px;
    padding-right: 30px;
        }
    }

/**
* List Office
*/
    .list-office {
        margin-top : 60px;
    }
    .list-office h3 {
        margin-top : 20px;
        margin-bottom : 40px;
        color : #345a58;
    }
    .list-office h4 {
        margin-bottom : 20px;
    }
    @media only screen and (max-device-width: 767px) {
        .list-office {
            margin-top : 20px;
        }
    }
/**
* Office
*/
    .office {
        font-size : 16px;
        margin-bottom : 40px;
        color : #363b3f;
    }
    .office a {
        color : #363b3f;
    }
    .office__city {
        font-size : 18px;
        font-weight : bold;
        text-transform : uppercase;
        color : #444547;
    }



/**
* Hitos
*/
    .hitos {
	margin-top : 80px;
	margin-bottom : 60px;
	display: block;
    }

/**
* Hitos nav
*/

    .hitos__nav {
	font-family : 'LatoWeb';
	font-size : 38px;
	font-weight : bold;
	line-height : 1;
	padding : 0;
	color : #dee1df;
    }
    .hitos__nav .slick-dots {
        display : -webkit-box;
        display : -ms-flexbox;
        padding : 0;

        -webkit-box-pack : justify;
        -ms-flex-pack : justify;
        justify-content : space-between;
    }
    .hitos__nav .slick-dots li {
        display : block;
        padding : 0 0;
        cursor : pointer;
    }
    .hitos__nav .hito__number {
        display : inline-block;
        padding : 8px 5px;
    }
    .hitos__nav .hito__number:hover {
        transition : all .3s;
        color : #345a58;
    }

    .hitos__nav .slick-active .hito__number {
	transition : all .3s;
	color : #345a58;
    }

    @media only screen and (max-device-width: 991px) {
        .hitos__nav {
            font-size : 30px;
        }
    }
    @media only screen and (max-device-width: 525px) {
        .hitos__nav {
            font-size : 21px;
        }
    }

/**
* Hito
*/

    .hito {
	font-size : 22px;
	color : #3a3d41;
	outline : none;
	display: none;
    }

    .hito__month {
	font-family : 'LatoWeb';
	font-size : 20px;
	font-weight : bold;
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 4px;
	color : #15716A;
    }
    .hito__title {
	font-family : 'LatoWeb';
	font-size : 30px;
	margin-bottom : 40px;
	color : #767576;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 900;
	margin-left: 10px;
    }


    @media only screen and (max-device-width: 991px) {
        .hito {
            font-size : 16px;
        }
        .hito__month {
            font-size : 21px;
        }
        .hito__title {
            font-size : 30px;
            margin-top : 0;
            margin-bottom : 20px;
        }
    }

/**
* Download-list
*/
    .download-list {
	margin-top: 40px;
}
    .download-list li {
	color: #345a58;
	margin-bottom: 10px;
	font-size: 14px;
    }
    .download-list li a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-right: 40px;
	width: 100%;
	text-transform: uppercase;
    }
    .download-list li a:hover:before {
        left: 8px;
        transition: all .3s;
    }
    .download-list li a .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
    }
    .download-list li a:hover .icon {
        animation: bounceDownload 1s infinite;
    }
    .download-list li a:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 10px;
        height: 10px;
   
        display: inline-block;
        transform: rotate(-45deg);
        transition: all .3s;
        vertical-align: middle;
    }

    @-webkit-keyframes bounceDownload {
        0%, 100% {
            -webkit-transform : translateY(0);
        }
        50% {
            -webkit-transform : translateY(-3px);
        }
    }
    @keyframes bounceDownload {
        0%, 100% {
            transform : translateY(0);
        }
        50% {
            transform : translateY(-3px);
        }
    }

    /* 
    **************************************************************
    **************************************************************
            EXTERNAL LIBRARIES
    **************************************************************
    **************************************************************


/**
* Slick dots
*/

    .slick-dots {
        position : relative;
        width : 100%;
        height : auto;
        margin : 0;
        padding : 7px 0 14px 0;
        list-style-type : none;
        text-align : center;
    }

    .slick-dots li {
        display : inline-block;
        width : auto;
        padding-top : 0;
        text-align : center;
    }

    .slick-dots li button {
        font-size : 0;
        line-height : 0;
        display : inline-block;
        width : 10px;
        height : 10px;
        margin : 0 7px;
        padding : 0;
        transition : all .5s;
        text-indent : -9999px;
        border : 0 none;
        border : white 2px solid;
        border-radius : 50%;
        outline : 0 none;
        background : #bcb8b8;
    }

    .slick-dots li.slick-active button {
        border-color : #0082c3;
        background : white;
    }

    /**
        * Dummy class para evitar que Chrome quite cosas del CSS
        * Y si las quita, que las quite de aqui
    */



    @media screen and (max-width: 1600px) {
        .dummy-no-me-toques-chrome {
            height : 100%;
            height : 100%;
            height : 100%;
            height : 100%;
            height : 100%;
        }
    }
