@font-face {
    font-family: 'AdventPro-Bold';
    src: url('../fonts/Advent_Pro/AdventPro-Bold.eot');
    src: url('../fonts/Advent_Pro/AdventPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Advent_Pro/AdventPro-Bold.woff') format('woff'),
    url('../fonts/Advent_Pro/AdventPro-Bold.ttf') format('truetype'),
    url('../fonts/Advent_Pro/AdventPro-Bold.svg#futura_bk_btbook') format('svg');
}
.home-menu{
    position: fixed;
    top: 0;
}
.background_map{
    background: url(../images/mapa-fondo-indicares-01.jpg) 0 0 no-repeat ;
    background-size: cover;
}
.position_market{
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
}
.content p{
    font-size: 1.8em;
}
.content_2-icons span{
    max-width: 350px;
    padding: 5px;
    font-size: 1.8em;
}
.content-icon{
    width: 70px;
}
.presentation_elements_1{
    width: 90%;
    margin: 20px auto 0 auto;
    justify-content: center;
}
.presentation_elements_1 p{
    text-align: center;
    font-size: 140%;
    color: #3F3E3E;
    letter-spacing: 2px;
    line-height: 1.5;
    width: 100%;
    font-weight: bold;
}
.presentation_elements_1 div img { /* clase agregada por hilda */
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 30px 0;
}
.presentation_elements{
    height: 100%;
    margin-bottom: 50px;
}
.presentation_elements-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.presentation_elements-img{
    width: 150px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* hilda */
}
.presentation_elements-img > img{
    width: 90%;
    margin: auto;
}
.presentation_elements-header > span{
    color: #EC5B25;
    display: block;
    text-align: center;
    font-size: 200%;
}
.presentation_elements-content{
    text-align: center;
    font-size: 1.5em;
    color: #353535;
    margin: 20px auto 10px auto;
    max-width: 8.5em;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.splash-container--2{
    height: auto;
    background-position: center 10%;
    padding: 70px 5px;
}
.splash-container--2 .splash .splash-head{
    margin-top: 50px;
}

@supports not(height: 100vh) {
    .splash-container{
        position: absolute;
        height: 100%;
    }
    .content-wrapper{
        position: absolute;
        top: 100%;
    }
}
.splash {
    /* absolute center .splash within .splash-container */
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    /*text-transform: uppercase;*/
}

/* This is the main heading that appears on the blue section */
.splash-head {
    display: table;
    color: #fff;
    background-color: #EC5B25;
    padding: 15px 30px;
    font-weight: bold;
    line-height: 1em;
    margin: 20px auto;
}

    .splash .principal_buttons {
        margin-top: 50px;
    }
        .splash .principal_buttons .pure-button {
            margin-top: 10px;
        }

h2.splash-head,
h2.splash-subhead {
    font-size: 180%;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    display: table;
    font-size: 60px;
    color: #EC5B25;
    padding: 15px 30px;
    background-color: #E6E6E6;
    margin: 0 auto;
}
.splash-subContent{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.splash-subContent .splash-head,
.splash-subContent .splash-subhead {
    display: table;
    width: auto;
    font-size: 1.8em;
    padding: 15px 30px;
    line-height: 1;
    margin: 20px auto;
}
/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: relative;
    /*top: 100%;*/
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em; /* hilda */
    position: relative;
    margin: 40px auto;
}
.content p{
    font-size: 1.5em;
    color: #353535;
    margin: 0 auto;
    padding-bottom:  50px;
}

/* This is the class used for the main content headers (<h2>) */
.content-head { /*hilda */
    font-size: 350%;
    letter-spacing: 0.1em;
    color: #E65100;
    padding: 10px 0 20px 0;
}
h2.content-head{
    font-size: 2.2em;
    margin: 0;
    padding: 0.3em 0;
}
h3.content-head{
    font-size: 250%;
    margin: 0;
    padding: 0;
}



/*Estilos para los indicadores*/
/*
* -- PRICING TABLE WRAPPER --
* This element wraps up all the pricing table elements
*/
.pricing-tables,
.information {
    margin: 0 auto;
}
.pricing-tables {
    padding: 10px 0 50px;
    text-align: center;
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
}
.pricing-tables > div{
    margin-top: 10px;
}
/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {

    border: 3px solid #ccc;
    border-radius: 20px;
    margin: 0 0 2em;
    height: 100%;
    display:  flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #519251;
}

.pricing-table-biz .pricing-table-header {
    background: #2c4985;
}

.pricing-table-indicators .pricing-table-header span {
    color:#000;
}
/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.pricing-table-header h2 {
    font-size: 1.2em;
    font-weight: normal;
    color: #000840;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pricing-table-indicators .pricing-table-header .pricing-table-price span.color_6-text {
  color: #8C0707;
}
/*
 * -- PRICING TABLE PRICE --
 */
.pricing-table-price {
    font-size: 6.2em;
    font-weight: 100;
}

.pricing-table-price span {
    display: block;
    text-transform: uppercase;
    font-size: 0.2em;
    padding-bottom: 2em;
    font-weight: 400;

}

.pricing-table-indicators .pricing-table-header .pricing-table-price span {
    color: #fff;
    padding: 5px 5px;
    text-transform: none;
    font-size: 0.23em;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.pricing-table-content{
    padding: 0 0 0.8em 0;
}
    .pricing-table-content img{
        width: 75%;
        margin: 0 auto;
    }

/*
* -- Layout Styles --
*/

.content-subhead {
    color: #EC5B25;
}
.title_circle{
    font-size: 200%;
    font-weight: 600;
    margin: 0 auto 60px auto;
    color: #fff;
    text-align: center;
    width: 60px;
    padding:10px;
    background-color: #EC5B25;
    border-radius: 35px;
    z-index: 1000;
}

/* This is the class used for the dark-background areas. */

.ribbon {
    background-color: #F4F4F4; /* hilda */
}

/*.ribbon h2 {
    color: #042533;
    font-size: 350%;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
}*/
.ribbon p {
    color: #042533;
    margin: 0;
    font-size: 150%;
    letter-spacing: 2px;
    font-weight: normal;
}
/*
 * -- Estilos para las noticias
 *
 */
.content_2{
    padding: 1em 1em 3em;
    /* margin: 40px auto; */
}
.container-columns{
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    /*overflow-y: auto;*/
}
.columns{
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    transition: 0.2s;
    cursor: pointer;
}

.columns:hover,
.columns.hover{
    background-color: #f4f4f4;
}
.columns > div{
    height: 100%;
}
.columns div > .category_new {
    display: none;
    padding: 0 20px;
    margin-right: 10px;
    background-color: #009d91;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
}
.columns div > .title{
    position: relative;
    margin: 0 0 15px;
    width: 100%;
    font-size: 1.3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'AdventPro-Bold', 'Advent Pro', sans-serif;
}
.columns div > .description{
    max-height: 2.5em;
    overflow: hidden;
    font-size: 1.1em;
    text-align: justify;
}
.columns div > .content_new{
    display: none;
}
.columns div > img{
    height: 40%;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.columns div > i{
    display: table;
    float: left;
    margin-right: 20px;
    width: 20%;
    text-align: center;
    color: #444;
}
.columns div > .content_new{
    padding-bottom: 15px;
}
.columns div .info{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.columns div .source_new{
    display: none;
    font-weight: bold;
}
.columns div .source_new > span{
    color: #009D91;
}
.columns > div .share_buttons{
    display: none;
}
.columns > div .share_buttons_2 .float_box_text{
    top: auto;
    bottom: calc(10px + 100%);
    left: 0;
    right: auto;
}
    .columns > div .share_buttons > span{
        font-size: 1.1em;
        margin-right: 15px;
        color: #009D91;
    }
    .columns > div .share_buttons a{
        text-decoration: none;
        font-size: 1.5em;
        margin-left: 10px;
    }
        .columns > div .share_buttons a span{
            color: #FFF;
        }
        .columns > div .share_buttons a i:before{
            color: #009D91;
        }

.columns div > .date{
    display: inline-table;
    margin: 5px 0 0 0;
    top: 0;
    color: #444;
    line-height: 1.3;
    padding: 0;
    text-transform: uppercase;
}

.columns::after,
.columns::before{
    content: "";
    display: none;
    position: absolute;
    top: 0;
    margin: 0 auto;
    height: 100%;
    width: 2px;
    background-color: #ccc;
}
.columns::after{
    left: auto;
    right: 0;
}
.columns::before{
    left: 0;
    right: auto;
}
.columns:not(.columns--expand):hover::after,
.columns:not(.columns--expand):hover::before{
    display: block;
}
.columns:hover div > img{
    filter: grayscale(70%);
}

.columns.columns--expand{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 1500;
    cursor: default;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.columns.columns--expand::after{
    display: none;
}
.columns.columns--expand:not(.noClose)::before{
    content: "X";
    display: block;
    position: absolute;
    left: auto;
    right: 50px;
    top: .5em;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    cursor: pointer;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    font-family: cursive;
}
.columns.columns--expand > div{
    display: block;
    position: relative;
    padding: 0 10px 20px;
    background-color: #f3f1f1;
    box-shadow: 0 0 4px 4px #ccc;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2em auto auto auto;
    width: 95%;
    height: 95%;
    max-width: 800px;
}

.columns.columns--expand > div *{
    color: #202020;
}
.columns.columns--expand > div .category_new{
    display: inline-block;
    color: #fff;
}
.columns.columns--expand > div .source_new,
.columns.columns--expand > div .share_buttons{
    display: block;
}
.columns.columns--expand > div > img {
    height: auto;
    max-height: none;
    margin: 15px auto;
    display: block;
    box-shadow: -1px 1px 16px 5px #ccc;
    filter: grayscale(0);
}

.columns.columns--expand div > .title{
    padding-bottom: 20px;
    margin: 20px 0;
    font-size: 2em;
    white-space: pre-wrap;
    color: #009D91;
}

.columns.columns--expand div > .title::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background-color: #009D91;/*color 3 (naranja principal)*/
}
.columns.columns--expand div > .description {
    font-size: 1.3em;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 1000px;
}

.columns.columns--expand .content_new{
    display: block;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0;
}

.slider {
  display: none;
}
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */

    .container-columns{
        margin-top: 50px;
    }
    .splash-head {
        font-weight: bold;
        line-height: 1em;
    }

    .splash .principal_buttons {
        margin-top: 100px;
    }
    h2.splash-head {
        font-size: 250%;
    }
    h2.splash-subhead {
        font-size: 250%;
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

    .pricing-table {
        margin-bottom: 0;
    }

    .presentation_elements_1 p{
        line-height: 2;
    }
}
/*
* -- Salto del menú
*/
@media (min-width: 60em) {
    .columns.columns--expand > div{
        margin-top: 5em;
        height: 85%;
    }
    .columns.columns--expand:not(.noClose)::before{
        top: 3.5em;
    }
}
/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */

    h2.splash-head,
    h2.splash-subhead {
        font-size: 2.7em;
    }
    .content-head {
        font-weight:  600;
    }

}
/*
*
*/

.star-rating {
    display: table;
}
.star-rating  a {
    display: inline-block;
    line-height: 30px;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    transition: color .3s;
    padding: 0 7px;
}
.star-rating a::after{
    display: none;
    position: absolute;
    bottom: -2em;
    left: 0;
    transform: translateX(-20%);
    background-color: #95A5A6;
    color: #fff;
    padding: 5px 10px;
}
.star-rating a:nth-child(1)::after{
    content: "Deficiente";
}
.star-rating a:nth-child(2)::after{
    content: "Aceptable";
}
.star-rating a:nth-child(3)::after{
    content: "Bueno";
}
.star-rating a:nth-child(4)::after{
    content: "Muy bueno";
    min-width: 4em;
}
.star-rating a:nth-child(5)::after{
    content: "Excelente";
}
.star-rating a,
.star-rating a *,
.star-rating a > i > span:before{
    color: #95A5A6;
}
.star-rating:hover a,
.star-rating:hover a *,
.star-rating:hover a * > span:before{
    color: #FFCC00;
}
.star-rating a:hover::after{
    display: table;
}
.star-rating a:hover ~ a * > .path2:before{
     color: #95A5A6;
 }
.star-rating a:hover ~ a * > .path1:before{
    color: #FFF;
}
.content_2-icons {
    margin-top: 2em;
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}