html, 
body{
    box-sizing: border-box;    
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'actobook';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/acto-book-webfont.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/acto-book-webfont.woff') format('woff');
}
@font-face {
	font-family: "GuardianEgyp-Light";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Light.woff') format('woff'),
		 url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Light.woff2') format('woff2');
}
@font-face {
	font-family: "GuardianEgyp-Regular";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Regular.woff') format('woff'),
		 url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Regular.woff2') format('woff2');
}
@font-face {
	font-family: "GuardianEgyp-Medium";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Medium.woff') format('woff'),
	     url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianEgyp-Medium.woff2') format('woff2');
}
@font-face {
	font-family: "GuardianTextEgypt-Bold";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianTextEgypt-Bold.woff') format('woff'),
		 url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianTextEgypt-Bold.woff2') format('woff2');
}
@font-face {
	font-family: "GuardianTextEgypt-Black";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianTextEgypt-Black.woff') format('woff'),
		 url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/GuardianTextEgypt-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'tungstenbold';
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/estemos-listos-2023/fonts/fontsfree-net-tungsten-bold-webfont.woff2') format('woff2'),
         url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/estemos-listos-2023/fonts/fontsfree-net-tungsten-bold-webfont.woff') format('woff');
}

.clear{
    clear: both;
}

#header{
    margin-bottom: 50px;
    width: 100%;
}
    .header-comercio{   
        background: #000;        
        padding: 5px 0;
        position: relative;
        width: 100%;
        z-index: 9999999;
    }
        .ctn-header-comercio{
            margin: 0 auto;     
            max-width: 1024px;
            padding: 0 5px;
            text-align: right;
        }
            .ctn-header-comercio a{
                display: inline-block;                
                text-indent: -9999px;
            }
                a.logo-comercio{
                    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/somos-35-anos-mejores-portadas-ecpm/img/logo-comercio.png?v2) no-repeat 0 0;
                    background-size: 100%;
                    display: none;
                    height: 30px;
                    margin-top: 10px;
                    width: 110px;
                }
                #social,
                #social-2{
                    /*float: right;*/
                }
                     #social ul,
                     #social-2 ul{
                        display: inline-block;
                        margin: 0 auto;
                        padding: 0;
                        vertical-align: middle;
                    }
                        #social ul li,
                        #social-2 ul li{
                            display: inline-block;
                            margin: 0 3px;
                            vertical-align: middle;
                        }
                            #social ul li a,
                            #social-2 ul li a{
                                height: 36px;
                                width: 36px;
                            }
        #fb{
            background-size: 100%;
            background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/somos-35-anos-mejores-portadas-ecpm/img/fb-icon.png?v2) no-repeat 0 0;
            border: none;
            display: inline-block;
            height: 36px;
            text-indent: -9999px;
            width: 36px;
        }

        #wst{
            background-size: 100%;
            background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/somos-35-anos-mejores-portadas-ecpm/img/wst-icon.png?v2) no-repeat 0 0;
            border: none;
            display: none;
            height: 36px;
            text-indent: -9999px;
            width: 36px;
        }

        #tw{
            background-size: 100%;
            background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/somos-35-anos-mejores-portadas-ecpm/img/tw-icon.png?v2) no-repeat 0 0;
            border: none;
            display: inline-block;
            height: 36px;
            text-indent: -9999px;
            width: 36px;
        } 
                
