/* ------------------
 * GUR BS4 CUSTOM CSS
 * GUR Bs4 Theme by Unai Maluenda
 * ------------------------------------
 */

/* Theme Globals 

main-color: #b11572;
main-color_dark: #892074;
main-color_light: #df4379;
main-color_lighter: #ffdde9;

*/

/* ---------------------
    GLOBALS 
------------------------*/
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

img{
    max-width: 100%;
    height: auto;
}

h1{
    font-size: 2em;
    font-weight: 800;
    color: #464646;
}

h2{
    font-size: 1.8em;
    color: #464646;
    font-weight: 800;
    margin-bottom: 25px;
}

h3{
    font-weight: 800;
    font-size: 1.4em;
    color: #464646;
    margin-bottom: 25px;
}

h4{
    font-weight: 800;
    font-size: 1.2em;
    color: #464646;
    margin-bottom: 25px;   
}

p{
    font-weight: 500;
}

ul.nodetail{
    list-style: none;
}

a:hover{
    text-decoration: none;
}

.table td > table > tbody > tr > td{
    border-top: none;
}

.table td{
    vertical-align: middle;
}

button,
button > span:focus{
    outline: none;
}

/* Not needed if we unset the site inner structural wrapp */

.page-template .site-inner > .container{
    width: 100%;
    max-width: 100%;
    padding:0px; 
}

.page-template .site-inner > .container > .row{
    margin: 0px;
    padding: 0px;
}

.page-template .site-inner > .container > .row > .content{
    margin: 0px;
    padding: 0px;
}

.embeded-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.54);
    border: 1px solid #fff;
}

.embeded-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.provisional-image{
    text-align: center;
    margin-bottom: 50px;
}

.group-viewport{
    max-width: 992px;
}

.background-image{
    background-size: 100% 100%;
}

.division-line{
    box-shadow: 2px 2px 24px #42424242;
    -webkit-box-shadow: 2px 2px 24px #42424242;
    -moz-box-shadow: 2px 2px 24px #42424242;
    width: 788px;
    margin: 0 auto;
    height: 8px;
    border-radius: 50%;
}

#header-banner{
    padding-top: 0px;
}


/* Paginación */
.archive-pagination{
    text-align: center;
}

.archive-pagination ul{
    padding: 0px;
}
.archive-pagination ul li {
    display: inline-block;
    padding: 4px 11px;
    background: #fff;
    border: 2px solid rgba(255, 63, 114, 1);
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.archive-pagination ul li:hover,
.archive-pagination ul li.active {
    background: rgba(255, 63, 114, 0.5);
    border-color: rgba(255, 63, 114, 0.5);
}

.archive-pagination ul li a{
    color: #464646;
}

.archive-pagination ul li:hover a,
.archive-pagination ul li.active a {
    color: #fff;
}

/*Pop Up */

#popupClizzz .modal-content{
    background-color: rgba(255,255,255,0.9);
}

#popupClizzz .modal-header{
    padding: 30px;
}

#popupClizzz .modal-header .close{
    padding: 0px;
    margin-top: -15px;
    font-size: 2.8em;
    color: #ff4171;
}

#popupClizzz .modal-header .modal-title{
    font-weight: 800;
    color: #464646;
    display: block;
    text-align: center;
    width: 100%;
}

#popupClizzz .modal-body .form-wrapper .wpcf7 .wpcf7-submit{
    float: right;
}

#popupClizzz .modal-body .form-wrapper .wpcf7 ul{
    padding-left: 0px;
    list-style: none;
    font-size: 0.8em;
}

#popupClizzz .modal-body .form-wrapper .wpcf7 ul li{
    display: block;
}

#popupClizzz .modal-footer{
    background-color: #fff;
}

#popupClizzz .modal-footer .icon-wrapper{
    text-align: center;
}

#popupClizzz .modal-footer .icon-wrapper p{
    font-size: 0.9em;
    margin-bottom: 0px;
    font-weight: 600;
}

/* ---------------------
    HEADER 
------------------------*/

/* Header Globals */
.before-header-widget-area-wrapper ul,
header.site-header ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.before-header-widget-area-wrapper ul li,
header.site-header ul li{
    display: inline-block;
}

/* Before Header */
.before-header-widget-area-wrapper{
    padding: 8px 0;
    background: #f4f4f4;
}
.before-header-widget-area-wrapper .widget-area *{
    margin: 0;
}

/* Main Header */
header.site-header{
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}
header.site-header > .container{
    position: relative;
}
header.site-header .title-area{
    display: inline-block;
}
header.site-header .title-area a{
    display: block;
}
header.site-header .header-widget-area{
    float: right;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
}
header.site-header .header-widget-area .nav-primary{
    padding-bottom: 0px;
}
header.site-header .header-widget-area .header-icons-wrapper{
    order: 2;
}
header.site-header .header-widget-area .widget{
    order: 1;
}

/* ---------------------
    HEADER BANNER
------------------------*/
#header-banner{
    height: calc( 100vh - 128px );
    background-color: #e9e0d9;
    background-position: 0 -133px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 600px;
    background-size: cover;
}

#header-banner .bottom-header-content{
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
}

