@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lilita+One&display=swap');

html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; }
h1,h2,h3,h4,h5{ font-family: 'Roboto', sans-serif; }
a{ text-decoration: none; }

.text-resaltar{
    font-family: 'Lilita One', cursive;
}


.carousel h2{
    font-family: 'Lilita One', cursive;
    text-transform: uppercase;
    font-size: 52px;
}
.carousel p{
    text-transform: uppercase;
    font-size: 22px;
}

.main-menu .nav-link{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.main-menu .nav-link:hover{
    color: rgb(255, 230, 0)!important;
}
.social-icons a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.social-icons a:hover{
    color: rgb(255, 230, 0);
}

.bg-gray{
    background-color: #2D2C31;
}


.section-home {
    padding: 60px 0;
    background-color: #eff2ff;
 
    h3{
        font-size: 21px;
        font-weight: 500;
    }
}
.title-section{
    font-family: 'Lilita One', cursive;
    font-size: 36px;
    font-weight: 700;
    color: #242a56;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.service-card {
    transition: transform 0.2s ease-in-out;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    cursor: pointer;
}
.cta-btn {
    padding: 12px 30px;
    font-size: 1.2rem;
    border-radius: 50px;
}


/*TEXTO*/
/*COLORES*/
.pie{
    background-image: url(../img/footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: rgb(255, 230, 0);
}
.bg-beige{
    background-color: #fff6dd;
}
.bg-azul{
    background-color: #288fff;
}
.bg-naranja{
    background-color: #ffc107;
}
.bg-violeta{
    background-color: darkviolet;
}
.bg-gris{
    background-color: #f1f6f7;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
}
.text-naranja{
    color: #ffc107;
}
/*COLORES*/
/*web*/
.title-absolute {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    color: #fff;
}
.margen-vertical{
    margin-top: 150px;
    margin-bottom: 150px;
}
.position-absolute-nav {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1100px;
}
.carousel-caption {
    bottom: 45%;
}
/*web*/
/*RESPONSIVE*/
@media (max-width:991.98px){
    .position-absolute-nav {
        position: unset;
        background-color: #288fff;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-caption {
        bottom: 10%;
    }
    .carousel h2{
        font-size: 26px;
    }
    .carousel p{
        font-size: 18px;
    }
    .title-absolute {
        bottom: 10px;
    }
    .title-absolute h1{
        font-size: 22px;
    }
}
@media (max-width:1199.98px){
    .carousel-caption {
        bottom: 30%;
    }
    .title-absolute {
        bottom: 15px;
    }
}
/*RESPONSIVE*/