/*BASE*/
@font-face {
  font-family: "Delius";
  src: url(../fonts/Delius-Regular.ttf);
}
@font-face {
  font-family:Open_Sans;
  src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
:root
{
  --colorFondoFooter:rgb(33,38,44);
  --tamañoLogoCliente:40px;
}
body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

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

.no-padding {
  padding: 0 !important;
}

.subtitle {
  font-size: 2.5rem;
  font-style: italic;
  color: black;
  margin: 30px 0;
}
.subtitle .hr-sub {
  border-bottom: 3px solid #d90101;
  width: 10%;
  opacity: 1;
}

.subtitle-w {
  font-size: 2.5rem;
  font-style: italic;
  color: white;
  margin: 30px 0;
}
.subtitle-w .hr-sub {
  border-bottom: 3px solid #d90101;
  width: 10%;
  opacity: 1;
}

.btn-style {
  background: transparent;
  color: white;
  border: 3px solid #d90101;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.8s;
  text-align: center;
  margin: 0 10px;
}
.btn-style:hover {
  background: #d90101;
  color: white;
}

.btn-style-2 {
  background: transparent;
  color: white;
  border: 3px solid white;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.8s;
  text-align: center;
  margin: 0 10px;
}
.btn-style-2:hover {
  background: white;
  color: black;
}

.btn-style-3 {
  background: transparent;
  color: #d90101;
  border: 2px solid #d90101;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.8s;
  text-align: center;
  margin: 0 10px;
}

.navbar {
  backdrop-filter: blur(1em);
  transition: 0.5s ease;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.4705882353);
}
.navbar #navbarNav {
  justify-content: flex-end;
}
.navbar .red {
  background: #d90101;
  color: white;
  border-radius: 11px;
}
.navbar .dropdown-menu {
  backdrop-filter: blur(1em);
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.8392156863);
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1411764706);
}
.navbar .nav-item {
  font-size: 16px;
  padding: 0 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin: 0 10px;
}
.navbar .nav-item a {
  color: white;
}
.navbar .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.3098039216);
}
.navbar .navbar-toggler {
  background: #d90101;
  color: white;
}
.navbar .navbar-toggler span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#principal {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.5803921569), rgba(0, 0, 0, 0.3098039216), rgba(0, 0, 0, 0));
  height: 100vh;
  position: relative;
}
#principal .back {
  background: url("../img/kia-homepage.jpg");
  height: 100vh;
  z-index: -1;
  padding: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#principal .box-gradient {
  background: linear-gradient(0deg, black, black, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 50px 50px 25px 50px;
  position: absolute;
  bottom: 0;
}
#principal .box-gradient h2 {
  font-size: 65px;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-bottom: 40px;
}
#principal .box-gradient .box-text {
  display: flex;
  justify-content: center;
}
#principal .box-gradient .box-text .botones {
  padding: 0 0 40px 0;
}
#principal .box-gradient .box-info {
  margin-top: 70px;
}
#principal .box-gradient .box-info .text {
  color: white;
  text-align: center;
  font-weight: bold;
}
#principal .box-gradient .box-info .text i {
  font-size: 30px;
  margin-bottom: 10px;
}

#opciones {
  background-color: black;
  padding: 50px;
}
#opciones .box-1 {
  border-right: 3px solid #cfcfcf;
}
#opciones .box-3 {
  border-left: 3px solid #cfcfcf;
}
#opciones .caja {
  padding: 35px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#opciones .caja h3 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
}
#opciones .caja .icono {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 15px;
  margin-bottom: 25px;
}
#opciones .caja .icono img {
  object-fit: contain;
  width: 100%;
}

#ofertas
{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: white;
}
#ofertas h2
{
  font-size: 60px;
  color: black;
}
#ofertas .cont_slider_ofertas
{
  width: 100%;
  /*border: 1px solid red;*/
}
@media screen and (max-width:840px)
{
  #ofertas
  {
    padding: 20px 0px;
  }
  #ofertas h2
  {
    font-size: 60px;
    padding: 20px 0;
  }
}
@media screen and (max-width:570px)
{
  #ofertas h2
  {
    font-size: 40px;
    padding: 20px 0;
    padding-left: 5px;
  }
}

