/*
Description:   
Tags: Psicologia and Psicotherapy, Human theraphy
Theme Name: Rossana Marenzi
Text Domain: rossana
Author: Javi DÃ­az
Author URI: https://jandcreative.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* General */

:root {
  --primary-color: #D6685B;
  --secondary-color:#FEF8F2;
  --tipography: 'Josefin Sans', sans-serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--tipography);
    margin: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

ul {
    margin: 0;
}

p {
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

/* Cabecera */

header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgb(229, 227, 221);
    z-index: 1000;
}

#header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 20px 40px 17px;*/
    padding: 13px 40px 12px;
    transition: 1s;
    max-width: 1400px;
    margin: 0 auto;
}

.full-menu{
    display: none;
}

.logo {
    background-image: url(https://rossanamarenzi.com/wp-content/themes/rossana_marenzi/images/logo_ross.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 50px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.logo:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

#header-nav .desktop-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}

.container-intro p.subtitle{
    font-family: var(--tipography);
    font-size: 25px;
    color:#535252;
    font-weight: 400;
    line-height: 35px;
    max-width: 450px;
}

.menu-item-has-children.menu-item-12:hover ul.sub-menu {
    opacity: 1;
}

.sub-menu {
    padding: 18px 10px 18px;
    position: absolute;
    top: 35px;
    left: -10px;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 2px 8px 1px rgba(41,41,41,.15);
    height: auto;
    opacity: 0;
    visibility: visible;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 200px;
    border-radius: 5px;
    opacity: 0;
}

.menu-item-has-children.menu-item-55:hover ul.sub-menu {
    opacity: 1;
}

#header-nav .desktop-menu ul li ul.sub-menu li a::after{
    content:none;
}

#header-nav .desktop-menu ul li ul.sub-menu li{
    padding:8px 10px;
}

#header-nav .desktop-menu ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    padding: 0 5px;
    border-radius: 5px;
    opacity: 1;
    font-weight: 300;
}

#header-nav .desktop-menu ul li a:hover{
    opacity: 1;
    color: var(--primary-color);
}

#header-nav .desktop-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    margin-top: -30px;
    height: 3px;
    background-color:var(--primary-color);
    border-radius: 5px;
    -webkit-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s;
}

#header-nav .desktop-menu ul li.menu-item-55 a::after{
    background-color:#fff;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#header-nav .desktop-menu ul li.current_page_item.menu-item-55 a{
    color: #000;
}

#header-nav .desktop-menu ul li.current_page_item.menu-item-55 a:hover{
        color:var(--primary-color);
}

#header-nav .desktop-menu ul li.current_page_item.menu-item-55 a:hover::after {
    content: '';
    display: block;
    width: 0;
    margin-top: -30px;
    height: 3px;
    background-color:var(--primary-color);
    border-radius: 5px;
    -webkit-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s;
}

.current_page_item a::after {
    color:var(--primary-color);
    width: 100% !important;
}

#header-nav .desktop-menu ul li a:hover::after {
    width: 100%;
    color:var(--primary-color);
}

#header-nav .desktop-menu ul li.current_page_item a{
    color:var(--primary-color);
    opacity: 1;
}

.desktop-menu {
    padding-top: 30px;
    display: flex;
}

#header-nav .desktop-menu ul li.menu-item-21{
    border-radius: 9999px;
    font-weight: 500;
    color:#fff;
    padding: 0.35rem 1.2rem;
    background-color: var(--primary-color);
    top: -7px;
    left: 10px;
}

#header-nav .desktop-menu ul li.menu-item-21 a::after{
    content: none;
    margin:0;
    padding:0;
}

#header-nav .desktop-menu ul li.menu-item-21 a{
    color:#fff;
}

#page-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
    top: 84px;
    padding-bottom: 84px;
}

.page-id-9 #page-wrapper, .home #page-wrapper{
    padding-bottom: 84px;
}

.page-id-9 footer .links, .home footer .links{
    padding: 80px 70px 80px;
}

