/*
.view-content a {
    text-decoration: unset;
    color: #FFF;
    text-shadow: #000 1px 1px 4px;
    font-size: 18px;
}
*/






/**
 * @file
 * Subtheme specific CSS.
 */
/*<General>*/
@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf');
}

body * {
    font-family: 'Poppins';
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #C32420;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #C32420;
}

button.btn-primary {
    background-color: #AE2116;
    border: #AE2116;
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        margin-bottom: 2rem !important;
        text-align: center;
    }
}

.featured-top {
    margin-top: 1rem;
}

.custom-fluid {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*</General>*/

/*<Navbar><Megamenu>*/
#navbar-main,
.region-we-mega-menu .navbar {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
.navbar:before{
    content: "";
    display: table;
}
.navbar:after{
    content: "";
    display: table;
}

@media (min-width: 992px) {
    .navbar-we-mega-menu {
        background-color: #C32420;
    }
}

.we-mega-menu-ul a.we-mega-menu-li,
.we-mega-menu-ul a.we-mega-menu-li:active,
.we-mega-menu-ul a.we-mega-menu-li:focus {
    background-color: #C32420;
    color: #fff !important;
    text-decoration: none;
}

.we-mega-menu-ul a.we-mega-menu-li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

a.navbar-toggle.collapsed {
    margin: 0 auto;
}

/*</Navbar></Megamenu>*/

/*<Portada>*/
.view-front-calendar span.card-text {
    text-align: center;
    position: absolute;
    background-color: rgb(102 0 1 / 75%);
    height: 9rem;
    color: #FFF;
    bottom: 0;
    width: 375px;
    border-radius: 0 0 10px 10px;
}

.view-front-calendar .card-event-front {
    width: 375px;
    overflow: hidden;
}
.view-front-calendar .card-event-front img:hover{
    transform: scale(1.5);
}
.view-front-calendar .card-event-front img{
    transition: transform 1s; /* Animation */
    margin: 0;
}

.view-front-calendar span.card-text svg {
    color: #FFF !important;
}

.view-front-calendar img.image-style-vertical {
    border-radius: 10px;
}

div#block-videoportada {
    align-items: center;
    display: flex;
    max-height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*</Portada>*/
/*<Footer>*/
.site-footer {
    padding-bottom: 0;
    letter-spacing: 0.3px;
}

.site-footer .content,
.site-footer .content h2,
.site-footer .content a,
.site-footer .content a:hover {
    color: #888;
    text-decoration: none;
}

#footer-before,
#footer-after {
    background-color: #C32420;
    color: #fff;
}

#footer-before span,
#footer-after span,
#footer-before svg,
#footer-after svg,
#footer-before a,
#footer-after a,
#footer-before h5,
#footer-after h5 {
    color: #fff;
}

#block-siguenosenredessociales,
#block-footerafter {
    margin: 0;
    border: none;
    color: #fff;
}

#footer-after .region-footer-after,
#footer-before .region-footer-before {
    margin-top: 0;
}

#footer-after nav.navbar,
#footer-before nav.navbar {
    margin: 0;
    padding: 0;
    border: 0;
}

/*</Footer>*/


/*<Front nodes>*/
.node .field--type-image {
    float: none;
}

/*</Front nodes>*/


/*<3/4 columns block>*/
.field--name-field-three-elements-image,
.field--name-field-for-elements-image {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.field--name-field-three-elements-image .field__item{
    width: 30%;
}

.field--name-field-three-elements-image img,
.field--name-field-for-elements-image img {
    border-radius: 10px;
}

/*</3 columns block>*/


/*<portada>*/
.page-node-10489 h1 {
    display: none;
}

#block-carruselportada img {
    border-radius: 10px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 10%;
    border: 1px solid #c32420;
    background-image: none;
}

#fluid-header .region-fluid-header img {
    width: 100%;
    max-height: 300px;
}

section.row.region.region-fluid-header {
    padding: 0;
    margin: 0;
}

section.row.region.region-fluid-header {
    padding: 0;
    margin: 0;
}

#block-cabeceraportada {
    padding: 0;
}

/*</portada>*/
/*<PAGINATOR>*/
.pagination>li>a,
.pagination>li>a:hover,
.pagination>li>span {
    color: #ae2116;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ae2116 !important;
    border-color: #ae2116 !important;
}

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ae2116 !important;
    border-color: #ae2116 !important;
}
/*</PAGINATOR>*/


/*<VISTAS CUSTOM>*/
.view-custom-front .form-item-field-municipio-nodo-target-id,
.view-custom-front .form-item-field-categoria-empresa-target-id,
.view-custom-front .js-form-item-title {
    width: 50%;
}

.view-custom-front .form-submit {
    float: right;
}
/*
.view-custom-front .view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
*/
/*
    .view-custom-front .view-content .views-row {
        width: 25%;
    }
*/
.view-custom-front .attachment-before {
    margin: 25px 0px;
}
.view-custom-front .view-content img {
    border-radius: 10px;
}
.view-custom-front ul.pagination {
    display: inline-flex;
}
.view-custom-front .image-style-scale-cuts-290 {
    filter: brightness(0.7);
}
.view-custom-front .image-style-scale-cuts-290:hover {
    filter: brightness(0.85);
}
.view-custom-front span.view-custom-title {    
    position: absolute;
    z-index: 1;
    bottom: 55px;
    text-align: center;
    width: 90%;
    max-width: 300px;
}
.view-custom-front span.view-custom-title a {
    font-size: 22px;
    color: #FFF;
    text-shadow: 2px 2px 2px black;
}
.view-custom-front nav {
    text-align: center;
}
/*</VISTAS CUSTOM>*/

