html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.bgMainColor {
    background-color: rgb(240, 117, 226);
}

.bgSecondColor {
    background-color: rgb(255, 223, 251);
}

.bgWhite {
    background-color: rgb(255, 255, 255);
}

.bgNavColor:hover {
    background-color: rgb(255, 244, 254);
}

.bgMenuNav {
    background-color: rgb(255, 213, 251);
}

.bgContainer {
    background-color: rgb(255, 223, 251);
}

.borderNav {
    border: 5px solid rgb(240, 117, 226);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.borderMain {
    border: 5px solid rgb(240, 117, 226);
    border-radius: 1em;
}

.logoFont {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    font-size: 300%;
    color: rgb(255, 69, 196);
}

.logoFontMobile {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    font-size: 250%;
    color: rgb(255, 69, 196);
}

.verysmall {
    font-size: 75%;
}

.smaller {
    font-size: 80%;
}

.p-contacto {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}

.p-contactar {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}

@media (min-width: 800px) {
    .p-contacto {
        max-width: 800px;
    }
}

@media (min-width: 450px) {
    .p-contactar {
        max-width: 450px;
    }
}

.contacto-bg {
    background: rgb(137,118,245);
    background: linear-gradient(180deg, rgba(137,118,245,1) 0%, rgb(255, 255, 255) 100%);
}

input {
    border-style: solid;
}


.default-container {
    border: 5px solid rgb(240, 117, 226);
    border-radius: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

.default-header {
    background-color: rgb(240, 117, 226);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.default-header > h1 {
    font-weight: bold;
    color: white;
    font-size: 200%;
}

.default-paragraph-group {
    font-size: 120%;
}

.default-image {
    margin: 0 auto;
    
}

.image-10 {
    width: 100%;
}

.image-8 {
    width: 80%;
}

.image-6 {
    width: 60%;
}

.image-4 {
    width: 40%;
}

.image-3 {
    width: 30%;
}

.image-2 {
    width: 20%;
}

.default-image > img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

@media (max-width: 1199px) {

    .default-container {
        margin: 0;
    }

    .borderMain {
        border-radius: 0;
    }

    .borderMain {
        border: 0;
    }

    .default-container {
        border: 5px solid rgb(240, 117, 226);
    }

    .image-10 {
        width: 100%;
    }

    .image-8 {
        width: 80%;
    }

    .image-6 {
        width: 70%;
    }

    .image-4 {
        width: 60%;
    }

    .image-3 {
        width: 50%;
    }

    .image-2 {
        width: 40%;
    }
}

@media (max-width: 799px) {
    .image-10 {
        width: 100%;
    }

    .image-8 {
        width: 100%;
    }

    .image-6 {
        width: 100%;
    }

    .image-4 {
        width: 100%;
    }

    .image-3 {
        width: 100%;
    }

    .image-2 {
        width: 100%;
    }

    .default-header > h1 {
        font-size: 230%;
    }
}