
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
    color: #7b9e84;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
*{
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

/* General
 * --------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
body.v-home{
    margin-top: 104px;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
a{
    color: #7b9e84;
}
a:hover{
    text-decoration: underline;
}

#sobre-mi,
#contacto,
#precios{
    top: -120px;
    position: relative;
}

/** https://codepen.io/Arn_/pen/aYEEEd **/
.highlight {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: auto;
    color: #000;
    text-decoration: none;
    will-change: transform;
}
.highlight:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: #9de2af;
    z-index: -1;
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
}

#top-of-site-pixel-anchor {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 120px;
    left: 0;
}


/* Header
 * --------------------------------------- 
 */
.header-wrapper{
    background: white;
}
.header {
    padding: 33px 0 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    transition: background-color .2s ease-in;
    z-index: 99999;
}
.scrolled-page .head{
    box-shadow: rgba(1, 5, 3, 0.25) 0px 0 15px -6px, rgba(0, 0, 0, 0.3) 0 0 1px -12px
}

/* Logo of website */
.logo a {
    display: inline-flex;
    align-items: center;
    padding: 0 0 29px 0;
}

.logo h1 {
    margin: 0;
    margin-left: 0.3333em;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3667em;
    color: #7b9e84;
}

.logo h1 br{
    display: none;
}

.logo img{
    width: 42px;
    height: 42px;
}

.container{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    margin-bottom: 0;
}


/* Titles
 * --------------------------------------- */
 .title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.title-x5{
    font-size: 5.5em;
}
.title-x4{
    font-size: 4.5em;
}
.title-x3{
    font-size: 2.5em;
    line-height: 1.25em;
}
.title-x2{
    font-size: 1.8em;
    font-weight: 400;
}
.title-x1{
    font-size: 1.2em;
    font-weight: 400;
}

/* Headers
 * --------------------------------------- */
 h1{
    font-size: 3.8em;
    font-weight: bold;
    margin-bottom: 15.68px;
}


/* Navigation
 * --------------------------------------- 
 */
 #open-menu-checkbox {
    display: none;
}

.menu {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 2.5em;
    justify-content: flex-end;
    display: none;
    cursor: pointer;
}

.mobile-menu-button {
    top: calc(50% - 12px);
    background-color: black;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.mobile-menu-button::after,
.mobile-menu-button::before {
    content: '';
    background-color: black;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
}

.mobile-menu-button::before {
    top: 20px;
}

.navigation {
    position: absolute;
    top: 0;
    right: 2.5em;
}

.navigation ul {
    display: flex;
    align-items: center;
}

.navigation li {
    margin-top: 0;
    margin-right: 22px;
}

.navigation li:last-child {
    margin-right: 0;
}

.navigation-phone{
    display: flex;
    gap: 6px;
}

.navigation-telephone{ 
    background-color: #7b9e8557;
    padding: 5px 14px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    color: #688b71;
}

.navigation-telephone svg{
    margin-right: 5px;
    color: #688b71;
    stroke: #688b71;
}

.navigation-whatsapp{
    padding: 5px 14px;
    background-color: #24d3665e;
    vertical-align: middle;
    border-radius: 8px;
    display: inline-flex;

}

.navigation-whatsapp svg{
    width: 30px;
    height: 30px;
}

.navigation a {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3889em;
}

/* Login button */
.navigation-login a {
    background-color: #7b9e84 !important;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    color: #EFF5F3 !important;
    padding: 0.5556em 1.6667em !important;
    display: inline-block;
}

.navigation-login a:hover{
    color: #EFF5F3 !important;
    text-decoration: underline !important;
}

.navigation li:last-child a:hover {
    background-color: #7b9e84;
}

/* Footer
* --------------------------------------- */
.footer{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

/* General
 * --------------------------------------- */
 body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}
body.v-home{
    margin-top: 104px;
}

#top-of-site-pixel-anchor {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 120px;
    left: 0;
}

.p-text p{
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 0 0 15px 0;
}

/* Notes
* --------------------------------------- 
*/
.note{
    padding: 40px;
    background: rgba(7,182,232,.07);
    margin: 33px auto;
    max-width: 865px;
    border-radius: 6px;
    font-size: 1.3em;
    line-height: 1.6em;
    margin-bottom: 80px;
}
.note p{
    padding: 0 0 15px 0;
}

/* About
* --------------------------------------- 
*/
.about-content{
    display: flex;
    flex-wrap: wrap;
}
.about-photo{
    flex: 1 0 50%;
    display: inline-block;
    padding: 0 5%;
    min-width: 400px;
}
.about-photo img{
    width: 100%;
}
.about-description{
    flex: 1 0 50%;
    min-width: 400px;
}
.about-options{
    text-align: center;
    margin: 60px 0 45px 0;
}
.about-options li{
    display: inline-block;
    margin: 0 12px 0;
    cursor: pointer;
    padding: 0 0 5px 0;
    color: #888;
    -webkit-transition: .15s;
    transition: .15s;
    font-size: 1.3em;
}
.about-options li.active{
    color: #7b9e84;
    border-bottom: 2px solid #7b9e84;
}
.about-option-content{
    display: none;
}
.about-option-content.active{
    display: block;
}
.about-option-content li{
    position: relative;
    margin-left: 46px;
}
.about-option-content li:before{
    content: "✔️";
    height: 20px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 6px;
}
  