.box-cabecera{
    font-size: 0;
    /*margin-bottom: 100px;*/
    overflow: hidden;
    position: relative;
    z-index: 9999999;
}
    .ctn-box-operativo{
        margin-bottom: 100px;
        font-size: 0;
        overflow: hidden;
        position: relative;
    }
    .video-operativo{
        max-width: 100%;
        width: 100%;
    }
    .layer{
        background: rgba(0,0,0,0.35);
        bottom: 0;
        font-size: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .box-main-titular{
        margin: 0 auto;
        

    }
        .box-main-titular img{
            display: block;
            margin: 0 auto;
            max-width: 200px;
            padding-bottom: 100px;
            vertical-align: top; 
        }
        .titular{
            color: #fff;
            text-align: center;
            margin-bottom: 33px;
            /*text-shadow: 0 0 30px rgba(0,0,0,0.7);*/
        }
            .bajada h1{                
                color: #000;
                font: 65px/0.9 'tungstenbold';
                margin: 0 auto;
                max-width: 410px;
                padding: 50px 0;
                text-transform: uppercase;
            }
                .bajada h1 span{
                    background: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/ecdata-fenomeno-del-nino/img/nino.png') no-repeat center top;
                    background-size: 100%;
                    display: block;
                    margin: 0 auto;
                    max-width: 150px;
                    text-indent: -9999px;
                }
        .bajada{
            color: #525252;
            font-size: 20px;
            margin: 0 auto;              
            vertical-align: top;                      
        }
            .bajada span{
                /*display: block;
                font: 1em/1.2 'actobold';*/
            }
            .bajada p{
                font: 22px/1.4 'actobook';
                max-width: 400px;
                padding: 40px 0 10px;
                text-align: center;
            }
                .bajada p span{
                    font-weight: bold;
                }

  

.box-portada{
    margin-bottom: 100px;
    width: 100%;
}  
    .bg-portada{
        /*background: url(/especiales/alan-garcia-una-vida-de-portada-ecpm/img/bg-portada.jpg?v4) no-repeat center -40px;*/
        background-size: cover;
        height: 100%;
    }   

    .btn-subir{
        bottom: 10px;
        cursor: pointer;
        position: fixed;
        right: 10px;
    }
        .btn-subir img{
            max-width: 40px;
        }

.main{
    margin: 0 auto;
    text-align: center;
}

    .ctn-main{
        margin: 0 auto;
        width: 980px;
    }
    h1{
        color: #d72054;
        font: 3.1em/1.2 "GuardianEgyp-Light";
        margin: 20px auto 0;
        padding: 20px 0 0;
        text-align: center;
        top: 0;
        width: 100%;
        margin-top: 2vh;
    }
        h1 a{
            color: #fff;
            text-decoration: none;
        }
        h1 span{
            color: #ffca05;
        }
    h2{
        font: 1.2em/1.2 'actobook';
        margin: 20px auto;
        max-width: 550px;
        position: absolute;
        text-align: center;
        top: 0;
        margin-top: 40vh;
    }
        h2 span{
            font-family: 'actobold';
        }
    h3{
        color: #000;
        font: 42px/1 'tungstenbold';
        margin: 20px auto;
        max-width: 400px;
        padding: 0;
        text-align: left;
    }
        h3 span{
            display: block;
            font-family: "actobook"; 
            font-size: 17px;
        }
    h4{
        font: 24px/1.3 "GuardianTextEgypt-Black";
        margin: 0 auto;
        
    }
    h5{
        color: #fd5e53;
        font: 4em/1.2 'actobold';
        margin: 0 auto;
        text-align: center;
    }
    p{
        font: 18px/1.4 "GuardianEgyp-Regular";
        max-width: 570px;
        margin: 20px auto;
        text-align: left;
    }
        span.resaltado{
            background: #fd5d53;
            color: #fff;
        }
    p.cita{
        font: 1.2em/1.5 'actomedium_italic';
        font-weight: bold;
    } 
    p.fuente{
        font-size: 1em;
    }  
    h6{
        background: #fff;
        color: #808080;
        font: 1em/1.2 'actobook';
        margin: 0 auto;
    }

    .box-item{
        display: inline-block;
        margin: 20px 50px;
        max-width: 350px;        
        vertical-align: top;
    }
        .box-item h4{
            line-height: 1;
            margin: 20px auto;
            max-width: 300px;
            text-align: left;
        }
            .box-item h4 a{
                color: #000;
                font-size: 16px;
               
                
                text-align: left;
                text-decoration: none;
            }
                .box-item h4 a:hover{
                    text-decoration: underline;
                }
        .item{
            display: inline-block;
            margin: 0 auto;
            max-width: 500px;
            vertical-align: top;
        }
           
            .item.juego{
                max-width: 1000px;
            }
        .solo{
            max-width: 100%;
        }
        .box-item p{
            font-size: 16px;
            margin: 5px auto 20px;
            max-width: 300px;
        }
        .oscuro{
            background-color: #000 !important;
            color: #fff !important;
            margin: 20px 25px;
        }

@media only screen and (max-width: 640px){

    #social ul li a.wst{
        display: block;
    }    
    h1{
        font-size: 2em;
    }
    h2{
        font-size: 1.1em;
    }

    .ctn-main{
        width: 95%;
    }
    .box-main-titular{
        top: 46%;
        width: 85%;
    }
        .titular h1{
            font-size: 45px;
        }
        .bajada{
            border: none;
            padding: 0 15px;          
        }
            .bajada h2{
                font-size: 22px;
            }
            
    .box-alcalde{
        width: 130px;
    }
    .movil{
        display: block;
        overflow: hidden;
    }
    .desktop{
        display: none;
    }

    iframe{
        height: 300px;
    }
    
    #wst{
        display: inline-block;
    }

    .full-height-minus-header {
        /** height: calc(40vh - 50px) !important;**/
        background-position: center -150px !important;    
    }

    .fadein img{
        height: 100%;
        background-size: cover;
        left: -50%;
        width: 200%;
    }

    .cifras{
        width: 100%;
    }

    h1 span{
        display: block;
    }
    .border{
        border: none;
        padding: 0;
    }

    .box-main-titular img{
        /*display: block;
        margin: 40px 30px;*/
    }
    .box-item{
        margin: 20px;
    }
        .box-item h4{
            max-width: 250px;
        }
        .box-item p{
            max-width: 250px;
        }
    .logo-comercio-negro{
        display: none;
    }
    .ctn-header-interior .logo-ecdata-negro {
        float: left;
        margin: 10px;        
    }
    .box-video{
        display: none;
    }
    .box-video-movil{
        display: block !important;
    }
    .swiper{
        width: 100% !important;
    }
    .box-mapa-agua{
        height: inherit !important;
        width: 95%;
    }
    .bajada h1{
        font-size: 50px;
    }
    .swiper-slide img{
        display: block !important;
    }
    .box-datos{
        margin: 10px auto;
    }
    .box-nota-amarillo{
        margin: 0 auto !important;
        margin-bottom: 20px !important;
        max-width: 100% !important;
    }
        .box-nota-amarillo p{
            min-height: 110px;
            max-width: 50%;
            display: inline-block;
            vertical-align: top;
            margin: 0 auto;
        }
        .box-nota-amarillo img{
            display: inline-block;
            max-width: 150px;
            vertical-align: top;            
        }

    .box-nota-descarga h6{
        min-height: inherit !important;
        padding-top: 20px !important;
    }
    .container{
        max-width: 300px !important;
    }
    .accordion-content p{
        max-width: 200px !important;
    }

}