.home #header-banner .banner-main-content,
.page-template-worldpage #header-banner .banner-main-content{
    display: inline-block;
    width: 50%;
}

#header-banner .banner-main-content{
    padding-top: 80px;
}

.home #header-banner .banner-main-content .title,
.home #header-banner .banner-main-content .subtitle{
    font-style: italic;
}

#header-banner .banner-main-content .title{
    font-size: 2em;
    font-weight: 800;
    color: #fff;
}

#header-banner .banner-main-content .subtitle{
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
}

.page-template-pricepage #header-banner .banner-main-content .subtitle,
.page-template-worldpage #header-banner .banner-main-content .subtitle{
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    display: inline-block;
    width: 50%;
}

.pop-up-wrapper{
    display: inline-block;
    margin-top: 30px;
}

#header-banner .pop-up-wrapper .pop-up-button{
    font-size: 1.6em;
    padding: 22px 30px;
}

.pop-up-wrapper .pop-up-button{
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    background-color: #ff4171;
    padding: 14px 14px;
    border-radius: 24px;
}

.pop-up-wrapper .pop-up-button:hover{
    background-color: #fd245b;
    text-decoration: none;
}

/* Contact form */

.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control-wrap input{
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input{
    padding: 8px;
    box-shadow: inset 2px 2px 6px #ccc;
    -webkit-box-shadow: inset 2px 2px 6px #ccc;
    -moz-box-shadow: inset 2px 2px 6px #ccc;
    border: none;
}

.wpcf7 .wpcf7-submit{
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    background-color: #ff4171;
    padding: 8px 14px;
    border-radius: 24px;
    border: none;
}

.wpcf7 .wpcf7-submit:hover{
    text-decoration: none;
    background-color: #fd245b;
    cursor: pointer;
}

.wpcf7 .wpcf7-acceptance input{
    display: inline-block;
    width: auto;
    box-shadow: none;
}

.wpcf7 .wpcf7-acceptance input:hover{
    cursor: pointer;
}

.wpcf7 .wpcf7-acceptance a{
    color: #464646;
    font-size: 1.1em;
}

.wpcf7 .wpcf7-acceptance a:hover{
    text-decoration: none;
    color: #000;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0px;
    font-size: 0.8em;
    font-weight: 500;
}

.wpcf7 ul{
    font-weight: 500;
    font-size: 0.9em;
}

/* ---------------------
    NAVBAR PRIMARY 
------------------------*/
nav.nav-primary .menu-item{
    margin-left: 40px;
}

nav.nav-primary .menu-item a{
    color: #2a2e3a;
    font-size: 0.9em;
    font-weight: 600;
}

/* ---------------------
    SIDEBAR
------------------------*/
aside.sidebar{}
aside.sidebar .widget{
    margin-bottom: 36px;
}
aside.sidebar .widget .widget-title{
    font-size: 1.4em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

aside.sidebar .widget form ul{
    font-size: 0.7em;
    text-align: left;
}

aside.sidebar .widget ul{
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

aside.sidebar .widget ul li a{
    color: rgba(68, 68, 68, 0.96);
    text-decoration: none;
    font-weight: 600;
}

aside.sidebar .widget ul li a:hover{
    color: #000;
}

aside.sidebar .widget_text{
    text-align: center;
}

aside.sidebar .widget_text p{
    font-size: 0.9em;
    margin-bottom: 0px;
    font-weight: 600;
}

/* ---------------------
    SITE INNER COMMON
------------------------*/




/* ---------------------
    COMMENTS
------------------------*/

/*
.comments-wrapper {
    background-color: #fff;
    background-image: url(../images/mi-image.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    box-shadow: inset 0 6px 12px -4px rgba(0,0,0,.2), inset 0 -6px 12px -4px rgba(0,0,0,0.4);
    padding: 36px 0;
}
*/
.comments-wrapper h2{
    font-size: 1.6em;
    margin-bottom: .3em;
    /* color: ( primary for example ); */
    font-weight: normal;
}
.comments-wrapper .reply-title,
.comments-wrapper h3{
    font-size: 1.1em;
    margin-bottom: .4em;
    /* color: ( primary for example ); */
    font-weight: normal;
}
.comments-wrapper a{
    color: #0071d0;
}
.comments-wrapper #comments ol.comment-list{
    list-style: none;
    padding: 0;
    margin-bottom: .8em;
}
.comments-wrapper #comments ol.comment-list li{
    list-style: none;
}
.comments-wrapper #comments ol.comment-list li article{
    margin: 0 0 7px 0;
    background: rgba(255, 255, 255, 0.18);
    padding: .2em 1em 0;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #d4d4d4;
}
.comments-wrapper #comments ol.comment-list li article a{
    /* color: ( primary for example ); */
}
.comments-wrapper #comments ol.comment-list li .comment-author{
    margin: 0 8px 0 0;
    font-size: 1.1em;
    display: inline-block;
    color: #464646;
    font-weight: bold;
}
.comments-wrapper #comments ol.comment-list li img.avatar{
    float: left;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0 8px 0 0;
    box-shadow: none;
    display: none;
}
.comments-wrapper #comments ol.comment-list li .says{
    display: none;
}
.comments-wrapper #comments ol.comment-list li .comment-meta{
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}
.comments-wrapper #comments ol.comment-list li .comment-edit-link{
    display: none;
}
.comments-wrapper #comments ol.comment-list li .comment-content{
    display: inline-block;
    width: 100%;
}
.comments-wrapper #comments ol.comment-list li .comment-content p{
    font-size: 0.9em;
    color: #424242;
    margin-bottom: 0.6em;
}
.comments-wrapper #comments ol.comment-list li .comment-reply{
    margin-bottom: 10px;
    font-size: 0.9em;
}
.comments-wrapper #comments ol.comment-list li .comment-reply a{
    
}

