* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  width: 8px;
}
* ::-webkit-scrollbar-track {
  background: #fff;
  background: #fff;
}
* ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: #F20000;
}

html,
body {
  font-family: "Poppins", sans-serif;
}

main {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

div[class^=cont-], div[class*=" cont-"] {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.cont-x100 {
  max-width: 100%;
}

.cont-1550 {
  max-width: 1550px;
}

.cont-1300 {
  max-width: 1300px;
}

.cont-1170 {
  max-width: 1170px;
}

.cont-990 {
  max-width: 990px;
}

.cont-975 {
  max-width: 975px;
}

.cont-900 {
  max-width: 900px;
}

.cont-840 {
  max-width: 840px;
}

.cont-768 {
  max-width: 768px;
}

.cont-710 {
  max-width: 710px;
}

.cont-680 {
  max-width: 680px;
}

.cont-550 {
  max-width: 550px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-row-r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex-column-r {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.just-start {
  justify-content: flex-start;
}

.just-end {
  justify-content: flex-end;
}

.just-between {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-weight-smibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.main-container .main-body .cont-1550 .planes .plan .top-card a, .main-container .main-body .cont-1550 .planes .plan {
  transition: all 0.35s ease-in-out;
}

.main-container .main-top {
  background-image: url("https://www.riverid.com/static/asociate/bg-top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 160px;
  position: relative;
}
@media (max-width: 1600px) {
  .main-container .main-top {
    padding: 100px 0 160px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top {
    padding: 40px 0 0;
  }
}
@media (max-width: 1600px) {
  .main-container .main-top .cont-1550 {
    padding: 0 80px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 {
    padding: 0;
  }
}
.main-container .main-top .cont-1550 .boxes {
  display: flex;
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.main-container .main-top .cont-1550 .boxes .box:first-child {
  width: 40%;
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child .logo {
    width: 180px;
  }
}
.main-container .main-top .cont-1550 .boxes .box:first-child h1 {
  color: #fff;
  font-weight: 400;
  font-size: 112px;
  line-height: 112px;
  max-width: 500px;
  margin-top: 56px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1600px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child h1 {
    margin-top: 32px;
    font-size: 86px;
    line-height: 86px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
.main-container .main-top .cont-1550 .boxes .box:first-child p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:first-child p {
    font-size: 21px;
    line-height: 24px;
  }
}
.main-container .main-top .cont-1550 .boxes .box:last-child {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:last-child {
    width: 100%;
    padding-left: 15px;
  }
}
.main-container .main-top .cont-1550 .boxes .box:last-child .img-top {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1700px) {
  .main-container .main-top .cont-1550 .boxes .box:last-child .img-top {
    max-width: 1100px;
  }
}
@media (max-width: 1510px) {
  .main-container .main-top .cont-1550 .boxes .box:last-child .img-top {
    max-width: 900px;
  }
}
@media (max-width: 1240px) {
  .main-container .main-top .cont-1550 .boxes .box:last-child .img-top {
    max-width: 700px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-top .cont-1550 .boxes .box:last-child .img-top {
    position: relative;
    right: 0;
  }
}
.main-container .main-body {
  padding: 56px 0 80px;
}
@media (max-width: 1600px) {
  .main-container .main-body .cont-1550 {
    padding: 0 80px;
  }
}
@media (max-width: 1100px) {
  .main-container .main-body .cont-1550 {
    padding: 0 15px;
  }
}
.main-container .main-body .cont-1550 h2 {
  color: #101010;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.main-container .main-body .cont-1550 .tabs {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 72px;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  background-color: #EBEBEB;
}
.main-container .main-body .cont-1550 .tabs .tab {
  cursor: pointer;
  display: inline-block;
  background-color: #EBEBEB;
  padding: 4px 21px;
  border-radius: 8px;
}
.main-container .main-body .cont-1550 .tabs .tab span {
  font-size: 18px;
  font-weight: 600;
  color: #767676;
}
.main-container .main-body .cont-1550 .tabs .tab.active {
  background-color: #101010;
}
.main-container .main-body .cont-1550 .tabs .tab.active span {
  color: #fff;
}
.main-container .main-body .cont-1550 #planes-adultos,
.main-container .main-body .cont-1550 #planes-menores {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-out;
}
.main-container .main-body .cont-1550 .mostrar-plan {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.main-container .main-body .cont-1550 .planes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.main-container .main-body .cont-1550 .planes .plan {
  width: calc(33.33% - 16px);
  border-radius: 8px;
  border: solid 1px #989898;
  position: relative;
}
@media (max-width: 991px) {
  .main-container .main-body .cont-1550 .planes .plan {
    width: calc(50% - 16px);
  }
}
@media (max-width: 660px) {
  .main-container .main-body .cont-1550 .planes .plan {
    width: 100%;
  }
}
.main-container .main-body .cont-1550 .planes .plan:first-child {
  border: solid 2px #E70800;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-container .main-body .cont-1550 .planes .plan:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1490196078);
}
.main-container .main-body .cont-1550 .planes .plan .recomendado {
  position: absolute;
  top: -40px;
  left: -2px;
  width: 101%;
  padding: 8px 32px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(96.02deg, #7A0000 0%, #F20000 100%);
}
.main-container .main-body .cont-1550 .planes .plan .top-card {
  padding: 32px 32px 48px;
}
.main-container .main-body .cont-1550 .planes .plan .top-card span {
  font-weight: 600;
  font-style: italic;
  color: #989898;
  font-size: 16px;
  position: relative;
}
.main-container .main-body .cont-1550 .planes .plan .top-card span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 104%;
  height: 1px;
  background-color: #989898;
}
.main-container .main-body .cont-1550 .planes .plan .top-card h3 {
  color: #101010;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 24px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 660px) {
  .main-container .main-body .cont-1550 .planes .plan .top-card h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.main-container .main-body .cont-1550 .planes .plan .top-card .Trojo {
  color: #E70800;
}
.main-container .main-body .cont-1550 .planes .plan .top-card .Tbordo {
  color: #920000;
}
.main-container .main-body .cont-1550 .planes .plan .top-card h4 {
  color: #101010;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 660px) {
  .main-container .main-body .cont-1550 .planes .plan .top-card h4 {
    font-size: 52px;
    line-height: 52px;
  }
}
.main-container .main-body .cont-1550 .planes .plan .top-card h4 small {
  font-size: 32px;
  line-height: 32px;
}
.main-container .main-body .cont-1550 .planes .plan .top-card p {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 21px;
}
.main-container .main-body .cont-1550 .planes .plan .top-card a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
  padding: 8px 20px;
  letter-spacing: 0.5px;
  background-color: #E70800;
  text-transform: uppercase;
}
.main-container .main-body .cont-1550 .planes .plan .top-card a:hover {
  background-color: #920000;
}
.main-container .main-body .cont-1550 .planes .plan .bottom-card {
  height: 360px;
  padding: 24px 32px;
  background-color: #EBEBEB;
}
@media (max-width: 1260px) {
  .main-container .main-body .cont-1550 .planes .plan .bottom-card {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .main-container .main-body .cont-1550 .planes .plan .bottom-card {
    height: auto;
  }
}
.main-container .main-body .cont-1550 .planes .plan .bottom-card h5 {
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.main-container .main-body .cont-1550 .planes .plan .bottom-card ul {
  margin: 0;
  padding: 0;
}
.main-container .main-body .cont-1550 .planes .plan .bottom-card li {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #767676;
  padding-bottom: 10px;
}
.main-container .main-body .cont-1550 .planes .plan .bottom-card li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #E70800;
}
.main-container .main-body .cont-1550 .box-mas {
  margin: 56px 0;
}
.main-container .main-body .cont-1550 .box-mas p {
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.main-container .main-body .cont-1550 .box-mas p b {
  text-decoration: underline;
}
.main-container .main-body .cont-1550 .box-mas a {
  color: #E70800;
  font-weight: 600;
  font-size: 16px;
  tezt-decoration: underline;
}
.main-container .main-body .cont-1550 .box-mas a:hover {
  color: #920000;
}

footer .top {
  padding: 28px 0;
  background-color: #1F1F1F;
}
footer .top img {
  width: 170px;
}
footer .bottom {
  background-color: #101010;
}
footer .bottom .cont-1550 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 12px 15px;
}
footer .bottom .cont-1550 .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 640px) {
  footer .bottom .cont-1550 .logos {
    justify-content: center;
  }
}
footer .bottom .cont-1550 .logos a {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom .cont-1550 .logos a img {
  align-self: center;
  margin: 0 10px;
  max-width: 100px;
  display: block;
}
@media (max-width: 640px) {
  footer .bottom .cont-1550 .copy {
    width: 100%;
    text-align: center;
  }
}
footer .bottom .cont-1550 .copy p {
  display: inline-block;
  vertical-align: top;
  direction: rtl;
  text-align: right;
  color: #989898;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  padding-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  footer .bottom .cont-1550 .copy p {
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */