/*
FONTS:
font-family: 'Basier Circle', 'Arial', sans-serif;

COLORS:
principal #404040
principal_alt #404041
secundari #65999D
secundari_alt #97CBCF
tercer #f1f1f1
tercer_alt #f9f9f9

HEIGHTS:
header-height 84px
responsive-header-height 60px;
footer-height 300px
*/

body{
    background-color: #F1F8F9;
    background-image: url('https://develop.docbarcelona.com/pablotoral/wp-content/uploads/2020/07/backgroundsvg.svg');
    background-size: 100% auto;
    background-repeat: repeat-y;
}
#header{
    position: absolute;
    padding-top: 3rem;
}
#header .logo img{
    height: 65px;
    margin-left: 10vw;
}
#header.slim .logo img {
	height: 65px;
	width: auto;
	transition: .2s;
	display: block;
}

.doc-styles p{
    font-size: 1.3em;
}
.doc-styles p.has-huge-font-size{
    font-weight: 500;
}
.doc-styles p.align-icon a{
    color: #404040;
}
.align-icon img{
    vertical-align: middle;
    transform: translateY(-2px);
    margin-left: 10px;
}
.doc-styles h1{
    font-size: 3.75em;
    color: #65999D;
    line-height: 1.15em;
    margin-bottom: .5em;
}
.doc-styles h2{
    color: #65999D;
}

.background{
    color: #ffffff;
    opacity: .53;
}
input[type="submit"], .button, .button-link a{
    min-width: 265px;
}
input[type="submit"], .button, .doc-styles p.button-link a, .button-link a{
    background: #97CBCF;
    border-color: #97CBCF;
    color: #404040;
}
input[type="submit"]:hover, .button:hover, .doc-styles p.button-link a:hover, .button-link a:hover{
    background: transparent;
    color: #404040;
}

.page-header .wp-block-columns .wp-block-column:first-of-type{
    align-self: flex-end;
    margin-bottom: 7%;
}
.page-header .wp-block-columns .wp-block-column:first-of-type::before{
    background: rgba(255,255,255,.53);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 53vw;
    margin-left: calc(100% - 50vw);
    height: 130%;
    margin-top: -16%;
    z-index: -1;
}

.page-header .wp-block-columns .wp-block-column .wp-block-image img{
    width: 130%;
}
#footer{
    margin-bottom: 3em;
    color: #65999D;
    text-align: center;
}

/* BREAKPOINTS */
@media (max-height: 750px) { 

}

@media (max-width: 1036px) {
    #header #main-menu{
        display: block;
    }
    .page-header .wp-block-columns{
        display: block;
    }
    #header{
        padding-top: 1rem;
    }
    #header .logo img {
        height: 35px;
        margin-left: 0;
    }
    #header.slim .logo img {
        height: 35px;
        margin-left: 0;
    }
    .page-header .wp-block-columns .wp-block-column:first-of-type{
        padding-top: 100px;
        text-align: center;
    }
    .page-header .wp-block-columns .wp-block-column .wp-block-image img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .page-header .wp-block-columns .wp-block-column:first-of-type::before{
        display: none;
    }
}

@media (max-width: 781px) { 
    .doc-styles h1{
        font-size: 2.5em;
    }
    .doc-styles p.has-huge-font-size{
        font-size: 3em;
    }
    #header .language{
        margin-right: 0;
    }
    #header .logo img {
        height: 30px;
        margin-left: 0;
    }
    .dropbtn{
        padding-right: 0;
    }
}

@media (max-width: 543px) { 
    
}