.languages {
    width: auto;
    padding-left: 18px;
    border-left: 1px solid var(--primary-color);
    text-align: right;
    margin-left: 28px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.languages li{
    list-style: none;
    padding-right: 10px;
}

.languages li:first-child a{
    color: var(--primary-color);
    font-weight: 400;
}

.languages li a {
    text-decoration: none;
    font-family: var(--tipography);
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

.languages li a:hover{
    color: var(--primary-color)
}

/* Secciones */

section {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 40px 0;
}

/* About */

.about{
    display:flex;
    flex-flow: row nowrap;
    align-items: center;
    max-width: 1130px;
    padding: 120px 40px 30px;
}

.box_about{
    flex-basis: 40%;
    text-align: left;
}

.box_about img{
    max-width: 340px;
    width: 100%;
    height: auto;
}

.text_about{
    flex-basis: 60%;
}

.text_about p{
    color:#000;
    font-family: var(--tipography);
    opacity: 0.8;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 200;
    line-height: 28px;
}

.text_about button{
    background-color: var(--primary-color);
    color:#fff;
    font-family: var(--tipography);
    border-radius: none;
    font-size: 18px;
    padding: 10px 28px;
    border: none;
    border-radius: 100px;
    margin-top: 20px;
}

.text_about button a{
    color:#fff;
    text-decoration: none;
}

.hero-background{
 background-color: var(--secondary-color);
}

.container{
    max-width: 1400px;
    margin:0 auto;
}

.hero-home {
    padding-top: 60px;
    min-height: 420px;
    height: 100%;
    /*background-color: #F6EBE9;*/
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}

.container-intro {
    flex-direction: column;
    align-self: center;
    flex-basis: 50%;
    padding: 0 4%;
}

.image-intro{
    flex-direction: column;
    align-self: flex-end;
    flex-basis: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 4%;
    position: relative;
    top:8px;
    text-align: center;
}

.image-intro img{
  max-width: 450px;
  width: 100%;
  height: 100%;
}


/* Titulares */


h1{
    color:var(--primary-color);
    font-weight: 300;
    font-size: 70px;
    line-height: 95px;
    transition: 1s;
    padding-bottom: 10px;
}

h1:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

h1 mark{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 90px;
    display: block;
    background: transparent;
}

.about h2{
    color: var(--primary-color);
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    transition: 1s;
    padding-bottom: 25px;
}

.about h2 mark{
    color: var(--primary-color);
    font-weight: 500;
    font-size: 35px;
    display: block;
    background: transparent;
}

.services h2{
    color: var(--primary-color);
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    transition: 1s;
    padding: 55px 4% 55px;

}

.services h2 mark{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 68px;
    display: block;
    background: transparent;
}

.services h3{
    color: var(--primary-color);
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 18px;
    text-align: left;
}

.services h3 mark{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 30px;
    display: block;
    background: transparent;
}

.testimonials h2{
    text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 30px;
    transition: 1s;
    padding: 0 4% 55px;
}

.testimonials h2 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 60px;
    display: block;
    background: transparent;
}

.blog h2 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 30px;
    transition: 1s;
    padding: 0 4% 55px;
}

.blog h2 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 60px;
    display: block;
    background: transparent;
}

.blog-list h3{
    color:#fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
}

.blog-list a{
    text-decoration: none;
}

/*Services*/

.services{
    max-width: 100%;
    width: 100%;
    /*padding: 0 4%;*/
}

.container-left {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
}

.items_services{
    max-width: 1322px;
    margin: 0 auto;
    margin:0 auto;
    display: flex;
    width: 100%;
    align-items: center;
}

.items_services .item{
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

.align{
    align-self: baseline;
}

.item.second .text{
    order:2;
}

.item .text {
    position: relative;
    display: flex;
   /*background-color:#F6EBE9;
    background-color: var(--secondary-color);*/
    background-color: #f5f5f5;
    padding: 5em 3em;
    min-height: 450px;
    height: 100%;
    transition: 1s;
    text-align: center;
}

.item .text:hover{
    background-color: var(--primary-color);
}

.item .text:hover h3, .item .text:hover h3 mark{
    color:#fff;
}

.item .text:hover p{
    color:#fff;
}

.item .text:hover button{
    background-color: #fff;
}

.item .text:hover button a{
    color: var(--primary-color);
}

.item .image img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.item .text p{
    color: #000;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 18px;
    text-align: left;
}

.item button {
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--tipography);
    border-radius: none;
    font-size: 18px;
    padding: 10px 28px;
    border: none;
    border-radius: 100px;
    margin-top: 20px;
}

.item button a{
    color:#fff;
    text-decoration: none;
}

/*Testimonials*/

section .testimonials {
    padding:40px 0;
    text-align: center;
}

.item{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    max-width: 1230px;
    margin:0 auto;
    align-items: flex-start;
    padding: 0 40px;
}

.testimonial{
    background-color: #f5f5f5;
    flex-basis: 42%;
    padding: 45px 40px 35px;
    border-radius: 5px;
    transition:1s;
}

.testimonial:hover {
    transform: translateX(0px) scale(1.05);
}

.testimonial p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    color: #000;
    opacity: 0.8;
}

.details{
    padding-top:35px;
    text-align: right;
}

.details span{
    display: block;
}

.details span.people{
    display: block;
    font-size: 16px;
    color: #000;
    opacity: 0.8;
    font-weight: 600;
}

.details span.teraphy{
    display: block;
    font-size: 16px;
    color: var(--primary-color);
    opacity: 1;
    font-weight: 600;
    padding-top: 2px;
}

.owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    margin: 40px auto;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    border-style: none;
    border-radius: 50%;
    background-color: #F5F4F5;
    color:#B1ACA3;
    transition: all 1s;
}

.owl-carousel .owl-nav button span{
    font-size: 25px;
    color:#B1ACA3;

}

.owl-carousel .owl-nav button:hover{
    background-color: var(--primary-color);
}

.owl-carousel .owl-nav button:hover span{
    color:#fff;
}


.arrow_list{
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    margin: 40px auto;
}

.arrow_list button{
    width: 50px;
    height: 50px;
    border-style: none;
    border-radius: 50%;
    background-color: #F5F4F5;
    color:#B1ACA3;
    transition: all 1s;
}

.arrow_list button i{
    font-size: 15px;
    color:#B1ACA3;
}

.arrow_list button:hover{
    background-color: var(--primary-color);
}

.arrow_list button:hover i{
    color:#fff;
}


/*Banner*/


section.banner {
    padding-top: 0;
}

