@font-face {
  font-family: "poppis-line";
  src: url(../fonts/Poppins-Thin.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppis-light";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppis-regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppis-medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppis-semibold";
  src: url(../fonts/Poppins-Semibold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppis-bold";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caveat";
  src: url('../fonts/Caveat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}

.header {
  position: fixed;
  z-index: 999999;
  width: 100%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.4s;
  background: #fff;
}

.header2 {
  position: relative;
  z-index: 9999999;
  width: 100%;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0px 3px 0px #a5a5a5;
  transition: all 0.4s;
}

.header2 ul li a {
  color: #000;
  font-size: 16px;
}

.section_general {
  display: block;
  overflow: hidden;
}

* {
  font-family: "roboto";
}
.np {
  padding-left: 0;
  padding-right: 0;
}
.nm {
  margin-right: 0;
  margin-left: 0;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

button:focus {
  box-shadow: none;
  outline: none;
}

section {
  position: relative;
}

/* HEADER */

.nav-menu ul {
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: right;
  margin-top: 32px;
}

.nav-menu ul li {
  display: inline-block;
}

.nav-menu ul .nav-li:not(:first-child) {
  padding-left: 20px;
}

.header ul li a {
  color: #000;
  font-size: 16px;
}

.nav-menu ul .nav-li a {
  top: 4px;
  position: relative;
  transition: all 0.4s;
}

.nav-menu ul .nav-li a:hover,
.nav-menu ul .nav-li a.active {
  color: #19aaed;
}
.nav-menu ul .nav-li .dropdown-item.active,
.nav-menu ul .nav-li .dropdown-item:active {
  color: #fff;
  background-color: #19aaed;
}

.nav-logo {
  text-align: center;
}
.nav-logo img {
  width: 300px;
  background-color: rgb(255 255 255 / 82%);
  padding: 5px 10px;
}
.logo-menu-rp {
  background-color: rgb(255 255 255 / 82%);
  padding: 5px 10px;
}

.nav-redes a {
  padding-left: 15px;
}

.nav-redes {
  padding-left: 15px;
}

.btn-menu-rp {
  width: 33px;
  height: 33px;
  background-color: #e1d0b3;
  border: none;
  outline: none;
  float: right;
  position: relative;
  top: 38%;
  text-align: right;
  transition: all 0.4s;
}

.line-btn-rp {
  height: 2px;
  background-color: #fff;
  float: right;
}

.line-btn-rp {
  height: 2px;
  background-color: #fff;
  float: right;
}

.line-btn-rp2 {
  height: 2px;
  background-color: #380155;
  float: right;
}

.line-btn-rp-1 {
  width: 100%;
}

.line-btn-rp-2 {
  width: 50%;
  margin: 6px 0;
}

.section-header-rp {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-rp {
  width: 85vw;
  height: 100%;
  position: fixed;
  background-color: rgb(2 33 53 / 97%);
  right: -100%;
  top: 0;
  text-align: right;
  padding: 80px 20px 30px 20px;
  transition: all 0.5s;
}

.menu-rp ul {
  list-style: none;
}

.menu-rp ul li a {
  color: #fff;
  font-size: 22px;
}

.close-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 5px;
}

.menu-rp ul li {
  padding-bottom: 25px;
}

.menu-rp ul li a.active {
  color: #f9c779;
}

.redes-rp {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.redes-rp a {
  padding-left: 25px;
}

.img-c {
  margin: auto;
}

/* footer */

footer {
  position: relative;
  z-index: 999999;
  width: 100%;
  display: inline-block;
  padding-top: 45px;
  padding-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  transition: all 0.4s;
}

.footer-row-1 {
  text-align: center;
}

.footer-menu,
.footer-menu2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.footer-menu li a {
  color: #000;
  transition: all 0.4s;
}

.footer-menu li a:hover,
.footer-menu li a.active {
  color: #f2444e;
}

.footer-row-1 p {
  padding-top: 35px;
  text-align: justify;
}

.footer-row-2,
.footer-row-3 {
  padding-top: 45px;
}

.footer-redes a {
  padding-right: 25px;
}

.footer-redes a img {
  width: 24px;
}

.footer-menu2 li {
  padding-top: 8px;
  padding-bottom: 15px;
  font-size: 14px;
}

.footer-menu2 li span {
  color: #3fa0ff;
}

.footer-derechos {
  padding-top: 45px;
  padding-bottom: 30px;
}

.footer-row-3 {
  text-align: center;
}

.home-section-bg {
  width: 100%;
  height: 835px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.1)), url('../img/home/bgslider.jpg');
  background-position: center;
  background-size: cover;
}

.btn-melon {
  background-color: #ff156a;
  color: #fff;
  border: 1px solid #ff156a;
  outline: none;
  box-shadow: none;
  padding: 13px 35px;
  border-radius: 30px;
  transition: all 0.4s;
}

.btn-melon:hover {
  color: #ff156a;
  background-color: #fff;
}

.btn-blanco {
  background-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding: 13px 35px;
  border-radius: 30px;
  transition: all 0.4s;
}

.btn-blanco:hover {
  background-color: rgba(255, 255, 255, 0);
}

.btn-negro {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  outline: none;
  box-shadow: none;
  padding: 13px 35px;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.4s;
}

.btn-negro:hover {
  background-color: #37009f;
  color: #fff;
}

.btn-melon-2 {
  background-color: transparent;
  color: #ff156a;
  border: 1px solid #ff156a;
  outline: none;
  box-shadow: none;
  padding: 13px 35px;
  border-radius: 30px;
  transition: all 0.4s;
}

.btn-melon-2:hover {
  color: #fff;
  background-color: #ff156a;
}

.home-banner-btn {
  padding-top: 50px;
}

.home-banner-btn a {
  position: relative;
  top: 25px;
}

.home-section-1 p {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "poppis-line";
  font-weight: 600;
  padding-top: 40px;
}

.home-section-1 h1 {
  font-size: 38px;
  padding-top: 220px;
}

.home-section-1 {
  text-align: center;
}

.view-no-movil {
  display: none;
}

.home-section-2 {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  padding-bottom: 50px;
}

.home-section-2-bg {
  width: 40%;
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/fondo.png);
  position: absolute;
}

.home-section-2-titulo {
  padding-top: 120px;
  padding-bottom: 40px;
}

.home-section-2-titulo p {
  color: #30749f;
}

.home-section-2-card {
  background: #fff;
  padding: 30px 40px 60px 40px;
  height: 370px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 1px 2px 0px 0px #d0d0d0;
  border-radius: 8px;
}

.home-section-2-card img {
  width: 80px;
  margin: auto;
  padding-top: 40px;
}

.home-section-2-card h3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-section-2-card p {
  font-size: 14px;
}

.icon-circulo {
  width: 329px;
  height: 329px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/circle.png);
  position: absolute;
  right: -160px;
  top: -80px;
	filter: saturate(0.15);
}

.home-box-video {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/home/img1.jpg);
  margin-bottom: 40px;
}

.home-section-3-text span {
  color: #30749f;
}

.home-section-3-text h3 {
  letter-spacing: 1px;
  line-height: 40px;
}

.home3-p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-section-3 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.home-section-4-img {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.home-section-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-section-5-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/fondo3.png);
  background-attachment: fixed;
}

