/*
    Theme Name: Campañas Madrid
    Theme URI: 
    Description: 
    Version: 1.0.
    1
    Author: Ramon Crusellas (Dada&Co)
    Author URI: https://www.campanas-madrid.es
    Tags: Blank, HTML5, CSS3
*/

body { }
main { }


.overlay {
    z-index: 9999999999999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;        
}

.overlay h1 {
    max-width: 70%;  
    font-size: 40px;
    line-height: 50px;  
}

#titulo_instalaciones {
    font-size: 40px;
    line-height: 50px;
}

#titulo_tipos-servicio {
    font-size: 40px;
    line-height: 50px;
}

.tipos-servicio .item-material img {
    width: 100px;
    height: auto;
    margin-bottom: 2rem;
}

#materiales .superior h1 {
    margin-bottom: 32px;
}

#materiales .superior p {
   font-size: 26px;
   line-height: 36px;
}

.destino-residuos .margin-y {
    margin: 0 0 32px !important;
}

.destino-residuos ul {
    margin-bottom: 32px;
}

#titulo_destino-residuos {
    margin-bottom: 16px;
}

#titulo_importancia-separar {
    margin-bottom: 16px;
}

.importancia-separar-list .margin-y {
    margin: 0 0 32px !important;
}

#accordion-prevencion .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#campanas .superior h1 {
   margin-bottom: 32px;
}

#campanas .superior p {
   font-size: 26px;
   line-height: 36px;
}

.filet-negre {
    border: 1px solid #000000;
}

//BANNER COOKIES//

.cmplz-body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.cmplz-logo {
    display: none !important;
}

.cmplz-header {
    grid-template-columns: none !important;
}

//LEGALS//

#legal-page {
    margin-bottom: 7rem !important;
}

.legal-page h1 {
    padding: 6rem 0 3rem 12px;
    font-weight: 300;
}

.legal-page h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 20px 0;
}

.legal-page a {
    font-size: 20px;
    color: grey;
}

.legal-page ul {
    margin-bottom: 20px;
    list-style: disc;
}

.legal-page .wp-block-list {
    margin-left: 18px;
}

.footer-left {
    align-items: center;
}

.footer-left a {
    font-size: 13.2px !important;
}

a {
   font-weight: 600;
   text-decoration: underline !important;
}

a.btn {
   text-decoration: none !important;
}

.socket-footer a {
   text-decoration: none !important;
}

.header a {
   text-decoration: none !important;
}

.page-template-template-home a {
   text-decoration: none !important;
}

.page-template-template-materiales a {
   text-decoration: none !important;
}

.icono-abajo-derecha {
    position: relative;
    margin-top: 2rem;
    text-align: right;
}

.icono-abajo-derecha img {
    max-width: 180px;
    height: auto;
}

.importancia-separar .icono img {
   height: 100px;
   width: auto;
   margin-bottom: 40px;
}

//AJUSTOS RESPONSIVE//

@media (max-width: 990px) {
    .campanyas .right-cont {
        margin-top: 1.25rem;
    }
}

.item-campanya img {
    width: 100%;
}
.estado {
    text-transform: uppercase;
    font-size: 14px !important;
    /* background-color: yellow; */ 
    display: inline-block;
}

@media (min-width: 990px) {
    .instalaciones .mobile-separador {
        display: none;
    }
}

@media (max-width: 1200px) {
    .superior img {
        margin-bottom: 40px;
    }
}

.counters div {
   margin-right: 80px !important;
}

.content-contenedor ul {
   list-style-type: disc;
   margin-left: 15px;
}


@media (min-width: 1199px) and (max-width: 1360px) {
    section h2 {
        font-size: 26px !important;
        line-height: 30px !important;
        margin-bottom: 1rem;
    }
}