.comments-wrapper #respond form{
    background-color: rgba(116, 141, 160, 0.35);
}

.comments-wrapper #respond form .logged-in-as{
    text-align: right;
}

.comments-wrapper #respond .form-submit{
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
}
.comments-wrapper #respond .form-submit input[type="submit"]{
    padding: .618em 1.4em;
    width: auto;
    float: right;
    font-weight: bold;
    background-color: #ff4171;
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 1.1em;
}
.comments-wrapper #respond .form-submit input[type="submit"]:hover{
    box-shadow: none;
    background-color: #fd245b;
    cursor: pointer;
}

#commentform{
    background: #f4f4f4;
    padding: 12px 36px;
    margin-bottom: 1.2rem;
    display: inline-block;
    width: 100%;
    color: #b11588;
}
#commentform a{
    /* color: primary for example; */
}
#commentform .comment-notes{
    margin: 0 0 12px 0;
    color: #ff4171;
    font-style: italic;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email{
    display: inline-block;
    width: 48%;
}
#commentform p.comment-form-email{
    float: right;
}
#commentform label{
    display: block;
    color: #424242;
    margin-bottom: 2px;
}
#commentform p.comment-form-author input,
#commentform p.comment-form-email input,
#commentform textarea{
    display: block;
    width: 100%;
    border: 1px solid #fff;
    background: rgba(255,255,255,.4);
}
#commentform textarea{
    height: 120px;
    border: 1px solid #748da0;
}
#commentform p.form-submit{
    margin: 18px 0 12px 0 !important;
}

/* ---------------------
    FOOTER
------------------------*/
footer.site-footer{
    background: #2a2e3a;
    padding: 50px 0;
}
footer.site-footer .widget{
}
footer.site-footer .widget .widget-title{
    font-size: 1.1em;
}

footer.site-footer .widget-area{
    text-align: center;
}

footer.site-footer .widget-area .widget_text{
    color: #748da0;
    font-weight: 600;
}

footer.site-footer .widget-area ul{
    list-style: none;
}

footer.site-footer .footer-widget-1 .widget_media_image{
    margin-bottom: 30px;
}

footer.site-footer .footer-widget-1 .custom-html-widget a > img{
    width: 50%;
}

footer.site-footer .footer-widget-1 .widget_custom_html .widget-title{
    margin-bottom: 10px;
}

footer.site-footer .footer-widget-2 ul{
    width: auto;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

footer.site-footer .footer-widget-2 ul li a{
    color: #748da0;
    font-weight: 600;
}

footer.site-footer .footer-widget-2 ul li a:hover{
    text-decoration: none;
    color: #cdcdcd;
}

footer.site-footer .footer-widget-3{
    height: 40px;
}

footer.site-footer .footer-widget-3 ul li{
    display: inline-block;
    margin: 0px 5px;
}

footer.site-footer .footer-widget-3 ul > li > a{
    background: #748da0;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #2a2e3a;
}

footer.site-footer .footer-widget-3 ul > li > a:hover{
    background-color: #cdcdcd;
}

footer.site-footer .footer-widget-3 ul > li > a > i{
    font-size: 1.4em;
    line-height: 1.8em;
}

/* ---------------------
    HOME
------------------------*/

.home .site-inner,
.page-template-worldpage-php .site-inner{
    background-image: url('../images/fondo-blog-home.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.price-block-wrapper,
.world-block-wrapper,
.home-block-wrapper,
.faq-block-wrapper{
    padding: 110px 0px;
}

.home-title-wrapper .home-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8em;
    margin-bottom: 55px;
    color: #464646;
}

/* Header block */

.title-wrapper .title-wrapper-link{
    display: table-cell;
    vertical-align: middle;
    background-color: #e27e7e;
    border-radius: 50%;
    box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    -moz-box-shadow: 0px 0px 8px #000;
    width: 160px;
    height: 160px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-wrapper .icon-title{
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

/* Create block */

#home-create-block-wrapper{
    background-color: #e9e0d9;
    padding-top: 55px;
    padding-bottom: 0px;
}

#home-clizzz-world-wrapper .world-clizzz-homepage,
#home-clizzz-world-wrapper .world-clizzz-homepage .img-world-wrapper{
    margin-bottom: 20px;
}

#home-create-block-wrapper .icon-block-wrapper,
#home-create-block-extra-wrapper .icon-block-wrapper{
    text-align: center;
}

#home-create-block-wrapper .icon-block-wrapper .img-icon-wrapper{
    margin-bottom: 10px;
}

