body {
    font-family: 'Montserrat', sans-serif;
}
#title {
    background-color: #ff4c68;
    color: white;
   
  
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.5;
   
}


h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.5;
   
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;   
}

p {
    color: #8f8f8f;
    font-size: 1.2rem;
}
.container-fluid {
    padding: 3% 15%;
}

.cel-img {
    transform: rotate(30deg);
    height: 70%;
    position: absolute;
    
}

/* Navigation Bar */

.navbar {
    margin-bottom: 4.5rem;
   
   
}

.nav-item {
    padding: 1rem;
}

.nav-link {
    font-size: 1.3rem;
   
}
.navbar-brand {
    font-family: 'Ubuntu';
    font-size: 2.5rem;
    font-weight: 400;
}

/* Download Buttons */
.btn {
    margin: 3rem 6px 0;
    
}

.iconos {
    width: 4rem; 
    margin: 0 0 1rem;   
}

.iconos:hover {
    background-color: #ff4c68;
}

#features {
    padding: 7% 10%;
    text-align: center;
    background-color: #fff;
    position: relative;
    
    
}

/* Testimonials */

#testimonials {
   
    text-align: center;
    background-color: #ff4c68;
    color: #fff;
}

.testimonial-img {
    width: 10%;
    border-radius: 100%;
    margin: 1rem;
}

#press {
    background-color: #ff4c68;
    text-align: center;
    padding-bottom: 5%;
}

.press-img {
    width: 15%;
    margin: 20px 20px 15px;
}

.carousel-item {
    padding: 7% 10%;
}

#pricing {
    padding: 7% 10%;
    text-align: center;
}

.subtitle-pri{
    font-size: 1rem;
    margin-bottom: 3rem;
}

#cta {
    background-color: #ff4c68;
    color: #fff;
    text-align: center;
    padding: 5%;
}

.title-cta {
}

#footer {
    background-color: #fff;
    padding: 6%;
    text-align: center;
}

.icon-ftr {
    height: 2rem;
    margin:0 1rem 2rem;
}

.icon-btn {
    height: 1.2rem;
    margin: 0 10px;
    
}