/* Titles
 * --------------------------------------- */
 .title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.title-x5{
    font-size: 5.5em;
}
.title-x4{
    font-size: 4.5em;
}
.title-x3{
    font-size: 2.5em;
    line-height: 1.25em;
}
.title-x2{
    font-size: 1.8em;
    font-weight: 400;
}
.title-x1{
    font-size: 1.2em;
    font-weight: 400;
}


/* Headers
 * --------------------------------------- */
 h1{
    font-size: 3.8em;
    font-weight: bold;
    margin-bottom: 15.68px;
}


/* Header
 * --------------------------------------- 
 */
.header-wrapper{
    background: white;
}
.header {
    padding: 33px 0 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    transition: background-color .2s ease-in;
    z-index: 99999;
    transition: padding 200ms ease-in-out;
    will-change: padding;
}
.scrolled-page .header{
    box-shadow: rgba(1, 5, 3, 0.25) 0px 0 15px -6px, rgba(0, 0, 0, 0.3) 0 0 1px -12px;
    padding: 13px 0 0 0;
}

.scrolled-page .logo a{
    padding: 0 0 13px 0;
}

/* Logo of website */
.logo a {
    display: inline-flex;
    align-items: center;
    padding: 0 0 29px 0;
    transition: padding 200ms ease-in-out;
    will-change: padding;
}

.logo h1 {
    margin: 0;
    margin-left: 0.3333em;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3667em;
    color: #7b9e84;
}


.section-hero{
    flex-wrap: wrap;
    background-size: cover;
    background-image: url('../imgs/landing/background-hero.svg');
}
.section-hero{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    padding: 6em 0 6em 0;
    overflow: hidden;
    position: relative;
}
.container{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    margin-bottom: 0;
}

.header-burger{
    position: fixed;
    top: 8px;
    right: 0;
    display: none;
}

/* Intro
 * --------------------------------------- 
 */
