@charset "UTF-8";
/*!
* Code Snnipets v1.0.0
* Copyright 2022 Dan Hermes Reyes Osnaya
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*
* NO EDITAR NINGUNO DE LOS ESTILOS YA QUE HACIENDO ESTO, PUEDE OCASIONAR QUE ALGO FALLE, SI NECESITA ADAPTAR ALGO
* A SU CONTENIDO HACERLO EN UNA HOJA DE ESTILOS POR SEPARADO
*/
.header_h1 {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 6rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h2 {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 5rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h3 {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 4.25rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h4 {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 3.35rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h5 {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 2.75rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h6 {
  font-family: "Roboto", sans-serif;
  color: #204b89;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h6_green {
  font-family: "Roboto", sans-serif;
  color: #80e0ab;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.header_h6_indigo {
  font-family: "Roboto", sans-serif;
  color: #10213d;
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: initial;
}
.dark_blue_bg_900 {
  background-color: #10213d;
}
.dark_blue_bg_700 {
  background-color: #404757;
}
.dark_blue_bg_400 {
  background-color: #565b69;
}
.dark_blue_bg_100 {
  background-color: #757a85;
}
.green_bg_900 {
  background-color: #80e0ab;
}
.green_bg_700 {
  background-color: #8de3b3;
}
.green_bg_400 {
  background-color: #99e6bc;
}
.green_bg_100 {
  background-color: #acebc8;
}
.indigo_bg_900 {
  background-color: #10213d;
}
.indigo_bg_600 {
  background-color: #535c91;
}
.indigo_bg_300 {
  background-color: #656d9d;
}
.midnightblue_bg_900 {
  background-color: #4a516d;
}
.midnightblue_bg_600 {
  background-color: #5c627c;
}
.midnightblue_bg_300 {
  background-color: #6e748a;
}
.mediumgray_bg_900 {
  background-color: #a2a5ae;
}
.mediumgray_bg_600 {
  background-color: #abaeb6;
}
.mediumgray_bg_300 {
  background-color: #b9bcc2;
}
.lightgray_bg_900 {
  background-color: #ebedf0;
}
.lightgray_bg_600 {
  background-color: #edeff2;
}
.lightgray_bg_300 {
  background-color: #f1f4f5;
}
.dark_blue_900 {
  color: #10213d;
}
.dark_blue_700 {
  color: #404757;
}
.dark_blue_400 {
  color: #565b69;
}
.dark_blue_100 {
  color: #757a85;
}
.green_900 {
  color: #80e0ab;
}
.green_700 {
  color: #8de3b3;
}
.green_400 {
  color: #99e6bc;
}
.green_100 {
  color: #acebc8;
}
.indigo_900 {
  color: #10213d;
}
.indigo_600 {
  color: #535c91;
}
.indigo_300 {
  color: #656d9d;
}
.midnightblue_900 {
  color: #4a516d;
}
.midnightblue_600 {
  color: #5c627c;
}
.midnightblue_300 {
  color: #6e748a;
}
.mediumgray_900 {
  color: #a2a5ae;
}
.mediumgray_600 {
  color: #abaeb6;
}
.mediumgray_300 {
  color: #b9bcc2;
}
.lightgray_900 {
  color: #ebedf0;
}
.lightgray_600 {
  color: #edeff2;
}
.lightgray_300 {
  color: #f1f4f5;
}
.bf_color {
  color: #6a6d76;
}
.bf_size {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.75;
}
.bw_normal {
  font-weight: normal;
}
.bw_medium {
  font-weight: 500;
}
.bw_bold {
  font-weight: bold;
}
.text_justify {
  text-align: justify;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
a:hover {
  color: #10213d;
}
.btn_outline_white {
  color: #fff;
  border: 2px solid #fff !important;
  padding: 0 7.5px !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 0.95rem !important;
  transition: 0.35s all ease;
  text-decoration: none;
  background-color: transparent;
  background: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
}
.btn_outline_white:hover {
  color: #fff !important;
  opacity: 0.7;
}
.btn_darkblue {
  color: #fff;
  background: #10213d;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  border: 0!important;
}
.btn_dark_downlad {
  color: #fff;
  background: #10213d;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  border: 0!important;
}
.btn_indigo_download {
  color: #fff;
  background: #10213d;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  border: 0!important;
}
.btn_green_downlad {
  color: #fff;
  background: #80e0ab;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  border: 0!important;
}
.btn_blue {
  color: #10213d;
  background: #96c7ed;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  border: 0!important;
}

.btn_blue:hover{
  color: #10213d;
  background: #96c7edc4;
}
.btn_dark_downlad img,
.btn_green_downlad img,
.btn_indigo_download img {
  width: 100%;
  max-width: 30px;
}
.btn_darkblue:hover,
.btn_dark_downlad:hover {
  color: #fff;
  background-color: #757a85;
}
.btn_indigo_download:hover {
  color: #fff;
  background: #727995;
}
.btn_green_downlad:hover {
  color: #fff;
  background-color: #acebc8;
}
.btn_outline_dark {
  color: #10213d;
  border: 1px solid #10213d;
  padding: 0 7.5px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.35s all ease;
  text-decoration: none;
  background-color: transparent;
  background: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  line-height: 1rem;
  font-weight: 500;
  max-width: 180px;
  min-width: 180px;
  justify-content: center;
  height: 44px;
  display: flex;
}
.btn_outline_dark:hover {
  color: #757a85;
}
.btn_xl {
  min-width: 15rem;
  width: 100%;
  max-width: 15rem;
  justify-content: center;
  text-align: center;
}
.cards {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.card__like {
  width: 18px;
}
.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #ad7d52;
}
.card__time {
  font-size: 12px;
  color: #ad7d52;
  vertical-align: middle;
  margin-left: 5px;
}
.card__clock-info {
  float: right;
}
.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 135px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 135px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.card:hover {
  box-shadow: 0 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}
.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.card__category {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
.card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", serif;
}
.card__by {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ad7d52;
}
.card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}
.card:hover .card__info {
  background-color: transparent;
  position: relative;
}
.card:hover .card__info-hover {
  opacity: 1;
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.col {
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}
.containercards {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  width: 100%;
}
.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
}
.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #767d97 0%, #10213d 100%);
  background: -o-linear-gradient(45deg, #767d97 0%, #10213d 100%);
  background: linear-gradient(45deg, #767d97 0%, #10213d 100%);
}
.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.6;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}
.containercards:hover .front,
.containercards:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.containercards .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.containercards .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.containercards:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.containercards:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.front .inner p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.front .inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #c6d4df;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}
.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.back p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}
.front h5 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
section#actioncards {
  padding: 0;
}
.newcardContainer {
  position: relative;
  width: 100%;
  height: 400px;
  min-height: 400px;
  margin: 0;
  perspective: 1000px;
  display: inline-block;
  float: left;
}
.newcardContainer .active {
  transform: translateZ(0px) rotateY(180deg) !important;
}
.newcardContainer .active:after {
  display: none;
}
.newcard {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 1px 2px 14px #e4e4e4;
}
.newcard:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}
.newcard:hover {
  transform: translateZ(0px);
}
.newcard:hover:after {
  opacity: 1;
}
.newcard .side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: white;
}
.newcard .front_ccv {
  z-index: 2;
}
.newcard .back_ccv {
  transform: rotateY(180deg);
}
.newcard .info {
  padding: 16px;
}
.newcard h5 {
  font-size: 2rem;
}
.front_ccv .img {
  background-color: #dadce2;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 250px;
}
.back_ccv {
  position: relative;
}
.back_ccv h2 {
  margin-top: 6px;
  margin-bottom: 18px;
}
.back_ccv .reviews {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.back_ccv .reviews p {
  color: #c4c4c4;
  font-weight: 300;
  margin: 1px 0 0 6px;
  transition: 0.3s ease-in-out;
}
.back_ccv .reviews:hover p {
  color: #555;
}
.back_ccv li {
  line-height: 22px;
  margin: 2px 0 6px;
}
.back_ccv .btn {
  position: relative;
  bottom: 16px;
  width: 180px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10213d;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  margin-top: 50px;
}
.back_ccv .btn:hover h4 {
  transform: translateX(0px);
}
.back_ccv .btn:hover svg {
  transform: translateX(0px);
  opacity: 1;
}
.back_ccv .btn h4 {
  transform: translateX(12px);
  transition: transform 0.3s ease-out;
  color: #fff;
  font-size: 1rem;
  margin: 0;
}
.back_ccv .btn svg {
  margin: 1px 0 0 4px;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.3s ease-out;
  filter: brightness(10);
}
section#actioncards {
  padding: 0;
}
.newcard .back_ccv {
  padding: 20px;
}


/*=============================================
PC NORMAL MONITOR  (XL revisamos en 1400px)
=============================================*/

@media (max-width:1400px){
  .header_h1 {
    font-size: 3.75rem;
  }

  .header_h2 {
    font-size: 3rem;
  }

  .header_h3 {
    font-size: 2.5rem;
  }

  .header_h4 {
    font-size: 2.1rem;
  }

  .header_h5 {
    font-size: 1.75rem;
  }

  .header_h6 {
    font-size: 1.5rem;
  }

  .header_h6_green {
    font-size: 1.5rem;
  }
}


/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
  .header_h1 {
    font-size: 3.75rem;
  }

  .header_h2 {
    font-size: 3rem;
  }

  .header_h3 {
    font-size: 2.5rem;
  }

  .header_h4 {
    font-size: 2.1rem;
  }

  .header_h5 {
    font-size: 1.75rem;
  }

  .header_h6 {
    font-size: 1.5rem;
  }

  .header_h6_green {
    font-size: 1.5rem;
  }
}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){
  .header_h1 {
    font-size: 3.75rem;
  }

  .header_h2 {
    font-size: 3rem;
  }

  .header_h3 {
    font-size: 2.5rem;
  }

  .header_h4 {
    font-size: 2.1rem;
  }

  .header_h5 {
    font-size: 1.75rem;
  }

  .header_h6 {
    font-size: 1.5rem;
  }

  .header_h6_green {
    font-size: 1.5rem;
  }
}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){
  .header_h1 {
    font-size: 3.75rem;
  }

  .header_h2 {
    font-size: 3rem;
  }

  .header_h3 {
    font-size: 2.5rem;
  }

  .header_h4 {
    font-size: 2.1rem;
  }

  .header_h5 {
    font-size: 1.75rem;
  }

  .header_h6 {
    font-size: 1.5rem;
  }

  .header_h6_green {
    font-size: 1.5rem;
  }

  .btn_xl {
    min-width: 15rem;
    width: 100%;
    max-width: 15rem;
    text-align: center;
    justify-content: center;
  }
}

/*=============================================
MÓVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){
  .header_h1 {
    font-size: 3.75rem;
  }

  .header_h2 {
    font-size: 3rem;
    padding-top: 95px;
  }

  .header_h3 {
    font-size: 2.5rem;
  }

  .header_h4 {
    font-size: 2.1rem;
  }

  .header_h5 {
    font-size: 1.75rem;
  }

  .header_h6 {
    font-size: 1.5rem;
  }

  .header_h6_green {
    font-size: 1.5rem;
  }

  .btn_xl {
    min-width: 15rem;
    width: 100%;
    max-width: 15rem;
    text-align: center;
    justify-content: center;
  }
}