/** Marshall **/

.full-height {
    height: 100vh
}

.full-height-minus-header {
    background: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/estemos-listos-2023/img/bg-terremoto.jpg') no-repeat;    
    background-position: center -100px;
    background-size: cover;
    margin-bottom: 40px;
    /*height: calc(95vh - 95px);*/
    position: relative;
}
.hed-video {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    -webkit-transition: none;
    transition: none;
}

/** grids **/

.boardz ul{
    /* flex-direction: column; */
    flex: none !important;
    /* justify-content: space-between; */
    display: block;
    list-style-type: none; 
    padding: 4px 0px 4px 0px;
    vertical-align: top;
    width: 100%;
}
    .beautiful li{
        background: #fff;
        border-radius: 0 !important;
        display: inline-block;
        max-height: 488px;
        max-width: 350px;
        padding: 0 !important;
        vertical-align: top;
    }

.main-notas{
    display: block !important;
}
    .main-notas li{
        overflow: hidden;
        position: relative;
    }
        .main-notas li span{
            background: #f5f206;
            font: 1em/1 'actobold';
            padding: 10px;
            position: absolute;
            text-transform: uppercase;
            width: 100%;
        }
        .main-notas li h3{
            bottom: 0;
            position: absolute;
        }

            .main-notas li h3.documental::before { 
                background: #ffca05;
                color: #000;
                content: "documental";
                font: 0.8em/1 'actobold';
                left: 0;
                padding: 10px;
                position: absolute;
                text-transform: uppercase;
                top: -40px;
                width: 100%;
            }
            .main-notas li h3.reportaje::before { 
                background: #ffca05;
                color: #000;
                content: "reportaje";
                font: 0.8em/1 'actobold';
                left: 0;
                padding: 10px;
                position: absolute;
                text-transform: uppercase;
                top: -40px;
                width: 100%;
            }
            .main-notas li h3.especial::before { 
                background: #ffca05;
                color: #000;
                content: "especial";
                font: 0.8em/1 'actobold';
                left: 0;
                padding: 10px;
                position: absolute;
                text-transform: uppercase;
                top: -40px;
                width: 100%;
            }

