
:root{

    --color-cafeObscuro:#4F4536;
    --color-cafeLogo:#C1B6AA;
    --color-grisClaro:#383844;
    --color-grisObscuro:#27241B;
    --color-rojoPga:#B54C4F;

  }

/* GENERAL ------------------------------------------- */
body {
    background: var(--color-cafeLogo);
}

#go-top a, #go-top a:visited {
    background: #FCB85E;
}

.img-lg{display: block;}
.img-xs{display: none;}
/* GENERAL ------------------------------------------- */

/* HEADER ------------------------------------------- */
#header { 
    background:var(--color-cafeLogo); 
}

.header-logo a { 
    height:62px; 
    width:292px; 
    background-size: 292px 62px; 
}

#header-nav-wrap .header-main-nav li a, 
#header-nav-wrap .header-main-nav li a:visited {
  color: rgba(79, 69, 54, 0.45);
}

#header-nav-wrap .header-main-nav li a:hover, 
#header-nav-wrap .header-main-nav li a:focus,
#header-nav-wrap .header-main-nav li.current a {
  color: var(--color-cafeObscuro);
}

.button.button-primary, 
button.button-primary, 
input[type="submit"].button-primary, 
input[type="reset"].button-primary, 
input[type="button"].button-primary {
  background-color: var(--color-rojoPga);
  border-color: var(--color-rojoPga);
  color: #fff;
}

.button.button-primary:hover, 
button.button-primary:hover, 
input[type="submit"].button-primary:hover, 
input[type="reset"].button-primary:hover, 
input[type="button"].button-primary:hover, 
.button.button-primary:focus, 
button.button-primary:focus, 
input[type="submit"].button-primary:focus, 
input[type="reset"].button-primary:focus, 
input[type="button"].button-primary:focus {
  background: #9B353D;
  border-color: #9B353D;
  color: #FCB85E;
}

.header-menu-toggle {
    color: var(--color-cafeObscuro);
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
  color: var(--color-cafeObscuro);
}

 #header-nav-wrap {
    background-color: var(--color-cafeLogo) !important;
 }

 .header-menu-toggle span,
 .header-menu-toggle.is-clicked span::before, 
 .header-menu-toggle.is-clicked span::after {
    background-color: var(--color-cafeObscuro);
 } 
/* HEADER ------------------------------------------- */

/* BANNER ------------------------------------------- */
.home-image-right {
    width: 52.5%;
    padding-top: 18rem;
}

.home-image-right img {
    width: 100%;
}

.txt-banner h3 {
    color:var(--color-rojoPga);

}

.txt-banner h1 {
    color: var(--color-cafeObscuro);
    margin-bottom: 6rem;
}

.txt-banner .button.stroke {
  color: var(--color-rojoPga) !important;
  border-color: var(--color-rojoPga);
}

.txt-banner .button.stroke:hover, 
.txt-banner .button.stroke:focus {
  background-color: var(--color-rojoPga) !important;
  color: #fff !important;
}

.home-social-list li a, 
.home-social-list li a:visited {
  color: var(--color-rojoPga);
}

.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #FCB85E;
}

.scroll-icon {
    color: var(--color-cafeObscuro) !important;
}

.home-scrolldown a:hover, .home-scrolldown a:focus {
  color: var(--color-cafeObscuro) !important;
  opacity: .7;
}
/* BANNER ------------------------------------------- */

/* BLOQUE01 ------------------------------------------- */
h1.intro-header {
    color: var(--color-cafeObscuro);
}

h1.intro-header::before {
    background-color: var(--color-rojoPga);
}

.about-features .feature .icon i {
    color: var(--color-rojoPga);
}
/* BLOQUE01 ------------------------------------------- */

/* BLOQUE02 ------------------------------------------- */
.about-how {
    padding-bottom: 1.2em;
    padding-top: 8em;
}

.porqueNosotros{
    text-align: center;
    padding-top: 5.4rem;
}

.service-content h3{
    min-height: 57px;
}

.alto-libre{
    min-height: 10px !important;
}
/* BLOQUE02 ------------------------------------------- */

/* BLOQUE03 ------------------------------------------- */
#biografia{
    background: #fff8eb;
}

.txt-bio {
    padding-top: 13rem;
    padding-bottom: 10rem;
    padding-right: 450px;
    background: url(../images/biografia.png) right bottom/440px no-repeat;
}

.img-bio{
    display: none;
}
/* BLOQUE03 ------------------------------------------- */

/* BLOQUE04 ------------------------------------------- */
#product {
    background: #fff8eb;
    padding-bottom: 1.2em;
    padding-top: 8em;
    text-align: center;
}

.portadas {
    width: 300px !important;
    margin: 0 auto 10px;
}

