/* BASE (MOBILE) SIZE */

/* Heading */
.phae2018-content {
    background-color: #f4f4f4;
}
.phae2018-content .container {
    padding: 0;
}
.phae2018-heading-wrapper {
    min-height: 524px;
    text-align: center;
    background-image: url(../images/bg_heading.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.phae2018-heading {
    position: relative;
    width: 100%;
    min-height: 240px;
    padding: 20px 5%;
}
.phae2018-heading .phae2018-shade-box {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: rgba(255,255,255,0.75);
}
.phae2018-heading .phae2018-h1 {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #072146;
}
.phae2018-heading p {
    display: block;
    margin: 0 0 20px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #072146;
}
.phae2018-heading p span {
    display: block;
    font-size: 14px;
}

.phae2018-menu {
    margin-top: -70px;
    text-align: center;
}
.phae2018-menu li {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 70px;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    color: #FFF;
    background-color: #004481;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.phae2018-menu li:hover, .phae2018-menu li.phae2018-menu-active {
    background-color: #043263;
}
.phae2018-menu li a {
    display: table;
    width: 100%;
    color: #FFF;
}
.phae2018-menu li a span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    height: 70px;
}
.phae2018-menu li a span.phae2018-menu-resultados-img {
    width: 80px;
    text-align: center;
}
.phae2018-menu li a span.phae2018-menu-resultados-bullet {
    width: 30px;
    text-align: center;
}

.phae2018-menu li.phae2018-active, .phae2018-menu li:hover {
    background-color: #68cccc;
}
.phae2018-menu li:hover a {
    text-decoration: none !important;
}

a.phae2018-sim-text {
    position: relative;
    padding: 10px;
    font-size: 0.6em;
    text-transform: uppercase;
    background: none;
    background-color: #2a86ca;
}
.phae2018-sim-text i {
    display: none;
}
.phae2018-sim-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: rgba(7,33,70,0.7);
}
.phae2018-sim-wrapper-core {
    display: block;
    margin: 200px auto 0;
    width: 320px;
    height: 400px;
    padding: 5px 10px 0;
    background-color: #c0d7e8;
}
.phae2018-sim-wrapper-core .phae2018-sim-close {
    display: block;
    float: right;
    margin-bottom: 5px;
    font-size: 25px;
    -webkit-text-stroke: 2px #c0d7e8;
    color: #FFF;
    cursor: pointer;
    
}

.phae2018-page-title {
    padding: 0 10px 0;
}
.phae2018-h2 {
    margin: 0 0 10px;
    font-family: "BBook";
    font-style: normal;
    font-size: 40px;
}
.phae2018-h3 {
    margin: 0 0 10px;
    font-family: "BBook";
    font-style: normal;
    font-size: 20px;
}
.phae2018-h3 strong {
    font-family: "BBook";
    font-weight: bold;
}
.phae2018-container p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #555;
}

/* Resultados */
.phae2018-container {
    padding: 20px 10px;
}
.phae2018-container.phae2018-active {
    display: block;
}
.phae2018-container .mapa svg {
    pointer-events:all;
}
.phae2018-container .mapa .st0 {
    cursor: pointer;
}
.phae2018-container .mapa .st0:hover, .phae2018-container .mapa .st0.phae2018-active {
    fill: #004481;
}
.phae2018-container .mapa .st1, .phae2018-container .mapa tspan {
    display: none;
    fill: #ffffff;
    text-shadow: #003b60 1px 1px 0;
    pointer-events: none;
}
.phae2018-btn {
    display: inline-block;
    padding: 15px 10px;
    font-size: 14px;
    color: #FFF;
    background-color: #004481;
    cursor: pointer;
}
.phae2018-btn:hover {
    text-decoration: none !important;
    background-color: #68cccc;
}
.phae2018-container p.phae2018-text-filter span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}

.phae2018-header-title {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 15px 40px 15px 25px;
    font-size: 20px;
    color: #FFF;
    background-color: #004481;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.phae2018-header-title:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    content: '\f107';
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
}
.phae2018-header-title:hover, .phae2018-header-title.phae2018-active {
    background-color: #68cccc;
}

.phae2018-block {
    padding: 0 0 40px;
}

.phae2018-question {
    position: relative;
    float: left;
    margin: 15px 2%;
    padding: 15px 10px;
    width: 96%;
    background-color: #FFF;
}
.phae2018-h4 {
    display: table;
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #68cccc;
}
.phae2018-order {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin: 0 10px 0 0;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    background-color: #68cccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.phae2018-h4-text {
    display: table-cell;
    vertical-align: middle;
}
.phae2018-question em {
    font-size: 13px;
}

.phae2018-sixcol {
    position: relative;
}

