body{
    background-color:rgba(255, 255, 255);
    color: #2e2e2e;
}
h1,h2,h3,h4, #fh5co-home h2 {
    color: #111!important;
}
#fh5co-home .overlay {
    background: rgb(255 255 255 / 50%);
}
.wa-stick{
    position: fixed;
    top: 87%;
    left: 94%;
    z-index: 100;
    background: white;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px -3px #000000;
}
.wa-stick:hover {
    transform: scale(1.05);
    text-decoration: none;
}
.display__none{
    display: none!important;
}
.tac{
    text-align: center;
}
.taj{
    text-align: justify;
}
.myh3{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #555863;
    position: relative;
    display: block;
    padding-bottom: 30px;
    font-family: "Prata", serif;
}
.myh3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #931919;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}
#fh5co-testimony .wrap-testimony .testimony-slide blockquote:after {
    content: initial;
}

#fh5co-header #navbar li a span {
    margin: 22px 0;
}
.fs-shadow{
    box-shadow: 17px 17px 0px -5px #931919;
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    min-height: 100px;
}
@media screen and (max-width: 768px){
    .fh5co-nav-toggle {
        margin: 22px 10px;
    }
    .myh3{
        padding: 25px;
    }
    .wa-stick{
        transform: scale(.6);
        left: 76%;
    }
        .wa-stick:hover {
        transform: scale(.6);
    }

}

@media (min-width: 992px){
    .fh5co-explore .col-md-push-5 {
        right: -50%;
        left: initial;
    }
    .fh5co-explore .col-md-8 {
        width: 50%;
    }
    .fh5co-explore .col-md-pull-8 {
        right: 52%;
    }
    .fh5co-explore .col-md-4 {
        width: 50%;
    }

    .right2{
        right: 2%!important;
    }
    .right0{
        right: 0!important;
    }
    .mt-excepcional{
        margin-top: 85px;
    }
    /*
    
    .translate-izq{
        transform: translateX(-50px);
    }
    .translate-drch{
        transform: translateX(50px);
    }
    */
    .form-box{
        width: 65%;
        margin: 0 auto;
    }
    footer .col-md-4 {
        width: 30%;
        margin: 0 19px;
    }
}

.form-box input{
    background-color: #fff;
    border: none;
    color: #111;
    resize: none;
}
.form-box input:focus, .form-box textarea:focus{
    box-shadow: none;
}

.form-box input[type="submit"]{
    color: rgba(255, 255, 255, 0.9) !important;
    background: #931919 !important;
}

#fh5co-footer .section-title:after {
    left: 45%;
}

footer img{
    display:block;
    max-width: 100%;
    margin-bottom: 0;
    margin: 53px auto;
}
#fh5co-footer .copy-right{
    margin-top: 0;
    padding-top: 0;
}
#fh5co-footer .copy-right:after {
    content: initial;
}
#fh5co-footer{
    padding-bottom: 0;
    background: #931919;
    color: black!important;
}



textarea{
    border: none!important;
    resize: none;
}


#fh5co-team, #fh5co-testimony {
    background: #fff1f1;
}
.form-box textarea, #fh5co-testimony .wrap-testimony .testimony-slide blockquote p{
    color: #111;
}

.getting-started {
    margin-top: 35px;
}
#fh5co-team {
    padding-top: 0;
}

.social-media {
    margin: 0 auto!important;
    width: 75%;
    display: flex;
    justify-content: space-evenly;
}
/*ACCORDION*/ 
    .questions{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

  .section-center {
    width: 100%;
    max-width: 49%;
  }

    @media screen and (max-width: 768px){
        .section-center{
            max-width: 100%;
        }
        .download{
            margin: 10px 0;
        }
        #fh5co-header.navbar-fixed-top #navbar li.active a {
            transform: scale(1.1) translateX(15px)!important;
        }
    }
  .question {
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 2rem;
    border-radius: 2px;
  }
  .question-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 5px solid #931919;
    cursor: pointer;
  }
  
  .question-title h3 {
    color: #000000;
    font-weight: bolder;
    margin-bottom: 0;
  }
  .question-btn {
    font-size: 1.5rem;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    color: rgb(0, 0, 0);
  }
  
  .question-text {
    padding: 1rem 0 1.5rem 0;
  }
  
  /* hide text */
  .question-text {
    display: none;
    margin-top: 10px;
  }
  .show-text .question-text {
    display: block;
  }
  .minus-icon {
    display: none;
  }
  .show-text .minus-icon {
    display: inline;
  }
  .show-text .plus-icon {
    display: none;
  }
  
  #fh5co-header #navbar li a, #fh5co-header #navbar li a:hover, #fh5co-footer a,  #fh5co-footer a:hover, #fh5co-header.navbar-fixed-top #navbar li a, #fh5co-footer a, #fh5co-footer i {
    color: #931919!important;
}
#fh5co-header .navbar-default, #fh5co-footer {
    background-color: #fefefe;
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #931919!important;
    font-weight: bold;
    transform: scale(1.1);
}
.fh5co-nav-toggle i, .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after,  .fh5co-nav-toggle.active i::after, .fh5co-nav-toggle.active i::before{
    background-color: #931919;
}