.intro{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.intro-subtitle{
    margin: 1em 0 1.5em;
}
.intro h1{
    margin-bottom: 0.5em;
}
.intro img{
    max-width: 80%;
    width: 700px;
}
.intro-buttonWrapper{
    display: block;
    margin: 20px;
}
.intro-column {
    width: 50%;
    flex: 1;
    flex-direction: column;
    position: relative;
}
.intro-button{
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    padding: 0.5556em 1.6667em;
    display: inline-block;
    background: #387a64;
    color: #EFF5F3;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.3889em;
    margin-top: 0.9em;
}
.intro-button:hover{
    text-decoration: none;
    background-color: #387a64;
}
.intro-video {
    max-width: 100%;
}
.intro-demoLink{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #7b9e84;
}
.intro-demoLink:hover{
    text-decoration: underline;
}
.intro .title {
    color: #EFF5F3;
}
.intro-text {
    margin: 0 5em 0 0;
}
.intro-picture{
    background-image: url(../imgs/landing/ana-alcira-psicologa.png);
    background-image: url(../imgs/landing/ana-alcira-psicologa.webp);
    background-size: 100%;
    height: 100%;
    width: 50%;
    max-width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: auto 84%;
    background-repeat: no-repeat;
    background-position: 50% 113%;
    overflow: hidden;
}

/* Reasons
 * --------------------------------------- */
 .reasons{
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1200px;
}
.reason{
    width: 100%;
    text-align: left;
    display: flex;
    margin: 8.5em 0px;
    display: flex;
}
.reasons a{
    color: #7b9e84;
}
.reason h4{
    margin-bottom: 0.5em;
    margin-top: 0;
    color: #7b9e84;
}

.title-colored {
    color: #7b9e84;
}
.reason-image{
    flex: 1 0 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 74% 100%;
}
.reason-content{
    flex: 1 0 50%;
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 2.5em;
    /* max-width: 50%; */
}
.l .reason:nth-child(1) .reason-image{
    background-image: url('../imgs/landing/embarazo.svg');
}
.l .reason:nth-child(2) .reason-image{
    background-image: url('../imgs/landing/postparto.svg');
}
.l .reason:nth-child(3) .reason-image{
    background-image: url('../imgs/landing/duelo.svg');
}
.l .reason:nth-child(4) .reason-image{
    background-image: url('../imgs/landing/maternidad.svg');
}
.l .reason:nth-child(5) .reason-image{
    background-image: url('../imgs/landing/parejas-psicologo-boadilla.svg');
}

/* Testimonials
 * --------------------------------------- 
 */
.testimonials{
    display: flex;
    flex-wrap: wrap;
}
.testimonial{
    flex-grow: 1;
    width: calc(33% - 2%);
    margin: 35px 1%;
    border-radius: 8px;
    padding: 2.7rem;
    border: 1px solid rgb(221, 221, 221);
    line-height: 1.5;
    font-size: 19px;
}
.testimonial-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-quote{
    flex-grow: 1;
}
.testimonial-avatar{
    border-radius: 50%;
    width: 65px;
    margin: 0 auto;
    display: block;
    padding: 1em 0;
}
.testimonial-name{
    font-weight: 800;
    font-size: 1.4em;
    text-align: center;
}
.testimonial-about{
    color: rgba(95, 119, 114, 0.6);
    font-size: 0.9em;
    text-align: center;
}
.testimonial a{
    color: #7b9e84;
}
.testimonial a:hover{
    text-decoration: underline;
}
.testimonial-twitter{
    width: 38px;
    color: #7b9e84;
    fill: #7b9e84;
    margin: 15px 0 0 0;
    text-align: center;
    width: 100%;
    display: block;
}
.testimonial-twitter svg{
    width: 40px;
}
.op-testimonial-stars{
    margin: 10px 0;
}
.op-testimonial-star{
    fill: #ffb621;
    stroke: #ffb621;
    width: 20px;
}


/* Price
* --------------------------------------- */
.price-section{
    text-align: center;
    margin: 8.5em 0;
}
.price-items{
    display: flex;
    margin-top: 5em;
    flex-wrap: wrap;
}
.price-item{
    flex: 50%;
}
.price-title{
    font-size: 4em;
    margin-bottom: 0.5em;
}
.price-mrr-selection-title{
    font-size: 2em;
    margin-top: 0.8em;
    text-align: left;
}
/*
.price-mrr-input{
    margin: 3em 0 0 0 !important;
    max-width: 400px !important;
} */
.price-ranges{
    display: block;
    margin: 3em 0 0 0;
    text-align: left;
}
.price-range{
    margin-right: 0;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #7b9e84;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 10px 22px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
.price-range.active,
.price-range:hover{
    background: #7b9e842e;
}
.price-value{
    font-size: 5em;
}
.price-recurrence-input-wrapper{
    position: relative;
    margin: 1em 0 0 0;
    display: inline-block;
    margin: 0 20px;
}
.price-anual-period{
    position: relative;
}
.price-demoLink,
.price-per-monthSufix,
.price-recurrence,
.price-customLink{
    display: none;
}
.price-recurrence.active{
    display: block;
    margin: 1em 0 0 0;
    height: 31px;
    margin: 2em 0 3em 0;
}
.price-savings{
    position: absolute;
    top: 26px;
    left: 0;
    text-align: left;
    color: #7b9e84;
    white-space: nowrap;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}
.price-per-monthSufix{
    position: relative;
    font-size: 25px;
    margin-left: 8px;
    font-weight: 400;
}
.price-per-monthSufix.active{
    display: inline-block;
}

/* About
 * --------------------------------------- */

/* Footer
 * --------------------------------------- */
.footer{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}


/* Toggle
 * --------------------------------------- */
 .toggle {
    position          : absolute;
    width             : 0;
    height            : 0;
    margin            : 0;
    padding           : 0;
    opacity           : 0;
    -ms-appearance    : none;
    -moz-appearance   : none;
    -webkit-appearance: none;
    appearance        : none;
    border            : none;
  }
  
  .toggle,
  .toggle:after,
  .toggle:before,
  .toggle *,
  .toggle *:after,
  .toggle *:before,
  .toggle+.toggle-button {
    box-sizing: border-box;
  }
  
  .toggle::-moz-selection,
  .toggle:after::-moz-selection,
  .toggle:before::-moz-selection,
  .toggle *::-moz-selection,
  .toggle *:after::-moz-selection,
  .toggle *:before::-moz-selection,
  .toggle+.toggle-button::-moz-selection {
    background: none;
  }
  
  .toggle::selection,
  .toggle:after::selection,
  .toggle:before::selection,
  .toggle *::selection,
  .toggle *:after::selection,
  .toggle *:before::selection,
  .toggle+.toggle-button::selection {
    background: none;
  }
  
  .toggle+.toggle-button {
    outline            : 0;
    display            : inline-block;
    width              : 2.5em;
    height             : 1em;
    position           : relative;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
  }
  
  .toggle+.toggle-button:after,
  .toggle+.toggle-button:before {
    position: relative;
    display : block;
    content : "";
    width   : 1.3em;
    height  : 1.3em;
    top     : -0.35em;
  }
  
  .toggle+.toggle-button:after {
    left: -10%;
  }
  
  .toggle+.toggle-button:before {
    display: none;
  }
  
  .toggle:checked+.toggle-button:after {
    left: 50%;
  }
  
  /* iOS style*/
  .toggle+.toggle-button {
    background        : #fbfbfb;
    border-radius     : 2em;
    padding           : 2px;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease;
    border            : 1px solid #e8eae9;
  }
  
  .toggle+.toggle-button:after {
    border-radius     : 2em;
    background        : #fbfbfb;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition        : left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow        : 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
  }
  
  .toggle+.toggle-button:hover:after {
    will-change: padding;
  }
  
  .toggle+.toggle-button:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  
  .toggle+.toggle-button:active:after {
    padding-right: .8em;
  }
  
  .toggle:checked+.toggle-button {
    background: #7E938E;
  }
  
  .toggle:checked+.toggle-button:active {
    box-shadow: none;
  }
  
  .toggle:checked+.toggle-button:active:after {
    margin-left: -.8em;
  }

/* Range input
* --------------------------------------- */
/* [type='range'] {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--val) - var(--min))/var(--range));
    --sx: calc(.5*1.5em + var(--ratio)*(100% - 1.5em));
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2em;
    background: transparent;
    font: 1em/1 arial, sans-serif;
    border: none;
    cursor: pointer;
  }
  [type='range']:focus{
    outline: none;
  }
  [type='range'], [type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  [type='range']::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.5em;
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-webkit-slider-runnable-track {
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-moz-range-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.5em;
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.5em;
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-moz-range-progress {
    height: 0.5em;
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-ms-fill-lower {
    height: 0.5em;
    background:rgb(28 156 255 / 27%);
  }
  [type='range']::-webkit-slider-thumb {
    margin-top: -1em;
    box-sizing: border-box;
    border: none;
    width: 2em;
    height: 2em;
    box-shadow: 0 0 0 10px #7E938E;
    border-radius: 50%;
    font-size: 0.7em;
    background: white;
  }
  [type='range']::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-size: 0.7em;
    background:rgb(28 156 255 / 27%); /* handler (circle) */
  /* }
  [type='range']::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-size: 0.7em;
    background:rgb(28 156 255 / 27%); /* handler (circle) */
  /* }
  [type='range']::-ms-tooltip {
    display: none;
  } */
   

/* Faqs
 * --------------------------------------- */
.faqs{
    text-align: left;
    padding: 7em 0 4em 0;
    max-width: 865px;
    margin: 0 auto;
}
.intro.faqs{
    margin: 0 auto;
}
.faqs h3{
    font-size: 1.9em;
    padding: 15px 0;
    color: #7b9e84;
    text-align: left    ;
    margin: 43px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.faqs-question{
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    padding: 0 0 2em 0;
}
.faqs-question:last-child{
    border-bottom: none;
}
.faqs-answer{
    font-size: 1.3em;
    line-height: 1.6em;
}
.faqs-question ul{
    margin-top: 20px;
}
.faqs-question li{
    margin-left: 37px;
    list-style: disc;
    line-height: 26px;
}
.faqs-answer p{
    padding: 0 0 15px 0;
}
.got-question{
    text-align: center;
    color: #7b9e84;
}



/* Tooltip
 * --------------------------------------- 
 */
 .tooltip {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    position: relative;
    width: 19px;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #EFF5F3;
    cursor: pointer;
    margin-left: 5px;
    font-size: 13px;

}

.tooltip:hover {
    background-color: #7b9e84;
    color: #f7f7f7;
    border: 1px solid transparent;
}

.tooltip:hover .tooltip-inner {
    visibility: visible;
    opacity: 1;
}

.tooltip-inner {
    font-weight: 100;
    position: absolute;
    bottom: calc(100% + 10px);
    left: -100px;
    right: 0;
    width: 200px;
    font-size: 14px;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    line-height: 1.5;
    text-align: left;
    padding: 8px 15px;
    cursor: default;
    color: #7b9e84;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
    box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
}


.toggle-checkbox {
	opacity: 0;
	position: absolute;
}

.toggle-label-left{
    position: absolute;
    top: 0;
    right: 140%;
    white-space: nowrap;
    font-size: 1em;
}

.toggle-label-right{
    position: absolute;
    top: 0;
    left: 140%;
    white-space: nowrap;
    font-size: 1em;
}

.toggle-label {
	background-color: #111;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	position: relative;
	height: 26px;
	width: 50px;
	transform: scale(1.3);
    margin: 0 auto;
    margin-top: 4em;
}

.toggle-label .toggle-ball {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 22px;
	width: 22px;
	transform: translateX(0px);
	transition: transform 0.2s linear;
}

.toggle-checkbox:checked + .toggle-label .toggle-ball {
	transform: translateX(24px);
}
.toggle-checkbox:checked + label{
    background :#1c9dff;
    transition: all 200ms ease;
}


/* Sections Defaults
* --------------------------------------- 
*/
.section-title {
    font-style: normal;
    font-weight: 800;
    line-height: 1.0625em;
    margin-top: 0.5208em;
    margin-bottom: 1.1458em;
    color: #7b9e84;
}

.title{
    margin-bottom: 0.4em !important;
}

.subtitle{
    color: #5e5e5e;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.6em;
    text-align: center;
}

button:hover {
    cursor: pointer;
}

/* Prices Section
 * --------------------------------------- 
 */
.pricing {
    padding: 80px 0;
}

.section-1-title {
    text-align: center;
    margin-bottom: 1.6042em;
}
.pepe{
    display: none;
}

/* Prices
 * --------------------------------------- 
 */
.prices {
    display: flex;
    margin: 3.5em 0;
}

.prices-box {
    font-size: 18px;
    width: 35%;
    text-align: center;
    padding: 3.3em 2.2em 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.8333em;
    border-radius: 1.0556em;
    background: #8db5963d;
}

.prices-box:nth-child(1) .prices-features {
    max-width: 220px;
}

.prices-box:nth-child(2) .prices-features {
    max-width: 250px;
}

.prices-box:nth-child(3) .prices-features {
    max-width: 255px;
}

.prices-box:nth-child(1) {
    animation-delay: 250ms !important;
}

.prices-box:nth-child(2) {
    animation-delay: 450ms !important;
}

.prices-box:nth-child(3) {
    animation-delay: 650ms !important;
}

.prices-couple {
    background: #D4E4DF !important;
}

.prices-img{
   width: 100%;
   height: 90px;
   margin: 0 0 20px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: 50%;
   fill: #7b9e84;
}

.price-title {
    margin-bottom: .7826em;
    font-size: 23px;
    color: #7b9e84;
    line-height: 1.3478em;
}

.price-cost {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3667em;
    text-align: center;
}

.price-cost-dollar::after {
    content: "€";
    position: relative;
    top: -0.48em;
    left: 0.48em;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.36em;
}

.price-type {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #6b6b6b;
}

.prices-features {
    text-align: left;
    margin-top: 1.7778em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.prices-features li {
    margin-bottom: 1.2222em;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.3889em;
}

.prices-features li:before {
    content: '';
    width: 14px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.prices-features li .tooltip {
    bottom: 2px;
}

.prices-features li:last-child {
    margin-bottom: 0;
}

a.prices-start-now-button {
    color: #eff5f3;
    border: 0;
    background: #7b9e84;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3889em;
    position: relative;
    margin-bottom: 50px;
    display: block;
    padding: .7222em 2.0556em;
    white-space: nowrap;
}

.prices-start-now-button:hover {
    background-color: #7b9e84;
}

.prices-start-now-button span {
    font-weight: normal;
    opacity: 0.7;
    color: #EFF5F3;
}

/* Lifetime status
 * --------------------------------------- 
 */
 .prices-box .status{
     margin-top: 25px;
 }

 /* Progress Bar */
.prices-box .status .progress-bar,
.prices-box .status .progress-bar div{
    width: 100%;
    height:10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50px;
    position: relative;
}

.prices-box .status .progress-bar div{
    position: absolute;
    background-color: #7b9e84;
}

/* Spots Left */
.prices-box .status .spots-left{
    font-size: 15px;
    color: #6b6b6b;
    margin-bottom: 10px;
    text-align: right;
}


/* Tooltip
 * --------------------------------------- 
 */
.tooltip {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    position: relative;
    width: 19px;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #EFF5F3;
    cursor: pointer;
    margin-left: 5px;
    font-size: 13px;

}

.tooltip:hover {
    background-color: #7b9e84;
    color: #f7f7f7;
    border: 1px solid transparent;
}

.tooltip:hover .tooltip-inner {
    visibility: visible;
    opacity: 1;
}

.tooltip-inner {
    position: absolute;
    bottom: calc(100% + 10px);
    left: -100px;
    right: 0;
    width: 200px;
    font-size: 14px;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    line-height: 1.5;
    text-align: left;
    padding: 8px 15px;
    cursor: default;
    color: #7b9e84;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
    box-shadow: 0 0 14px 0 rgba(160, 160, 160, .2);
}


/* Contact 
 * --------------------------------------- 
 */
 .contact {
    padding: 100px 0;
    max-width: 790px;
    margin: auto;
    font-size: 16px;
}

.contact form{
    margin-top: 2em;
}

.contact-title {
    font-weight: 400;
    color: #7b9e84;
    font-size: 5em;
    padding: 0 0 .3em 0;
}


.text-intro {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    animation-delay: 250ms !important;
}

.text-intro a {
    color: #7b9e84;
}

.contact form {
    animation-delay: 500ms !important;
}

.item-button {
    text-align: center;
    background: #85ab8e;
    font-size: 14px;
    color: #EFF5F3;
    font-weight: 600;
    border-radius: 3px;
    padding: 17px 38px;
    border: 0;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    cursor: pointer;
}

.item-button:focus {
    border: 1px solid #044474;
}

.contact-newsletter-warning a {
    background-size: .05em 2px, .05em 2px, 2px 2px;
    padding: 2px 0;
}

.loader {
    display: none;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    border: .3rem solid rgba(0, 0, 0, .1);
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.loader.active {
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contact-newsletter-warning {
    font-size: 12px;
    color: #909090;
    margin: 0 0 0 8px;
    font-family: 'Open Sans', sans-serif;
}

.contact-newsletter-warning label {
    font-size: 12px;
    color: #909090;
}

.contact-button {
    width: 189px;
    margin: 10px 5px;
}

#form-surname {
    display: none;
}

.input-text {
    position: relative;
    margin: 31px 5px 8px 5px;
}

.input-text:first-child {
    margin-top: 0;
}

.input-text input[type=email],
.input-text input[type=text],
.input-textarea textarea {
    background: #fff;
    width: 100%;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 15px 13px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
    color: #464d5d;
    font-size: 15px;
}

input.input-error, input.input-error:focus {
    border-color: #ff6161!important;
    color: #ff6161!important;
    outline: 0;
}

.input-text-placeholder {
    display: block;
    margin: 0 0 5px 0;
}

.input-text-placeholder,
.input-text-placeholder span {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 400;
}

.input-textarea textarea {
    height: 300px;
}

.input-half {
    display: inline-block;
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding: 6px;
    vertical-align: text-bottom;
}

.input-text input:disabled {
    color: #ccc;
    border-color: #e0e2e4;
    background-color: #f7f7f7;
}

/* Animations
 * --------------------------------------- 
 */
.animate.fromBottom {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
}

.animate.fromBottom {
    animation: fromBottom 700ms;
    animation-fill-mode: forwards;
    animation-delay: 0ms;
}

@keyframes fromBottom {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate.fromLeft {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
}

.animate.fromLeft {
    animation: fromLeft 800ms;
    animation-fill-mode: forwards;
    animation-delay: 0ms;
}

@keyframes fromLeft {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate.fromRight {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
}

.animate.fromRight {
    animation: fromRight 800ms;
    animation-fill-mode: forwards;
    animation-delay: 0ms;
}

@keyframes fromRight {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* Notifications
 * --------------------------------------- */
 .notification{
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: red;
    padding: 45px;
    text-align: center;
    font-size: 1.3em;
    color: #EFF5F3;
    left: 0;
    z-index: 9999999;
}
.notification.success{
    background: #55b369;
}
.notification.error{
    background: #d85e5e;
}
.notification-close{
    position: absolute;
    right: 30px;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 45px;
}
.notification-close:hover{
    color: #7b9e84;
}

.close-x{
    font-size: 3em;
    cursor: pointer;
    position: relative;
    display: block;
    height: 45px;
    width: 46px;
}

.close-x.active{
    transform: scale(1) translateZ(0);
}
.close-x:before, 
.close-x:after{
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 10px;
  width: 50px;
  background-color: #333;
  transition: all 0.25s ease-out;
}
.close-x:before,
.close-x:after{
    background-color: #fff;
}
.close-x:after{
  transform: rotate(-135deg);
}
.close-x-wrapper:hover .close-x:before,
.close-x-wrapper:hover .close-x:after{
  transform: rotate(0deg);
}


/* Testimonials
 * --------------------------------------- 
 */
 .op-testimonials{
    background-color: white;
    padding: 0 0 120px 0;
    margin: 0;
}
.op-testimonials h2{
    margin: 0 auto; 
    text-align: center;
    max-width: 850px;
    color: #7b9e84;
}

.op-testimonials ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    row-gap: 60px;
}

.op-testimonials li{
    background-color: #F5F7FF;
    border-radius: 35px;
    padding: 50px;
    width: calc(33.333% - 52px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.op-testimonials li p{
    flex: 1;
    font-size: 20px;
    color: #7b9e84;
    text-align: center;
}

.op-testimonial-person{
    margin-top: 31px;
    text-align: center;
}

.op-testimonial-person img{
    border-radius: 50%;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
}

.op-testimonial-name{
    font-weight: 19px;
    margin-bottom: 6px;
    color: rgba(95, 119, 114, 0.35);
}

.op-testimonial-position{
    font-size: 15px;
    color: #7b9e84;
}

/* Testimonial Big
 * --------------------------------------- 
 */

.op-testimonial-big {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 100px 46px 140px 46px;
}
.op-testimonial-big img{
    max-width: 30%;
}
.op-testimonial-big-text {
    padding: 3vw;
    color: #7b9e84;
}
.op-testimonial-big-quote svg {
    fill: #7b9e84;
}
.op-testimonial-big-content {
    text-align: left;
    font-size: 2em;
    margin-bottom: 0.7em;
}
.op-testimonial-big-name{
    text-align: left;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0.4em;
}
.op-testimonials-big-position{
    font-size: 20px;
}

/* FAQs
 * --------------------------------------- 
 */
 .faqs .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.intro-title {
    color: #7b9e84;
}

.faqs h1 {
    font-size: 3.8em;
    font-weight: bold;
    margin-bottom: 15.68px;
    color: #7b9e84;
}

.faqs h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    max-width: 850px;
    font-size: 1.6em;
    line-height: 1.6em;
}

.faqs {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 170px;
}

.faqs h1 {
    margin-bottom: 0.5em;
}

.faqs {
    text-align: left;
    padding: 0 0 4em 0;
    max-width: 865px;
}

.intro.faqs {
    margin: 0 auto;
}

.faqs h3 {
    font-size: 1.9em;
    cursor: pointer;
    padding: 15px 0;
    text-align: left;
    margin: 43px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.faqs-question {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 2em 0;
}

.faqs-question:last-child {
    border-bottom: none;
}

.faqs-answer {
    font-size: 1.3em;
    line-height: 1.6em;
}

.faqs-question ul {
    margin-top: 20px;
}

.faqs-question li {
    margin-left: 37px;
    list-style: disc;
    line-height: 26px;
}

.faqs-answer p {
    padding: 0 0 15px 0;
}

/* Map
 * --------------------------------------- 
 */
.map{
    width: 100%;
    border: 0;
    display: block;
    margin: 2em 0;
}

/* Chat
* --------------------------------------- 
*/
.chat{
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #25D366;
    padding: 7px 14px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #EFF5F3;
    font-weight: bold;
    font-size: 13px;
    transform: translateY(100px);
    animation: slideInFromBottom 300ms cubic-bezier(0.3, 0.9, 0.135, 1) 2s 1 forwards, 
                heartbeat .9s infinite 2.3s;
    text-shadow: 0 0px 4px rgba(0,0,0,0.6);
}
.chat:hover{
    text-decoration: none;
}
.chat svg{
    width: 35px;
    fill: white;
    margin-left: 13px;
}

@keyframes heartbeat {
    50% {
        transform: scale(1.1)
    }
}


@keyframes slideInFromBottom {
    0% {
      transform: translateY(100px);
    }
    100% {
      transform: translateX(0);
    }
  }
  


/* Responsive
 * --------------------------------------- 
 */
@media screen and (max-width:1350px) {

    .intro-picture{
        background-size: auto 71%;
        background-repeat: no-repeat;
        background-position: 15% 113%;
    }
}


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

    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    .navigation {
        right: 5em;
    }

    .prices-features span {
        font-size: 14px;
        margin-left: 1em;
    }

    .prices-box {
       padding: 3.3em 2.2em 0px 2.2em;
    }

    .head {
        left: 0;
    }

    .faqs-item .section-box {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .section-box-answer,
    .faqs-item {
        display: block;
    }

    .section-box-question {
        display: flex;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-box-answer {
        padding-left: 3.5em;
    }

    .op-testimonials ul{
        justify-content: center;
        flex-wrap: wrap;
    }

    .op-testimonials li{
        width: calc(50% - 32px);
        margin: 0 auto;
    }

    .op-testimonial-big{
        margin-left: 15px;
        margin-right: 15px;
    }

    .op-testimonial-big{
        margin-left: 15px;
        margin-right: 15px;
    } 
}

@media screen and (max-width:1100px){
    .intro{
        max-width: 81%;
        margin: 0 auto;
    }
    .intro-picture{
        display: block;
        position: relative;
        width: 100%;
        height: 80vh;
        background-size: contain;
        flex: none;
        margin-top: 6em;
        overflow: hidden;
    }
    .intro-text{
        margin: 0;
    }
    
    .intro-column:last-child{
        display: none;
    }
    .section-hero {
        justify-content: start;
        align-items: self-start;
        padding-bottom: 0;
    }

}

@media screen and (max-width:1024px),
screen and (max-height: 750px) {

    .faqs-line-break {
        font-size: 20px;
    }
}

@media screen and (max-width:950px) {
    .logo h1 {
        font-size: 22px;
        line-height: 1.2em;
    }
    
    .logo img {
        width: 48px;
        height: 48px;
    }
    
    .header .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .navigation {
        right: 1.5em;
    }
    
    .navigation li {
        margin-right: 12px;
    }

    .prices {
        flex-wrap: wrap;
    }

    .prices-box {
        font-size: 8px;
        width: 47%;
        position: relative;
        padding: 3.3em;
    }

    .price-mrr-selection-title,
    .price-ranges{
        text-align: center;
    }
    .price-ranges{
        margin-bottom: 2em;
    }
    .price-item,
    .testimonial{
        flex: 100%;
        width: 100%;
        max-width: 535px;
        margin: 35px auto;
    }

    .op-testimonial-big{
        flex-wrap: wrap;
    }
    .op-testimonial-big img{
        width: 50%;
        max-width: 50%;
        margin-left: 3vw;
    }
}

@media screen and (max-width: 850px) {
    .intro{
        max-width: 100%;
    }

    .navigation ul > li:nth-child(2),
    .navigation ul > li:nth-child(3){
        display: none;
    }
    
    .navigation li{
        margin-right: 0;
    }

    .navigation-contact{
        margin-right: 0 !important;
    }
    .navigation-contact a {
        background-color: #1c9dff !important;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        font-weight: bold;
        color: #EFF5F3 !important;
        padding: 0.5556em 1.6667em !important;
        display: inline-block;
    }

    .navigation-contact a:hover{
        color: #EFF5F3 !important;
        text-decoration: underline !important;
    }

    .menu {
        display: flex;
    }

    #open-menu-checkbox:checked~.navigation {
        display: block;
    }

    .header-burger{
        display: block;
    }

    .reason-image, 
    .reason-content{
        width: 100%;
        display: block;
        flex: none;
        padding: 0.5em 1em;
    }
    .reasons{
        flex: none;
        width: 100%;
        display: block;
        flex-wrap: unset;
        max-width: 100%;
    }
    .reason{
        margin: 2.5em 0px;
        /* flex: none; */
        /* display: block; */
        flex-direction: row;
        flex-wrap: wrap;
    }
    .reason-image{
        height: 383px;
        background-size: 80% 80%;
        margin: 2em 0 0 0;
    }
    .reason:nth-child(2) .reason-content,
    .reason:nth-child(4) .reason-content{
        order: 1;
    }

    .contact-title {
        font-size: 3em;
    }

    .op-testimonials ul{
        width: 80%;
        margin: 0 auto;
    }
    .op-testimonials li{
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .op-testimonial-big img{
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    .op-testimonial-big-content{
        margin-bottom: 1.3em;
    }
}

@media screen and (max-width:730px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 1.9em;
        padding-right: 1.9em;
    }

    .head {
        left: 0;
    }

    .navigation {
        right: 2.5em;
    }

    .section-title {
        width: 100%;
    }    

    .prices {
        display: block;
    }

    .prices-box:last-child {
       padding-top: 150px;
    }

    .prices-box {
        width: 100%;
        margin-bottom: 115px;
        padding-bottom: 60px;
        font-size: 18px;
    }

    .prices-box:last-child {
        padding-top: 3.3em;
    }

    .prices-features img {
        display: none;
    }

    .prices-start-now-button {
        bottom: -80px;
    }

    .prices-box:not(.prices-profesional) .prices-start-now-button {
        bottom: -30px;
    }

    .prices-features span {
        margin-left: 0;
        font-size: 18px;
    }

    .section-box {
        padding-left: 0;
        padding-right: 0;
    }

    .section {
        height: auto !important;
    }

    .section {
        margin-bottom: 100px;
    }

    .fromLeft,
    .fromBottom {
        transform: translate3d(0, 0, 0) !important;
        opacity: 1 !important;
    }

    .section-title {
        font-size: 50px;
    }

    .section-box {
        width: 100%;
        margin-bottom: 50px;
    }

    .navigation ul {
        display: block;
    }

    .navigation li:last-child {
        border: 0;
    }

    .menu {
        display: flex;
    }

    #open-menu-checkbox:checked~.navigation {
        display: block;
    }
}


@media all and (max-width:640px) {
    .input-half {
        display: block;
        width: 100%;
        margin: 31px 5px 8px 5px;
        padding: 0;
    }
    .intro-picture{
        height: 59vh;
    }

    .logo h1{
        font-size: 5vw;
    }

    .logo img{
        width: 30px;
        height: 30px;
    }

    .logo a{
        margin-top: 4px;
    }

    .note p{
        font-size: 20px;
    }
    .navigation-telephone,
    .navigation-whatsapp{
        padding: 5px 9px;
    }
    
    .navigation-telephone .phone-number-text {
        display: none;
    }
    
    .navigation-telephone {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 630px) {
    h1{
        font-size: 2.5em;
    }
   
    h2.title{
        padding: 0 0.2em;
    }
    h3.title{
        padding: 0 1em;
    }
    .title-x2{
        font-size: 1.4em;
    }
    .title-x3{
        font-size: 1.9em;
    }
    .title-x4{
        font-size: 3.3em;
    }
    .about-photo,
    .about-description{
        min-width: calc(100% - 20px);
    }

    .faqs h1 {
        font-size: 2.5em;
    }
}

@media all and (max-width:590px) {
    .op-testimonials h2{
        margin-bottom: 12vw;
    }
    
    .op-testimonials ul{
        width: 100%;
    }
}


@media all and (max-width:570px) {
    .contact-button {
        width: 100%;
    }
    .intro-picture{
        height: 45vh;
    }
    .header .container{
        padding-left: 1em;
        padding-right: 1em;
    }
    .navigation{
        right: 1em;
    }
}

@media all and (max-width:430px) {
    .contact-title {
        font-size: 2.5em;
    }

    .text-intro {
        font-size: 1.2em;
    }
    .intro-picture{
        height: 35vh;
    }

    .op-testimonials li{
        padding: 10vw;
        width: 100%;
    }
    
    .op-testimonials p{
        font-size: 6vw;
    }
}

@media screen and (max-width: 400px) {
    .header .container {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .container {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-width: 380px) {
    .faqs h1 {
        font-size: 2.3em;
    }

    .intro-picture{
        height: 30vh;
    }

    h1{
        font-size: 2.3em;
    }
    
    .intro-title.title-x4 {
        font-size: 2.5em;
    }
    
    .reason-content{
        padding: 2.5em 0;
    }
    .container{
        padding: 0 2em !important;
    }
    .intro-subtitle{
        max-width: 95%;
    }
    
    .reason-image{
        height: 247px;
    }
    .reason-content{
        padding: 1.5em 0 0 0;
    }
    .price-item{
        margin: 0.5em auto;
    }
    .logo h1 br{
        display: inline-block;
    }
}