.hero {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.3) 25%,rgba(0,0,0,.3) 75%,rgba(0,0,0,.3) 100%),url(https://rossanamarenzi.com/wp-content/themes/rossana_marenzi/images/banner_rossana.jpg);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.flex-container .claim span {
    font-size: 30px;
    color: #fff;
    text-align: left;
    padding-bottom: 2px;
    display: block;
    font-weight: 300;
}

.flex-container .claim p {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-top: 27px;
    display: block;
}


.flex-container  button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 32px;
    border-style: none;
    border-radius: 100px;
    height: 55px;
    cursor: pointer;
}

.flex-container button a{
    color:#fff;
    font-family: var(--tipography);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.hero .flex-container {
    max-width: 1220px;
}

.flex-container {
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 40px;
}

.box {
    z-index: 2;
    text-align: left;
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/*Blog*/

.container-center {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.blog-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.blog article {
    width: calc(33.33333% - 3em);
    margin: 1em !important;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    cursor: pointer;
}

.blog article:hover {
    transform: translateX(0px) scale(1.05);
}

.box-image img {
    width: 100%;
    vertical-align: middle;
    height: auto;
}

.blog-list img {
    display: block;
}

.blog-list .box-post{
    position: relative;
    background-color: var(--primary-color);
    padding: 20px 30px;
}

.box-post button{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-style: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
}

.box-post button i{
    color: var(--primary-color);
}

.box-post button img{
    height: 17px;
    width: 17px;
    right: 0;
    position: relative;
    text-align: center;
    left: 0;
    margin: 0 auto;
}


/*Blog Page */

.page-id-9 .blog-list article {
    width: calc(33.33333% - 3em);
    margin: 1.5em !important;
}

.page-id-9 h1 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 40px;
    transition: 1s;
    padding: 20px 4% 20px;
    line-height: 80px !important;
    align-self: center;
}

.page-id-9 h1 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 70px;
    display: block;
    background: transparent;
}

/*Post*/


.single #header-nav .desktop-menu ul li.menu-item-11 a{
    opacity: 1;
    color: var(--primary-color);
}

.single #header-nav .desktop-menu ul li.menu-item-11 a:after{
    width: 100%;
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-11 a{
    color: #000;
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-11 a:after{
    width: 0;
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-55 a{
    color:var(--primary-color);
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-55 .sub-menu a{
    color:#000;
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-55 .sub-menu a:hover{
    color:var(--primary-color);
}

.single-post_type_servicios #header-nav .desktop-menu ul li.menu-item-55 a::after {
    width: 100%;
    background-color:var(--primary-color);
}

section.post{
    padding:0;
}

.post{
    /*top:-105px;*/
     /*max-width: 1450px;
    max-width: 1250px;*/
    position: relative;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;

}

figure.brown_bubble {
    width: 100%;
    max-width: 500px;
    height: 400px;
    background-image: url("https://rossanamarenzi.com/wp-content/themes/rossana_marenzi/images/bubble_brown.svg");
    background-repeat: no-repeat;
    background-position: left;
    left:30px;
    right: 0;
    z-index: 100;
    position: absolute;
    top: 4%;
    bottom: 0;
}

figure.brown_bubble h1{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 45px;
    position: relative;
    top: 150px;
    left: 45px;
}

.cabecera{
   /*max-width: 1450px;*/
    max-width: 1250px;
    width: 100%;
    height:auto;
    margin: 0 auto;
}

.cabecera_dos{
   /*max-width: 1450px;*/
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.panel{
    margin-bottom: 0 !important;
    text-align: center;
}

.opening_panel{
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 424px;
    will-change: transform;
    transition: transform 2s cubic-bezier(.215,.61,.355,1);
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: .25s;
    z-index: 0;
}

.container_bubble {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
    padding: 80px 0 42px;
    text-align: center;
}

.container_bubble h1{
    color:#fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    line-height: 45px;
    position: relative;
    padding-bottom: 0;
}

.container_bubble span{
    margin: 0 0 15px;
    display: block;
    color:#fff;
    font-weight: 500;
}

.container_bubble span a{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
}

.container_bubble span a:hover{
    text-decoration: underline;
}

.cabecera_dos img{
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

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

.post-content{
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.content ul{
    /*margin: 20px 0;*/
    padding:20px;
}

.content li {
    opacity: 0.8;
    padding-bottom: 12px;
    list-style: none;
    font-size: 20px;
    font-weight: 300;
}

.content li::before {
    content: "•";
    color: var(--primary-color);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.post-content .subtitle {
    padding: 50px 20px 45px;
    /*max-width: 1030px;*/
    max-width: 980px;
    margin: 0 auto;
}

.subtitle p {
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 37px;
    opacity: 1;
}

.content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.addthis_inline_share_toolbox_ldz1_gcfl_eu3v {
    display: flex;
    align-items: center;
}

.at-style-responsive .at-share-btn{
    padding:0!important;
}

.at-resp-share-element.at-mobile .at-share-btn{
    margin-right: 0;
}

span.compartir {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    opacity: 0.8;
}

.share {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 35px 20px 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.share .meta-tags a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    background-color: var(--primary-color);
    padding: 7px 16px 4px;
    font-weight: 300;
    opacity: 1;
    transition: .4s;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 4px 0 0;
}

.navigation {
    display: flex;
    padding: 1.5em 20px 2em;
    justify-content: space-between;
    color: #144428;
}

.content p {
    font-size: 20px;
    color: #000;
    opacity: 0.7;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 18px;
}

.content h2{
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 25px;
    padding-bottom: 15px;
}

.content h3{
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 10px;
    padding-bottom: 20px;
    text-decoration: underline;
}

.previous {
    text-align: left;
    max-width: 300px;
    color: var(--primary-color);
}

.next {
    text-align: right;
    max-width: 300px;
    color: var(--primary-color);
}

.navigation span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color:#000;
    padding-bottom: 5px;
    opacity: 0.8;
}

.navigation .next a, .navigation .previous a{
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 400;
}


/*Footer*/

#respond {
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 1px dotted #DBDBDB;
    padding-left: 20px;
    padding-right: 20px;
}

#respond h3 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 30px;
    padding: 6px 0 15px;
    text-align: center;
    position: relative;
}

#respond p.comment-notes {
    margin: 20px 0;
    color: #000;
    font-weight: 200;
    opacity: 0.8;
}

#respond p {
    opacity: 1;
    margin-bottom: 1.5rem;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 30%;
    float: left;
}

#respond input {
    border: 0;
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    color:var(--primary-color);
}

#respond p.comment-form-email, #respond p.comment-form-author {
    margin: 0 5% 0 0;
}

