.seccion-inicio{
  /* background-image: url(../img/backgroud.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position-y: 100%;
  */
  background-color: #F3BD53;
}

.inicio>h1{
    font-size: 90px;
    color: #ffffff;
}

.inicio>p{
    font-size: 30px;
    color: #ffffff;
}

.btn-primary{
    background-color: #9CD8CB !important;
    border-radius: 30px !important;
    padding: 17px 27px !important;
    border: none !important;
}

.card{
    border: none;
}

.card>img{
    border-radius: 30px;
}

.card-body{
    position: absolute;
    color: #ffffff;
    text-align: center;   
    top: 40px; 
}

.card-body p{
    font-size: 21px;
}

@media (max-width: 991px){
    .card-body{
        position: absolute;
        color: #ffffff;
        text-align: center;   
        top: -22px;
    }

    .card>img{
        height: 260px;
    }

    .card-body p{
        font-size: 17px;
    }

}

@media (max-width: 540px){
    .card-body{
        position: absolute;
        color: #ffffff;
        text-align: center;   
        top: 50px;
    }
    .card>a>img{
        height: 220px;
    }

    .card-body p{
        font-size: 17px;
    }

}
@media (max-width: 539px){
    .card-body{
        position: absolute;
        color: #ffffff;
        text-align: center;   
        top: 10px;
    }

    .card>a>img{
        height: 220px;
    }

    .card-body p{
        font-size: 17px;
    }

}