
.margen_titular {
    margin-top: 7rem;
}

h1 {
    font-size: 4em;
    line-height: 100%;
    text-shadow: -1px 0 #000, 1px 0 #000, 0 1px #000, 0 -1px #000;

}

.carousel-caption p {
    font-size: 1.2em;
    text-shadow: -1px 0 #000, 1px 0 #000, 0 1px #000, 0 -1px #000;
}

.carousel-caption {
    z-index: auto;
}

#overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.18) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 100%;
    z-index: auto;
}

.carousel-caption h1 {
    font-size: 5em;
    margin-bottom: 0px;
}

.carousel-caption p {
    font-size: 3.1em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 100%;
}

.carousel-control-next, carousel-control-prev {
    z-index: auto;
}

.carousel-indicators {
    z-index: auto;
}

.zona_mapa {
    background-image: url("../img/fondo_mapa.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 95px;
}

.circulo {
    width: 20px;
    height: 20px;
    background-color: #000; 
    border-radius: 50px;
}

#estrellas {
    display: block;
    width: 100%;
    height: 100%;
}

.texto_estrellas {
    
    padding-top: 3%;
    min-height: 100%;
    text-align: center;
}

#estrellas img {
    position: absolute;
}

#estrellas h2 {
    font-size: 3em;
    line-height: 100%;
}

#estrellas h2 span {
    font-size: 1.8em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    line-height: 100%;
}

.zona_imagenes {
    padding-left: 0px;
    padding-right: 0px;
}

#noticias {
    background-image: url("../img/fondo_noticias.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top:20px;
    display: block;
}













/*-------------------------------*/
#noticias .titular_not {
    font-size: 4em;
    color: #fff;
   margin-top: 50px;
}

#noticias .btn_redondo {
    background-color: transparent !important;
    padding: 16px 36px !important;
}

.card {
    margin: 30px 15px;
    -webkit-box-shadow: -33px 33px 0px -8px rgba(255, 255, 255, 1);
    -moz-box-shadow: -33px 33px 0px -8px rgba(255, 255, 255, 1);
    box-shadow: -33px 33px 0px -8px rgba(255, 255, 255, 1);
}

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
    font-weight: 600;
    line-height: 100%;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    font-size: 1.2em;
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Common style */
.card figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0px;
}

.card figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.5;
}

.card figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card figure figcaption::before,
.card figure figcaption::after {
    pointer-events: none;
}

.card figure figcaption,
.card figure figcaption > a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card figure figcaption h2 {
    font-size: 1.7em;
}

/*---------------*/