#banner {
  height: 80vh;
  position: relative;
  background: linear-gradient(358deg, rgba(0, 0, 0, 0.5803921569), rgba(0, 0, 0, 0.7882352941), rgba(0, 0, 0, 0.7882352941), rgba(0, 0, 0, 0.5803921569));
}
#banner video.fullscreen {
  position: absolute;
  z-index: -1;
  padding: 0;
  object-fit: cover;
  width: 100%;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#banner video.fullscreen::-webkit-media-controls {
  display: none !important;
}
#banner .content {
  display: flex;
  align-items: center;
  height: 80vh;
  width: 70%;
  margin: 0 auto;
  color: white;
}
#banner .content h3 {
  font-size: 70px;
  font-weight: 600;
  display: grid;
  line-height: 65px;
  margin-right: 65px;
}
#banner .content h3 span {
  font-weight: 100;
  font-size: 66px;
}
#banner .content p {
  font-size: 18px;
  font-weight: 200;
}

#video {
  padding: 80px 0;
  height: auto;
}
#video .box {
  width: auto;
  height: 56vh;
}
#video .box video {
  width: 100%;
  height: 100%;
}
#video .texto {
  padding: 30px 60px 30px 30px;
  display: flex;
  align-items: center;
  height: 56vh;
}
#video .texto h3 {
  font-size: 60px;
  line-height: 62px;
  font-weight: 600;
}
#video .texto p {
  padding-top: 20px;
  font-size: 18px;
  margin: 0;
}

#referidos

.img_fondo_referidos
{
  width: 100%;
  background-image: url(../img/img_1_fondo_pt1.jpg);
  background-position: center;
  background-size: contain;
}

#modelos {
  width: 100%;
}
#modelos .box-autos {
  padding: 0 30px;
}
#modelos .box-autos .tarjeta {
  position: relative;
  display: flex;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  height: 310px;
  overflow: hidden;
}
#modelos .box-autos .tarjeta:hover .tarjeta-hover {
  transform: translateY(4%);
}
#modelos .box-autos .tarjeta:hover .tarjeta-hover h2 span {
  color: #d90101;
}
#modelos .box-autos .tarjeta .tarjeta-hover {
  color: #000;
  padding: 40px 25px;
  transition: 0.7s;
  transform: translateY(calc(100% - 13rem));
  width: 100%;
}
#modelos .box-autos .tarjeta .tarjeta-hover h2 {
  font-size: 25px;
  font-weight: 800;
  padding: 60px 0 50px 0;
}
#modelos .box-autos .tarjeta .tarjeta-hover h2 span {
  font-weight: 200;
}
#modelos .box-autos .tarjeta .tarjeta-hover li {
  font-size: 21px;
}
#modelos .box-autos .bg1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_K4.png);
}
#modelos .box-autos .bg2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_K4.png);
}
#modelos .box-autos .bg3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_k3_sedan.png);
}
#modelos .box-autos .bg4 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_k3_sedan.png);
}
#modelos .box-autos .bg5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_sonet.png);
}
#modelos .box-autos .bg6 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_seltos.png);
}
#modelos .box-autos .bg7 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_Sportage.png);
}
#modelos .box-autos .bg8 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_Niro.png);
}
#modelos .box-autos .bg9 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_sorento.png);
}
#modelos .box-autos .bg10 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_Sportage_icono_hibrida.png);
}
#modelos .box-autos .bg11 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/autos/kia_telluride.png);
}

#recorrido_virtual
{
  padding: 50px 0;
}