#respond label {
    display: block;
    font-size: 17px;
    color: #000;
    opacity: 0.8;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 3px;

}

#respond textarea {
    background: #f5f5f5;
    border: 0;
    width: 100%;
    padding: 15px;
    color: var(--primary-color);
    font-size: 14px;
    min-height: 180px;
}

h3#comments{
    padding: 0 20px;
    color: var(--primary-color);
    line-height: 25px;
    font-weight: 600;
}

cite.fn a, cite.fn{
    color: var(--primary-color);
}

.comment-meta.commentmetadata a{
    color:#000;
    font-weight: 400px;
}

a.comment-reply-link{
    font-weight: 400;
    color: var(--primary-color);
}

.comment-body {
    margin-bottom: 20px;
}

ol.commentlist{
    list-style: none;
}

ol.commentlist li ul li{
    list-style: none;
}

ol.commentlist li div{
    list-style: none;
    padding-bottom: 5px;
}

.commentlist{
    padding: 0 20px;
}

.commentlist img{
    border-radius: 50px;
}

/*Footer*/

article .content #respond p.comment-form-email, article .content #respond p.comment-form-author {
    margin: 0 5% 0 0;
}

.form-submit {
    text-align: center;
}

.comment-form-cookies-consent {
    display: none;
}

#respond input.submit {
    width: auto;
    background: var(--primary-color);
    color: #fff;
    opacity: 1;
    margin: 15px 0 0;
    padding: 15px 25px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 200px;
    appearance: none
}

.logged-in-as a{
    color: var(--primary-color);
    font-weight: 400;
}

/* Legal Pages */

