html{
    scrollbar-color: rgba(138, 106, 126, 1) rgba(105, 74, 93, 1);
}
#caja-portada{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#portada{
    margin: 0px;
    width: 99vw;
    max-height: 99vh;
}
#text-portada{
    position: absolute;
    background: linear-gradient(356deg, rgba(143, 100, 126,0.6) 2%, rgba(61, 37, 52,0.6) 54%, rgba(121, 74, 103,0.6) 98%);
    padding: 20px;
    margin-top: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 3px 3px 3px rgba(255, 225, 179, 0.363);
}
h1{
    margin:0px;
    z-index: 0;
}
h2{
    margin:0px;
    z-index: 0;
}
.secciones-white{
    background: rgba(255, 249, 220, 0.774);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(104,80,95);
}
.div-servicios{ 
    background:rgba(255, 249, 220, 0.774);
    display: flex;
    flex-direction: column;
}
.servicio{
    margin: 2vh;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: rgb(104,80,95);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    margin-bottom: 2vh;
    border-bottom-style: solid;
    border-bottom-right-radius: 20px;
}
.servicio:hover{
    background: linear-gradient(356deg, rgba(143, 100, 126, 0.8) 2%, rgba(61, 37, 52, 0.8) 54%, rgba(121, 74, 103, 0.8) 98%);
    color: white;
    border-radius: 20px;
}
.imagen-servicio{
    width: 30vh;
    height: 30vh;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 0vh;
    border-radius: 20px;
}
.h-servicio{
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    width: 20vw;
}
.sub-servicio{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2vw;
}
.texto{
    padding-top: 1vw;
    font-size: medium;
    width: 30vw;
}
.reserva{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.boton-reserva{
    text-decoration: none;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-end-start-radius: 0px;
    height: 10vh;
    font-size: xx-large;
    background: linear-gradient(356deg, rgba(143, 100, 126, 0.8) 2%, rgba(148, 108, 133, 0.8) 54%, rgba(121, 74, 103, 0.8) 98%);
    color: white;
    border-style: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.boton-reserva:hover{
    background: rgba(255, 249, 220, 0.774);
    color: rgb(104,80,95);
}
.precio-servicio{
    background: rgba(255, 249, 220, 0.534);
    padding-left: 1vw;
    border-top-left-radius: 20px;
    margin:0px;
}
.h-experiencia{
    margin-left: 2vw;
}

h5{
    font-size: large;
}
.caja-experiencia{
    background: linear-gradient(356deg, rgba(143, 100, 126, 0.8) 2%, rgba(148, 108, 133, 0.8) 54%, rgba(121, 74, 103, 0.8) 98%);
}
.dedicacion{
    background: linear-gradient(356deg, rgba(143, 100, 126, 0.8) 2%, rgba(168, 119, 149, 0.8) 54%, rgba(121, 74, 103, 0.8) 98%);
    border-radius: 20px;
    text-align: center;
}
.imagen-experiencia{
    width: 30vh;
    height: 20vh;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 2vh;
    border-radius: 20px;
}
.titulos-experiencia{
    margin-top: 8vh;
    text-align: center;
    padding-top: 3vh;
    margin-bottom: 2vh;
}
.años{
    text-align: center;
}
#frase{
    text-align: center;
}
.seccion-experiencia{
    display:flex;
    margin-top: 2vh;
    flex-direction: column;
}
.secciones{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foto-cv{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.experiencias{
    margin-right: 3vw;
    margin-left: 3vw;
    padding-bottom: 3vh;
}
.contenido-experiencia{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1250px){
    .imagen-servicio{
        width: 25vh;
        height: 25vh;
    }
}
@media (max-width: 1000px){
    h5{
        font-size: medium;
    }
    .texto{
        font-size: small;
    }
}
@media (max-width: 820px){
}
@media (max-width: 700px){
    .texto{
        font-size: x-small
    }
}
@media (max-width: 600px){
    .texto{
        font-size: xx-small
    }
}
@media (max-width: 500px){
    .imagen-servicio{
        width: 20vh;
        height: 20vh;
    }
    .div-servicios{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .texto{
        font-size: 0%;
    }
    .boton-reserva{
        font-size: large;
    }
}
@media (max-width: 470px){
}
@media (max-width: 440px){
    .precio-servicio{
        font-size: large;
    }
    .imagen-servicio{
        width: 12vh;
        height: 12vh;
    }
    .imagen-experiencia{
        width: 15vh;
        height: 10vh;
    }
    
}
@media (max-width: 300px){
    .precio-servicio{
        font-size: x-small;
    }
    .boton-reserva{
        font-size: small;
    }
    .imagen-servicio{
        width: 10vh;
        height: 10vh;
    }
}
@media (max-width: 220px){
    .precio-servicio{
        font-size: x-small;
    }
    .boton-reserva{
        font-size: x-small;
    }
}
@media (max-height: 500px){
}
@media (max-height: 360px){
}
@media (max-height: 280px){
}