:root {
  --width_pantalla: 0;
  --width_base: 1440;
}
body {
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Rajdhani', sans-serif; */
  font-family: 'PT Serif', serif;
  /* font-family: 'Noto Sans TC', sans-serif; */

}

.swiper-slide-active .title_slide_uno {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: bounceInRight;
 }
 .swiper-slide-active .subtitle_slide_uno {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInLeft;
 }
 .swiper-slide-active .text_slide_uno {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInLeft;
 }
 .swiper-slide-active .btn_slide_uno {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: backInUp;
 }
 .swiper-slide-active .title_slide_dos {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: backInDown;
 }
 .swiper-slide-active .subtitle_slide_dos {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInRight;
 }
 .swiper-slide-active .text_slide_dos {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInRight;
 }
 .swiper-slide-active .btn_slide_dos {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeIn;
 }

 .swiper-slide-active .title_slide_tres {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInTopLeft;
 }
 .swiper-slide-active .subtitle_slide_tres {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInRight;
 }
 .swiper-slide-active .text_slide_tres {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInLeft;
 }
 .swiper-slide-active .btn_slide_tres {
  -webkit-animation-duration: 3000ms!important;
  -moz-animation-duration: 3000ms!important;
  animation-duration: 3000ms!important;
  animation-name: fadeInRight;
 }
 .back_slide {
   background: rgb(0, 0, 0, 0.3);
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: -1;
 }
.swiper-slide .btn_pb
{
  background: none;
  border-radius: 2em;
  border: 4px solid white;
  color: white;
  text-align: center;
  font-size: 0.5em;
}
.swiper-slide .btn_pb:focus
{
  outline: none;
}
.btn_pb span {
  font-size: calc(var(--width_pantalla) * (calc(27/var(--width_base))));
  font-family: 'Cabin', sans-serif;
}

#btn {
  background: radial-gradient(#101d27, #35647d);
  height: calc(var(--width_pantalla) * (calc(53/var(--width_base))));
  max-width: calc(var(--width_pantalla) * (calc(153/var(--width_base))));
  border: none;
  border-radius: 10px;
  color: #eee;
  font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  text-transform: uppercase;
  font-family: 'Cabin', sans-serif;
  position: relative;
  transition: 1s;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
  margin: auto;
  margin-top: 5%;
}

#btn #circle {
  width: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  height: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
  /* background: transparent; */
  border-radius: 10px;
  position: absolute;
  /* top: 0; */
  left: 50%;
  overflow: hidden;
  transition: 500ms;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#btn:hover {
  background: transparent;
}

#btn:hover #circle {
  height: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
  width: calc(var(--width_pantalla) * (calc(150/var(--width_base))));
  left: 0;
  border-radius: 10px;
  border: 2px solid #eee;
}
  .text_alg {
    text-align: center;
  }
  .slide_container {
    background: rgb(0, 0, 0, 0.65);
	  color: white;
    font-size: calc(var(--width_pantalla) * (calc(63/var(--width_base))));
    text-align: center;
    /* min-height: 350px; */
    display: flex;
    align-items: center;
    width: 100%;
    /* font-family: 'Kaushan Script', cursive; */

  }
  .navbar_position {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0 11%;
    transition: 0.5s;
  }
  .nav_scroller {
    background: rgb(16, 28, 40, 0.7)!important;
    width: 100%;
    padding: 0 8%;
    transition: 0.5s;
  }
  .nav_scroller nav {
    height: calc(var(--width_pantalla) * (calc(86/var(--width_base))));
    transform: scale(0.9);
    padding: 0;
  }
  .nav_scroller img {
    transform: scale(0.8);
  }
  .logo img {
    max-width: calc(var(--width_pantalla) * (calc(103/var(--width_base))));
  }
  
  .logo {
    text-decoration: none;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Kaushan Script', cursive; */
    font-weight: 600;
    font-size: calc(var(--width_pantalla) * (calc(41/var(--width_base))));
  }
  .logo:hover {
    text-decoration: none;
  }
  .content-message-slide {
    margin: auto;
    padding: 2% 0;
  }
  .navbar {
    height: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
}
.li_nav {
  position: relative;
}
.main_nav_item.active:after {
  display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 73%;
    margin-left: 15%;
    height: calc(var(--width_pantalla) * (calc(4/var(--width_base))));
    background: radial-gradient(#d7b908, #867d1f);
    content: '';
}
.li_nav a {
    display: block;
    /* font-family: 'Cabin', sans-serif; */
    text-decoration: none;
    font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
    font-weight: 400;
    color: #ffffff;
    line-height: 79px;
    padding-left: calc(var(--width_pantalla) * (calc(22/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(22/var(--width_base))));
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
.alig_vertical_content {
  display: flex;
  align-items: center;
}
/* servicio */
.help-block {
  color: red;
  font-size: calc(var(--width_pantalla) * (calc(12/var(--width_base))));
  font-weight: bold;
}
.cent_modl {
  justify-content: center;
}
.pack_logo img {
    width: calc(var(--width_pantalla) * (calc(40/var(--width_base))));
    position: absolute;
    bottom: calc(var(--width_pantalla) * (calc(65/var(--width_base))));
    left: calc(var(--width_pantalla) * (calc(179/var(--width_base))));
}
.adq_plan {
  background: none;
  color: #ffffff!important;
  border: none;
  font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  /* text-transform: uppercase; */
  position: relative;
  transition: 1s;
  /* -webkit-tap-highlight-color: transparent; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
  margin: auto;
}
.adq_plan:hover {
  /* border-bottom: 1px solid #ffffff; */
  transform: scale(1.2);
  transition: 300ms;
  color: #ffffff;
}
.section_planes {
  padding-top: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
}
.service_container{
  height: calc(var(--width_pantalla) * (calc(280/var(--width_base))));
  width: 100%;
  margin: 0;
}
.content_service{
  margin: auto;
  width: 50%;
  text-align: center;
  margin-top: 12%;
}
.service_img img{
  width: calc(var(--width_pantalla) * (calc(80/var(--width_base))));
}
.service_img_ico img {
  width: calc(var(--width_pantalla) * (calc(80/var(--width_base))));
  position: absolute;
  bottom: calc(var(--width_pantalla) * (calc(130/var(--width_base))));
  left: calc(var(--width_pantalla) * (calc(118/var(--width_base))));
  border-radius: 0!important;
}
.service_service_img img {
  position: absolute;
  width: calc(var(--width_pantalla) * (calc(150/var(--width_base))))!important;
  top: calc(var(--width_pantalla) * (calc(115/var(--width_base))));
  right: calc(var(--width_pantalla) * (calc(190/var(--width_base))));
}
.service_service_img_reverse img {
  position: absolute;
  width: calc(var(--width_pantalla) * (calc(150/var(--width_base))))!important;
  top: calc(var(--width_pantalla) * (calc(114/var(--width_base))));
  right: calc(var(--width_pantalla) * (calc(163/var(--width_base))));
}
.service_title{
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(var(--width_pantalla) * (calc(19/var(--width_base))));
  padding: 7%;
  font-family: 'Lato', sans-serif;
}
.service_btn {
  background: none;
    /* height: 50px;*/
    width: calc(var(--width_pantalla) * (calc(110/var(--width_base))));
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    position: relative;
    transition: 0.5s;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    margin: auto;
    margin-top: 5%;
}
.service_btn:hover{
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  scale: 5;
  
  color: #ffffff!important;
  text-decoration: none!important;
}
.content_figures_fig {
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
}
.content_figures_fig img {
  max-width: calc(var(--width_pantalla) * (calc(220/var(--width_base))));
  border-radius: 50%;
  vertical-align: middle;
}
.figure_container {
  text-align: center;
  padding: 8% 13%;
  background: radial-gradient(rgb(200, 200, 200), #ffffff);
}
.figure_subtitle {
  font-size: calc(var(--width_pantalla) * (calc(25/var(--width_base))));
  /* font-weight: bold; */
  color: #101c28;
}
.figure_title {
  /* font-size: 55px; */
  font-size: calc(var(--width_pantalla) * (calc(45/var(--width_base))));
  /* font-weight: bold; */
  text-transform: uppercase;
  color: #101c28;
}
.content_figures_btn span {
  font-weight: bold;
}
.content_figures {
  padding: 7% 4% 0;
}

/* section video */
.alig_vertical_text {
  align-items: center;
  height: 100%;
  display: flex;
}
.fond_video {
  background: #101c28;
}
.video_text_container {
  color: white;
  text-align: center;
  width: 100%;
}
.video_title {
  font-size: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
  text-transform: uppercase;
}
.video_subtitle {
  font-size: calc(var(--width_pantalla) * (calc(25/var(--width_base))));
}
.content_figures_title {
  /* font-size: 20px; */
  font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
  text-transform: uppercase;
  font-weight: bold;
  padding: 3%;
  font-family: 'Lato', sans-serif;
}
.content_figures_btn {
  background: none;
  border: none;
  font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
  text-transform: uppercase;
  position: relative;
  transition: 1s;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
  margin: auto;
}
.content_figures_btn:hover {
  border-bottom: 1px solid #101c28;
  transition: 500ms;
  color: #101c28!important;
}

/* nosotros */
.right_frase {
  text-align: right;
  font-style: oblique;
  font-weight: bold;
}
.backgra {
  background: radial-gradient(rgb(200, 200, 200), #ffffff);
  display: flex;
  align-items: center;
}
.backgratwo {
  background: #090d13;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.container_space {
  padding: 4%;
  text-align: justify;
}
.no_pad_rig {
  padding-right: 0;
  padding-left: 0;
}
.form_semicirculo {
  width: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
  height: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
  border: 2px solid #555; 
  background: #5cb85c;
  -moz-border-radius: 0 calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) 0;
  -webkit-border-radius: 0 calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) 0;
  border-radius: 0 calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) 0;
}
.form_ova {
  -moz-border-radius: 0 50% / 0 100%;
  -webkit-border-radius: 0 50% / 0 100%;
  border-radius: 0 50% / 0 100%;
  /* border: 3px solid #555; */
}
.form_ova_reverse {
  -moz-border-radius: 50% 0 / 100% 0;
  -webkit-border-radius: 50% 0 / 100% 0;
  border-radius: 50% 0 / 100% 0;
  /* border: 3px solid #555; */
}
.form_pacman {
  border-right: 50px solid transparent;
  border-top: 50px solid #5cb85c;
  border-left: 50px solid #5cb85c;
  border-bottom: 50px solid #5cb85c;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.form_paralelo {
  /* border: 3px solid #555; */
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
.container_img_sobre {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* margin: auto; */
  /* width: 50%; */
  /* max-width: 100%; */
  /* text-align: center; */
}
.container_img_sobre img {
  width: 100%;
  height: auto;
}
.container_nosotros {
  padding-top: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
  padding-left: 0;
}
.text_sobre_title {
  font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
  font-weight: bold;
}
.container_valores {
  /* height: 500px; */
  padding: calc(var(--width_pantalla) * (calc(120/var(--width_base)))) calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base))));
  background: rgb(16, 28, 40, 0.7);
}
.content_valores{
  margin: auto;
  width: 50%;
  text-align: center;
}
.valores_img {
  display: flex;
  justify-content: center;
}
.valores_img img{
  width: 80px;
  height: auto;
}
.valores_title{
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(var(--width_pantalla) * (calc(35/var(--width_base))));
  padding: 3%;
  text-align: center;
}
.valores_name{
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(var(--width_pantalla) * (calc(19/var(--width_base))));
  padding: 7%;
}
.valores_description{
  color: white;
  font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.container_hacer {
  padding: 2%;
}
.hacer_title {
  font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
  font-weight: bold;
}
.donde_title {
  font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
  font-weight: bold;
}
.container_donde {
  padding: 2%;
}

/* contacto */
.as_sp {
  color: #66ccfd;
  font-weight: bold;
}
.contact_div {
  padding: 9% 0 5% 15%;
}
.pad_cont {
  text-align: center;
  color: #101c28;
  display: flex;
  align-items: center;
}
.back_contact {
  background: none;
  padding: 5%;
}
.form_div {
  padding: 12% 15% 5% 0;
}
.back_form {
  padding: 5%;
  background: radial-gradient(rgb(200, 200, 200), #ffffff);
  border-radius: 10px;
}
.but_container {
  padding: 4% 4% 0;
}
.submit_button {
  color: #ffffff;
  background: radial-gradient(#101d27, #35647d);
  border-radius: 5px;
  border: none;
  height: calc(var(--width_pantalla) * (calc(37/var(--width_base))));
  min-width: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
  text-transform: uppercase;
  font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}
.submit_button:hover {
  color: #ffffff;
  background: #79cef6;
  border: 1px solid #79cef6;
  text-decoration: none;
}
.submit_button:focus {
  outline: none;
}
.submit_button2 {
  color: #ffffff;
  background: radial-gradient(#62bee8, #35647d);
  border-radius: 5px;
  border: none;
  height: calc(var(--width_pantalla) * (calc(37/var(--width_base))));
  min-width: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
  text-transform: uppercase;
  font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}
.submit_button2:hover {
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
}
.submit_button2:focus {
  color: #ffffff;
  background: none;
  border: none;
}
.submit_button3 {
  color: #ffffff;
  background: radial-gradient(#101d27, #35647d);
  border-radius: 5px;
  border: none;
  height: calc(var(--width_pantalla) * (calc(37/var(--width_base))));
  min-width: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
  text-transform: uppercase;
  font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}
.submit_button3:hover {
  color: #ffffff;
  /* color: #101d27; */
  background: radial-gradient(#62bee8, #35647d);
  text-decoration: none;
  /* background: none; */
  /* border: 1px solid #101d27; */
}
.contact_suptitle {
  /* font-size: 20px; */
  font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
  text-transform: uppercase;
}
.contact_title {
  /* font-size: 40px; */
  font-size: calc(var(--width_pantalla) * (calc(35/var(--width_base))));
  /* font-weight: bold; */
}
.contact_description {
  /* font-size: 20px; */
  font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
  padding: 7%;
}
/* footer */
.text_right {
  text-align: right;
}
.whatsapp_color {
 background: #4ced69;
}
.footer_container {
  background: #101d27;
  color: white;
  padding: 5% 10%;
}
.footer_pb a {
  color: #ffffff;
  padding-right: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
}
.footer_pb i:hover {
  transform: scale(1.2);
}
.text_bcreator{
  font-size: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

/* servicios */
.container_text_sobre {
  padding-top: calc(var(--width_pantalla) * (calc(70/var(--width_base))));
}
.icono_plan {
  position: absolute;
  left: -10px;
  top: 25px;
  font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
  color: #66ccfd;
}
.icono_plan img {
  width: calc(var(--width_pantalla) * (calc(40/var(--width_base))));
}
.content_padding {
  padding: 4% 6% 0 6%;
}
.planes_opciones {
  font-size: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
  color: #66ccfd;
  text-transform: uppercase;
}
.planes_description {
  font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}
.planes_description2 {
  font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}
.container_planes_servicios {
  padding: 0% 4% 3% 0;
}
.container_img_plan img {
  width: 100%;
  max-width: calc(var(--width_pantalla) * (calc(400/var(--width_base))));
}
.container_img_plan {
  margin: auto;
  width: 50%;
  text-align: center;
}
.butt_row, .butt_row2 {
  justify-content: center;
}
.plan_title {
  font-size: calc(var(--width_pantalla) * (calc(45/var(--width_base))));
  /* font-weight: bold; */
  text-transform: uppercase;
  font-family: 'Cormorant Infant', serif;
  text-align: center;
  /* color: #41330a;
  text-shadow: -2.5px 0.5px 0px #d7b908; */
  color: #643b0d;
  /* text-shadow: -2.4px -0.5px 1px #ffd200; */
  text-shadow: -2px -0.5px 1px #ffd200;
  -webkit-text-shadow: -2px -0.5px 1px #ffd200;
}
.plan_title2 {
  font-size: calc(var(--width_pantalla) * (calc(45/var(--width_base))));
  /* font-weight: bold; */
  text-transform: uppercase;
  font-family: 'Cormorant Infant', serif;
  text-align: center;
  /* color: #41330a;
  text-shadow: -2.5px 0.5px 0px #d7b908; */
  color: #643b0d;
  /* text-shadow: -2.4px -0.5px 1px #ffd200; */
  text-shadow: -2px -0.5px 1px #ffd200;
  -webkit-text-shadow: -2px -0.5px 1px #ffd200;


}
.text_under {
  font-family: 'Cormorant Infant', serif;
  position: absolute;
  top: 74px;
  left: 40%;
  z-index: 2;
  font-size: calc(var(--width_pantalla) * (calc(19/var(--width_base))));
  text-transform: uppercase;
}
.pack_container {
  /* text-align: center; */
  padding: 8% 6%;
  background: radial-gradient(rgb(200, 200, 200), #ffffff);
}
.content_pack_pack {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.content_pack_pack .cuadro_oro {
  width: calc(var(--width_pantalla) * (calc(354/var(--width_base))));
  position: absolute;
  top: 45%;
  left: 6%;
}
.pack_img img {
  width: 100%;
  position: relative;
  top: 75px;
}
.list_pack {
  border: 4px solid #b5a012;
  margin: 29% 7% 7%;
  /* color: #c1c2c4; */
  color: #ffffff;
  /* font-family: 'KoHo', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.list_pack2 {
  /* border: 4px solid #b5a012; */
  margin: 29% 7% 7%;
  color: #ffffff;
  /* font-family: 'KoHo', sans-serif; */
  font-family: sans-serif;
  font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  /* box-shadow: 0 0 10px #ffd200; */
}
.list_pack2 img {
  max-width: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.list_pack img {
  max-width: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.list_container {
  padding: 7% 5% 7% 13%;
  line-height: 30px;
}
.list_container2 {
  padding: 7% 0% 7% 10%;
  line-height: 30px;
}
.list_container3 {
  padding: 7% 7% 7% 13%;
  line-height: 30px;
}
.back_blue {
  background: radial-gradient(rgb(17 31 41), #101d27);
  color: #ffffff;
}
.back_white{
  background: #ffffff;
  color: #212121;
}
.list_pack3 {
  margin: 29% 13% 7%;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  border-right: 4px solid #b5a012;
}
.list_pack3:before {
  content: '';
  width: calc(var(--width_pantalla) * (calc(4/var(--width_base))));
  height: calc(var(--width_pantalla) * (calc(154/var(--width_base))));
  position: absolute;
  right: calc(var(--width_pantalla) * (calc(44/var(--width_base))));
  box-shadow: 1px 0px 7px #ffd200;
}

/* .list_container {
  list-style-type: none;
padding: 0
margin: 0;
}
.list_container li {
  background: url('../images/paquetes/flechas.png') no-repeat left center;
height: 30px;
padding-left: 25px;
} */

.list_container li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list_container li:before {
  content: ''; 
  /* display: inline-block;  */
  height: calc(var(--width_pantalla) * (calc(15/var(--width_base)))); 
  width: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  /* background-image: url(../images/paquetes/flechas.png)!important; */
  background-image: url(../images/paquetes/flechas2.png)!important;
  background-size: contain; 
  background-repeat: no-repeat; 
  /* padding-left: 20px; */
  position: absolute;
  left: -20px;
  top: 9px;
}
.list_container2 li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.list_container2 li:before {
  content: ''; 
  /* display: inline-block;  */
  height: calc(var(--width_pantalla) * (calc(15/var(--width_base)))); 
  width: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
  /* background-image: url(../images/paquetes/flechaswhite.png)!important; */
  background-image: url(../images/paquetes/flechas2.png)!important;
  background-size: contain; 
  background-repeat: no-repeat; 
  /* padding-left: 20px; */
  position: absolute;
  left: -20px;
  top: 9px;
}

/* contacto vista */
.container_social {
  /* width: 50px; */
  height: auto;
  overflow: hidden;
}
.container_social:hover{
 transform: scale(1.2);
}
.container_social img {
  width: 55px;
  border-radius: 10px;
}
.container_social2 {
  width: 20px;
  height: auto;
  overflow: hidden;
}
.container_social2 img {
  width: 60%;
  border-radius: 10px;
}
.pad_contact {
  text-align: center;
  display: flex;
  align-items: center;
}
.contact_title_2 {
  font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
  color: #ffffff;
  /* text-shadow: -2.5px 0.5px 0px #ffd200; */
  text-transform: uppercase;
  padding-bottom: 5%;
}
.contact_title_4 {
  font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
  color: #ffffff;
  /* text-shadow: -2.5px 0.5px 0px #ffd200; */
  text-transform: uppercase;
  padding-bottom: 5%;
}
.back_slide_contact {
  background: rgb(0, 0, 0, 0.5);
  margin-left: 0;
  margin-right: 0;
}
.pad_left_contac {
  padding-left: 10%;
}
.contact_title_3 {
  font-size: calc(var(--width_pantalla) * (calc(23/var(--width_base))));
  text-transform: uppercase;
  padding-bottom: 2%;
}
.back_form_contact {
  padding: 5%;
  border-radius: 10px;
  background: rgb(255, 255, 255, 0.5);
}
.but_ver_mas {
  margin-left: 60px;
  margin-right: 60px;
}
.panel_fa {
  position: fixed;
  top: 268px;
}
.panel_fa .container_fa {
  position: fixed;
  left: -2px;
  display: block;
  width: 60px;
}
.panel_fa .container_fa a {
  display: block;
  line-height: 57px;
}
.panel_fa .container_fa img {
  width: 100%;
  border-radius: 5px;
}
.back_barra {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
}
.back_barra:hover {
  transform: scale(1.2);
}
.no_m_rl {
  margin-left: 0;
  margin-right: 0;
}
.but_serv_add_plan {
  text-decoration: none;
  padding: 10px;
}
.pad_lef_150 {
  padding-left: 150px;
} 
.anima_section {
  -webkit-animation-duration: 1000ms!important;
  -moz-animation-duration: 1000ms!important;
  animation-duration: 1000ms!important;
  animation-name: bounceInLeft;
 }
 .anima_section2 {
  -webkit-animation-duration: 1000ms!important;
  -moz-animation-duration: 1000ms!important;
  animation-duration: 1000ms!important;
  animation-name: bounceInRight;
 }
 .anima_zoomin {
  -webkit-animation-duration: 1000ms!important;
  -moz-animation-duration: 1000ms!important;
  animation-duration: 1000ms!important;
  animation-name: zoomIn;
 }
 .slider-elegirnos .slick-slide:focus {
   outline: none!important;
 }
 .slider-planes .slick-slide:focus {
  outline: none!important;
}
.cont_title {
  justify-content: center!important;
  align-items: center!important;
}
.modal-header .cerrar_modal_cont {
  margin-left: 0!important;
  position: absolute;
  top: 0;
  right: 3px;
}
.cont_footer_cont {
  justify-content: center!important;
}
.logra_obj {
  font-size: 18px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  outline: none;
}
.form-check {
  font-family: monospace;
}
.btn-perfect {
  color: #fff;
  background-color: #66ccfd;
  border-color: #66ccfd;
}
.btn-perfect:hover {
  color: #fff;
  background-color: #101d27;
  border-color: #101d27;
}