.legal {
    max-width: 900px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.legal .opening_panel{
    background-color: transparent;
}

.legal .content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal .content p{
    opacity: 1;
    color:#353535;
}

.legal .content p a{
    color: var(--primary-color);
    opacity: 1:;
}

.legal .content li a{
    color: var(--primary-color);
    opacity: 1;
}

.legal .content p strong{
    color: var(--primary-color);
}

.container_legal {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 80px 0 80px;
    text-align: center;
}

.legal .container_legal h1{
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 600;
    line-height: 45px;
    position: relative;
    padding-bottom: 0;
}

footer {
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
}

.links {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 70px 80px;
}

.logo-footer img {
    background-repeat: no-repeat;
    height: 140px;
    transition: 1s;
}

.button-footer {
    position: absolute;
    bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    left: 30px;
    height: auto;
    text-align: left;
}

.button-footer img {
    width: 30px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

footer li {
    list-style: none;
    line-height: 30px;
}

footer p{
    color:#000;
    font-size: 18px;
    font-weight: 300;
    font-family: var(--tipography);
    line-height: 30px;
}

footer a.mail{
    color: var(--primary-color);
    font-weight: 400;
}

footer a{
    color:#000;
    font-size: 18px;
    font-weight: 300;
    font-family: var(--tipography);
    text-decoration: none;
}

footer a:hover {
    color: var(--primary-color);
}

footer .social a{
    padding-right: 6px;
}

footer .social a:last-child{
    padding-right: 0;
}

.fab {
    color: var(--primary-color);
    font-size: 25px;
    transition: 1s;
}

.fab:hover{
    opacity: 0.8;
}

h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    padding-bottom: 20px;
}

.circle_button{
    background-color: var(--primary-color);
    width: 56px;
    height: 56px;
    background-image: url("https://rossanamarenzi.com/wp-content/themes/rossana_marenzi/images/arrow_go_up.svg");
    background-size: 17px 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1500;
}


/* About */

.hero-about {
    min-height: 500px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    padding: 0 40px;
}

.container-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.content-about {
    max-width: 1080px;
    width: 100%;
    padding-bottom: 40px;
}

.content-about h2 {
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-about ul{
    margin: 0;
    padding: 20px 20px 30px
}

.content-about p {
    font-size: 20px;
    color: #000;
    opacity: 0.8;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 18px;
}

.content-about p strong{
    font-weight: 400;
}

.content-about li::before {
    content: "•";
    color: var(--primary-color);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.content-about li {
    opacity: 0.8;
    padding-bottom: 12px;
    list-style: none;
    font-size: 20px;
    font-weight: 400;
}

.hero-about h1 {
    font-size: 60px;
    padding-bottom: 10px;
}

.hero-about h1 mark {
    font-size: 80px;
}

.hero-about .container-intro{
    flex: 0 0 60%;
    padding:0;
}

.hero-about .image-intro{
    flex: 1 1 40%;
}

/* Services Page */


.hero-service {
    min-height: 400px;
    height: 100%;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    padding: 0 40px 60px;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;

}

.hero-service .container-intro {
    align-self: center;
    padding:0;
}

.ilustration img {
    max-width: 500px;
    width: 100%;
    height: auto;

}

.ilustration {
    padding-top: 40px;
}

.hero-service h1 {
    font-size: 60px;
    padding-bottom: 10px;
    line-height: 74px;
}

.hero-service h1 mark {
    font-size: 80px;
    padding-bottom: 10px;
}

.container-service {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.content-service {
    max-width: 1080px;
    width: 100%;
    padding-bottom: 40px;
}

.content-service  p {
    font-size: 20px;
    color: #000;
    opacity: 0.8;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 18px;
}

.content-service h2 {
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-service ul {
    margin: 0;
    padding: 20px 0 30px;
}

.content-service li {
    opacity: 1;
    padding-bottom: 12px;
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    color: var(--primary-color);
    /*color: #403E56;*/
    background-color: #FBF0EE;
    border-radius: 48px;
    padding: 8px 20px;
    border: 1px solid var(--primary-color);
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 4px;
    transition: 1s;
    cursor: pointer;
}

.content-service li:hover{
    transform: scale(1.04);
}

.banner-service {
    height: auto;
    position: relative;
}

.banner-service .flex-container {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.banner-service .flex-container .claim span, .banner-service .flex-container .claim p{
    color: var(--primary-color);
}


section.contacto {
    padding-bottom: 80px;
}

.form{
    padding: 100px 0 70px;
    background-color: #F5F4F5;
}

.gform_footer.top_label {
    text-align: center;
}

#gform_submit_button_1,
#gform_submit_button_2{
    background: var(--primary-color);
    font-size: 1.071428rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 50px;
    cursor:pointer;
}

.validation_error{
    color: red;
}

.gfield_description.validation_message{
    padding: 5px 0;
    color: var(--primary-color);
}

#gform_confirmation_message_1,
#gform_confirmation_message_2 {
    text-align: center;
    font-size: 22px;
    color: var(--primary-color);
}

#gform_wrapper_1, 
#gform_wrapper_2 {
    max-width: 1180px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}


#gform_fields_1, 
#gform_fields_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#gform_fields_1 li, 
#gform_fields_2 li {
    list-style: none;
    width: 30%;
    padding-bottom: 2.5rem;
    padding-right: 1em;
}

#gform_fields_1 label, 
#gform_fields_2 label{
    font-size: 20px;
    color: var(--primary-color);
}

select{
    background: url("https://rossanamarenzi.com/wp-content/themes/rossana_marenzi/images/triangle.svg") transparent 96% center no-repeat !important;
}

#gform_fields_1 li#field_1_11, 
#gform_fields_2 li#field_2_11 {
    width:65%;
}

#gform_fields_1 li#field_1_13, 
#gform_fields_2 li#field_2_13 {
    display: block;
    width: 100%;
    padding-top:10px;
    color:#000!important;
}

#gform_fields_1 li#field_1_13 .gfield_required, 
#gform_fields_2 li#field_2_13 .gfield_required { 
    display: none;
}

#gform_fields_1 li.gchoice_1_13_1, 
#gform_fields_2 li.gchoice_2_13_1 {
    width: 100%;
    display: flex;
    padding-bottom: 1.5em;
}


#gform_fields_1 li.gchoice_1_13_1 label,
#gform_fields_2 li.gchoice_2_13_1 label {
    color:#000;
    font-weight: 300;
    opacity: 1;
}

#gform_fields_1 li.gchoice_1_13_1 label a,
#gform_fields_2 li.gchoice_2_13_1 label a {
    color:var(--primary-color);
    font-weight: 400;
}

textarea{
    border: 0;
    font-size: 18px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid var(--primary-color);
    background: none;
    padding: .3rem 0;
    height: 35px;
    font-weight: 400;
    width: 100%;
    font-family:var(--tipography);
    opacity: 0.8;

}

#gform_fields_1 input, #gform_fields_1 select,
#gform_fields_2 input, #gform_fields_2 select{
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid var(--primary-color);
    background: none;
    padding: .3rem 0;
    color: #000;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.071428rem;
    letter-spacing: .047619rem;
    width: 100%;
    font-weight: 400;
    font-family:var(--tipography);
    opacity: 0.8;
}



#gform_fields_1 select#input_1_12,
#gform_fields_2 select#input_2_12{
    -webkit-appearance: none;
}

input#gform_submit_button_1, 
input#gform_submit_button_2{
    background-color: var(--primary-color);
    font-size: 20px;
    color:#fff; 
}

#choice_1_13_1,
#choice_2_13_1 {
    width: auto !important;
    margin-right: 10px;
}