/*<footer>*/
.site-footer {
    background: #fff !important;
}

#block-footerafter-2,
.site-footer .block {
    margin: 0;
}

.site-footer .block {
    padding: 0px;
}

/*</footer>*/


/*REVISAR EN VISTAS /que-visitar*/
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-182"] {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/naturaleza.png) !important;
    background-image: 100px;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}
.view-custom-front-bef .highlight-hover label.form-check-label[for="edit-field-eje-turistico-target-id-182"],
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-182"]:hover {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/naturaleza_hover.png) !important;
}
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-183"] {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/gastronomia.png) !important;
    background-image: 100px;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}
.view-custom-front-bef .highlight-hover label.form-check-label[for="edit-field-eje-turistico-target-id-183"],
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-183"]:hover {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/gastronomia_hover.png) !important;
}
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-184"] {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/cultura.png) !important;
    background-image: 100px;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}
.view-custom-front-bef .highlight-hover label.form-check-label[for="edit-field-eje-turistico-target-id-184"],
.view-custom-front-bef label.form-check-label[for="edit-field-eje-turistico-target-id-184"]:hover {
    background-image: url(https://turismo-apps-badajoz.ddev.site/sites/default/files/inline-images/cultura_hover.png) !important;
}
.view-custom-front-bef input#edit-field-eje-turistico-target-id-182, 
.view-custom-front-bef input#edit-field-eje-turistico-target-id-183,
.view-custom-front-bef input#edit-field-eje-turistico-target-id-184 {
    display: none;
}
.view-custom-front-bef .js-form-type-checkbox {
    display: inline-block;
    height: 100px;
    width: 33%;
    margin: 0 !important;
}
#edit-field-eje-turistico-target-id--wrapper {
    margin-bottom: 0 !important;
}

.image_container{
    position: relative;
    display: inline-block;
    text-align: center;
}
#block-planificatuvisita-2 .text_centered, #block-treselementosportada .text_centered{
    position: absolute;
top: 68.94%;
bottom: 16.72%;

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 42px;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
width: 100%;

/* Blanco */
color: #FFFFFF !important;

text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
.text_centered a {
    color: #FFFFFF !important;
}
.image_container{
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.image_container img{
    transition: transform 1s; /* Animation */
    margin: 0;
}
#block-informacionturistica-2 .text_centered{
    position: absolute;
top: 68.94%;
bottom: 16.72%;

font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 42px;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
width: 100%;

/* Blanco */
color: #FFFFFF !important;

text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

#block-footer-before .container-fluid{
 width: 30%;
}

.zoom-in-out-box img:hover {
 transform:scale(1.5, 1.5);
}

.view-experiencias-portada .mb-4{
    overflow: hidden;
    display: inline-block;
    border-radius: 100px;
}
.view-experiencias-portada img{
    transition: transform 1s; /* Animation */
    margin: 0;
}
.view-experiencias-portada img:hover{
    transform:scale(1.5, 1.5);
}

#block-footer-before .container-fluid{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.evento_fecha:before{
    content: url(../resources/calendar.png);
}
.evento_fecha{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    
}
.evento_fecha .field--name-field-fecha-hora-inicio{
    margin-left: 10px;
}
.evento_ubicacion:before{
    content: url(../resources/map.png);
}
.evento_ubicacion{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
}
.evento_ubicacion .field--type-entity-reference{
    margin: 0 0 0 10px;
}
.evento_descripcion{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;  
}
.evento_volver {
    display: flex;
    justify-content: center;
}
.evento_volver a{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #DA291C;
    border-radius: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    /* Blanco */
    color: #FFFFFF;
    padding: 10px 25px;
}
.evento_categoria{
    display: flex;
}
.evento_categoria .field--name-field-categoria{
    border: 2px #DA291C solid;
    border-radius: 12px;
    padding: 0px 15px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #DA291C;
}

#user-login-form #edit-actions{
    display: flex;
    justify-content: center;
    border: #DA291C 2px solid;
    border-radius: 20px;
    padding: 15px;
}
#user-login-form #edit-actions #edit-submit{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    background: none !important;
    color: #000
}

#user-login-form .js-form-type-textfield {
    display: flex;
}
#user-login-form .js-form-type-textfield  #edit-name{
    width: 80%;
}
#user-login-form .js-form-type-textfield  #edit-name--description{
    display: none;
}
#user-login-form .js-form-type-password{
    display: flex;
}
#user-login-form .js-form-type-password #edit-pass{
    width: 80%;
}
#user-login-form .js-form-type-password #edit-pass--description{
    display: none;
}
#user-login-form #captcha #edit-captcha-response--description{
    display: none;
}
#user-login-form #captcha .input-group{
    align-items: center;
}
#user-login-form #captcha .input-group .input-group-prepend .input-group-text{
    background-color: #DA291C;
    color: #fff;
}

#user-pass #edit-actions{
    display: flex;
    justify-content: center;
    border: #DA291C 2px solid;
    border-radius: 20px;
    padding: 15px;
}
#user-pass #edit-actions #edit-submit{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    background: none !important;
    color: #000
}