/* ==========================================================================
   HELPERS
   ========================================================================== 
   Mini Grid
   ========================================================================== */
.bgd-image {
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-row, .custom_row {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 700px) {
  .custom_row-8, .custom-row-8 {
    width: 64%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-8:last-child, .custom-row-8:last-child {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .custom_row-6, .custom-row-6 {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-6:last-child, .custom-row-6:last-child {
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .custom_row-4, .custom-row-4 {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-4:last-child, .custom-row-4:last-child {
    margin-right: 0;
  }
}

@media (min-width: 800px) {
  .custom_row-3, .custom-row-3 {
    width: 23.5%;
    display: inline-block;
    margin-right: 2%;
    float: left;
  }
  .custom_row-3:last-child, .custom-row-3:last-child {
    margin-right: 0;
  }
}

.custom_row-last, .custom-row-last {
  margin-right: 0;
}

/*========================================================================== 
   IMG Effects
  ========================================================================== */
.img-circle img {
  border-radius: 50%;
}

.img-grey img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.material-cards .et_pb_blurb_content {
  max-width: 1000px;
  margin: 2em auto;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.inline {
  display: inline-block;
  width: auto;
  max-width: 75%;
  vertical-align: middle;
  padding: 0 !important;
}

.cards-cat .et_pb_column {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
}
.cards-cat .cat-blurb .et_pb_main_blurb_image {
  margin-bottom: 18px !important;
}
.cards-cat .et_pb_blurb_container {
  padding: 0 1em 1em;
}
.cards-cat .et_pb_text, .cards-cat .et_pb_button_module_wrapper {
  padding: 0 1.5rem;
}
.cards-cat .et_pb_button {
  margin-bottom: 1em !important;
}

.et_pb_video {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/*========================================================================== 
   Triangles
  ========================================================================== */
.triangle-bottom-white:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid white;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

.triangle-bottom-colormain:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #302d2b;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

.triangle-bottom-grey:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #f4f4f4;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

/*========================================================================== 
   Global Errors
  ========================================================================== */
.error, .seriousError {
  border: 1px #f00;
  background-color: #fdd;
}

.seriousError {
  border-width: 3px;
}

/*========================================================================== 
   Gradients
  ========================================================================== */
.gradient-title h1, .gradient-title h2, .gradient-title h3, .gradient-title h4, .gradient-title h5, .gradient-title h6 {
  background: -webkit-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -webkit-linear-gradient(132.68deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-max {
  background: #989695;
  background: -webkit-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -o-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: -moz-linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
  background: linear-gradient(317.32deg, #989695 0%, #302d2b 47.52%, #153243 100%);
}

.section-full-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: center;
  align-content: center;
  min-height: 90vh;
  flex-direction: column;
}

@media (min-width: 781px) {
  .blurbs-inline .et_pb_column {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    align-items: center;
  }
}
.blurbs-inline .et_pb_column .et_pb_blurb {
  width: 300px;
}
@media (min-width: 981px) {
  .blurbs-inline .et_pb_column .et_pb_blurb {
    margin-bottom: 0;
  }
}

.link-button {
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.link-button:hover {
  font-weight: bold;
  letter-spacing: 1px;
}
.link-button:after {
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s;
  content: "5";
  content: "$";
  font-family: ETmodules !important;
  font-size: 31px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  margin-left: 0.3em;
  opacity: 1;
  position: absolute;
  speak: none;
  text-shadow: 0 0;
  text-shadow: none;
  text-transform: none;
  transition: all 0.2s;
}

.shadow-card {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
}

@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom-row-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }

  /*** add margin to last column ***/
}
/*========================================================================== 
   Columnas rotas
  ========================================================================== */
.column-up {
  z-index: 10;
  margin: -2em 0 !important;
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
}

.column-down {
  z-index: 10;
  margin: 0 0 -2em !important;
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
}

.seccion-shadow {
  box-shadow: 3px 0px 9px 2px rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.hiden {
  display: none;
}

.categorias-bloques .section-click {
  max-width: 400px;
  margin: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.categorias-bloques .section-click a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.categorias-bloques .section-click:hover {
  box-shadow: 0px 52px 80px 0px rgba(0, 36, 73, 0.3);
  transform: scale(1.02);
}
@media (max-width: 750px) {
  .categorias-bloques .et_pb_column_1_4 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

#testimonios .et_pb_slider_container_inner {
  padding: 0;
}
#testimonios .et_pb_slider_container_inner img {
  width: 100px;
  border-radius: 50%;
  margin-top: 1em;
}
#testimonios .et_pb_slider_container_inner h4 {
  font-size: 22px;
}

.lista-iconos .et_pb_blurb_content .et_pb_blurb_container {
  padding-bottom: 0;
  vertical-align: middle;
}

.line-through-diagonal {
  position: relative;
}
.line-through-diagonal:before {
  position: absolute;
  content: "";
  left: 0;
  top: 55%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  -webkit-transform: skewY(-25deg);
  -moz-transform: skewY(-25deg);
  transform: skewY(-25deg);
}

#cavallum {
  background-image: url("https://www.ciclus.com/assets/img/cavallum/cavallum.jpg") !important;
  background-color: #fff;
  color: white;
  flex-direction: inherit;
  padding: 10vh 5vw;
}
@media (max-width: 1100px) {
  #cavallum {
    padding: 8vh 5vw;
  }
}
@media (max-width: 950px) {
  #cavallum {
    padding: 5vh 5vw;
  }
}
#cavallum strong, #cavallum a {
  color: white;
}
#cavallum p {
  font-weight: 100;
  font-size: 20px;
}
#cavallum .cavallum-header h1, #cavallum .cavallum-header h2 {
  font-size: 8vh;
}
#cavallum .cavallum-header h2, #cavallum .cavallum-header h1 {
  font-weight: 100 !important;
  opacity: 0.9;
  line-height: 1em;
  margin: 1.4rem 0;
}
#cavallum .cavallum-header p {
  margin-top: 1vh;
  font-size: 34px;
}
#cavallum .cavallum-cta {
  margin: 25vh 0 0;
}
@media (max-width: 1100px) {
  #cavallum .cavallum-cta {
    margin: 17vh 0 0;
  }
}
@media (max-width: 950px) {
  #cavallum .cavallum-cta {
    margin: 10vh 0 0;
  }
}
#cavallum .cavallum-cta .btn {
  border: 1px solid white !important;
  color: white;
  display: inline-block;
  font-size: 25px;
  background-color: rgba(49, 45, 44, 0);
  border-radius: 0px;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  line-height: 1.7em !important;
  padding: 0.3em 1em !important;
  margin-right: 1em;
  font-weight: 600;
}
#cavallum .cavallum-cta .btn:hover {
  background: white;
  color: #302d2b;
}
#cavallum .cavallum-cta p {
  opacity: 1;
  margin-top: 0.5em;
  font-size: 26px;
}
#cavallum .cavallum-cta p span {
  opacity: 0.5;
}
#cavallum .mov-img {
  display: none;
}
#cavallum .mov {
  display: none;
}
@media (max-width: 800px) {
  #cavallum {
    background-image: none !important;
    max-width: 100%;
    flex-direction: column;
  }
  #cavallum .mov {
    display: block;
  }
  #cavallum .mov .cavallum-cta {
    display: block;
  }
  #cavallum .mov .cavallum-cta .btn {
    background: #4e240c;
    border-color: #4e240c;
    margin: 0.5em 0;
    font-size: 25px;
  }
  #cavallum .mov-img {
    display: block;
    margin: 0.5vh 1vh;
  }
  #cavallum.project {
    padding: 0vh 0vw 0vh;
  }
  #cavallum .custom-row {
    display: flex;
    flex-direction: column-reverse;
  }
  #cavallum .custom-row .custom-row-4 {
    position: relative;
  }
  #cavallum .cavallum-header .cavallum-title, #cavallum .cavallum-header p {
    padding: 1.4rem;
  }
  #cavallum .cavallum-header .cavallum-title {
    background: #4e240c;
    margin: 0.5vh 1vh;
  }
  #cavallum .cavallum-header h1 {
    font-size: 7.2vh;
  }
  #cavallum .cavallum-header h2 {
    font-size: 7.4vh;
  }
  #cavallum .cavallum-header p {
    background-color: white;
    color: #4e240c;
    font-size: 30px;
    margin: 0.5vh 1vh;
    font-weight: 400;
  }
  #cavallum .cavallum-header p strong {
    color: #4e240c;
  }
  #cavallum .cavallum-cta {
    margin: 0.5vh 1vh;
    background-color: #4e240c;
    padding: 4vh 2vh;
    text-align: center;
  }
  #cavallum .cavallum-cta span {
    display: block;
  }
  #cavallum .cavallum-cta .btn {
    margin-right: 0;
  }
  #cavallum .cavallum-push {
    background: #4e240c;
    padding: 1.4rem;
    border: none;
    max-width: 100%;
    margin: 0.5vh 1vh;
  }
  #cavallum .cavallum-push h3 {
    font-weight: 600;
    font-size: 4vh;
  }
  #cavallum .cavallum-push p {
    font-size: 4vh;
    margin-top: 1vh;
    color: #ffffff !important;
    font-weight: 300;
  }
  #cavallum .cavallum-price {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0.5vh 1vh;
    padding: 0;
    text-align: center;
  }
  #cavallum .cavallum-price .price-sub-title p {
    font-weight: 300;
  }
  #cavallum .cavallum-price .custom-row-6 {
    margin: 0.5vh 1vh;
    background: #4e240c;
    padding: 1.4rem;
  }
  #cavallum .cavallum-price .custom-row-6 p {
    font-size: 4vh;
  }
  #cavallum .cavallum-price .custom-row-6 p span {
    color: #7b7a79;
    font-weight: 600;
  }
  #cavallum .cavallum-price .custom-row-6 p strong {
    margin-top: 1vh;
  }
  #cavallum .cavallum-price .custom-row-6:first-child {
    padding: 1.4rem;
    background-color: #F4F4F4 !important;
    color: #4E240C;
  }
  #cavallum .cavallum-price .custom-row-6:first-child p {
    font-size: 4vh;
  }
  #cavallum .cavallum-price .custom-row-6:first-child p span {
    font-weight: 400;
  }
  #cavallum .cavallum-price .custom-row-6:first-child strong {
    color: #4E240C;
  }
  #cavallum .hash {
    padding: 0 !important;
    color: white !important;
    text-align: left !important;
    background: transparent !important;
    margin-left: 0 !important;
  }
  #cavallum .hash strong {
    color: white !important;
  }
}

/*# sourceMappingURL=dream-styles.css.map */