/* FAQ */

.header-nohome {
    padding: 50px 0 10px;
}

.page-template-page-preguntas-frecuentes h1 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 60px;
    transition: 1s;
    padding: 20px 4% 20px;
    line-height: 80px !important;
    align-self: center;
}


.page-template-page-preguntas-frecuentes h1 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 80px;
    display: block;
    background: transparent;
}

.page-template-page-contacto h1 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 60px;
    transition: 1s;
    padding: 20px 4% 20px;
    line-height: 80px !important;
    align-self: center;
}

.page-template-page-contacto h1 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 80px;
    display: block;
    background: transparent;
}

.page-template-page-contacto .header-nohome {
    padding: 50px 0 50px;
}


.hero-faq {
    min-height: 350px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    padding: 0 40px;
}

.faq{
    max-width: 1020px;
    width:100%;
}

.faq h2 {
    text-align: left;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 30px;
    transition: 1s;
    padding: 0 0 50px;
}

.faq h2 mark {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 60px;
    display: block;
    background: transparent;
}

.items-faqs {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}

.item-faq{
    border-radius: 5px;
    background-color: #F5F4F5;
    padding: 20px 30px;
    max-width: 1080px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.item-faq span.plus {
    position: absolute;
    right: 30px;
    transition: all 0.4s;
}

.question-box.active span.plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

.plus img {
    width: 26px;
    height: 26px;
}

.item-faq p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    opacity: 0.7;
}

.question-box.active .item-faq p.question{
    color: var(--primary-color);
    opacity: 1;
}

.question-box .item-faq:hover p.question{
    color: var(--primary-color);
    opacity: 1;
}

.description-ask {
    display: flex;
    flex-direction: column;
    flex-basis: 70%;
    background-color: transparent;
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    border-radius: 0;
    transition: max-height .2s ease-in-out;
}

.active .description-ask p{
    opacity: 0.8;
}

.description-ask p{
    color:#000;
    padding-right: 12%;
    padding-left: 30px;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    padding-bottom: 20px;
}


.description-ask p strong{
    font-weight: 400;

}

.active .description-ask {
    max-height: 700px;
    overflow: visible;
    padding-bottom: 20px;
}


.owl-nav {
    margin-top: 10px;
}

.owl-nav {
    text-align: center;
}


.hero-contacto{
    height: 400px;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-self: center;
    padding: 0 40px 0;
}

.hero-contacto .container-intro{
    flex-basis: 100%;
    padding: 0;
}

.hero-contacto .container-intro h1 mark{
    font-size: 80px;
}


.content-contact {
    max-width: 1020px;
    width: 100%;
    padding-bottom: 50px;
}

.content-contact strong{
    color: var(--primary-color);
}

.content-contact p {
    padding-bottom: 18px;
}

.content-contact h2 {
    font-size: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-contact p a{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 300;
}

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


#menu-item-55 .no-active::after {
    content: '\25B2';
}

#menu-item-55 a::after {
    content: '\25BC';
    margin-left: 15px;
    font-size: 18px;
    color: #fff !important;
    position: relative;
    top: 0;
}


.full-menu nav li .sub-menu li a{
    color: var(--primary-color);
    padding: 20px: 
}

.full-menu .sub-menu{
    overflow: hidden;
    height: 0;
    z-index: 99999;
    position: relative;
    opacity: 1;
    border-radius:0;
    width: 100%;
    background-color: #fff;
    left: 0;
    opacity: 0;
    padding:0;
    display: none;
    top:0;
    transition: 0;
}

.full-menu .toggle-menu .sub-menu {
    display: block;
    overflow: visible;
    height: 100%;
    position: relative;
    opacity: 1;
}

.desktop-menu {
    padding-top: 20px;
}

.desktop-menu .menu-primary-container{
    display: none;
}

.languages{
    border-left:0;
    margin-left:0;
    margin-right:50px;
}

#hamburguer {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    margin: 2em;
    z-index: 100000;
    cursor: pointer;
}

#hamburguer .lines {
    background-color: var(--primary-color);
    width: 100%;
    height: 5px;
    margin: 7px 0;
    transition: all 450ms ease-in;
    border-radius: 10px;
}

.close-hamburguer .line-top {
    transform: translateY(180%) rotate(45deg);
}

.close-hamburguer .line-mid {
    opacity: 0;
}

.close-hamburguer .line-bottom {
    transform: translateY(-300%) rotate(135deg);
}

#hamburguer.close-hamburguer .lines {
    background-color: #fff;
}

#header-nav {
    padding: 20px 40px 25px;
}

.full-menu {
    position: fixed;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    text-align: left;
    right: -100%;
    transition: all 800ms ease-in;
    opacity: .9;
}

.full-menu nav li {
    list-style: none;
}

.menu-item-has-children.menu-item-55{
    position: relative;
}

.full-menu .toggle-menu .sub-menu {
    overflow: visible;
    height: 100%;
    z-index: 99999;
    padding: 20px 0;
}

.full-menu nav li a {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    position: relative;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
    display: block;
    transition: .2s;
    text-align: center;
    transition: 450ms;
}

.full-menu nav li a:hover {
    transform: scale(1.05);
}

/*.full-menu #menu-item-55  {
    padding-top: 20px;
}*/