.pulse {
    margin: 100px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f70b1b;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(247, 11, 27, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 11, 27, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 11, 27, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 11, 27, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(247, 11, 27, 0.4);
        box-shadow: 0 0 0 0 rgba(247, 11, 27, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(247, 11, 27, 0);
        box-shadow: 0 0 0 10px rgba(247, 11, 27, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(247, 11, 27, 0);
        box-shadow: 0 0 0 0 rgba(247, 11, 27, 0);
    }
}

.fondo_redes {

    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(36, 45, 60, 0.2)), url("../img/fondo_redes.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 95px;
}

.bloque_facebook {
    text-align: right;
}

.nombre_redes li {
    display: inline-block;
}

.nombre_redes {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 30px;
    padding-top: 10%;
}

.nombre_redes span {
    font-size: 0.5em;
    line-height: 100%;
}

.nombre_redes_dcha {
    text-align: right;
}

.nombre_redes_izq {
    text-align: left;
}

.nombre_redes a {
    font-size: 1.5em;
}

.bloque_logos .marca {
    padding-left: 5%;
    padding-right: 5%;
}

.bloque_logos .marca a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

}

.bloque_logos .marca a:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    .cajas_banderas {
        padding-bottom: 5px;
        text-align: center;
    }

    .bloque_logos .marca {
        width: 50%;
    }

    .bloque_logos {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .carousel-caption p {
        line-height: 100%;
        font-size: 0.875em;
    }

    .carousel-caption h1 {
        font-size: 1.5em;
        line-height: 100%;
    }

    .carousel-caption {
        bottom: 0;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .texto_estrellas {
        height: auto;
        padding-top: 180px;
        padding-left: 25px;
    }

    #estrellas h2 {
        font-size: 2.5em;
    }

    .card {
        margin: 15px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card figure figcaption {
        padding: 0.8em;
        font-size: 0.8em;
        top: 0px;
    }

    .card figure figcaption h2 {
        font-size: 1.7em;
    }

    #noticias {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .zona_mapa {
        padding-top: 25px;
    }

    header {
        position: relative !important;
    }

    .fondo_redes {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .lg-hotspot-button {
        width: 10px !important;
        height: 10px !important;
    }

    .lg-hotspot-button:after {
        width: 5px !important;
        height: 5px !important;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .cajas_banderas {
        padding-bottom: 5px;
        text-align: center;
    }

    header {
        position: relative !important;
    }

    .fondo_redes {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .bloque_logos .marca {
        width: 50%;
    }

    .carousel-caption h1 {
        font-size: 2.5rem;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .texto_estrellas {
        height: auto;
        padding-top: 350px;
    }

    #estrellas h2 {
        font-size: 2.5em;
    }

    .card {
        margin: 15px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .card figure figcaption {
        padding: 0.8em;
        font-size: 0.8em;
        bottom: 0px;
    }

    .card figure figcaption h2 {
        font-size: 1.7em;
    }

    #noticias {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .zona_mapa {
        padding-top: 25px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-caption h1 {
        font-size: 2.5rem;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .texto_estrellas {
        height: auto;
        padding-top: 1%;
        display: block;
    }

    #estrellas h2 {
        font-size: 2.5em;
    }

    .card {
        margin: 15px 0px;
    }

    .card figure figcaption {
        padding: 0.8em;
        font-size: 0.8em;
        top: 10px;
    }

    #noticias {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #noticias .titular_not {
        
       margin-top: 150px;
    }

    .card figure figcaption h2 {
        font-size: 1.7em;
    }

    .zona_mapa {
        padding-top: 25px;
    }

    .card {
        margin: 15px 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bloque_logos {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .carousel-caption {
        bottom: 75px;
    }

    .carousel-caption h1 {
        font-size: 3.5rem;
    }

    .texto_estrellas {
        min-height: 340px;
        padding-top: 1%;
    }

    #estrellas h2 {
        font-size: 2.5em;
    }

    .card figure figcaption {
        padding: 0.8em;
        font-size: 0.8em;
        bottom: 0px;
    }

    .card figure figcaption h2 {
        font-size: 1.7em;
    }

    .zona_mapa {
        padding-top: 25px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)and (max-width: 1280px) {
    .carousel-caption {
        bottom: 114px !important;
    }

    .card figure figcaption {
        top: -25px;
        padding: 1em;
        font-size: 1em;
    }

    figure.effect-sarah p {
        font-size: 1em;
    }

    .card figure figcaption h2 {
        font-size: 1.7em;
    }

    .texto_estrellas {
        min-height: 545px;
    }
}
@media (min-width: 1281px)and (max-width: 1840px) 
{
    .texto_estrellas {
        min-height: 554px;
    }


}
@media (min-width: 1840px)
{
    .texto_estrellas {
        min-height: 815px;
    }


}



/* Extra large devices (large desktops, 1300px and up)*/
@media (min-width: 1281px) {
    .carousel-caption {
        bottom: 114px !important;
    }

    

}

.lg-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.lg-hotspot {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.lg-hotspot-button {
    z-index: 999;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f70b1b;
    /*cursor: pointer;*/
    box-shadow: 0 0 0 rgba(247, 11, 27, 0.4);
    animation: pulse 2s infinite;
}

.lg-hotspot-button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: "";
    display: block;
    height: 16.8px;
    width: 16.8px;
    border-radius: 100%;
    border: 3px solid white;
    background-color: #f70b1b;
    transition: border-color 1s linear;
}

.lg-hotspot-label {
    position: absolute;
    padding: 0;
    width: auto;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
    font-size: 14.5px;
    line-height: 1.45em;
    z-index: -1;
    pointer-events: none;
    border-radius: 2px;
    user-select: none;
    display: none;
    transition: all 0.1s linear;
}

.lg-hotspot-label h3 {
    margin: 0;
    padding: 0.65em 24px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: white;
    border-radius: 2px 2px 0 0;
}

.lg-hotspot-label p {
    margin: 0;
    padding: 1.1em 24px 0 24px;
    color: #333;
}

.top-left .lg-hotspot-label {
    top: 24px;
    right: auto;
    bottom: auto;
    left: 24px;
}

.top-right .lg-hotspot-label {
    top: 24px;
    right: 24px;
    bottom: auto;
    left: auto;
}

.bottom-right .lg-hotspot-label {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: auto;
}

.bottom-left .lg-hotspot-label {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 24px;
}

@keyframes button-pulse {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    30% {
        transform: scale(1.1, 1.1);
        opacity: 1;
    }
    60% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}