#home-create-block-wrapper .icon-block-wrapper .icon-block-text p{
    font-weight: 600;
}

#home-create-block-wrapper .image-wrapper{
    margin-top: 40px;
}

/* Extra create block */

#home-create-block-extra-wrapper .icon-block-wrapper,
#home-create-block-extra-wrapper .home-title{
    margin-bottom: 60px;
}

#home-create-block-extra-wrapper .icon-block-wrapper .img-icon-wrapper{
    margin-bottom: 6px;
}

#home-create-block-extra-wrapper .icon-block-wrapper .icon-block-text p{
    margin-bottom: 0px;
    padding: 0px 24px;
}

#home-create-block-extra-wrapper .icon-block-wrapper .icon-text{
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 10px;
}

.home-create-block-extra-row{
    padding-bottom: 90px;
}

/* Opinions */

#home-create-block-extra-wrapper{
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #e9e0d9;
}

#home-create-opinions-wrapper{
    padding-top: 0px;
}

#home-create-block-extra-wrapper{
    padding-top: 120px;
}

#home-create-opinions-wrapper .home-title{
    margin-bottom: 50px;
}

#home-create-opinions-wrapper .opinion-block-wrapper{
    text-align: center;
    margin-bottom: 30px;
}

#home-create-opinions-wrapper .opinion-block-wrapper .img-opinion-wrapper{
    margin-bottom: 20px;
}

#home-create-opinions-wrapper .opinion-block-wrapper .img-opinion-wrapper img{
    border-radius: 50%;
    /*border: 1px solid #ffffff;
    box-shadow: 1px 1px 14px #424242;
    -webkit-box-shadow: 1px 1px 14px #424242;
    -moz-box-shadow: 1px 1px 14px #424242;
    */
}

#home-create-opinions-wrapper .opinion-block-wrapper:last-of-type{
    margin-bottom: 0px;
}

#home-create-opinions-wrapper .opinion-block-text{
    font-weight: 400;
    line-height: 1.2em;
    padding: 0px 24px;
    font-style: italic;
}

#home-create-opinions-wrapper .opinion-user-name p,
#home-create-opinions-wrapper .opinion-user-place p{
    margin-bottom: 0px;
    font-weight: 600;
}


/* Informative block */

.informative-block-content{
    text-align: center;
}

.informative-block-content .home-title{
    font-weight: 500;
    padding: 0px 30px;
    font-size: 2em;
    color: #000;
}

/* Partner block */

#home-clizzz-world-wrapper .partner-block-wrapper{
    text-align: center;
    margin-bottom: 20px;
}

#home-clizzz-world-wrapper{
    margin-bottom: 445px;
}

/* Blog home */

#home-blog-wrapper{
    padding-top: 0px;
}

#home-blog-wrapper,
#world-informative-block-wrapper{
    padding-bottom: 320px;
}

#home-blog-wrapper .home-block-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8em;
    margin: 60px 0px;
    color: #464646;
}

#home-blog-wrapper .home-block-post-wrapper,
#related-post-wrapper .related-block-post-wrapper{
    display: flex;
    flex-wrap: wrap;
}

#home-blog-wrapper .home-block-post-wrapper .home-block-post-title,
#related-post-wrapper .related-block-post-wrapper .related-block-post-title{
    order: 2;
    width: 100%;
    font-size: 1em;
    font-weight: 600;
}

#home-blog-wrapper .home-block-post-wrapper .home-block-post-title a,
#related-post-wrapper .related-block-post-wrapper .related-block-post-title a{
    color: #000;
}

#home-blog-wrapper .home-block-post-image-wrapper,
#related-post-wrapper .related-block-post-image-wrapper{
    order: 1;
}

#home-blog-wrapper .home-block-post-image-wrapper img,
#related-post-wrapper .related-block-post-image-wrapper img{
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #42424280;
    -webkit-box-shadow: 0px 0px 12px #42424280;
    -moz-box-shadow: 0px 0px 12px #42424280;
    margin-bottom: 20px;
}

#home-blog-wrapper .home-block-post-date,
#related-post-wrapper .related-block-post-date{
    margin-bottom: 0px;
    font-size: 0.8em;
    font-weight: 600;
    order: 4;
    width: 100%;
}

.line-detail{
    border-bottom: 1px solid gray;
    width: 10px;
    margin-bottom: 15px;
    order: 3;
}

/* ---------------------
    COMO FUNCIONA
------------------------*/

.page-template-faqpage-php .site-inner{
    background-image: url('../images/fondo-montaña.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}

#faq-header-wrapper #header-banner{
    background-color: #fff;
}

#faq-header-wrapper #header-banner .banner-main-content{
    padding-top: 0px;
}

#faq-header-wrapper .banner-main-content .title{
    color: #464646;
    font-size: 2em;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.informative-faq-slider-wrapper{
    padding: 20px 75px;
}

.faq-informative-image-caption,
.faq-informative-image-text{
    font-size: 1em;
    color: #000;
    font-weight: 600;
}

.faq-informative-image-text{
    text-align: center;
    margin-top: 15px;
}