.home-section-5-box {
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  height: 530px;
  padding-top: 80px;
  border-bottom: 9px solid #ff156a;
  transition: all 0.5s;
}

.border-right {
  border-right: 2px solid #dddddd;
}

.home-section-5-box:hover {
  border-bottom: 9px solid #ff156a;
}

.home-section-5-box p {
  font-size: 14px;
  padding-bottom: 60px;
}

.home-section-5-box h3 {
  color: #30749f;
}

.home-section-5-box h4 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.home-section-5-btn img {
  position: relative;
  top: -1px;
  left: 10px;
}

.home-section-5-text {
  padding-top: 80px;
  padding-bottom: 55px;
}

.home-section-5-bg {
  padding-bottom: 80px;
}

.home-section-6-titulo small {
  color: #30749f;
}

.home-section-6-titulo h3 {
  padding-top: 10px;
}

.home-section-6-icon {
  display: inline-block;
  padding: 25px 35px;
}

.home-section-6-text {
  display: inline-block;
  vertical-align: middle;
}

.home-section-6-box {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.home-section-6-btn {
  padding-top: 90px;
  padding-bottom: 100px;
}

.home-section-6-btn a {
  position: relative;
  margin-top: 35px;
  display: block;
}

.home-section-6-titulo {
  padding-top: 50px;
  padding-bottom: 60px;
}

.home-section-6 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.home-section-7-bg {
  width: 100%;
  height: 894px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/home/fondo2.png);
  background-attachment: fixed;
}

.home-section-7-titulo {
  padding-top: 90px;
  padding-bottom: 80px;
}

.home-section-7-titulo small {
  color: #ff156a;
}

.home-section-7-titulo h3 {
  padding-top: 10px;
}

.home-item-slider p {
  padding-top: 35px;
}

.home-section-7-slider {
  padding-top: 35px;
  padding-bottom: 45px;
  background-color: #fff;
  border-radius: 5px;
}

.rotate-left {
  transform: rotate(180deg);
}

.home-section-8-text h3 {
  color: #30749f;
  padding-top: 25px;
  padding-bottom: 10px;
}

.home-section-8-text p {
  padding-bottom: 50px;
}

.home-section-8 {
  padding-top: 90px;
  padding-bottom: 110px;
}

/*Responsive*/

/* iphone 4 */
@media (min-width: 320px) {
} /*Fin 320*/

@media (min-width: 425px) {
}

@media (min-width: 768px) {
  .nav-menu ul {
    text-align: center;
  }

  .footer-row-1 {
    text-align: left;
  }

  .footer-row-3 {
    text-align: right;
  }

  .home-section-1 h1 {
    padding-top: 350px;
  }

  .view-no-movil {
    display: none;
  }

  .home-section-2-card {
    padding: 0px 30px 60px 30px;
  }

  .home-section-2 {
    height: 780px;
  }

  .home-section-5-bg {
    width: 100%;
    height: 835px;
  }

  .home-section-5-box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-section-5-box {
    border-bottom: 5px solid #fff;
  }

  .home-section-6-btn a {
    display: initial;
  }
} /*Fin 768*/

@media (min-width: 992px) {
  .nav-menu ul {
    text-align: right;
  }

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

  .footer-row-3 {
    text-align: left;
  }

  .home-section-1 {
    text-align: left;
  }

  .view-no-movil {
    display: initial;
  }

  .home-section-1 h1 {
    padding-top: 300px;
  }

  .home-section-1-img {
    padding-top: 280px;
  }

  .home-section-2-card {
    padding: 30px 40px 60px 40px;
  }

  .home-section-5-box {
    padding-left: 44px;
    padding-right: 48px;
  }

  .home-section-6-icon {
    padding: 25px 15px;
  }
} /*Fin 992*/

@media (min-width: 1200px) {
  .home-section-1-img {
    padding-top: 220px;
  }

  .home-section-5-box {
    padding-left: 60px;
    padding-right: 95px;
  }

  .home-section-6-icon {
    padding: 25px 35px;
  }
} /*Fin 1200*/

@media(min-width: 1400px) {
  .container-lg {
    max-width: 1300px;
  }
} /*Fin 1400*/