#product h1::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#testimonial-slider .owl-dots .owl-dot.active span,
#testimonial-slider .owl-dots .owl-dot:hover span {
  background-color: #176fad;
}

#testimonial-slider .owl-nav {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;  
    margin: 0;
    text-align: left;
}

#testimonial-slider .owl-nav [class*="owl-"]{
    padding: 0;
    margin: 0;
    background: none;
    height: auto;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    opacity: .75;
}

#testimonial-slider .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  opacity: 1;
}

#testimonial-slider .owl-nav [class*="owl-"]::before{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
}

#testimonial-slider .owl-next {
    float: right;
    animation: animation-next 2s ease infinite;
}

#testimonial-slider .owl-prev {
    animation: animation-prev 2s ease infinite;
}

#testimonial-slider .owl-prev::before {
    background-image: url(../images/left.svg);
}

#testimonial-slider .owl-next::before {
    background-image: url(../images/right.svg);
}

.seccion-title{
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: -12px;
    color: var(--color-grisClaro);
    opacity: .6;
}

.about-how-content .step::before {
    background-color: var(--color-rojoPga);
}

#testimonial-slider .owl-dots {
    margin-top: 3rem;
}

@keyframes animation-next {
  0%   {transform: translateX(0px);}
  50%  {transform: translateX(-20px);}
  100% {transform: translateX(0px);}
}

@keyframes animation-prev {
  0%   {transform: translateX(0px);}
  50%  {transform: translateX(20px);}
  100% {transform: translateX(0px);}
}
/* BLOQUE04 ------------------------------------------- */

/* BLOQUE05 ------------------------------------------- */
#pricing {
    background: #fff8eb;
}

.pricing-table .plan-block {
    margin-bottom: 0;
}

.plan-block-price span{
    font-size: 18px;
    padding-left: 4px;
}

.centrar-content {
    text-align: center;
}

.txt-descriptionPrice{
    display: inline-block;
    width: 450px;
    text-align: left;
    padding-right: 40px;
}

.boxPrice {
    width: 320px;
    display: inline-block;
}

.btn-compar {
    background-color: var(--color-rojoPga);
    color: #fff !important;
    padding: .8rem 2rem .5rem;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    max-width: 200px;
    margin: 0 6px;
    line-height: 1.2;
    font-size: 1.5rem;
}

.btn-compar img{
    margin: 0px auto 0 !important;
    height: 36px !important;
    width: auto !important;
    border-radius: 0 !important;
}

#contacto .about-how h1.intro-header::before,
.porqueNosotros h1.intro-header::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* BLOQUE05 ------------------------------------------- */

/* BLOQUE06 ------------------------------------------- */
#contacto{
    background-color: #fff;
}