.faq-informative-image-caption{
    margin-bottom: 0px;
    padding: 10px;
}

.carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: 0px;
}

#faq-header-wrapper .informative-faq-row .informative-faq-wrapper .faq-informative-image-text{
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
}

#faq-header-wrapper .pop-up-wrapper{
    display: block;
    margin-top: 25px;
    text-align: center;
}

#faq-accordion-wrapper,
#faq-header-wrapper{
    padding-top: 0px;
}

#faq-accordion-wrapper .main-faq-title-wrapper,
#faq-accordion-wrapper .main-faq-description-wrapper{
    text-align: center;
}

#faq-accordion-wrapper .main-faq-description-wrapper{
    margin-bottom: 30px;
}

#faq-accordion-wrapper .main-faq-description-wrapper p{
    font-size: 1.2em;
    font-weight: 500;
    font-style: italic;
}

#faq-accordion-wrapper .main-faq-description-wrapper .main-faq-description{
    font-weight: 500;
}

#faq-accordion-wrapper .main-faq-title-wrapper .main-faq-title{
    font-weight: 800;
    color: #000;
    font-size: 2em;
}

#faq-accordion-wrapper .accordion .accordion-block{
    padding: 0px 120px;
    margin-bottom: 20px;
}

#faq-accordion-wrapper .accordion .accordion-block #install-title{
    background-image: linear-gradient(to right, #ff416f , #ff6e40);
    margin:0px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    padding: 12px 28px;
}

#faq-accordion-wrapper .accordion .accordion-block #install-title:hover{
    box-shadow: 1px 1px 12px #42424242;
    -webkit-box-shadow: 1px 1px 12px #42424242;
    -moz-box-shadow: 1px 1px 12px #42424242;
    cursor: pointer;
}

#faq-accordion-wrapper .accordion .accordion-block #install-title .btn{
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    white-space: pre-line;
}

#faq-accordion-wrapper .accordion .accordion-block .install-content{
    padding: 20px;
}

#faq-accordion-wrapper .accordion .accordion-block .install-content ul li{
    color: #666666;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#faq-accordion-wrapper .accordion .accordion-block .install-content ul li ul{
    list-style: none;
    margin-top: 10px;
}

#faq-accordion-wrapper .accordion .accordion-block .install-content ul li ul li{
    margin-bottom: 5px;
}

#faq-accordion-wrapper .accordion .accordion-block .install-content ul li ul li:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    color: #666666;
    font-weight: 800;
    font-size: 0.8em;
    margin-right: 5px;
}

.accordion-block #install-title:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    color: #fff;
    font-weight: 800;
    font-size: 2em;
    position: absolute;
    right: 30px;
    top: 0px;
}
.accordion-block #install-title.collapsed:after {
    content: "\f0d9";
}

#faq-accordion-wrapper .accordion .accordion-block .install-content p{
    color: #666666;
    line-height: 1.2em;
    font-weight: 400;
    font-size: 0.9em;
}

#faq-informative-block-wrapper{
    padding-top: 0px;
}

/* ---------------------
    PRICES
------------------------*/

#price-header-wrapper #header-banner{
    background-position: center;
    background-color: #01619e;
}

#price-header-wrapper .informative-price-wrapper .informative-wrapper-info{
    background-color: #fff;
    padding: 10px;
}

#price-header-wrapper .informative-price-wrapper .card-title{
    text-align: center;
    margin-bottom: 0px;
    color: #084888;
    font-size: 1.6em;
    font-weight: 800;
}

#price-header-wrapper .informative-price-wrapper .card-subtitle{
    text-align: center;
    font-size: 0.7em;
    color: #084888;
    font-weight: 600;
}

#price-header-wrapper .informative-wrapper-prices{
    background-color: #a7bcd7;
    text-align: center;
    color: #fff;
    padding: 10px;
    min-height: 80px;
    margin-bottom: -5px;
}

#price-header-wrapper .informative-wrapper-prices .card-year-price,
#price-header-wrapper .informative-wrapper-prices .card-host-price{
    margin-bottom: 0px; 
}

#price-header-wrapper .informative-wrapper-prices .card-year-price{
    font-size: 1.6em;
    font-weight: 800;
}

#price-header-wrapper .informative-wrapper-prices .card-host-price{
    font-size: 0.8em;
    font-weight: 800;
}

#price-header-wrapper .informative-price-wrapper ul{
    list-style: none;
    padding: 8px;
    text-align: center;
    margin-bottom: 0px;
    background-color: #a7bcd7;
}

#price-informative-block-wrapper,
#price-header-wrapper{
    padding-top: 0px;
}

#price-header-wrapper .content-wrapper{
    margin-bottom: 0px;
}

#price-header-wrapper .informative-price-wrapper ul li{
    color: #fff;
    margin-bottom: 10px;
}

#price-header-wrapper .price-message-wrapper{
    margin-top: 40px;
    text-align: center;
    color: #084888;
}

#price-header-wrapper .price-message-wrapper p{
    font-weight: 600;
}

/* Price opinions */

#price-create-opinions-wrapper{
    background-image: url('../images/fondo-nubes.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
}

#price-create-opinions-wrapper .price-opinion-title{
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8em;
    color: #464646;
}

