@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-cli{
  font-size: 25px;
  font-weight: 400;
}
.titulo-1 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 2px 10px #191919;
}

.badge {
  border-radius: 16px!important;
  margin: 3px;
}

.titulo-1-m {
  margin-top: 50px;
  margin-left: 40px;
}

.subtitulo-1 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
}
.subtitulo-1-m {
  margin-top: 15px;
  margin-left: 40px;
}

.shadow-nav {
  box-shadow: 8px 2px 8px #191919;
}

.btn-customs {
  background-color: #ffd200;
  border-radius: 16px;
  color: #191919;
}

.btn-customs:hover{
  background-color: #ffd82b;
  border-radius: 16px;
  color: #191919;
}

.text-hi {
  font-size: 20px;
  font-weight: 800;
}

.color-1 {
  background-color: #a8a8a8;
  border-radius: 16px;
}

.text-sehi {
  font-size: 20px;
}

.color-2 {
  background-color: #1a55c2;
  border-radius: 16px;
  color: white;
}

.tarjeta {
  border-radius: 16px;
}

.bg-card {
  background-color: #15a7a0;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-btn{
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

.main-view {
  width: 100%;
  height: 100vh;
  background: #00b4db; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #0083b0,
    #00b4db
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.logox{
  width: 250px;
  height: 92px;
}
.img-custom {
  width: 800px;
  height: 600px;
}

.destello-rojo {
  animation: destello 1s infinite alternate;
}

@keyframes destello {
  0% {
    color: transparent;
  }
  50% {
    color: red;
  }
  100% {
    color: transparent;
  }
}






@media only screen and (max-width: 420px) {
  .color-1 {
    background-color: #a8a8a8;
    border-radius: 0px;
  }
  .color-2 {
    background-color: #1a55c2;
    border-radius: 0px;
    color: white;
  }
  body{
    overflow-x: hidden;
  }
   .img-custom {
    width: 200px;
    height: 150px;
  }
  .titulo-1 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 2px 10px #191919;
    line-height: 30px;
  }
  .subtitulo-1 {
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    line-height: 30px;
  }
  .badge {
    border-radius: 16px;

  }
  .subtitulo-1-m {
    margin-top: 15px;
    margin-left: 3px;
  }
  .titulo-1-m {
    margin-top: 5px;
    margin-left: 3px;
  }
  .main-view {
    width: 100%;
    height: 650px;
    background: #00b4db; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #0083b0,
      #00b4db
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #0083b0,
      #00b4db
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  
}