
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none; 
}
body{
    font-family: sans-serif;
}
a{
    text-decoration: none;
}
.navbar a{
    color: #fff;
}

.navbar-brand{
font-weight: bold;
}
.nav-link{
font-weight: bold;
text-transform: uppercase;
}
.nav-link#btn{
    color: #F2B90C;
}
.nav-link:hover{
    color: #fcb61a;
}
img.logo{
    width: 70px;
}
.card-title{
 text-align: center;
 font-weight: 600;
}
.carousel-text {
    padding: 20px;
    top: 30%;
    position: absolute;
    left: 100px;
    height: 100%;
    margin-left: 80px;
    color: black;
  }
  .carousel-text h1 {
    font-size: 70px;
    color: #fff;
  }
  .carousel-text p {
    font-size: 18px;
    color: #fff;
  }
 .boton a{
    padding: 7px 20px;
    background-color: #F2B90C;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    padding: 10px 15px;
    font-size: 1.1rem;
}
.boton a:hover{
    background-color: #4242cb;
    color: #fff;
}
h2{
    font-weight: 550;
}
.card-text{
    text-align: justify;
}
figure:nth-child(1){
    filter: brightness(50%);
    object-fit: contain;
}
.col-lg-2{
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.card img{
    cursor: pointer;
}
.col-md-6 a{
    margin-top: 10px;
    background-color: #F2B90C;
    padding: 10px 15px;
    color: black;
    font-weight: 600;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.col-md-6 a:hover{
    background-color: #4242cb;
    color: #fff;
}
h2{
    color: #212121;
}
.col-6 input{
    padding: 5px 20px;
}
.beneficios p{
    text-align: justify;
}
.beneficios h6{
    font-weight: 600;
    font-size: 1.1rem;
}
.btn{
    position: fixed;
    right: 0;
    bottom: 0;
    animation-name:animWhatsApp;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: 250px;
}
.btn img{
    width: 60%;
}
.list-inline li{
    font-size: 1.7rem;
}
.contenido-card li{
    padding: 0 10px;
}
.spanc{
    text-align: justify;
}
.contenido-card i{
    font-size: 20px;
    color: #F2B90C;
}
.fa-check{
    font-size: 2rem;
    border-radius:2px;
}
.card{
    height: 100%;
}
h4{
    color: #fcb61a;
    font-size: 2rem;
    font-weight: 600;
   
}
.text-center#n{
    margin-top: -10px;
}
.ntext{
 padding: 10px;
}
.text-center#c{
    margin-top: -18px;
}
.boton2 a{
    display: block;
    width: 40%;
    margin: 0 auto;
}

@keyframes animWhatsApp {
    0%{
        transform: scale(1,1)rotate(0deg);
    }
    50%{
        transform: scale(0.85);rotate:(5deg);
    }
  
}
@media(max-width:991px){
    .header {
        text-align: center;
        height: 70px;
    }
    .header p{
        top: 50px;
    }
    .collapse img{
        width: 50px;
    }
    .carousel-text {
        left: 0;
        color: black;
        margin: 0;
        bottom: 80px;
        top: 20px;
      }
      .carousel-text h1 {
        font-size: 16px;
      /* Cambia el tamaño de fuente del título en pantallas pequeñas */
      }
      .carousel-text p {
        font-size: 12px; /* Cambia el tamaño de fuente del párrafo en pantallas pequeñas */
      }
      .btn-inicio#btn{
       font-size: 10px;
       padding: 2px;
       margin-bottom: 0px;
      }
      .navbar-toggler{
       background-color: #F2B90C;
       border-radius: 5px;
       margin-left: auto;
      }
      img.logo{
        width: 40px;
      }
      .embed-responsive-item{
        width: 340px;
      }
      .col-md-6 iframe{
        width: 350px;
        height: 280px;
      }
      .boton a{
      margin-left: 70px;
      }
      .btn{
        bottom: 0;
        width: 50%;
        right: -10px;
      }
      h4{
 
        font-size: 16px;
      }
      .mt-4 p{
        text-align: justify;
      }
      .boton2 a{
        width: 200px;
        font-size: 12px;
        font-weight: bold;
      }
      a#slider{
        display: none;
      }
}
    