#contacto {
  width: 100%;
  position: relative;
}
#contacto h2 {
  padding: 60px 0 0 0;
}
#contacto .mapa {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#contacto .mapa .contactanos .box {
  text-align: center;
  position: absolute;
  padding: 30px 60px 30px 30px;
  right: 0;
  top: 0;
  height: 450px;
  width: 45%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgb(0, 0, 0) 100%);
}
#contacto .mapa .contactanos .box h3 {
  color: white;
  font-size: 36px;
  font-weight: 600;
  padding: 20px;
}
#contacto .mapa .contactanos .box hr {
  border: 1px solid #d90101;
  width: 80%;
  opacity: 100%;
  margin: 0 auto;
}
#contacto .mapa .contactanos .box .caja-contacto {
  padding: 20px 0;
}
#contacto .mapa .contactanos .box .contactin {
  padding: 10px;
}
#contacto .mapa .contactanos .box .contactin a {
  padding: 10px 0;
  border-radius: 8px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
}
#contacto .mapa .contactanos .box .contactin a h4 {
  color: white;
  font-size: 26px;
  margin: 0;
  margin-right: 15px;
  border-right: 1px solid white;
  padding: 0 20px;
}
#contacto .mapa .contactanos .box .contactin a .phone {
  display: flex;
  align-items: center;
}
#contacto .mapa .contactanos .box .contactin a .phone i {
  font-size: 21px;
  color: white;
  padding: 5px 10px;
  margin: 0;
}
#contacto .mapa .contactanos .box .contactin a .phone p {
  text-decoration: none;
  color: white;
  padding: 5px 0;
  font-size: 24px;
  margin: 0;
}
#contacto .mapa .contactanos .box .contactin a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#contacto .mapa .contactanos .box .horarios {
  display: flex;
  color: white;
  justify-content: center;
  padding: 25px 0;
}
#contacto .mapa .contactanos .box .horarios h4 {
  color: white;
  font-size: 26px;
  margin: 0;
  margin-right: 15px;
  border-right: 1px solid white;
  padding: 0 20px;
  font-style: italic;
}
#contacto .mapa .contactanos .box .horarios .numeros {
  display: flex;
  font-size: 24px;
  align-items: baseline;
}
#contacto .mapa .contactanos .box .horarios .numeros p {
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
}
#contacto .mapa .contactanos .box .horarios .numeros small {
  font-weight: 300;
  margin: 0;
}
footer
  {
      background-color: var(--colorFondoFooter);
      clip-path: polygon(94% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
  }
  .contenedor_contacto
  {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--colorFondoFooter);
      padding-top: 100px;
  }
  .cont_izq_contacto
  {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  .cont_izq_contacto img
  {
      height: var(--tamañoLogoCliente);
  }
  .cont_izq_contacto p
  {
      font-size: 15px;
      color: white;
      padding: 30px;
  }
  .cont_der_contacto
  {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  .cont_contactos_contacto
  {
      display: flex;
      align-items:flex-start;
      justify-content: center;
      flex-direction: column;
  }
  .cont_der_contacto h2
  {
      font-size: 15px;
      color: white;
      padding-bottom: 30px;
  }
  .cont_contactos_contacto i
  {
      font-size: 15px;
      color: white;
      padding: 5px 0;
  }
  .cont_contactos_contacto a
  {
      font-size: 15px;
      color: white;
      font-weight: 500;
      font-family:"Open_Sans";
      text-decoration: none;
      margin-left: 10px;
      transition: all 0.5s;
  }
  .cont_contactos_contacto a:hover
  {
      color: grey;
      transition: all 0.5s;
  }
  .text
  {
    padding: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*border: 1px solid red;*/
  }
  .text h3
  {
    color: white;
    font-size: 15px;
    padding: 20px;
    text-align: center;
  }
  .textos a
  {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 700;
  }
  .text a:hover
  {
    color: grey;
    transition: all 0.5s;
  }
  .contenido_neruc
  {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: var(--colorFondoFooter);
      height: 120px;
  }
  .contenido_letras_neruc h3
  {
      font-size: 20px;
      padding-bottom: 10px;
      font-family: "Open_Sans";
      color: #fff;
      text-align: center;
  }
  .contenido_img_neruc img
  {
      width: 150px;
      transition: all 0.5s;
  }
  .contenido_img_neruc img:hover
  {
      transition: all 0.5s;
      opacity: 0.5;
  }

  @media screen and (max-width:840px)
  {
    /*footer*/
    .contenedor_contacto
    {
        flex-direction: column;
    }
    .cont_izq_contacto
    {
        width: 100%;
    }
    .cont_der_contacto
    {
        width: 100%;
    }
    .textos
    {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width:570px)
  {
    /*footer neruc*/
    .contenido_letras_neruc h3
    {
        font-size: 15px;
    }
    .contenido_img_neruc img
    {
        width: 140px;
    }
  }
  @media screen and (max-width:395px)
  {
    /*footer neruc*/
    .contenido_letras_neruc h3
    {
        font-size: 15px;
    }
    .contenido_img_neruc img
    {
        width: 125px;
    }
  }

/* de telefono a tablet */
@media (max-width: 450px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
  body {
    width: 100%;
  }
  .subtitle {
    font-size: 2.4rem;
  }
  .navbar .navbar-brand img {
    height: 20px;
  }
  .navbar .navbar-toggler {
    margin: initial;
  }
  #principal {
    height: 100vh;
    position: relative;
  }
  #principal .box-gradient {
    padding: 20px;
  }
  #principal .box-gradient h2 {
    font-size: 40px;
  }
  #principal .box-gradient .box-text {
    display: flex;
  }
  #principal .box-gradient .box-text .botones {
    padding: 0;
    display: grid;
    justify-content: center;
  }
  #principal .box-gradient .box-text .botones a {
    margin-bottom: 20px;
  }
  #principal .box-gradient .box-info {
    margin-top: 70px;
  }
  #principal .box-gradient .box-info .text {
    color: white;
    text-align: center;
    font-weight: bold;
  }
  #principal .box-gradient .box-info .text i {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #opciones {
    padding: 20px;
  }
  #opciones .box-1 {
    border-right: 0px solid #cfcfcf;
  }
  #opciones .box-3 {
    border-left: 0px solid #cfcfcf;
  }
  #opciones .caja {
    padding: 40px 0;
  }
  #seminuevos {
    padding: 60px 0;
  }
  #contacto .mapa .contactanos {
    height: auto;
  }
  #contacto .mapa .contactanos .box {
    position: static;
    padding: 40px 20px;
    width: 100%;
    background: black;
    height: auto;
  }
  #contacto .mapa .contactanos .box h3 {
    font-size: 36px;
    padding: 20px;
  }
  #contacto .mapa .contactanos .box .caja-contacto {
    padding: 20px 0;
  }
  #contacto .mapa .contactanos .box .contactin {
    padding: 10px;
  }
  #contacto .mapa .contactanos .box .contactin a {
    padding: 10px 0;
    display: block;
  }
  #contacto .mapa .contactanos .box .contactin a h4 {
    border-right: 0px solid white;
  }
  #contacto .mapa .contactanos .box .contactin a .phone {
    margin: 0 auto;
    justify-content: center;
    padding-top: 10px;
  }
  #contacto .mapa .contactanos .box .contactin a .phone i {
    padding: 5px 10px 5px 0;
  }
  #contacto .mapa .contactanos .box .horarios {
    display: block;
    justify-content: center;
  }
  #contacto .mapa .contactanos .box .horarios h4 {
    border-right: 0px solid white;
  }
  #contacto .mapa .contactanos .box .horarios .numeros {
    font-size: 24px;
    justify-content: center;
    padding-top: 15px;
  }
}
/* --------------------------------------------------- GRACIAS -----------------------------------------------------------------------  */
.nav-gracias {
  background: white;
}

