/**ALL**/
body {
    height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.degradado {
    background: linear-gradient(180deg, #855EC5 0%, rgb(255, 255, 255) 85%);
    background-repeat: no-repeat;
    height: 72rem;
}

.titulos {
    letter-spacing: 2rem;
    font-size: 15rem;
    font-weight: 900;
    color: rgb(197,199,255,50%);
}


a:hover {
    color: #6DBF52;
}

/**nav-bar**/
a {
    font-size: 1.5rem;
    color: white;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.itemList {
    margin: 0 1rem;
}

.identificate {
    border-radius: 50px;
    text-align: center;
    border: 5px solid #6DBF52;
}
.cliente {
    font-size: 0.9rem;
    color: #503A7C; 
    padding: 0.5rem 0;
}

ul.dropdown-menu{
    left: -3rem;
    width: 19rem;
    padding: 0.5rem 1.5rem;
}

.dropdown-toggle, .dropdown-toggle:hover {
    text-decoration: none;
    color: #503A7C; 
}

b{
    color: #6DBF52;
}

/**presentacion**/
.presentacion {
    position: absolute;
    margin-top: 5rem;
}

.title1 {
    font-size: 7rem;
    color: #fafafa;
    font-weight: 300; /*light*/
    margin-bottom: 0;
}

.title2 {
    font-size: 5.3rem;
    color: #fafafa;
    font-weight: bold; /*light*/
}

.cruz {
    position: absolute;
    margin-top: 4rem;
    margin-left: 5rem;
}

.body {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: justify;
    padding-right: 3rem;
    color: #503A7C;
}

.white {
    color: #fafafa;
}

.texto {
    margin-left: 5rem;
    margin-top: 10rem;
}

.img {
    margin-right: 5rem;
    margin-top: 12rem;
}

/**servicios**/
.servicios {
    position: absolute;
    margin-top: -3rem;
    padding-bottom: 5rem;
    width: 100vw;
    top: 55rem;
}


.txt {
    text-align: justify;
    width: 25rem;
    color: #797979;
}

.font-weight-bold {
    color: #776B6B;
}

/**galeria**/
.galeria {
    background-color: #F6F6F6;
    margin-top: 35rem;
    width: 100vw;
    height: 35rem;
}

.insta {
    width: 73.2rem;
}

.imgInsta {
    object-fit: cover;
}

.logo-peque {
    border-radius: 100px;
    border: 1px solid red;
}

/**FAQ**/
.FAQ {
    background-color: #60449B;
    width: 100vw;
    height: 47.5rem;
}

.FAQ a, .FAQ svg {
    color: #FFBAF8;
}


/**valoraciones**/
.valoraciones svg {
    color: rgb(255, 217, 0);
}

.titulosVal {
    letter-spacing: 2rem;
    font-size: 10rem;
    font-weight: 900;
    color: rgb(197,199,255,50%); 
}

.valoracion {
    margin-left: 8.2rem;
    margin-right: 15px;
}

.txtVal{
    text-align: justify;
    width: 19rem;
    color: #797979;
}

/**recomendaciones**/
.titulosRec {letter-spacing: 2rem;
    font-size: 8rem;
    font-weight: 900;
    color: rgb(197,199,255,50%); 

}

.recomendaciones {
    background-color: #F6F6F6;
    margin-top: 2rem;
    width: 100vw;
    height: 50rem;
}

/**recomendaciones - productos**/
.modal-lg {
    max-width: 100rem;
}


/**footer**/
footer {
    background-color: #855EC5;
    width: 100vw;
    height: 41rem;
}

footer p, footer span {
    font-size: 1.5rem;
    color: #fafafa;
}
