@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html
{
    line-height: 1;
}

ol,ul
{
    list-style: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td
{
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote
{
    quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after
{
    content: "";
    content: none;
}

img{    

    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast;

}

a img
{
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{
    display: block;
}

strong
{
    font-weight: 700;
}

@keyframes fadeIn
{
0%
{
    opacity: 0;
}

100%
{
    opacity: 1;
}

}
@-moz-keyframes fadeIn
{
0%
{
    opacity: 0;
}

100%
{
    opacity: 1;
}

}
@-webkit-keyframes fadeIn
{
0%
{
    opacity: 0;
}

100%
{
    opacity: 1;
}

}
@-ms-keyframes fadeIn
{
0%
{
    opacity: 0;
}

100%
{
    opacity: 1;
}

}
@-o-keyframes fadeIn
{
0%
{
    opacity: 0;
}

100%
{
    opacity: 1;
}

}
@keyframes slideLeft
{
0%
{
    opacity: 0;
    margin-left: 50px;
}

25%
{
    opacity: 0;
}

50%
{
    opacity: 0.25;
}

100%
{
    opacity: 1;
    margin-left: 0px;
}

}
@-moz-keyframes slideLeft
{
0%
{
    opacity: 0;
    margin-left: 50px;
}

25%
{
    opacity: 0;
}

50%
{
    opacity: 0.25;
}

100%
{
    opacity: 1;
    margin-left: 0px;
}

}
@-webkit-keyframes slideLeft
{
0%
{
    opacity: 0;
    margin-left: 50px;
}

25%
{
    opacity: 0;
}

50%
{
    opacity: 0.25;
}

100%
{
    opacity: 1;
    margin-left: 0px;
}

}
@-ms-keyframes slideLeft
{
0%
{
    opacity: 0;
    margin-left: 50px;
}

25%
{
    opacity: 0;
}

50%
{
    opacity: 0.25;
}

100%
{
    opacity: 1;
    margin-left: 0px;
}

}
@-o-keyframes slideLeft
{
0%
{
    opacity: 0;
    margin-left: 50px;
}

25%
{
    opacity: 0;
}

50%
{
    opacity: 0.25;
}

100%
{
    opacity: 1;
    margin-left: 0px;
}

}
@keyframes strokeAnim
{
100%
{
    stroke-dashoffset: 0;
}

}
@-moz-keyframes strokeAnim
{
100%
{
    stroke-dashoffset: 0;
}

}
@-webkit-keyframes strokeAnim
{
100%
{
    stroke-dashoffset: 0;
}

}
@-ms-keyframes strokeAnim
{
100%
{
    stroke-dashoffset: 0;
}

}
@-o-keyframes strokeAnim
{
100%
{
    stroke-dashoffset: 0;
}

}
*
{
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

a,a:active,a:focus,a:hover,a:visited
{
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body
{
    font-family: "Open Sans",sans-serif,sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 180%;
    background-color: #307FE2;
}

#body-wrapper
{
    width: 100%;
    background-color: white;
}

.hidden
{
    display: none;
}

.hide-menu .logo-header a
{
    height: 30px;
    margin: 10px auto 0 !important;
    background-image: url(../images/logo_color.svg);
    background-position: center -103px;
    -webkit-transition: height,0.2s;
    -moz-transition: height,0.2s;
    -o-transition: height,0.2s;
    transition: height,0.2s;
}

.overflow-hidden
{
    position: fixed !important;
    overflow: hidden !important;
}

#mobile-menu
{
    display: none;
    cursor: pointer;
}

#mobile-phone-icon
{
    display: none;
    cursor: pointer;
}

header
{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    background-color: #307FE2;
}

header .logo-header-mobile
{
    display: none;
}

header .logo-header
{
    position: relative;
    z-index: 98;
}

header .logo-header a
{
    display: block;
    color: white;
    height: 103px;
    width: 200px;
    margin: 10px auto 15px;
    background-image: url(../images/logo_color.svg);
    background-position: center 0;
    background-size: 200px auto;
    background-repeat: no-repeat;
    -webkit-transition: height,0.2s;
    -moz-transition: height,0.2s;
    -o-transition: height,0.2s;
    transition: height,0.2s;
}

header nav
{
    position: relative;
    z-index: 98;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

header nav ul
{
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

header nav ul .phone-link,header nav ul .contact-link
{
    display: none;
}

header nav ul .contact-link-desktop a
{
    border: 1px solid #FFC72C;
    background-color: #FFC72C;
    color: white;
    padding: 6.25px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

header nav ul .contact-link-desktop a:hover
{
    background-color: white;
    color: #FFC72C;
}

header nav ul li
{
    white-space: normal;
    font-size: 11pt;
    position: relative;
    z-index: 20;
    display: inline-block;
    margin: 0;
    line-height: 40px;
    vertical-align: top;
}

header nav ul li a
{
    color: white;
    margin: 10px 0;
    padding: 0 10px;
}

header nav ul li a:hover
{
    color: #FF8F1C;
    -webkit-transition: color,0.3s;
    -moz-transition: color,0.3s;
    -o-transition: color,0.3s;
    transition: color,0.3s;
}

header nav ul li ul
{
    white-space: normal;
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    text-align: left;
}

header nav ul li ul li
{
    display: block;
    position: relative;
    min-width: 200px;
    opacity: 0;
    margin-left: 0px;
    line-height: 250%;
}

header .is-desktop .left-header
{
    padding-right: 25px;
}

header .is-desktop .left-header:last-child
{
    padding-right: 50px;
}

header .is-desktop .right-header
{
    padding-left: 25px;
}

header .is-desktop .right-header:first-child
{
    padding-left: 50px;
}

header .is-desktop .right-header ul
{
    padding-left: 25px;
}

header .is-desktop .has-children:hover>ul
{
    display: block;
    opacity: 1;
}

header .is-desktop .has-children:hover>ul li:nth-child(0)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0s;
}

header .is-desktop .has-children:hover>ul li:nth-child(1)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .1s;
}

header .is-desktop .has-children:hover>ul li:nth-child(2)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .2s;
}

header .is-desktop .has-children:hover>ul li:nth-child(3)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .3s;
}

header .is-desktop .has-children:hover>ul li:nth-child(4)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .4s;
}

header .is-desktop .has-children:hover>ul li:nth-child(5)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .5s;
}

header .is-desktop .has-children:hover>ul li:nth-child(6)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .6s;
}

header .is-desktop .has-children:hover>ul li:nth-child(7)
{
    -webkit-animation: slideLeft .3s forwards;
    -moz-animation: slideLeft .3s forwards;
    -o-animation: slideLeft .3s forwards;
    animation: slideLeft .3s forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: .7s;
}

#menu-background
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: none;
    background-color: #0857ba;
    height: 200px;
    width: 100%;
}

#content
{
    position: relative;
    z-index: 1;
}

#content section:first-child
{
    margin-top: 128px;
}

.first_section
{
    padding-top: 128px !important;
    margin-top: 0 !important;
}

#home
{
    position: relative;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    height: 600px;
    min-height: 100vh;
    background-color: #307FE2;
    background-image: url("../images/filigrana.svg");
    background-repeat: no-repeat;
    background-position: center 97%;
    background-size: 20px 15px;
    padding: 0 12.5px 100px;
    text-align: center;
}

#home:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#home .content-wrapper
{
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 600px;
    margin: 0;
    -webkit-animation: fadeIn 2.5s;
    -moz-animation: fadeIn 2.5s;
    -o-animation: fadeIn 2.5s;
    animation: fadeIn 2.5s;
}

#home .content-wrapper p
{
    color: white;
    white-space: normal;
    font-size: 14pt;
    line-height: 30pt;
    text-align: center;
}

#home .content-wrapper a
{
    display: block;
    width: 100%;
    max-width: 350px;
    font-size: 80%;
    font-weight: 600;
    line-height: 25px;
    margin: 25px auto 0;
    padding: 12.5px 25px;
    color: white;
    background-color: #FF8F1C;
    border: 1px solid #FF8F1C;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#home .content-wrapper a:hover
{
    color: #FF8F1C;
    background-color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#home #home_deco
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#home #home_deco div
{
    position: absolute;
    width: 25vw;
    height: 25vw;
    max-width: 270px;
    max-height: 270px;
}

#home #home_deco div svg
{
    width: 100%;
    height: 100%;
    -webkit-animation: fadeIn 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation: fadeIn 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation: fadeIn 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fadeIn 2.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#home #home_deco #home_bike
{
    bottom: -5%;
    left: 16vw;
}

#home #home_deco #home_bike .EAfTGBNa_0
{
    stroke-dasharray: 225 227;
    stroke-dashoffset: 226;
    animation: strokeAnim 600ms ease-in-out 0ms forwards;
}

#home #home_deco #home_bike .EAfTGBNa_1
{
    stroke-dasharray: 225 227;
    stroke-dashoffset: 226;
    animation: strokeAnim 1500ms ease-in-out 0ms forwards;
}

#home #home_deco #home_bike .EAfTGBNa_2
{
    stroke-dasharray: 109 111;
    stroke-dashoffset: 110;
    animation: strokeAnim 800ms ease-in-out 0ms forwards;
}

#home #home_deco #home_bike .EAfTGBNa_3
{
    stroke-dasharray: 67 69;
    stroke-dashoffset: 68;
    animation: strokeAnim 1300ms ease-in-out 0ms forwards;
}

#home #home_deco #home_bike .EAfTGBNa_4
{
    stroke-dasharray: 158 160;
    stroke-dashoffset: 159;
    animation: strokeAnim 1200ms ease-in-out 0ms forwards;
}

#home #home_deco #home_sun
{
    top: 19vh;
    left: 16vw;
}

#home #home_deco #home_sun .QghNmyyt_0
{
    stroke-dasharray: 39 41;
    stroke-dashoffset: 40;
    animation: strokeAnim 112ms ease-in-out 0ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_1
{
    stroke-dasharray: 43 45;
    stroke-dashoffset: 44;
    animation: strokeAnim 123ms ease-in-out 112ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_2
{
    stroke-dasharray: 39 41;
    stroke-dashoffset: 40;
    animation: strokeAnim 112ms ease-in-out 235ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_3
{
    stroke-dasharray: 43 45;
    stroke-dashoffset: 44;
    animation: strokeAnim 123ms ease-in-out 348ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_4
{
    stroke-dasharray: 39 41;
    stroke-dashoffset: 40;
    animation: strokeAnim 112ms ease-in-out 471ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_5
{
    stroke-dasharray: 43 45;
    stroke-dashoffset: 44;
    animation: strokeAnim 123ms ease-in-out 584ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_6
{
    stroke-dasharray: 39 41;
    stroke-dashoffset: 40;
    animation: strokeAnim 112ms ease-in-out 707ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_7
{
    stroke-dasharray: 43 45;
    stroke-dashoffset: 44;
    animation: strokeAnim 123ms ease-in-out 820ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_8
{
    stroke-dasharray: 187 189;
    stroke-dashoffset: 188;
    animation: strokeAnim 528ms ease-in-out 943ms forwards;
}

#home #home_deco #home_sun .QghNmyyt_9
{
    stroke-dasharray: 187 189;
    stroke-dashoffset: 188;
    animation: strokeAnim 528ms ease-in-out 1471ms forwards;
}

#home #home_deco #home_kite
{
    top: 53%;
    left: -4%;
}

#home #home_deco #home_kite .yhFXGEnv_0
{
    stroke-dasharray: 111 113;
    stroke-dashoffset: 112;
    animation: strokeAnim 800ms ease-out 0ms forwards;
}

#home #home_deco #home_kite .yhFXGEnv_1
{
    stroke-dasharray: 85 87;
    stroke-dashoffset: 86;
    animation: strokeAnim 900ms ease-out 0ms forwards;
}

#home #home_deco #home_kite .yhFXGEnv_2
{
    stroke-dasharray: 85 87;
    stroke-dashoffset: 86;
    animation: strokeAnim 1500ms ease-out 0ms forwards;
}

#home #home_deco #home_kite .yhFXGEnv_3
{
    stroke-dasharray: 107 109;
    stroke-dashoffset: 108;
    animation: strokeAnim 1000ms ease-out 0ms forwards;
}

#home #home_deco #home_kite .yhFXGEnv_4
{
    stroke-dasharray: 107 109;
    stroke-dashoffset: 108;
    animation: strokeAnim 750ms ease-out 0ms forwards;
}

#home #home_deco #home_kite .yhFXGEnv_5
{
    stroke-dasharray: 251 253;
    stroke-dashoffset: 252;
    animation: strokeAnim 1200ms ease-out 0ms forwards;
}

#home #home_deco #home_pencil
{
    bottom: -2%;
    right: 16vw;
}

#home #home_deco #home_pencil .jlhTwEjJ_0
{
    stroke-dasharray: 139 141;
    stroke-dashoffset: 140;
    animation: strokeAnim 1500ms ease-out 0ms forwards;
}

#home #home_deco #home_pencil .jlhTwEjJ_1
{
    stroke-dasharray: 53 55;
    stroke-dashoffset: 54;
    animation: strokeAnim 900ms ease-out 0ms forwards;
}

#home #home_deco #home_pencil .jlhTwEjJ_2
{
    stroke-dasharray: 191 193;
    stroke-dashoffset: 192;
    animation: strokeAnim 500ms ease-out 0ms forwards;
}

#home #home_deco #home_pencil .jlhTwEjJ_3
{
    stroke-dasharray: 60 62;
    stroke-dashoffset: 61;
    animation: strokeAnim 1200ms ease-out 0ms forwards;
}

#home #home_deco #home_pencil .jlhTwEjJ_4
{
    stroke-dasharray: 138 140;
    stroke-dashoffset: 139;
    animation: strokeAnim 1400ms ease-out 0ms forwards;
}

#home #home_deco #home_hearth
{
    top: 53%;
    right: -4%;
}

#home #home_deco #home_hearth .TsqeIhZi_0
{
    stroke-dasharray: 254 256;
    stroke-dashoffset: 255;
    animation: strokeAnim 747ms ease-out 0ms forwards;
}

#home #home_deco #home_hearth .TsqeIhZi_1
{
    stroke-dasharray: 172 174;
    stroke-dashoffset: 173;
    animation: strokeAnim 506ms ease-out 747ms forwards;
}

#home #home_deco #home_hearth .TsqeIhZi_2
{
    stroke-dasharray: 83 85;
    stroke-dashoffset: 84;
    animation: strokeAnim 246ms ease-out 1253ms forwards;
}

#home #home_deco #home_teddy
{
    top: 19vh;
    right: 16vw;
}

#home #home_deco #home_teddy .DCoTbDUv_0
{
    stroke-dasharray: 130 132;
    stroke-dashoffset: 131;
    animation: strokeAnim 1200ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_1
{
    stroke-dasharray: 130 132;
    stroke-dashoffset: 131;
    animation: strokeAnim 900ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_2
{
    stroke-dasharray: 198 200;
    stroke-dashoffset: 199;
    animation: strokeAnim 1500ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_3
{
    stroke-dasharray: 198 200;
    stroke-dashoffset: 199;
    animation: strokeAnim 1300ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_4
{
    stroke-dasharray: 65 67;
    stroke-dashoffset: 66;
    animation: strokeAnim 1700ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_5
{
    stroke-dasharray: 65 67;
    stroke-dashoffset: 66;
    animation: strokeAnim 1500ms ease-in-out 0ms forwards;
}

#home #home_deco #home_teddy .DCoTbDUv_6
{
    stroke-dasharray: 23 25;
    stroke-dashoffset: 24;
    animation: strokeAnim 950ms ease-in-out 0ms forwards;
}

.hero-image
{
    height: 100vh;
    min-height: 300px;
    width: 100%;
    padding: 0;
    background-size: cover;
}

.hero-image-half
{
    height: 35vw;
    max-height: 450px;
    width: 100%;
    padding: 0;
    background-size: cover;
}

.home-hero-1
{
    background-image: url(../images/home_big.jpg);
    background-position: center center;
}

.home-two-cards
{
    position: relative;
    display: block;
    font-size: 0;
    white-space: nowrap;
}

.home-two-cards div
{
    display: inline-block;
    height: 50vw;
    min-height: 250px;
    max-height: 500px;
    padding: 12.5px;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.home-two-cards div:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.home-two-cards .card-text h1
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14pt;
    white-space: normal;
    text-align: center;
}

.home-two-cards .card-text a
{
    display: block;
    font-size: 80%;
    font-weight: 600;
    margin-top: 25px;
    padding: 12.5px 25px;
    color: #307FE2;
    border: 1px solid #307FE2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.home-two-cards .card-text a:hover
{
    color: white;
    background-color: #307FE2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-two-cards .card-right
{
    position: absolute;
    right: 0;
    top: 0;
}

.home-two-cards .home-picture-1
{
    background-image: url(../images/home_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-two-cards .home-picture-2
{
    background-image: url(../images/home_2.jpg);
    background-size: cover;
    background-position: center;
}

#content .section-text:nth-of-type(2n+1) .section-title h1
{
    color: #53d769;
}

#content .section-text:nth-of-type(8n+2) .section-title h1
{
    color: #53d769;
}

#content .section-text:nth-of-type(8n+4) .section-title h1
{
    color: #fc3158;
}

#content .section-text:nth-of-type(8n+6) .section-title h1
{
    color: #5fc9f8;
}

#content .section-text:nth-of-type(8n+8) .section-title h1
{
    color: #fc3d39;
}

.section-text
{
    font-size: 11pt;
}

.section-text .content-wrapper
{
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 50px 12.5px;
    margin: 0 auto;
    text-align: center;
}

.section-text .content-wrapper .section-title
{
    margin: -80px auto 25px;
    width: auto;
    display: block;
}

.section-text .content-wrapper .section-title h1
{
    display: inline-block;
    font-size: 170%;
    font-weight: 600;
    line-height: 60px;
    padding: 0 60px;
    color: #FF8F1C;
    background-color: white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.section-text .content-wrapper .section-content
{
    margin: 0 auto;
    width: auto;
    display: block;
}

.highlight
{
    margin: 0;
    position: relative;
}

.highlight:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -3px;
    background-color: #FF8F1C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.section-text .content-wrapper .section-content h1
{
    font-size: 110%;
    margin-top: 25px;
}

.section-text .content-wrapper .section-content .center_link
{
    text-align: center;
    font-size: 100%;
}

.section-text .content-wrapper .section-content .center_link a
{
    font-size: 100%;
    font-weight: 600;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 12.5px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.section-text .content-wrapper .section-content .center_link a:hover
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.section-text .content-wrapper .section-content .center_link.orange a
{
    color: #FF8F1C;
    border: 1px solid #FF8F1C;
    background-color: white;
}

.section-text .content-wrapper .section-content .center_link.orange a:hover
{
    background-color: #FF8F1C;
    color: white;
}

.section-text .content-wrapper .section-content .center_link.yellow a
{
    color: #FFC72C;
    border: 1px solid #FFC72C;
    background-color: white;
}

.section-text .content-wrapper .section-content .center_link.yellow a:hover
{
    background-color: #FFC72C;
    color: white;
}

.section-text .content-wrapper .section-content p
{
    margin-bottom: 25px;
    text-align: left;
}

.section-text .content-wrapper .section-content p:last-of-type
{
    margin-bottom: 0;
}

.section-text .content-wrapper .section-content ul
{
    margin-top: 25px;
}

.section-text .content-wrapper .section-content ul li
{
    text-indent: -20.5px;
    padding-left: 33px;
    text-align: left;
}

.section-text .content-wrapper .section-content ul li:before
{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #FF8F1C;
    margin-right: 12.5px;
}

.section-text .content-wrapper .section-content blockquote
{
    position: relative;
    font-size: 140%;
    font-style: italic;
    min-height: 50px;
    color: #FFC72C;
    padding: 0 50px;
    margin: 50px auto;
}

.section-text .content-wrapper .section-content blockquote:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background-color: #FFC72C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.section-text .content-wrapper .section-content blockquote p
{
    text-align: left;
}

.section-text .content-wrapper .section-content blockquote .author
{
    font-size: 75%;
    text-align: center;
    color: #FFC72C;
}

.school-hero-1
{
    background-image: url(../images/school-hero-1.jpg);
    background-position: center center;
}

.school-hero-2
{
    background-image: url(../images/school-hero-2.jpg);
    background-position: center center;
}

.school-hero-3
{
    background-image: url(../images/school-hero-3.jpg);
    background-position: center center;
}

.services-hero-1
{
    background-image: url(../images/services-hero-1.jpg);
    background-position: center center;
}

.services-hero-2
{
    background-image: url(../images/services-hero-2.jpg);
    background-position: center center;
}

.admission-hero-1
{
    background-image: url(../images/admission-hero-1.jpg);
    background-position: center center;
}

.admission-hero-2
{
    background-image: url(../images/admission-hero-2.jpg);
    background-position: center center;
}

.admission-hero-3
{
    background-image: url(../images/admission-hero-3.jpg);
    background-position: center center;
}

.admission-hero-4
{
    background-image: url(../images/admission-hero-4.jpg);
    background-position: center center;
}

.price-table
{
    position: relative;
    background-color: #ffeee0;
    padding: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.price-table li
{
    text-indent: 0 !important;
    padding: 12.5px 25px !important;
}

.price-table li:before
{
    display: none !important;
}

.price-table li span
{
    vertical-align: top;
    display: inline-block;
}

.price-table li span:first-of-type
{
    width: 70%;
}

.price-table li .little
{
    width: 100%;
    font-size: 75%;
    font-style: italic;
    width: 100% !important;
    margin-top: -6.25px;
}

.price-table li .price
{
    position: relative;
    padding-left: 12.5px;
}

.price-table li .price:before
{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #FF8F1C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cover
{
   /* position: absolute;
    top: 0;
    left: 0;

    z-index: 999;

    width: 100%;
    height: 100%;

    display: grid;
    align-items: center;*/

    padding: 30px !important;

    text-align: center;

    background-color: rgba(255, 238, 224, .9);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.contact-hero-1
{
    background-image: url(../images/contact-hero-1.jpg);
    background-position: center center;
}

.contact-info address
{
    margin-bottom: 50px;
}

.contact-info address p
{
    position: relative;
    width: 90%;
    max-width: 350px;
    padding-left: 50px;
    margin: 0 auto;
    text-align: left;
    line-height: 40px;
}

.contact-info address p:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
}

.contact-info address p a
{
    color: black;
}

.contact-info address p a:hover
{
    color: #FF8F1C;
    -webkit-transition: color,0.3s;
    -moz-transition: color,0.3s;
    -o-transition: color,0.3s;
    transition: color,0.3s;
}

.contact-info address .address
{
    line-height: normal;
}

.contact-info address .address:before
{
    background-image: url(../images/contact_items.svg);
    background-position: 0 0;
}

.contact-info address .mail:before
{
    background-image: url(../images/contact_items.svg);
    background-position: -40px 0;
}

.contact-info address .phone:before
{
    background-image: url(../images/contact_items.svg);
    background-position: -80px 0;
}

.contact-info #form-wrapper #contact-form
{
    position: relative;
    font-size: 100%;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.contact-info #form-wrapper #contact-form input
{
    width: 100%;
    font-family: "Open Sans",sans-serif,sans-serif;
    font-size: inherit;
    border: 0;
    margin-bottom: 12.5px;
    padding: 12.5px 25px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: #ffeee0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.contact-info #form-wrapper #contact-form input.error
{
    border-color: #fc3d39;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form input:hover,.contact-info #form-wrapper #contact-form input:active,.contact-info #form-wrapper #contact-form input:focus
{
    border-color: #FF8F1C;
    color: #FF8F1C;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form textarea
{
    width: 100%;
    font-family: "Open Sans",sans-serif,sans-serif;
    font-size: inherit;
    border: 0;
    resize: vertical;
    min-height: 150px;
    max-height: 350px;
    border: 0;
    margin-bottom: 12.5px;
    padding: 12.5px 25px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: #ffeee0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.contact-info #form-wrapper #contact-form textarea.error
{
    border-color: red;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form textarea:hover,.contact-info #form-wrapper #contact-form textarea:active,.contact-info #form-wrapper #contact-form textarea:focus
{
    border-color: #FF8F1C;
    color: #FF8F1C;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form ::placeholder
{
    color: #FF8F1C;
    opacity: 1;
}

.contact-info #form-wrapper #contact-form :-ms-input-placeholder
{
    color: #FF8F1C;
}

.contact-info #form-wrapper #contact-form ::-ms-input-placeholder
{
    color: #FF8F1C;
}

.contact-info #form-wrapper #contact-form label
{
    display: block;
    font-size: 8pt;
    text-align: left;
    margin-bottom: 12.5px;
}

.contact-info #form-wrapper #contact-form label a
{
    color: #FF8F1C;
}

.contact-info #form-wrapper #contact-form label input
{
    display: inline-block;
    width: auto;
    margin: 0 10px;
    padding: 0;
    vertical-align: middle;
}

.contact-info #form-wrapper #contact-form label.error
{
    color: #fc3d39;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form h1
{
    margin-top: 0;
    font-size: 100%;
}

.contact-info #form-wrapper #contact-form #submit-Contact
{
    margin-bottom: 0;
    font-weight: 600;
    color: white;
    background-color: #FF8F1C;
    cursor: pointer;
}

.contact-info #form-wrapper #contact-form #submit-Contact:hover
{
    background-color: white;
    border-color: #FF8F1C;
    color: #FF8F1C;
    -webkit-transition: all,0.3s;
    -moz-transition: all,0.3s;
    -o-transition: all,0.3s;
    transition: all,0.3s;
}

.contact-info #form-wrapper #contact-form #message-ok
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    background-color: rgba(255,255,255,0.7);
}

.contact-info #form-wrapper #contact-form #message-ok p
{
    text-align: center;
}

.contact-info #form-wrapper .disclaimer
{
    padding: 25px 0;
}

.contact-info #form-wrapper .disclaimer a
{
    color: #FF8F1C;
}

.contact-info #form-wrapper .disclaimer p
{
    font-size: 8pt;
    margin-bottom: 10px;
    line-height: 16.66667px;
}

.contact-info #form-wrapper .disclaimer p:last-of-type
{
    margin-bottom: 0;
}

#map-wrapper
{
    width: 100%;
    height: 30vw;
    max-height: 300px;
}

.legal h1
{
    margin-top: 50px !important;
    margin-bottom: 12.5px !important;
}

.legal h1:first-of-type
{
    margin-top: 0 !important;
}

footer
{
    display: block;
    width: 100%;
    background-color: #307FE2;
    white-space: nowrap;
    font-size: 0;
    padding: 25px 12.5px 0;
}

footer .footer-wrapper
{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    white-space: nowrap;
    font-size: 8pt;
    line-height: 10pt;
}

footer .footer-wrapper #logo-footer
{
    vertical-align: top;
    display: inline-block;
    width: 50%;
    text-align: center;
}

footer .footer-wrapper #logo-footer img
{
    width: 100%;
    max-width: 180px;
    height: auto;
}

footer .footer-wrapper #xunta-wrapper
{
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding: 0 25px;
    text-align: left;
    white-space: normal;
    color: white;
}

footer .footer-wrapper #xunta-wrapper p
{
    margin-bottom: 6.25px;
}

footer .footer-wrapper #xunta-wrapper img
{
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 6.25px;
}

footer #links-footer
{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 25px 25px;
    color: white;
}

footer #links-footer .links-footer-wrapper
{
    font-size: 9pt;
    white-space: normal;
    width: 50vw;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

footer #links-footer .disclaimer-footer,footer #links-footer .copy-footer,footer #links-footer .idearte-footer,footer #links-footer .year-footer
{
    font-size: 9pt;
    white-space: normal;
    display: inline-block;
    width: 50%;
}

footer #links-footer .copy-footer
{
    text-align: left;
}

footer #links-footer .copy-footer img
{
    width: 50px;
}

footer #links-footer .disclaimer-footer
{
    text-align: right;
}

footer #links-footer .year-footer
{
    position: relative;
    margin-top: 15px;
}

footer #links-footer .year-footer:before
{
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #FFC72C;
    top: -10px;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

footer #links-footer .idearte-footer
{
    position: relative;
    margin-top: 15px;
}

footer #links-footer .idearte-footer:before
{
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #FFC72C;
    top: -10px;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

footer #links-footer a
{
    color: white;
}

footer #links-footer a:hover
{
    color: #FF8F1C;
    -webkit-transition: color,0.3s;
    -moz-transition: color,0.3s;
    -o-transition: color,0.3s;
    transition: color,0.3s;
}

#cookieConsent
{
    display: none;
    font-size: 8pt;
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 25%;
    min-width: 400px;
    max-width: 600px;
    right: 25px;
    bottom: 25px;
    padding: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#cookieConsent a
{
    color: inherit;
    text-decoration: underline;
}

#cookieConsent #consent-cookieConsent
{
    cursor: pointer;
    font-size: 15pt;
    position: absolute;
    top: 25px;
    right: 25px;
}

#offer-popup{
	
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 9999;
	
	width: 100%;
	height: 100%;

    display: none;
}

#offer-popup .offer-background{

	position: absolute;
	
	z-index: 9999;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba( 0, 0, 0, 0.35);

	text-align: center;
	
}

#offer-popup .offer-wrapper{

	position: relative;

	z-index: 10000;
		
	width: calc( 100% - 60px);
	max-width: 600px;
	
	margin: 0 auto;
	padding: 0px;
	
	/*background-color: #FFC72C;*/
	
	top: 50%;
	transform: translateY(-50%);
	
	text-align: center;

	
}

#offer-popup .offer-inner-wrapper{

	position: relative;
	
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

	padding: 60px;

	background-color: white;
	
	text-align: center;

}

#offer-popup .offer-close{

	position: absolute;
	right: 15px;
	top: 15px;
	
	padding: 0 5px;
	
	cursor: pointer;
	font-size: 22pt;
	
}

#offer-popup .offer-text-wrapper h3{

	font-size: 190%;
	/*font-weight: bold;*/
	
    margin-bottom: 0;
	
	/*color: #FF8F1C;*/
    color: black;

}

#offer-popup .offer-text-wrapper p{

	font-size: 150%;
	color: #307FE2;
    margin-bottom: 30px;

}

#offer-popup .offer-text-wrapper p:last-child{

  margin-bottom: 0;

}

#offer-popup .offer-text-wrapper p.big-claim{

	font-size: 190%;
	font-weight: bold;

	margin-top: 30px;
	
	color: #FFC72C;

}


#offer-popup .offer-text-wrapper p.xunta-text{

  color: black;
  font-size: 100%;

}

#offer-popup .offer-text-wrapper .logo-xunta{

  width: 100%;
  max-width: 150px;

  margin: 30px 0 0;
}

#offer-popup .offer-text-wrapper .contact-link{

    font-size: 100%;
    margin-bottom: 0;

}

#offer-popup .offer-text-wrapper .contact-link a
{
    font-size: 100%;
    font-weight: 600;
    display: block;
    max-width: 350px;
    margin: 15px auto 0;
    padding: 12.5px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#offer-popup .offer-text-wrapper .contact-link.orange a
{
    color: #FF8F1C;
    border: 1px solid #FF8F1C;
    background-color: white;
}

#offer-popup .offer-text-wrapper .contact-link.orange a:hover
{
    background-color: #FF8F1C;
    color: white;
}

@media all and (min-width: 769px) and (max-width: 1600px)
{
#home #home_deco div
{
    width: 18vw;
    height: 18vw;
}

#home #home_deco #home_bike
{
    bottom: -5%;
    left: 10vw;
}

#home #home_deco #home_sun
{
    top: 20vh;
    left: 10vw;
}

#home #home_deco #home_kite
{
    top: 53%;
    left: -4%;
}

#home #home_deco #home_pencil
{
    bottom: -2%;
    right: 10vw;
}

#home #home_deco #home_hearth
{
    top: 53%;
    right: -4%;
}

#home #home_deco #home_teddy
{
    top: 20vh;
    right: 10vw;
}

}
@media all and (max-width: 768px)
{
.hide-menu
{
    top: 0;
}

.show-side-menu
{
    left: 0vw !important;
    right: auto;
}

.show-side-submenu
{
    max-height: 200px !important;
}

.show-dropdown:after
{
    content: '\2212' !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

#mobile-menu
{
    position: absolute;
    z-index: 110;
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#mobile-menu span
{
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: white;
    opacity: 1;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#mobile-menu span:nth-child(1)
{
    top: 17px;
}

#mobile-menu span:nth-child(2),#mobile-menu span:nth-child(3)
{
    top: 24px;
}

#mobile-menu span:nth-child(4)
{
    top: 31px;
}

.menu-mobile-open span:nth-child(1)
{
    top: 25px !important;
    width: 0% !important;
    left: 50% !important;
    opacity: 0 !important;
}

.menu-mobile-open span:nth-child(2)
{
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.menu-mobile-open span:nth-child(3)
{
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.menu-mobile-open span:nth-child(4)
{
    top: 25px !important;
    width: 0% !important;
    left: 50% !important;
    opacity: 0 !important;
}

#mobile-phone-icon
{
    position: absolute;
    z-index: 110;
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

#mobile-phone-icon a
{
    display: block;
    width: 100%;
    height: 100%;
}

#mobile-phone-icon img
{
    width: 100%;
    height: auto;
}

header
{
    height: auto;
    line-height: 50px;
    font-size: 11pt;
}

header .logo-header
{
    display: none;
}

header .logo-header-mobile
{
    height: 50px;
    display: block;
}

header .logo-header-mobile a
{
    display: block;
    padding-top: 15px;
    background-clip: content-box;
    height: 35px;
    width: 170px;
    margin: 0 auto;
    background-image: url(../images/logo_color_mobileg.svg);
    background-size: 170px auto;
    background-position: center 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

header .logo-header-max a
{
    height: 102px;
    background-position: center -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

header nav
{
    position: fixed;
    top: 50px;
    left: -100vw;
    right: auto;
    overflow: auto;
    height: 100vh;
    width: 100%;
    max-width: none;
    background-color: #307FE2;
    padding: 0 25px 100px;
    text-align: left;
    -webkit-transition: left 0.5s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: left 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: left 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: left 0.5s cubic-bezier(0, 0, 0.2, 1);
}

header nav ul
{
    display: block;
    padding-left: 12.5px;
}

header nav ul li
{
    display: block;
    line-height: 300% !important;
}

header nav ul li a
{
    padding: 0;
}

header nav ul li a:first-child
{
    font-size: 15.4pt;
}

header nav ul .has-children a:after
{
    display: inline-block;
    content: '\002B';
    margin-left: 12.5px;
    vertical-align: bottom;
    font-size: 130%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}

header nav ul .has-children ul
{
    position: relative;
    display: block;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-left: 12.5px;
    -webkit-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
}

header nav ul .has-children li
{
    display: block;
    opacity: 1;
}

header nav ul .has-children li a:first-child
{
    font-size: inherit;
}

header nav ul .has-children li a:after
{
    display: none;
    content: '';
}

header nav ul .has-children:hover>ul li:nth-child(0)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(1)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(2)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(3)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(4)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(5)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(6)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .has-children:hover>ul li:nth-child(7)
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

header nav ul .contact-link-desktop
{
    display: none;
}

header nav ul .phone-link,header nav ul .contact-link
{
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 600px;
    margin: 12.5px auto;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

header nav ul .phone-link a,header nav ul .contact-link a
{
    display: block;
    color: white;
    margin: 0 auto;
    padding: 12.5px 25px;
    line-height: 25px;
}

header nav ul .phone-link
{
    margin-top: 25px;
    background-color: #FF8F1C;
}

header nav ul .phone-link:hover
{
    background-color: white;
    color: #FF8F1C;
    border-color: #FF8F1C;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

header nav ul .contact-link
{
    background-color: #FFC72C;
}

header nav ul .contact-link:hover
{
    background-color: white;
    color: #FFC72C;
    border-color: #FFC72C;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#content
{
    padding: 49px 0 0;
}

#content section:first-child
{
    margin-top: 0;
}

.first_section
{
    padding-top: 50px !important;
}

#home
{
    position: relative;
    padding: 0 25px 100px;
    height: auto !important;
    min-height: calc( 100vh - 50px ) !important;
    text-align: center;
    background-position: center 90%;
}

#home.first_section
{
    padding-top: 100px !important;
}

#home .content-wrapper
{
    max-width: 450px;
    font-size: 11pt;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

#home .content-wrapper p
{
    text-shadow: none;
    font-size: 120%;
    line-height: 240%;
}

#home .content-wrapper a
{
    max-width: none;
}

#home #home_deco
{
    display: none;
}

.hero-image
{
    height: 50vh;
    min-height: 300px;
    max-height: 400px;
}

.home-two-cards div
{
    display: block;
    height: 50vh;
    min-height: 300px;
    max-height: 400px;
    padding: 0 25px;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.home-two-cards div:before
{
    content: '';
    display: none;
    height: 0;
}

.home-two-cards .card-text
{
    font-size: 11pt;
    white-space: normal;
    height: auto;
    min-height: 0;
}

.home-two-cards .card-text h1
{
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    text-align: center;
    padding: 100px 0;
    width: 100%;
    max-width: 600px;
}

.home-two-cards .card-text a
{
    font-size: 100%;
}

.home-two-cards .card-right
{
    position: relative;
    right: auto;
    top: auto;
}

.hero-image-half
{
    height: 30vw;
    min-height: 175px;
}

.section-text .content-wrapper
{
    padding: 50px 25px;
}

.section-text .content-wrapper .section-title
{
    margin: -75px auto 25px;
}

.section-text .content-wrapper .section-title h1
{
    width: 100%;
    max-width: 350px;
    font-size: 130%;
    line-height: 50px;
    padding: 0;
}

.section-text .content-wrapper .section-content h1 a
{
    font-size: 75%;
}

.section-text .content-wrapper .section-content blockquote
{
    padding: 0 0 0 50px;
}

.price-table li span
{
    vertical-align: top;
    display: block;
    width: 100%;
}

.price-table li span:first-of-type
{
    width: 100% !important;
}

.price-table li .little
{
    margin-top: 0;
    margin-bottom: 6.25px;
    line-height: 11pt;
}

.price-table li .price br
{
    display: none;
}

.contact-info address .mail
{
    word-break: break-word;
}

#map-wrapper
{
    height: 30vw;
    min-height: 150px;
}

footer
{
    padding: 25px 0;
}

footer .footer-wrapper #logo-footer
{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

footer .footer-wrapper #xunta-wrapper
{
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

footer #links-footer
{
    display: block;
    width: 100%;
    padding: 0;
}

footer #links-footer .links-footer-wrapper
{
    width: 100%;
    margin: 0 auto;
}

footer #links-footer .copy-footer,footer #links-footer .disclaimer-footer,footer #links-footer .idearte-footer,footer #links-footer .year-footer
{
    width: 100%;
    display: block;
    text-align: center;
}

footer #links-footer .year-footer:before
{
    left: 49%;
}

footer #links-footer .idearte-footer:before
{
    right: 49%;
}

#cookieConsent
{
    position: fixed;
    width: 100%;
    min-width: 0;
    max-width: none;
    right: 0;
    bottom: 0;
    padding: 25px;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}


#offer-popup .offer-text-wrapper h3{

	font-size: 150%;

}

#offer-popup .offer-text-wrapper p{

	font-size: 130%;
	color: #307FE2;

}

#offer-popup .offer-text-wrapper p.big-claim{

	font-size: 150%;

}

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
svg circle,svg line,svg polyline,svg path
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    animation-delay: 0 !important;
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
}

}
@supports (-ms-accelerator: true)
{
svg circle,svg line,svg polyline,svg path
{
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    animation-delay: 0 !important;
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
}

}