.phae2018-h5 {
    font-size: 16px;
    font-weight: bold;
}
.phae2018-block .phae2018-filter-box {
    padding: 10px 0;
}
.phae2018-block .phae2018-filter-box p {
    margin: 0;
    font-size: 14px;
    color: #006ec1;
}
.phae2018-block .phae2018-filter-box select {
    display: inline-block;
    margin: 5px 0 0;
    color: #333;
    padding: 3px;
    width: 140px;
    color: #004481;
}
.phae2018-block .phae2018-filter-box select:disabled {
    color: #AAA;
}
.phae2018-block .phae2018-filter-box p em {
    display: block;
    padding: 10px 0 0;
    font-size: 12px;
    color: #888;
}

.phae2018-canvas {
    height: 300px;
}
.phae2018-loading {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    padding: 200px 0 0;
    text-align: center;
    color: #006ec1;
    font-size: 40px;
    background-color: rgba(255,255,255,0.7);
}
.phae2018-block .phae2018-legend {
    display: block;
    width: 100%;
    text-align: center;
}
.phae2018-block .phae2018-legend li {
    display: inline-block;
    font-size: 14px;
}
.phae2018-block .phae2018-legend li:before {
    content: '';
}
.phae2018-color-base {
    display: inline-block;
    margin: 2px 5px 0 0;
    width: 12px;
    height: 12px;
    background: rgba(9,79,164,0.7);
}
.phae2018-color-nacional {
    display: inline-block;
    margin: 2px 5px 0 0;
    width: 12px;
    height: 12px;
    background: rgba(200,23,94,0.7);
}
.phae2018-linea-base {
    display: inline-block;
    margin: -6px 2px 0 0;
    width: 12px;
    height: 6px;
    border-top: rgba(9,79,164,1) 2px solid;
}

.phae2018-share {
    display: block;
    padding: 10px;
    margin: 20px 0 10px;
    font-size: 14px;
    background-color: #e9e9e9;
}
.phae2018-share p {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 14px;
}
.phae2018-share .phae2018-share-btn {
    position: relative;
    display: inline-block;
    margin: 5px 5px 0;
    padding-top: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background-color: #004481;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.phae2018-share-alt .phae2018-clipboard {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding: 5px;
    background-color: #004481;
    width: 180px;
}
.phae2018-share-alt:hover .phae2018-clipboard {
    display: block;
}
p.phae2018-insert {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-style: italic;
}
p.phae2018-insert a {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.phae2018-block p {
    color: #006ec1;
}
.phae2018-block ul {
    margin: 0 0 15px;
}
.phae2018-block li {
    margin-bottom: 2px;
    font-size: 16px;
    color: #043263;
}
.phae2018-block li:before {
    display: block;
    float: left;
    content: '- ';
    font-size: 10px;
    width: 10px;
}
.phae2018-block blockquote {
    display: block;
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    font-weight: bold;
    text-align: center;
    color: #006ec1;
    text-transform: uppercase;
    border: #ededed 10px solid;
}
.phae2018-conclusiones p:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin: 0 5px 10px 0;
}

/* Conclusiones */
.phae2018-content .container.phae2018-conclusiones {
    display: block;
    padding: 0 2% 30px;
}
.phae2018-h4-conclusiones {
    margin: 30px 0 10px;
    font-size: 20px;
    color: #004481;
}
.phae2018-conclusiones blockquote {
    margin: 25px 0 10px;
    padding: 0 0 10px;
    font-weight: bold;
    color: #004481;
    border-bottom: #004481 1px solid;
}
.phae2018-conclusiones p {
    margin: 0;
    color: #004481;
}

/* Infografias */
.phae2018-infografia {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
}

/* Descargas */
.phae2018-content .container.phae2018-descargas {
    display: block;
    padding: 20px 2% 30px;
}
.phae2018-descargas a.phae2018-btn {
    display: inline-block;
    margin: 0 15px 15px 0;
}
.phae2018-btn-bl0 {
    background-color: rgba(4,50,99,1);
}
.phae2018-btn-bl1 {
    background-color: rgba(20,100,165,1);
}
.phae2018-btn-bl2 {
    background-color: rgba(73,165,230,1);
}
.phae2018-descargas p {
    color: #043263;
}
.phae2018-nota-title {
    border-bottom: #043263 1px solid;
    padding-bottom: 15px;
    font-size: 20px;
    cursor: pointer;
}
.phae2018-nota-title:after {
    display: block;
    float: right;
    content: '\f107';
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
}
.phae2018-nota-title.phae2018-active:after {
    content: '\f106';
}
.phae2018-descargas .phae2018-h3 {
    margin: 25px 0 8px;
}
.phae2018-table th, .phae2018-table td {
    font-size: 14px;
    border-bottom: #043263 1px solid;
}
.phae2018-table th {
    width: 150px;
    background-color: #043263;
}