#hero .box-text {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
#hero .backgroung-img {
  background: linear-gradient(270deg, rgba(117, 204, 224, 0), rgba(224, 238, 241, 0)), url(../img/back2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 24px;
  height: calc(100vh - 24px);
  background-size: contain;
}

#hero::after {
  content: "";
  height: 700px;
  width: 700px;
  background: url(../LP/img/icono.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

#gracias {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.8));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.8));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.8));
  position: relative;
  background-attachment: fixed;
}
#gracias .title {
  text-align: center;
  padding-top: 110px;
  font-size: 140px;
  font-weight: bolder;
  color: #d90101;
  font-size: 60px;
}
#gracias .box-video video {
  width: 100%;
  height: 100%;
}

#clientes img {
  filter: grayscale(1);
}

/* de telefono a tablet */
@media (max-width: 450px) {
  #banner .content {
    display: grid;
    width: 100%;
  }
  #banner .content h3 {
    font-size: 50px;
    line-height: 54px;
  }
  #banner .content h3 span {
    font-size: 47px;
  }
  #models .cont {
    height: 25vh;
    padding: 0;
  }
  #models .cont .el__index {
    z-index: inherit;
  }
  #models .cont .el__close-btn {
    width: 25px;
    height: 36px;
  }
  #models .cont .el__text {
    font-size: 28px;
  }
  #models .cont .el__bg {
    width: 100vw;
  }
  #video {
    padding: 0;
  }
  #video .texto {
    height: auto;
  }
  #gracias .title {
    font-size: 28px;
    padding-top: 85px;
  }
}
/* whatsapp */
#whats {
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  z-index: 999;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  margin: 0px;
}

#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}

#whats .whatsapp-button:focus {
  outline: none;
}

#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 0;
}

#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

#whats .title {
  background: rgb(9, 94, 84);
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0;
}

#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}

#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  /*padding: 0 15px 15px 10px;*/
  bottom: 100px;
  left: 4px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}

#whats .popup-whatsapp > div {
  margin: 5px;
}

@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 265px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important;
}

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto;
}

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  left: 10px;
}

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}

#whats input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto;
}

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto;
  }
}
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto;
}

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto;
}

#whats .icon-whatsapp {
  width: 45px;
  height: 45px;
}

#whats .icon-font-color {
  color: #ffffff;
}

#whats .icon-font-color--black {
  color: #333333;
}

#whats .send-msPopup i {
  cursor: auto !important;
}

/* End whatsapp */

/*# sourceMappingURL=styles.css.map */