#menu-item-55 .sub-menu a {
    font-size: 30px;
    font-weight: 300;
    padding: 12px;
}

.hero-home {
    flex-direction: column;
    display: block;
    padding-top: 40px;
}

.hero-home .image-intro{
    padding-top:20px;
}

.hero-home .image-intro img{
    max-width: 350px;
}

.hero-home h1 mark{
    display: inline-block;
    font-size: 70px;
}

/* About */


.about{
    flex-direction: column;
    padding: 50px 20px 0;
}

.box_about{
    flex-basis: 100%;
    text-align: center;
    order:0;
    padding-bottom: 35px;
}

.box_about img{
    max-width: 300px;
}

.text_about{
    flex-basis: 100%;
    order:1;
}

/* Page About */

.hero-about{
    padding: 50px 20px 0;
    display: block;
}

.hero-about h1{
    line-height: normal;
}

.hero-about h1 mark{
    font-size: 60px;
}

.image-intro img {
    max-width: 320px;
}

.container-content{
    padding: 0 20px;
}

/* Services */


.hero-service h1 {
    font-size: 60px;
    line-height: normal;
    padding-bottom: 10px;
}

.hero-service h1 mark {
    font-size: 60px;
}

.hero-service {
    display: block;
    padding: 50px 20px 0;
}

.ilustration {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.ilustration img {
    max-width: 400px;
}

.container-service{
    padding: 0 20px;
}

.items_services{
    flex-direction: column;
}


/* Testimonial */

.item{
    flex-direction: column;
}

.item .testimonial:last-child{
    margin-bottom: 0;
}

.item .text{
    min-height: auto;
    padding: 2.5em 2em;
    width:100%;
}

.testimonial{
    margin-bottom: 2em;
}

.testimonial:hover {
    transform: none;
}

.testimonial p{
    line-height: 22px;
}

.details {
    padding-top: 20px;
}
/* Banner */

.hero{
    height: 280px;
    background-position: inherit;
}


.banner .box{
    justify-content: center;
}

.flex-container .claim p{
    padding-bottom: 0.5em;
    font-size: 50px;
}

.flex-container button{
    height: auto;
    padding: 10px 20px;
}


/* Blog -List */

.blog-list {
    justify-content: space-around;
}
	
.blog article {
    width: calc(85%);
    margin-bottom: 2em;
}

.blog article:hover{
    transform:none;
}

/* Contact  */

#gform_fields_1 li{
    padding-right: 0.5em;
}


/* Blog - Page  */

.page-id-9 .blog{
    padding-top:0;
}

.page-id-9 .blog-list article {
    width: calc(85%);
}

.page-id-9 .blog-list article:hover{
    transform:none;
}


/* Footer */

.page-id-9 footer .links, .home footer .links {
    padding: 40px 40px 40px;
}

.links {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 40px 40px;
}

.logo-footer.text-center {
    padding-bottom: 2em;
}

.logo-footer img {
    background-repeat: no-repeat;
    height: 160px;
    transition: 1s;
}

footer h4{
    padding-bottom: 0px;
}

footer div{
    padding-bottom: 0.8em;

}
}

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

#gform_fields_1 li{
    width: 45%;
}

#gform_fields_1 li#field_1_11 {
    width: 100%;
}

#gform_fields_1 li#field_1_11 textarea{
    min-height: 150px;
}

#gform_fields_1 li#field_1_13{
    padding-bottom: 1rem;
}

.form {
    padding: 60px 0 50px;
}
}

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

.hero{
    height: 280px;
}

.flex-container{
    padding: 0 20px;
}
.flex-container .claim span{
        display: none;
}
}

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

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
    float: left;
}

#respond textarea{
    min-height: 180px;
}

span.meta-tags{
    padding-top: 10px;
}
}

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

#hamburguer{
    margin: 2em 1.5em;
}

.button-footer{
    left: 20px;
    bottom: 25px;
}

#header-nav {
    padding: 20px 20px 25px;
}

h1{
    font-size: 60px;
    line-height: normal;
}

.hero-home .image-intro img {
    max-width: 280px;
}

.container-intro p.subtitle{
    font-size: 22px;
}

.full-menu nav li a {
    font-size: 38px;
    padding: 10px 40px 10px 40px;
}

/* About */

.about{
    /* align-items: flex-start;*/
    padding: 50px 20px 0;
}

.text_about{
    text-align: center;
}

.about h2{
    text-align: left;
}

.text_about p{
    text-align: left;
}

.box_about img {
    max-width: 280px;
}


/* Page About */

.hero-about {
    min-height: auto;
}

.hero-about .image-intro {
    padding: 10px;
}

.image-intro img {
    max-width: 265px;
}

.hero-about h1{
    font-size: 30px;
}

.hero-about h1 mark {
    font-size: 42px;
}

/* Page FAQ */

.header-nohome {
    padding: 50px 0 10px;
}

.description-ask p{
    padding-right: 40px;
}

.page-template-page-preguntas-frecuentes h1{
    line-height: normal!important;
    font-size: 35px;
    padding: 0 20px;
}

.page-template-page-preguntas-frecuentes h1 mark{
    font-size: 42px;
}

.page-template-page-preguntas-frecuentes .container-content{
    padding: 0 8px;
}

.item-faq{
    margin-bottom: 15px;
    padding: 20px 32px 20px 20px;
}

