* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

html {
    scroll-behavior: smooth;
}

body {}

ol {
    padding: 0;
    list-style-position: inside
}

ol li {
    padding: 3px 0
}

#cabezal {
    background-color: #FF7062;
    height: 210px
}

#menu_gr .nav-link {

    margin: 8px 0 0 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid transparent;

}

#menu_gr .nav-link:hover, #menu_gr .nav-link:focus {
    border-bottom: 2px solid #FFf;
    color: #FFF;
    outline: none
}

#menu .nav-link {
    color: #FF7062;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase
}

#menu .nav-link:hover {
    border-bottom: 1px solid #FF7062
}

#logo {
    height: 80px
}

.navbar-toggler {
    border: none
}

button:focus {
    outline: none
}

#principal {
    height: 500px;
    background-image: url(../img/principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center bottom
}

#principal2 {
    height: 400px;
    background-image: url(../img/depilacion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: left
}

.principal3 {
    height: 600px;
    background-image: url(../img/aparatologia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center
}

.fondo {
    background-color: #FF7062;
    background-size: initial;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left bottom
}


.mr {
    padding: 20px;
    margin-right: 10px;
    background-color: #fff;
}

.linea {
    border-top: 1px solid #FF7062;
    margin-top: 50px;
}

p {
    font-weight: 300
}

h1 {
    text-transform: uppercase;
    font-weight: lighter;
    color: #FF7062;
    border-bottom: 1px solid #FF7062;
    border-top: 1px solid #FF7062
}

.lead {
    font-size: 1.15rem;
    font-weight: 400;

}

.fondo h1 {
    color: #fff;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF
}

h1 small{
    font-size: 50%;
    vertical-align:text-top ;
}
h2 {
    padding: 5px 0;
    margin: 5px 0 30px 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #FF7062;
    
}
h2.aparatologia{
    margin: 5px 0 30px -15px;
}

h3 {
    padding: 5px 0;
    font-size: 1.35rem;
    color: #FF7062;

}

ul {
    padding: 0 0 0 1rem;
}

textarea {
    height: 225px
}

.enviar {
    padding: 10px 25px;
    background-color: #FF7062;
    color: #fff
}

#equipo h2 {
    text-align: left;
    width: 80%
}

#equipo figure {
    border: 1px solid #FF7062
}

#mapa p {
    color: #FF7062;
    margin: .2em;
    font-weight: bold
}

#volverAlTope {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 5px;
    outline: none;
    border-radius: 50%;
    background-color: #FF7062;
    color: white;
    cursor: pointer;
    padding: 15px;
    border: 2px solid white;
}

#volverAlTope img {
    width: 30px;

}

.iconos {
    width: 40px;

}

.redes {
    border-top: 2px solid #FF7062;
    border-bottom: 2px solid #FF7062
}

@media (min-width: 768px) {
    #cabezal {
        background-color: #FF7062;
        height: 75px
    }

    #principal2 {

        background-size: cover;
        background-attachment: fixed;

    }

    .principal3 {

        background-size: cover;
        background-attachment: fixed;

    }

    #principal {
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    #principal {
        height: 500px;
        background-size: cover;
        background-attachment: fixed;
    }

    #principal2 {
        height: 600px;
        background-size: cover;

    }

    #cabezal {
        height: 55px !important
    }

    #menu_gr .nav-link {

        margin: 0 10px;
    }
}


@media (max-width: 575px) {
    #volverAlTope {
        right: calc(50% - 31px);
        bottom: 45px;
    }

}