.the-faq__nav {
  background: #fafafa;
  padding: 1.5em;
  position: sticky;
  top: 110px;
}
p{
  padding: 0 !important;
  margin: 0;
}
.the-faq__form {
  background: #fafafa;
  padding: 2.5em;
}

.the-faq__form-ok {
  background: #fafafa;
  padding: 2.5em;
}

.ecz-form__step2 {
  display: none;
}

.ecz-form_sent .ecz-form__step1 {
  display: none;
}

.ecz-form_sent .ecz-form__step2 {
  display: block;
}

.ecz-header--light {
  font-weight: 700;
  font-size: 31px;
  text-align: center;
  color: #388a7b;
  margin-bottom: 15px;
}

.the-faq__title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
  color: #363636;
}

.ecz-header+section {
  margin-top: 50px;
}

.ecz-terms-section .ecz-terms-sentence {
  margin: 0px 0;
}

.faqCard{
  box-shadow: 0 0 5px 0px #5fa095;
  border-radius: .25rem;
  /* margin-bottom:25px; */
  max-width: 800px;
  margin:0 auto 10px auto;
}

.faqCard--active{
  box-shadow: 0 0 5px 10px #5dbaa8;
}

.faqCard__content{
  display: none;
  padding: 1.1em;
  animation-name: example;
  animation-duration: 1s;
}

@keyframes example {
  from {display: none;}
  to {display:inline;}
}


.faqCard__icon{
  color: #363636;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: .95rem;
}

.faqCard__icon--rotate{
  transform: rotate(45deg);
  /* margin-bottom: 3.2rem; */
}

.faqCard__title{
  color:#363636;
  padding: 1.1rem;
  box-shadow: 0 1px 2px #5fa095;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}




/*

/-------------------------------\
|   CLASES PISADAS DEL MIN      |
\-------------------------------/

*/



.ecz-terms-section{
  z-index: 200;
  display: flex;
}


/*
.the-faq__accordion {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
} */

@media screen and (min-width: 1500px){
    .container.is-fluid {
      margin: 0 auto;
  }
}

@media screen and (min-width: 1088px){
  .container.is-fluid {
    margin: 0 auto;
    max-width: inherit;
    width: 990px;
}
}
@media screen and (min-width: 1472px){
  .container.is-fluid {
    margin: 0 auto;
}
}
@media screen and (min-width: 1280px){
  .container.is-fluid {
    margin: 0 auto;
}
}

@media screen and (max-width: 1087px){
    .container.is-fluid {
      margin: 0 auto;
      width:800px;
  }
}

@media screen and (max-width: 700px){
  .container.is-fluid {
    margin: 20px 20px;
    width: initial;
}
}



.form-field {
  /*margin: 5px 0 15px;*/
  display: block;
}

form label {
  display: inline-block;
  margin-top: 15px;
}

.textarea{
  height: 100px;
  border: 1px solid #efe7e7;
  overflow: auto;
  resize: vertical;
}

.form-submit {
  margin-top: 1.5rem;
}

.require-field {
  box-sizing: border-box;
  color: var(--red);
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;"
}
form label.error{
  display: block;
  color: var(--red);
  margin-top: 0px;
}

form .input.error{
  border-color: var(--red) !important;
}

form .input.error:focus{
  box-shadow: 0 0 0 3px #f8d7da;
}

.spinner{
  display: flex;
  justify-content: center;
  padding: 20px;
}
#downloadable-section{
  padding: 10px;
}
#downloadable-items{
  padding-bottom: 10px;
}
#downloadable-items p, #downloadable-items i {
  text-align: center;
  font-weight: bold;
}

.trd-img{
  display:block;
  margin:auto;
  width: 65%;
}

/*

/-------------------------------\
|   PHONE SECTION               |
\-------------------------------/

*/
.text-small{
  font-size: 14px;
}
.text-small-italic{
  font-size: 14px;
  font-style: italic;
}
.column-phone{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}
.phone-item{
  display: flex;
  align-items: center;
}
.img-flag{
  object-fit: contain;
}
.phone-item > img {
  transition: transform .5s ease-in-out;
}
.phone-item:hover > img{
  transform: rotate(360deg);
}
.phone-item-desc{
  display:flex;
  flex-direction: column;
  padding-left: 10px;
}
.phone-number{
  font-weight: bold;
  font-size: 15px;
  color: #3273dc;
}
.phone-item a {
  transition: color .3s ease-in;
}
.phone-item i {
  transition: color .3s ease-in;
}
.phone-item:hover a{
  color: #65A6FF;
}
.phone-item:hover i{
  color: #65A6FF;
}

@media screen and (max-width: 668px){
  .column-phone{
    flex-direction: column;
    margin: 20px 0 0px;
  }
  .phone-item{
    padding: 10px;
  }
}

/*

/-----------------------------------------\
|      DROPZONE AND ASSOCIATES FIELDS     |
\-----------------------------------------/

*/

.file-hidden {
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
.dropzone{
  background-color: #fdfafa;
}