#price-create-opinions-wrapper  .opinion-block-wrapper{
    text-align: center;
    margin-bottom: 20px;
}

#price-create-opinions-wrapper  .opinion-block-wrapper:last-of-type{
    margin-bottom: 0px;
}

#price-create-opinions-wrapper  .opinion-block-wrapper .img-opinion-wrapper{
    margin-bottom: 20px;
}

#price-create-opinions-wrapper  .opinion-block-wrapper .img-opinion-wrapper img{
    border-radius: 50%;
    /*
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 14px #424242;
    -webkit-box-shadow: 1px 1px 14px #424242;
    -moz-box-shadow: 1px 1px 14px #424242;
    */
}

#price-create-opinions-wrapper  .opinion-block-text{
    font-weight: 400;
    line-height: 1.2em;
    padding: 0px 24px;
    font-style: italic;
}

#price-create-opinions-wrapper  .opinion-user-name p,
#price-create-opinions-wrapper  .opinion-user-place p{
    margin-bottom: 0px;
}

/* ---------------------
    CLIZZZ WORLD
------------------------*/

.world-block-wrapper#header-banner{
    background-color: #fff;
    min-height: 759px;
}

.world-block-wrapper#header-banner .bottom-header-content{
    bottom: 10px;
}

.world-block-wrapper#header-banner .bottom-header-content .bottom-header-block{
    text-align: center;
}

.world-block-wrapper#header-banner .bottom-header-content .bottom-header-block p{
    font-size: 0.9em;
    padding: 0px 32px;
    font-weight: 600;
}

.world-block-wrapper#header-banner .header-bottom-container{
    max-width: 992px;
}

.world-block-wrapper .block-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8em;
    margin-bottom: 50px;
    color: #000;
}

.gallery-wrapper .carousel{
    box-shadow: 2px 2px 24px rgba(66, 66, 66, 0.5);
    -webkit-box-shadow: 2px 2px 24px rgba(66, 66, 66, 0.5);
    -moz-box-shadow: 2px 2px 24px rgba(66, 66, 66, 0.5);
    border: 2px solid #fff;
}

#world-partner-wrapper{
    padding-top: 0px;
}

#world-clizzz-wrapper .block-content-wrapper p,
#feria-clizzz-wrapper .block-content-wrapper p{
    font-weight: 500;
}

.gallery-wrapper .carousel .carousel-item{
    max-height: 300px;
    min-height: 300px;
}

/* ---------------------
    PAGE
------------------------*/

.main-page-image,
.main-page-image.empty{
    min-height: 130px;
    position: relative;
    margin-bottom: 30px;
    background-color: #ff4072;
}

.main-page-image .page-title{
    padding-bottom: 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}

/* ---------------------
    BLOG
------------------------*/

.blog-page-image,
.blog-page-image.empty{
    background-repeat: no-repeat;
    min-height: 350px;
    background-position: center;
    background-size: cover;
}

.full-content-wrapper{
    background-repeat: no-repeat;
    background-position: top;
    min-height: 600px;
    margin-top: -400px;
}

.page-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.post-article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.post-article .post-article-header{
    order: 2;
    font-size: 1.1em;
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
}

.post-article .post-article-header a{
    color: #000;
}

.post-article .post-date{
    order: 4;
    width: 100%;
    font-size: 0.9em;
    font-weight: 600;
}

.post-article .post-article-image-wrapper{
    order: 1;
    width: 100%;
}

.post-article .post-article-image-wrapper img{
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.54);
    margin-bottom: 20px;
}

.post-article .entry-content{
    order: 5;
    width: 100%;
    font-size: 0.9em;
    font-weight: 500;
}

.post-article .entry-content .post-article-content-wrapper{
    font-size: 0.9em;
    line-height: 1.3em;
}

.single-post-wrapper{
    display: flex;
    flex-direction: column;
}

.single-post-wrapper .post-title-wrapper h1{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-post-wrapper .main-posty-image{
    margin-bottom: 20px;
}

.single-post-wrapper .post-meta-info .entry-meta{
    font-size: 0.9em;
    margin-bottom: 30px;
}

.single-post-wrapper .post-meta-info .entry-meta .entry-categories{
    display: none;
}

.single-post-wrapper .post-content{
    font-weight: 500;
    font-size: 1em;
}

.single-post-wrapper .division-line,
.related-posts-wrapper .division-line,
.single-post .division-line{
    margin-top: 70px;
    margin-bottom: 70px;
}

#popupClizzz .modal-dialog{
    max-width: 1100px;
    margin: 4% auto;
}

@media(max-width: 1200px){

    /* Home page */

    .home #header-banner{
        min-height: 450px;
    }

    .title-wrapper .title-wrapper-link{
        height: 130px;
    }
    
    #home-blog-wrapper,
    #world-informative-block-wrapper {
        padding-bottom: 240px;
    }

    .home #header-banner .banner-main-content{
        width: 100%;
        padding-top: 40px;
    }

    #home-clizzz-world-wrapper{
        margin-bottom: 190px;
    }

    /* Faq page */

    #faq-header-wrapper #header-banner .banner-main-content{
        padding-top: 40px;
    }

    #faq-header-wrapper .informative-faq-row{
        padding: 0px 30px;
    }

    /* Price page */

    #price-header-wrapper .informative-price-wrapper .informative-wrapper-info{
        min-height: 80px;
    }

    #popupClizzz .modal-dialog{
        max-width: 800px;
    }

}