.item-faq span.plus{
    right: 16px;
    top: 35%;
}

.plus img {
    width: 18px;
    height: 18px;
}

.item-faq p{
    line-height: 24px;
    font-size: 18px;
}

.description-ask p{
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 26px;
}


/* Page Blog */

.page-id-9 h1{
    line-height: normal!important;
    font-size: 35px;
    padding: 0 20px;
}

.page-id-9 h1 mark{
    font-size: 42px;
}

.page-id-9 .blog{
    padding-top:0;
}

.page-id-9 .blog-list article {
    width: calc(90%);
}

.page-id-9 .blog-list article{
    margin: 1em !important;
}

.page-id-9 section.banner {
    padding-top: 50px;
}

/* Page Single */


.container_bubble{
    padding: 40px 0 30px
}

.container_bubble span{
    padding-bottom: 0;
    margin-bottom: 0;
}

.container_bubble span a{
    font-size: 25px;
}

.container_bubble h1 {
    font-size: 35px;
    line-height: normal;
    padding: 0 20px;
}

.post-content .subtitle {
    padding: 25px 20px 25px;
}

.subtitle p{
    font-size: 22px;
    line-height: 32px;
}

.content p{
    font-size: 19px;
    padding-bottom: 10px;
}

.content h2{
    font-size: 24px;
    padding-bottom: 10px;
} 

.share span.meta-tags{
    text-align: left;
}

.share span.meta-tags a{
    margin: 0 4px 10px 0;
    margin-bottom: 10px;
    display: inline-block;
}


/* Testimonial */

.testimonials {
    padding-bottom: 50px;
}

.owl-carousel .owl-nav{
    display: none;
}

.testimonial{
    padding: 35px 20px 25px;
}

.testimonials h2{
    padding: 0 20px 20px;
}

.testimonials h2 mark{
    font-size: 42px;
}

.item{ 
    padding: 0 20px;
}


/* Services */

.hero-service h1 {
    line-height: normal!important;
    font-size: 30px;
}

.hero-service h1 mark {
    font-size: 42px;
}   

.ilustration {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-service{
    padding-bottom: 0;
}

.content-service h2{
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-service ul{
    padding: 20px 0 0;
}

.content-service li{
    font-size: 18px;
    padding: 7px 16px;
    margin-bottom: 9px;
    margin-right: 2px;
}

.content-service p{
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 10px;
}


section.contacto{
    padding: 20px 0;
}

.services{
    padding-bottom: 0;
}


.services h2{
    padding: 20px;
}

.services h2 mark{
    font-size: 42px;
}


/* Banner */

section.banner{
    padding-bottom: 0;
}


.flex-container .claim p {
    font-size: 35px;
    line-height: normal;
}

.flex-container button{
    padding: 8px 18px;
}

.flex-container button a{
    font-size: 20px;
}

.hero{
    height: 220px;
}

/* Blog */

.blog h2{
    padding-bottom: 10px;
}

.blog h2 mark{
    font-size: 42px;
}

.blog article {
    width: calc(90%);
}

.blog-list .box-post{
    padding: 15px 20px;
}

.blog-list h3{
    font-size: 22px;
    line-height: 28px;
}

section.blog{
    padding-bottom: 0;
}

/* Single Page */

.cabecera_dos img{
    border-radius: 0;
}

#respond {
    padding-top: 20px;
    padding-bottom: 20px;
}

#respond h3{
    font-size: 26px;
}

#respond p.comment-notes {
    margin: 10px 0 20px;
    line-height: normal;
    font-size: 20px;
}

.legal{
    padding-bottom: 0;
}

.container_legal{
    padding: 40px 0 40px;
}

.legal .container_legal h1{
    font-size: 35px;
    padding: 0 20px;
}


/* Contacto */

#gform_fields_1 li{
    width: 100%;
    padding-right: 0.5em;
}

#gform_fields_1 li#field_1_11 {
    width: 100%;
}

#gform_fields_1 li#field_1_11 textarea{
    min-height: 150px;
}

#gform_wrapper_1{
    padding: 0 20px;
}

input#gform_submit_button_1{
    font-size: 18px;
}

.form {
    padding: 40px 0 40px;
    margin-top: 0;
}

.page-template-page-contacto .header-nohome {
    padding: 50px 0 10px;
}

.page-template-page-contacto h1{
    font-size: 35px;
    line-height: normal !important;
    padding: 0 20px;
}

.page-template-page-contacto h1 mark{
    font-size: 45px;

}

.content-contact{
    padding-bottom: 30px;
}

.content-contact h2{
    font-size: 22px;
}

.content-contact p{
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 10px;
}


.contacto .flex-container .claim p{
    font-size: 32px;
}

.full-menu .toggle-menu .sub-menu{
    padding: 10px 0;
}

#menu-item-55 .sub-menu a {
    font-size: 22px;
    padding: 8px;
}

/* Footer */

.full-menu nav li a {
    font-size: 35px;
    padding: 15px 40px 15px 40px;
}

.page-id-9 footer, .home footer{
    padding-top: 40px;
}

footer{
    padding-top: 20px;
}

footer div{
    padding-bottom: 0.6em;
}

.page-id-9 footer .links, .home footer .links {
    padding: 0px 20px 40px;
}

.links {
    padding: 20px 40px 40px;
}
}