@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "DINPro";
  src: url("/asset/style/font/DINPro.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-medium";
  src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "DINPro-bold";
  src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
* {
  margin: 0;
  box-sizing: border-box;
}

.contenedor {
  width: 90%;
  max-width: 1396px;
  margin: 0 auto;
  overflow: hidden;
}

.whatsapp_contacto {
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s;
}
.whatsapp_contacto:hover {
  transform: scale(1.1);
}

.after::after {
  display: block;
  content: "";
  width: 72px;
  height: 4px;
  background-color: #1C82EB;
  margin-top: 15px;
}

.center::after {
  display: block;
  content: "";
  width: 20%;
  margin: 15px auto;
  height: 4px;
  background-color: #1C82EB;
}

.fifth {
  border-color: #1C82EB;
  border-radius: 0;
  color: #1C82EB;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1C82EB;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #ffffff;
}
.fifth:hover::after {
  width: 110%;
}

.fifth_alt {
  border-color: #63B0FF;
  border-radius: 0;
  color: #63B0FF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #63B0FF;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
  color: #ffffff;
}
.fifth_alt:hover::after {
  width: 110%;
}

.fifth_alt_1 {
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
  color: #1C82EB;
}
.fifth_alt_1:hover::after {
  width: 110%;
}

@media screen and (max-width: 768px) {
  .whatsapp_contacto {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
  }
  .whatsapp_contacto img {
    width: 80%;
    height: 80%;
  }
  .whatsapp_contacto:hover {
    transform: scale(1.1);
  }
}
.header_info {
  background-image: url(../../img/info_rino/foto_header.png);
  height: 368px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
}
.header_info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #00557E;
}
.header_info .header_titulo {
  position: relative;
  color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  font-family: "DINPro-bold";
  font-size: 65px;
}
.header_info .header_titulo p {
  font-size: 4rem;
}
.header_info .testimonios_rectangles {
  width: 100%;
  overflow: hidden;
}
.header_info .testimonios_rectangles .recta {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.info-rino {
  height: 700px;
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
}
.info-rino .sobre_foto figure {
  width: 100%;
  height: 100%;
}
.info-rino .sobre_foto figure img {
  height: 100%;
  width: 100%;
}
.info-rino .sobre_mi_contenido {
  width: 50%;
  height: 100%;
}
.info-rino .sobre_mi_contenido .sobre_mi_body {
  height: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  position: relative;
}
.info-rino .sobre_mi_contenido .sobre_mi_body h1 {
  font-size: 40px;
  color: #00557E;
  font-family: "DINPro-bold";
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  line-height: 1.5;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
  margin-top: 20px;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
  margin-top: 30px;
}
.info-rino .sobre_mi_contenido .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-rino .sobre_mi_contenido .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 51px;
  width: 171px;
  background-color: #1C82EB;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.tipos_rino {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tipos_rino .card_tipo {
  width: 30%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.tipos_rino .card_tipo h1 {
  font-family: "DINPro-bold";
  color: #00557E;
  font-size: 38px;
}
.tipos_rino .card_tipo p {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  margin-top: 20px;
}

.descarga_info {
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.descarga_info .titulo {
  font-size: 28px;
  height: 30%;
  width: 600px;
  font-family: "DINPro-bold";
  color: #00557E;
  text-align: center;
}
.descarga_info .cards_info {
  display: flex;
  height: 70%;
  justify-content: space-evenly;
  align-items: center;
  width: 90%;
}
.descarga_info .cards_info .card_info {
  height: 384px;
  width: 352px;
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s;
}
.descarga_info .cards_info .card_info .svg_amarillo {
  color: #F6DA7B !important;
}
.descarga_info .cards_info .card_info .svg_verde {
  color: #5AE98F !important;
}
.descarga_info .cards_info .card_info .sub {
  text-decoration: underline;
}
.descarga_info .cards_info .card_info h1 {
  text-align: center;
  font-family: "DINPro-bold";
  font-size: 29px;
  color: #00557E;
}
.descarga_info .cards_info .card_info a {
  text-decoration: none;
  font-size: 20px;
  color: #00557E;
  font-family: "DINPro-bold";
}
.descarga_info .cards_info .card_info:hover {
  transform: translateY(-20px);
  border-bottom: 7px solid #1C82EB;
}
.descarga_info .cards_info .card_info:hover a {
  border-bottom: 3px solid #00557E;
}
.descarga_info .cards_info .card_info:hover .svg_amarillo {
  color: #1C82EB !important;
}
.descarga_info .cards_info .card_info:hover .svg_verde {
  color: #1C82EB !important;
}

.card_mas_info {
  height: 880px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card_mas_info .card_info {
  width: 488px;
  height: 520px;
  box-shadow: 2px 10px 11px 12px #c9c3c9;
  border-radius: 10px;
  border-bottom: 10px solid #00557E;
}
.card_mas_info .card_info .info {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}
.card_mas_info .card_info .info h1 {
  font-family: "DINPro-bold";
  color: #00557E;
  font-size: 40px;
}
.card_mas_info .card_info .info .items {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_mas_info .card_info .info .items div {
  display: flex;
  gap: 0.5em;
}
.card_mas_info .card_info .info .items div p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.card_mas_info .card_info .btn_centrar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_mas_info .card_info .btn_centrar .btn_home {
  width: 250px !important;
}
.card_mas_info .card_info .btn_centrar .btn_home .btn_contenedor {
  width: 100%;
  text-decoration: none;
}
.card_mas_info .card_info .btn_centrar .btn_home .btn_contenedor p {
  font-size: 15px;
  margin-right: 10px;
  font-family: "Roboto", "sans-serif";
}

.info_card_rino {
  width: 100%;
  height: 370vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.info_card_rino .mas_card {
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 50px;
  border-radius: 20px;
  width: 90%;
}
.info_card_rino .mas_card h1 {
  font-family: "DINPro-bold";
  color: #00557E;
  font-size: 40px;
}
.info_card_rino .mas_card p {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
.info_card_rino .card_1 {
  height: 342px;
}
.info_card_rino .card_1 h1 {
  margin-bottom: 30px;
}
.info_card_rino .card_2 {
  height: 776px;
}
.info_card_rino .card_2 .info_acordeon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8em;
}
.info_card_rino .card_2 .info_acordeon img {
  margin-top: 10px;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon {
  width: 900px;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .titulo_acordeon {
  font-family: "DINPro-bold";
  font-size: 28px;
  color: #00557E;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .accordion .accordion-item {
  width: 90%;
}
.info_card_rino .card_2 .info_acordeon .contenedor_acordeon .accordion .accordion-item .accordion-button {
  border-radius: 10px;
  color: #00557E;
  font-family: "DINPro-bold";
  font-size: 20px;
}
.info_card_rino .card_3 {
  height: 500px;
}
.info_card_rino .card_3 .card_3_texto {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-top: 30px;
}
.info_card_rino .card_3 .card_3_texto img {
  margin-top: 10px;
}
.info_card_rino .card_3 .card_3_texto .card_body h1 {
  font-size: 28px;
  font-family: "DINPro-bold";
}
.info_card_rino .card_3 .card_3_texto .card_body p {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}
.info_card_rino .sobre_btn {
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info_card_rino .sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 74px;
  width: 189px;
  background-color: #1C82EB;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}

.cards_tipos_rino {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 30px 0px;
  cursor: pointer;
}
.card_tipo_rino a {
  text-decoration: none;
  color: #00557E;
}
.cards_tipos_rino .card_tipo_rino {
  width: 17%;
  height: 104px;
  border-radius: 10px 15px 15px 10px;
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  position: relative;
  gap: 2em;
  transition: all 0.3s ease-in-out;
}
.cards_tipos_rino .card_tipo_rino .top {
  position: absolute;
  top: 1px;
}
.cards_tipos_rino .card_tipo_rino .top .svg_top {
  color: #00557e;
}
.cards_tipos_rino .card_tipo_rino .button {
  position: absolute;
  bottom: -17px;
}
.cards_tipos_rino .card_tipo_rino .button .svg_button {
  color: #99b9d1;
}
.cards_tipos_rino .card_tipo_rino p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "DINPro-bold";
  font-size: 16px;
  color: #00557E;
  padding-left: 10px;
}
.cards_tipos_rino .card_tipo_rino:hover {
  transform: translateY(-15px);
}
.cards_tipos_rino .card_tipo_rino:hover .svg_top {
  color: #1C82EB;
}
.cards_tipos_rino .card_tipo_rino:hover .svg_button {
  color: #1C82EB;
}

.tipos_card_rino {
  width: 100%;
  height: 920vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
  position: relative;
  z-index: 100;
}
.tipos_card_rino .left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tipos_card_rino .rigth {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.tipos_card_rino .recta1 {
  top: 80em;
}
.tipos_card_rino .recta2 {
  top: 40em;
}
.tipos_card_rino .recta3 {
  top: 120em;
}
.tipos_card_rino .recta5 {
  top: 160em;
}
.tipos_card_rino .recta6 {
  top: 200em;
}
.tipos_card_rino .recta7 {
  top: 240em;
}
.tipos_card_rino .recta8 {
  top: 280em;
}
.tipos_card_rino .recta9 {
  top: 320em;
}
.tipos_card_rino .recta10 {
  top: 300em;
}
.tipos_card_rino .mas_card {
  box-shadow: 0px 3px 20px #00000029;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 50px;
  border-radius: 20px;
  width: 90%;
  z-index: 10;
  background-color: #ffffff;
}
.tipos_card_rino .mas_card h1 {
  font-family: "DINPro-bold";
  color: #00557E;
  font-size: 40px;
}
.tipos_card_rino .mas_card p {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 1.5;
}
.tipos_card_rino .card_1 {
  height: 300px;
}
.tipos_card_rino .card_1 h1 {
  margin-bottom: 30px;
}
.tipos_card_rino .card_2 {
  height: 400px;
}
.tipos_card_rino .card_2 h1 {
  margin-bottom: 30px;
}
.tipos_card_rino .card_3 {
  height: 450px;
}
.tipos_card_rino .card_3 h1 {
  margin-bottom: 30px;
}

.sobre_btn {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sobre_btn .btn_contenedor {
  cursor: pointer;
  height: 74px;
  width: 189px;
  background-color: #1C82EB;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  gap: 0.5em;
}