@media (max-width: 991px){

    .division-line{
        width: 80%;
    }

    .informative-block-content .home-title{
        font-size: 1.4em;
    }

    #home-clizzz-world-wrapper .world-clizzz-homepage .img-world-wrapper{
        text-align: center;
    }

    /* Navbar */
    header.site-header .title-area{
        display: inline-block;
    }

    header.site-header .header-widget-area{
        display: block;
        position: relative;
        float: none;
    }

    header.site-header .header-widget-area .nav-primary{
        height: auto;
    }

    header.site-header .header-widget-area .nav-primary .navbar-toggler{
        color: #ff4171;
        font-size: 2em;
        position: absolute;
        right: 0;
        top: -34px;
    }

    .nav-primary .navbar-collapse .main-menu-list{
        display: inline-block;
        width: 100%;
        border-top: 1px dashed #999;
        padding-top: 16px;
        margin-top: 24px;
        text-align: center;
    }

    .site-header .header-widget-area .nav-primary .main-menu-list .menu-item{
        width: 100%;
        margin: 8px 0;
        display: block;
        font-size: 1.4em;
    }

    /* Home */

    .home .top-header-content{
        margin-bottom: 50px;
    }

    .home #header-banner .bottom-header-content{
        position: relative;
        bottom: 0px;
    }

    .home .bottom-header-block{
        margin-bottom: 15px;
        padding: 0px 40px;
    }

    #home-create-block-extra-wrapper .icon-block-wrapper .icon-block-text p{
        padding: 0px;
    }

    .home-create-block-extra-row{
        padding-bottom: 50px; 
    }

    .opinion-block-wrapper .img-opinion-wrapper{
        margin-bottom: 20px;
    }

    #home-blog-wrapper,
    #world-informative-block-wrapper{
        padding-bottom: 200px;
    }

    /* Faq page */

    #faq-header-wrapper .informative-faq-row,
    #faq-accordion-wrapper .accordion .accordion-block{
        padding: 0px 0px;
    }

    /* Price page */

    #price-header-wrapper #header-banner{
        height: auto !important;
        background-color: #fff;
        background-size: auto 100%;
    }

    #price-header-wrapper .informative-price-wrapper,
    .page-template-pricepage #header-banner .banner-main-content .subtitle{
        margin-bottom: 30px; 
    }

    #price-header-wrapper .informative-price-wrapper ul{
        font-size: 0.9em;
        min-height: 182px;
    }

    #price-header-wrapper .price-message-wrapper{
        margin-top: 25px;
    }

    #price-header-wrapper .informative-price-wrapper .card-title{
        font-size: 1.4em;
    }

    .page-template-pricepage #header-banner .banner-main-content .subtitle,
    .page-template-worldpage #header-banner .banner-main-content .subtitle,
    .page-template-worldpage #header-banner .banner-main-content{
        width: 100%;
        text-align: center;
    }

    .gallery-wrapper .carousel .carousel-item{
        max-height: 200px;
        min-height: 200px;
    }


    /* Footer */

    footer.site-footer .footer-widget-2 ul{
        text-align: center;
    }


    #popupClizzz .modal-dialog{
        max-width: 650px;
    }

}

@media (max-width: 768px){

    header.site-header .title-area a{
        height: 40px;
        width: 100px;
    }

    footer.site-footer .widget-area{
        margin-bottom: 20px;
    }

    footer.site-footer .widget-area ul{
        padding: 0px;
    }

    footer.site-footer .footer-widget-1 .custom-html-widget a > img{
        width: auto;
    }

    /* Home */

    .home #header-banner,
    .world-block-wrapper#header-banner{
        height: auto !important;
    }

    .world-block-wrapper#header-banner{
        background-image: linear-gradient(#ff4271, #ff7a67) !important;
    }

    .home .bottom-header-block{
        margin-bottom: 15px;
        padding: 0px 55px;
    }

    #header-banner .banner-main-content .title{
        font-size: 1.4em;
        text-align: center;
    }

    #header-banner .banner-main-content .subtitle{
        font-size: 1.2em;
        margin-bottom: 0px;
        text-align: center;
    }

    .pop-up-wrapper .pop-up-button,
    .home-title-wrapper .home-title,
    .informative-block-content .home-title{
        font-size: 1.4em;
    }

    .informative-block-video{
        margin-bottom: 25px;
    }

    #home-create-block-extra-wrapper{
        padding-bottom: 0px;
        background-size: auto 100%;
    }

    #home-blog-wrapper .home-block-post-image-wrapper{
        width: 100%;
        text-align: center;
    }

    #home-blog-wrapper .home-block-post-wrapper{
        margin-bottom: 40px;
    }

    #home-blog-wrapper .home-block-post-wrapper .home-block-post-title,
    #home-blog-wrapper .home-block-post-date{
        text-align: center;
        margin-bottom: 0px;
    }

    #home-blog-wrapper,
    #world-informative-block-wrapper {
        padding-bottom: 130px;
    }

    .line-detail{
        display: none;
    }

    /* Faq page */

    #faq-header-wrapper .banner-main-content{
        padding-top: 30px;
    }

    #faq-header-wrapper{
        padding-bottom: 60px;
    }

    #faq-header-wrapper #header-banner{
        height: auto !important;
        background-size: cover;
    }

    .informative-faq-wrapper{
        margin-bottom: 25px;
    }

    #faq-header-wrapper .pop-up-wrapper{
        margin-top: 15px;
    }

    /* Price page */

    #price-header-wrapper{    
        padding-bottom: 50px;
    }

    #price-header-wrapper .informative-price-wrapper .informative-wrapper-info{
        border: 1px solid #464646;
    }

    /* World page */

    .world-block-wrapper#header-banner .bottom-header-content{
        position: relative;
        bottom: 0px;
    }

    .blog-page-image,
    .blog-page-image.empty{
        min-height: 330px;
    }

    .world-block-wrapper .block-title{
        margin-bottom: 20px;
    }

    .world-block-wrapper#header-banner .bottom-header-content .bottom-header-block p{
        padding: 0px;
        word-break: break-word;
        color: #fff;
    }

    /* Blog */

    .post-article{
        text-align: center;
    }

    .full-content-wrapper{
        margin-top: -520px;
    }

    #related-post-wrapper .related-block-post-wrapper,
    .single-post-wrapper{
        text-align: center;
    }

    #related-post-wrapper .related-block-post-wrapper .related-block-post-title{
        margin-bottom: 0px;
    }

    .related-block-post-wrapper{
        margin-bottom: 30px;
    }

    #related-post-wrapper .related-block-post-image-wrapper{
        width: 100%;
    }

    .comments-wrapper #respond form .logged-in-as{
        text-align: left;
        margin-bottom: 0px;
    }

    #popupClizzz .modal-dialog{
        max-width: 500px;
    }

    #popupClizzz .modal-body .image-wrapper,
    #popupClizzz .modal-footer{
        display: none;
    }

    #popupClizzz .modal-body .form-wrapper .wpcf7 .wpcf7-submit{
        float: none;
        display: block;
        width: 100%;
    }

    #header-banner .pop-up-wrapper .pop-up-button{
        margin-left: 62px;
    }

}

@media(max-width: 576px){

    header.site-header{
        padding: 12px 0px;
    }

    #header-banner .pop-up-wrapper .pop-up-button{
        font-size: 1.4em;
        padding: 14px 14px;
        margin-left: 0px;
    }

    .price-block-wrapper,
    .world-block-wrapper,
    .home-block-wrapper,
    .faq-block-wrapper{
        padding: 50px 0px;
    }

    .pop-up-wrapper .pop-up-button{
        display: block;
    }

    /*Home page */

    .home #header-banner .bottom-header-content{
        display: none;
    }

    .home #header-banner{
        height: 475px !important;
        min-height: auto;
    }

    .title-wrapper .icon-title{
        font-size: 1.1em;
    }

    #home-blog-wrapper,
    #world-informative-block-wrapper{
        padding-bottom: 100px;
    }

    #home-create-block-wrapper{
        padding-top: 0px;
    }

    .home .banner-main-content .pop-up-wrapper{
        margin-top:48%;
    }

    #home-create-block-wrapper .icon-block-wrapper .icon-block-text{
        padding: 0px 75px;
    }

    #home-create-block-wrapper .image-wrapper{
        margin-top: 15px;
    }


    #faq-accordion-wrapper .main-faq-title-wrapper .main-faq-title{
        font-size: 1.4em;
    }

    #faq-accordion-wrapper .main-faq-description-wrapper p{
        font-size: 1em;
    }

    .faq-informative-image-caption{
        display: none;
    }

    #popupClizzz .modal-dialog{
        margin: 15% auto;
        padding: 15px;
    }

    #home-clizzz-world-wrapper{
        margin-bottom: 80px;
    }

    /* Price page */

    #price-header-wrapper .informative-price-wrapper{
        padding: 0px 50px;
    }

    .page-template-pricepage #header-banner .banner-main-content .subtitle{
        font-size: 1.2em;
    }

    /* World page */

    #world-partner-wrapper{
        padding-bottom: 15px;
    }

    .gallery-wrapper .carousel .carousel-item{
        max-height: 230px;
        min-height: 230px;
    }

    /* Blog */

    .blog-page-image,
    .blog-page-image.empty{
        background-size: cover;
        min-height: 215px;
    }

    .page-title{
        margin-bottom: 30px;
    }

    .archive-pagination{
        padding-bottom: 30px;
    }

    aside.sidebar{
        border-top: 2px dashed #ff3f72;
        padding-top: 30px;
    }

    #popupClizzz .modal-header .modal-title{
        font-size: 1.2em;
    }

    #popupClizzz .modal-header .close{
        font-size: 2.2em;
        margin-left: 15px;
    }

    .pop-up-wrapper{
        display: block;
        text-align: center;
    }
}