/* Infografia */
.phae2018-container.phae2018-info {
    padding: 30px 10px;
}

/* head */
.phae2018-info-head {
    text-align: center;
    margin: 0 0 50px;
}
.phae2018-info-head .phae2018-title {
    margin: 5px 0 0;
    font-size: 20px;
    color: #2d85c6;
}
.phae2018-info-head .phae2018-subtitle {
    margin: 10px 0 0;
    color: #2d85c6;
    font-size: 14px;
}

/* Common */
.phae2018-info-sec {
    background-color: #fff;
}
.phae2018-info-sec .phae2018-h2 {
    position: relative;
    padding: 15px 10px 10px 80px;
    height: auto;
    font-size: 20px;
    color: #fff;
    background-color: #68cccc;
    background-position: right center;
    background-repeat: no-repeat;
    text-shadow: #000 1px 1px 5px;
}
.phae2018-info-sec .phae2018-h2 .phae2018-info-head-bend {
    position: absolute;
    left: 0;
    top: 0;
}

.phae2018-info-sec-inner {
    padding: 30px 2% 50px;
}
.phae2018-info-sec p {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
    color: #004481;
}
.phae2018-info-sec .phae2018-h3 {
    font-size: 40px;
    font-weight: normal;
    color: #68cccc;
}
.phae2018-info-sec .phae2018-h3 em {
    font-family: 'BLight';
    font-style: normal;
    font-size: 80px;
    line-height: 90%;
}
.phae2018-info-sec .phae2018-h4 {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #004481;
}
.phae2018-info-sec .phae2018-h5 {
    font-size: 12px;
    font-weight: bold;
    color: #888;
}
.phae2018-percenter {
    background: url(../images/phae2018_percenter.png) center center no-repeat;
}
.phae2018-info-legend {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 0 0;
    text-align: left;
}
.phae2018-info-legend li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding-right: 5px;
    font-size: 12px;
    text-align: center;
}
.phae2018-info-legend li:before {
    content: '';
}
.phae2018-info-legend-left li {
    text-align: left;
}
.phae2018-info-legend-half li {
    width: 50%;
}
.phae2018-info-legend-third li {
    width: 33.333%;
}
.phae2018-info-legend-fourth li {
    width: 25%;
}
.phae2018-info-legend-fifth li {
    width: 20%;
}
.phae2018-info-legend li span {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    border: #CCC 1px solid;
}
.phae2018-divider {
    margin: 25px 0;
    border-bottom: #ccc 1px solid;
}
.phae2018-box-bordered {
    padding: 30px 20px;
    border: #68cccc 1px solid;
}
.phae2018-next {
    display: none;
}


/* sec1 */
.phae2018-info-sec-1 .phae2018-info-hd-1 {
    background-image: url(../images/phae2018_info_head_1.png);
}
.phae2018-info-fig-4 {
    display: block;
    margin: 85px auto 0;
}
.phae2018-info-fig-5 {
    display: block;
    margin: 65px auto 0;
}

/* sec2 */
.phae2018-info-sec-2 .phae2018-info-hd-2 {
    background-image: url(../images/phae2018_info_head_2.png);
}
.phae2018-info-sec-2 .phae2018-h3 {
    margin: 0;
    font-size: 18px;
}
.phae2018-info-sec-2 .phae2018-h3 em {
    font-size: 36px;
}
.phae2018-info-sec-2 .phae2018-p-color {
    margin-bottom: 30px;
    font-size: 15px;
    color: #68cccc;
}

/* sec3 */
.phae2018-info-sec-3 .phae2018-info-hd-3 {
    background-image: url(../images/phae2018_info_head_3.png);
}

/* sec4 */
.phae2018-info-sec-4 .phae2018-info-hd-4 {
    background-image: url(../images/phae2018_info_head_4.png);
}

/* sec5 */
.phae2018-info-sec-5 .phae2018-info-hd-5 {
    background-image: url(../images/phae2018_info_head_5.png);
}

/* sec6 */
.phae2018-info-sec-6 .phae2018-info-hd-6 {
    background-image: url(../images/phae2018_info_head_6.png);
}

/* sec7 */
.phae2018-info-sec-7 .phae2018-info-hd-7 {
    background-image: url(../images/phae2018_info_head_7.png);
}

/* Info footer */
.phae2018-info-footer {
    padding: 20px 0;
    text-align: center;
    background: url(../images/phae2018_info_foot.png) center bottom no-repeat;
}
.phae2018-info-footer .phae2018-info-btn {
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    font-size: 16px;
    background-color: #68cccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.phae2018-info-footer .phae2018-info-btn:hover {
    text-decoration: none !important;
    background-color: #004481;
}
#footer {
    margin-top: 0;
}