.swiper-wrapper{
        margin: 30px auto;
    }
        .swiper-slide img{
            display: inline-block;
            margin: 0 auto;
            max-width: 80px;
            vertical-align: top;
        }
        .swiper-slide.plata h4{
            color: #959595;
        }
        .swiper-slide.bronce h4{
            color: #a36d37;
        }
        .swiper-container{

        }
            .swiper-container h4{
                color: #d8a301;
                min-height: auto;
                padding: 0;
                text-align: center;
            }
            .swiper-container p{
                margin: 0 auto;
                text-align: center;
            }
            .swiper-container a{
                color: #000;
                display: block;
                font: 1em/1 'actobold';
                text-align: left;
            }
    
    .swiper-pagination-bullet-active {
        background: #d8a301 !important;
    }

img.logo-somos{
    display: block;
    margin: 20px auto;
    max-width: 200px;
}
p.frase{
    font: 18px/1.4 "GuardianEgyp-Light";
}
    p.frase span{
        font-family: "GuardianTextEgypt-Bold";
    }

span.credito{
    font: 14px/1.2 'actobook';
    display: block;
    text-align: center;
}

.footer{
    background: #000;
}
    .footer img{
        display: block;
        margin: 0 auto;
        max-width: 100px;
        padding: 15px 0;
    }



#videoBG{
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
} 

a.btn{
    background-color: #f8cd46;
    border-radius: 5px;
    color: #000;
    display: block;
    font: 18px/1.3 'actobook';
    font-weight: bold;
    max-width: 250px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto 60px;
}

.header-interior {
    background: #fff;
    border-bottom: 1px solid #000;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;    
    width: 100%;
    /*z-index: 101;*/
    
}
    .header-interior.fixed {
        width: 100%;
        position: fixed;
        top: 0;
        height: 50px;
    }
    .ctn-header-interior{
        max-width: 1085px;
        margin: 0 auto;
        position: relative;
    }
        .ctn-header-interior a{
            text-decoration: none;
        }
        .logo-comercio-negro{  
            left: 0;          
            margin: 10px;
            max-width: 100px;  
            position: absolute;              
        }
        .logo-ecdata-negro{
            margin: 10px auto;
            max-width: 120px;            
        }
        #social-2{
            margin: 10px;
        }
            #social-2 #fb{
                background-size: 100%;
                height: 25px;
                width: 25px;
            }
            #social-2 #tw{
                background-size: 100%;
                height: 25px;
                width: 25px;
            }
            #social-2 #wst{
                background-size: 100%;
                height: 25px;
                width: 25px;
            }

img.flecha{
    bottom: 50px;
    cursor: pointer;
    left: 50%;
    margin-left: -25px;
    max-width: 75px;
    position: absolute;
    
}
p.creditos{
    color: #fff;
    font: 16px/1.2 'actobook';
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
}
    p.creditos span{
        color: #f8cd46;
        font-size: 16px;
        font-weight: bold;        
        margin: 8px auto;
    }
    img.c-blanca{
        display: block;
        margin: 20px auto;
        max-width: 50px;        
    }

.box-video{
    max-width: 1200px;
    margin: 0 auto;   
}
.box-video-movil{
    display: none;
    max-width: 300px;
    margin: 0 auto;   
}

.box-rojo{
    background: #C54126;
    padding: 40px 0;
    position: relative;
}
    .logo-estemos{
        display: block;
        left: 50%;
        max-width: 300px;
        margin: 0 auto;
        margin-left: -150px;
        position: absolute;
        top: -20px;  
    }
    .numero-emergencia{
        max-width: 200px;
        display: block;
        margin: 0 auto;
        padding-top: 40px;
    }
    .box-rojo h6{
        background: none;
        color: #fff;
        font: 22px/1.2 'actobook';
        font-weight: bold;
        min-height: 225px;
        /*max-width: 250px;*/
        padding-top: 50px;        
    }
        .box-rojo h6 span{
            color: #f8cd46;
        }



    .container {
        max-width: 450px;
        margin: 10px auto;
        display: inline-block;
        vertical-align: top;
      }
      
      button.accordion {
        border-radius: 32px;
        font: 16px/1.2 'actobook';
        font-weight: bold;
        width: 100%;
        background-color: whitesmoke;
        border: none;
        outline: none;
        text-align: left;
        padding: 15px 20px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        transition: background-color 0.2s linear;
      }
      
      button.accordion:after {
        background-image: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/estemos-listos-2023/img/flecha.png');
        background-repeat: no-repeat;
        background-size: 100%;        
        content: "";
        font-family: "fontawesome";
        font-size: 18px;
        float: right;
        height: 15px;
        margin-top: 7px;
        width: 15px;
      }
      
      button.accordion.is-open:after {
        background-image: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales-multimedia/estemos-listos-2023/img/flecha-arriba.png');
        background-size: 100%;
        content: "";
      }
      
      button.accordion:hover,
      button.accordion.is-open {
        background-color: #ddd;
      }
      
      .accordion-content {
        background-color: white;
        border-left: 1px solid whitesmoke;
        border-right: 1px solid whitesmoke;
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-in-out;
        margin-top: 20px;
        border-radius: 20px;
      }
      .main-icon{
        display: inline-block;
        max-width: 50px;
        vertical-align: top;
      }
        .icon{
            display: inline-block;
            max-width: 40px;
            vertical-align: top;        
        }
    .ctn-accordion{
        display: inline-block;
        vertical-align: top;
    }