.contacto { 
    max-width: 700px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.form-contet {
    position: relative;
    width: 100%;
    max-width: 800px;
    min-height: 300px;
    margin: 7.2rem auto 0;
}

input[type="email"], 
input[type="phone"], 
input[type="text"], 
textarea {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 1px solid var(--color-cafeLogo);
  outline: none;
  color: var(--color-cafeObscuro);
  font-family: "muli-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(255, 248, 235, 0.9);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.enviar-form {
    background-color: var(--color-rojoPga);
    color: #fff;
    border-color: var(--color-rojoPga);
}

.error{border-color: #c60000 !important; background-color: #fffad7;}
.gracias_contacto {width: 100%; text-align: center; padding: 2rem 0 0;}
.gracias_contacto i{font-size: 8rem; color: var(--color-rojoPga);}
.gracias_contacto h2{font-weight: 400;}
/* BLOQUE06 ------------------------------------------- */

#coaching {
  background: #ffffff;
  padding-top: 9rem;
  overflow: hidden;
}

.modalidadesCoaching {
    text-align: center;
    clear: both;
}

.modalidadesCoaching ul{
    margin: 0;
    list-style: none;
}

.modalidadesCoaching ul >li {
    display: inline-block;
    max-width: 300px;
    margin: 0 16px;
    padding: 0;
    vertical-align: top;
}

.modalidadesCoaching ul >li > img{
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.modalidadesCoaching ul >li > span {
    font-size: 2rem;
    font-weight: 400;
    display: block;
    color:var(--color-rojoPga);
}

.quote{
    background: #fff8eb;
    padding: 14px 14px;
    margin-top: 6rem;
}

.quote > div{
    border: 2px solid var(--color-cafeLogo);
    padding:18px;
}

.quote p{
    margin-bottom: 0;
    font-size: 2.8rem;
    font-style: italic;
    position: relative;
    text-align: center;
    position: relative;
    padding: 10px 40px;
}


.quote p::before,
.quote p::after {
    color:var(--color-rojoPga);
    font-size: 10rem;
    font-style: normal;
    position: absolute;
    line-height: 1;
    height: 40px;
    display: block;
}

.quote p::before{
    content: '\201C'; 
    left: 0;
    top: 0;
}

.quote p::after{
    content: '\201D'; 
    right: 0;
    bottom: 10px;
}
/* FOOTER ------------------------------------------- */
footer {
    color: rgba(79, 69, 54, 0.75);
    padding-bottom: 0;
}

.footerlogo img{
    width: 60%;
    margin: 0 auto 20px;
    display: block;
}

.footer-bottom {
    margin-top: 1em;
    background: var(--color-cafeObscuro);
    padding: 1em;
    color: rgba(255,255,255, 0.6);
}


.footer-social-list {
    text-align: center;
}

.footer-social-list a,
.footer-site-links .list-links li a{
    color:rgba(79, 69, 54, 0.75);
}

footer h4 {
    color:var(--color-cafeObscuro);
}

footer h4::before{
    background-color: var(--color-rojoPga);
}

.footer-site-links .list-links li{
    display: inline-block;
    width: 48%;
}

.footer-site-links .list-links li a:hover,
.footer-site-links .list-links li a:focus {
    color:rgba(79, 69, 54, 1);
    text-decoration: underline;
}

.footer-bottom .copyright span::after {
  color: rgba(255, 255, 255, 0.5);
}


footer a, footer a:visited {
  color: #FCB85E;
}
/* FOOTER ------------------------------------------- */


/* ---------------------------------------------------------- MEDIA QUERY  ---------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
    .home-image-right {
        right: 1rem;
        width: 50%;
    }

    #about {
        padding-top: 14rem;
    }

    .about-how {
        padding-top: 5em;
    }

    #pricing {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 1200px) {
  .home-image-right {
    right: 2rem;
    width: 48%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-content-left{
    padding-top: 10rem;
  }

  .home-image-right {
    right: 3rem;
    width: 46%;
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 900px) {
    .img-lg{display: none;}
    
    .img-xs{display: block;}

    .home-content-left{
        padding-top: 14rem;
    }

    .home-image-right {
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        top: 52%;
        width: 60%;
    }

    .txt-banner .button.stroke {
        margin-bottom: 80px;
    }

    .txt-banner h1 {
        color: var(--color-cafeObscuro);
        margin-bottom: 3rem;
    }

    #about {
        padding-top: 10rem;
    }

    .about-how {
        padding-top: 5em;
    }

    #pricing {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .form-contet {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 600px) {
    .home-content-left .button.stroke {
        width: auto;
        min-width: 0;
        max-width: 280px;
    }

    .home-image-right {
        top: 52%;
        width: 80%;
    }

    textarea {
        min-height: 20rem;
    }
}


@media only screen and (max-width: 400px) {
  .home-image-right {
    top: 56%;
  }
}


@media (max-width: 1024px){
    .service-content h3{
        min-height: 10px;
    }
}

@media (max-width: 991px){
    .header-logo a {
        height: 50px;
        width: 235px;
        background-size: 100% auto;
    }

    .txt-bio{
        padding-top: 10rem;
        padding-bottom: 6rem;
        padding-right: 250px;
        background:none;
    }

    #biografia{
        background: url(../images/biografia.png) 96% bottom/270px no-repeat #fff8eb;
    }
}

@media only screen and (max-width: 768px) {
    .txt-descriptionPrice {
        padding: 0 30px;
        max-width: 450px;
        width: 100%;
    }

    .boxPrice {
        max-width: 350px;
        padding-top: 10px 30px;
        width: 100%;
    }

    .pricing-table .plan-top-part {
        width: 100%;
        margin-top: 0;
    }

    .pricing-table .plan-bottom-part {
        width: 100%;
    }



}



@media (max-width: 767px){
    .home-content-left {
        padding-left: 2em;
        padding-right: 2em;
    }

    #header {
        height: 60px;
    }

    .header-menu-toggle {
        top: 8px;
    }

    .txt-bio {
        padding-right: 150px;
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

     #biografia {
        background-position: 110% bottom;
        background-size:260px;
      }
}

@media (max-width: 575px){
    .header-logo a {
        height: 44px;
        width: 207px;
    }

    .txt-banner .button.stroke {
        margin-bottom: 20px;
        padding: 0 1rem;
    }

    .home-content-left {
        padding-left: 0em;
        padding-right: 0em;
    }

    .txt-bio {
        padding-right:0px;
        padding-bottom: 1rem;
    }

    #biografia{
        background-image: none;
    }

    .img-bio{
        display: block;
    }
}