@font-face {
    font-family: "Axiforma-Regular";
    src: local("Axiforma-Regular"),
    url("fonts/Axiforma-Regular.eot") format("opentype"), url("fonts/Axiforma-Regular.ttf") format("opentype"), url("fonts/Axiforma-Regular.woff") format("woff");
}

html {
    scroll-behavior: smooth;
}

nav {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.bgcPurple {
    background-color: #573068;
}

.colorPurple {
    color: #573068;
}

* {
    font-family: 'Lato', sans-serif;
    box-sizing: content-box;
}

.Axiforma {
    font-family: '"Axiforma-Regular"', sans-serif;
}

.cont-nav {
    place-content: space-between;
}

.burger {
    position: absolute;
    top: 40px;
    right: 35px;
    transition: .5s;
}

.burger span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
    transition: 5ms;
}

.burger.equis {
    right: 60px;
}

.burger.equis span {
    display: none;
}

.burger.equis span:first-child {
    display: block;
    transform: rotate(45deg);
    top: 8px;
    position: absolute;
}

.burger.equis span:last-child {
    display: block;
    transform: rotate(-45deg);
    top: 8px;
    position: absolute;
}

.menu-mobile {
    position: fixed;
    z-index: 1000;
    background-color: #573068;
    width: 100%;
    transition: 0.7s;
    height: 0;
    overflow: hidden;
}

.menu-mobile.open {

    height: calc(100vh - 112px);
}

.menu-mobile a {
    width: 100%;
    height: 25%;
    text-align: center;
    display: block;
    font-size: 23px;
    text-align: center;
    padding: 16% 0 0;
}

.carrusel {

    overflow: hidden;
}

.slider {
    position: relative;
    height: calc(100vh - 126px);
}

.slider img {
    object-fit: cover;
    object-position: bottom;
    height: calc(100vh - 126px);
}

.slider h3 {
    font-weight: 400;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: #6A2C87;
    position: absolute;
    width: 50%;
    top: 20%;
    right: 140px;
    text-align: end;
}

.slider h3 span {
    font-weight: bold;
}

.slider button {
    font-weight: 500;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    background-color: #6A2C87;
    color: #fff;
    position: absolute;
    width: 284px;
    bottom: 20%;
    right: 140px;
    border-radius: 50px;
    padding: 18px;
}

.tratamientos {
    background-image: url(img/mujer-sonrisa.jpg);
}

.tratamiento {
    background-color: #FFFFFF;
    padding: 30px 15px;
    margin: 10px 30px;
    width: 100%;
}

.tratamiento h3 {
    font-weight: 700;
}

.label {
    background-color: #1E1E1E;
    padding: 25px 0 50px;
    background-image: url(img/nosotros.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nosotros {
    z-index: 500;
    position: relative;
}

.label h2 {
    color: #FFEAA9;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: center;

}

.label h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: center;

}

.label a {
    background-color: #fff;
    color: #573068;
    padding: 15px 46px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border-radius: 40px;
    font-size: 25px;
    text-align: center;
    margin: 10px auto 0px;
    display: block;
    width: 300px;
}

.content-form {
    margin: auto;
    max-width: 680px;
    width: 90%;
}

form {
    background-color: #2F2F2F;
    height: 100%;
    padding: 145px 0 145px;
}
.thank{
    background-color: #2F2F2F;
    height: 100%;
    padding: 145px 0 145px;
}

form img {
    margin: 0 auto 38px;
}

form input.input, form select {
    background-color: #949494;
    height: 65px;
    border-radius: 15px;
}

form fieldset {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
}

form textarea {
    resize: none;
    background-color: #949494;
    height: 200px;
    border-radius: 15px;
}

form label {
    font-weight: 500;
    font-size: 25.6422px;
    line-height: 31px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}

.round {
    position: relative;
    width: 29px;
    height: 42px;
    margin: 8px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #CDC9E6;
    border-color: #CDC9E6;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

button.send {
    background-color: #FFEAA9;
    padding: 15px 46px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    border-radius: 27px;
    font-size: 16px;
    text-align: center;
    margin: 45px auto 0;
    display: block;
}

.thank h3{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
}
.thank h3{
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

footer {
    background-color: #573068;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
}

.line {
    background-color: #F0DEB7;
    height: 5px;
    display: block;
}

.colorYellow {
    color: #F0DEB7;
}

@media only screen and (max-width: 1300px) {

    .slider h3 {
        font-size: 22px;
        right: 80px;
    }

    .slider button {
        font-size: 20px;
        padding: 6px 8px;
        bottom: 15%;
        right: 80px;
    }

    .slick-dots {
        bottom: 10%;
        right: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .slider {
        height: 600px;
    }

    .slider img {
        height: 600px;
    }

    .slider h3 {
        font-size: 25px;
        right: 30px;
        top: 20px;
    }

    .slider button {
        font-size: 20px;
        padding: 6px 8px;
        right: 25px;
        width: 180px;
    }

    .slick-dots {
        bottom: 4%;
    }

    .tratamiento {
        width: 70%;
        margin: auto;
    }

    .label h2 {
        font-size: 30px;

    }

    .label h3 {
        font-size: 17px;

    }

    form {
        padding: 10px 0 10px;
    }
}

@media only screen and (max-width: 450px) {
    .slider {
        height: 400px;
    }

    .slider img {
        height: 400px;
    }

    .slider h3 {
        font-size: 21px;
        right: 30px;
        top: 10px;
    }
}

.anchor-section {
    padding-top: 126px;
    margin-top: -126px;
}