.box-nota{
    margin: 70px auto 60px;
    max-width: 400px;    
    padding: 0 20px;
}
    .box-nota p{
        font-family: 'actobook';
    }
    .box-nota a{
        background-color: #c43725;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-family: 'actobook';
        font-weight: bold;
        margin: 10px auto;
        max-width: 100px;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .box-rojo h6{
        /*min-height: inherit;*/
    }
    .nota-video{
        max-width: 800px;
    }
        .nota-video p{
            max-width: 400px;
        }

.box-amarillo{
    background: #FFCC00;
    position: relative;
}
    .ctn-amarillo{
        margin: 0 auto;
        max-width: 1200px;
        padding: 20px;
    }
        .box-nota-amarillo{
            border-bottom: 1px solid #878787;
            display: inline-block;
            margin: 0 20px 20px;
            max-width: 300px;
            padding-bottom: 30px;
            vertical-align: top;    
        }
            .box-nota-amarillo p{
                min-height: 110px;
            }
                .box-nota-amarillo p:hover{
                   text-decoration: underline;
                }
            .box-nota-amarillo p a{
                color: #000;
                font: 1.2em/1.2 'actobook';
                text-decoration: none;
            }
                .box-nota-amarrilo p a:hover{
                    text-decoration: underline;
                }
                .box-nota-amarillo p a span{
                    font-weight: bold;
                }

.box-mapa-suelos{
    margin: 0 auto 50px;
    max-width: 500px;
}
.box-mapa-agua{
    height: 600px;
    margin: 0 auto 50px;
    max-width: 1200px;
}

.swiper {
    margin-bottom: 50px;
    width: 600px;
    height: 300px;
}
.swiper-button-next, 
.swiper-button-prev{
    color: #000 !important;
}

.box-datos{
    display: inline-block;
    max-width: 200px;
    text-align: left;
    vertical-align: top;
}
    .box-datos h5{
        color: #000;
        font: 1.5em/1.2 'actobook';
        font-weight: bold;
        text-align: left;
    }
    .box-datos p{
        font: 1.2em/1.2 'actobook';
        margin: 0 auto;
    }
    p.frase{
        font: 1.3em/1.4 'actobook';
        font-style: italic;
        padding: 0 100px;
    }

.box-nota-descarga{
    border-bottom: 1px solid #FFCC00;
    display: inline-block;
    margin: 20px;
    max-width: 350px;
    padding-bottom: 10px;
    vertical-align: top;
}
    .box-nota-descarga h6{

    }
    .box-nota-descarga img{
        border-radius: 22px;
        box-shadow: 2px 2px 15px #4f0505;        
        display: block;   
        margin-top: 10px; 
    }
    .box-nota-descarga a{
        background: #FFCC00;
        color:#000;
        display: block;
        font: 1.2em/1.4 'actobook';
        font-weight: bold;
        margin: 10px auto;
        max-width: 150px;
        padding: 5px;
        text-decoration: none;
    }
.box-creditos{
    padding-bottom: 50px;
}

h6.mensaje-1{
    min-height: inherit;
}
p.mensaje-2{
    color: #fff;
    font: 1.2em/1.4 'actobook';
    max-width: 350px;
}
.accordion-content p{
    font: 1.2em/1.4 'actobook';
    max-width: 300px;
}
    .accordion-content p span{
        font-weight: bold;
    }  

/* cambio 3 */