/*Damos formato al header*/

@font-face {
    font-family: 'altone';
    src: url(../fonts/Altone\ Trial-Bold.ttf);
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.09%;
}

.logo img {
    display: block;
    margin: 0 auto;
    height: 260px;
    padding-bottom: 10px;
}

.navbar {
    margin-top: 0;
    padding-top: 10px;
}

.nav-link {
    font-weight: bolder;
}

.container-fluid {
    background: linear-gradient(to bottom, #11bcab, #ffffff);
}

.container-fluid h1 {
    margin-top: 10px;
    font-family: 'altone', Arial, Helvetica, sans-serif;
}

/*Damos formato al body*/
#backgroundDiv {
    width: 100%;
    padding-bottom: 60%;
    background-image: url("../media/fotoHeader.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    /*Es el color del texto*/
    text-align: center;
    font-weight: bolder;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#texto1 {
    position: absolute;
    font-family: 'altone', Arial, Helvetica, sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.navbar-toggler {
    margin-top: 5px;
}

.cuerpo {
    width: 98vw;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../media/backgroundImage.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*Sección de Quien Soy*/

.quienSoy {
    border-radius: 10px;
    margin: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    background-color: aliceblue;
    padding-top: 10px;
}

.quienSoy h1 {
    margin-top: 10px;
    font-family: 'altone', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.quienSoy h2 {
    font-size: 20px;
    font-family: 'altone', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.quienSoy h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.quienSoy p {
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}

/*Seccion de tratamientos*/
.accordion {
    width: auto;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(17, 188, 171, 0.5);
}

.accordion h1 {
    text-align: center;
    font-weight: bolder;
    font-family: 'altone', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.accordion-item h2 {
    background-color: rgb(203, 249, 234);
    font-family: 'altone', Arial, Helvetica, sans-serif;
}

.accordion-item strong {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.accordion-button {
    background-color: rgb(221, 247, 249);
}

/*Damos formato a la sección de pedir cita*/
#pideCita {
    width: auto;
    margin: 10px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    background-image: url(../media/imagen_pedirCita.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#pideCita h1 {
    font-weight: bolder;
    font-family: 'altone', Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#pideCita p {
    font-weight: bold;
    font-size: 20px;
}

.cita-link {
    position: relative;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    text-decoration: none;
}

.cita-link img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*Sección para maps*/

#ubicacionContacto {
    width: auto;
    margin: 10px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: white;
    opacity: 0.7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contacto h1 {
    font-weight: bolder;
    font-family: 'altone', Arial, Helvetica, sans-serif;
}

.contacto p {
    font-weight: bolder;
}
#map {
    height: 400px;
    width: 100%;
}

/*Damos formato al footer*/
footer {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
}

.contenedor {
    background: linear-gradient(to bottom, #11bcab, #ffffff);
}

.condicionesLegales h2 {
    text-align: center;
    font-weight: bolder;
    color: rgb(27, 26, 26);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.condicionesLegales a {
    width: auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: rgb(14, 96, 48);
    margin-left: 9px;
}

.contacto h2 {
    margin-top: 10px;
    font-weight: bolder;
    color: rgb(27, 26, 26);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#phone {
    display: inline-flex;
}

#phone p {
    font-weight: bolder;
    color: rgb(14, 96, 48);
}

#email {
    display: inline-flex;
}

#email p {
    margin-left: 5px;
    font-weight: bolder;
    color: rgb(14, 96, 48);
}

#ubication {
    display: inline-flex;
}

#ubication p {
    font-weight: bolder;
    color: rgb(14, 96, 48);
}

#derechosReservados {
    color: grey;
    font-size: 12px;
}

.redes {
    margin-bottom: 20px;
}

/*Damos formato al icono del whatsapp*/

.icono_whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    transition: opacity 0.5s;
}

.icono_whatsapp a {
    display: block;
}

/*Damos formato al botón para ir a la parte superior del menú*/

.go-up {
    position: fixed;
    right: 10px;
    bottom: 50px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    font-weight: bold;
    color: #eb5050;
    cursor: pointer;
    padding: 10px;
   
}

.go-up:hover {
    background: #ddd;
}

.content {
    height: 2000px;
    background: linear-gradient(#fff, #ccc);
}


/*Ajustamos contenido para pantalla de ordenador de sobremesa, portatil y tablet*/

@media screen and (min-width: 700px) and (max-width: 3270px) {

    /*Damos formato a la cabecera y al menú*/

    .cabecera {
        width: 98vw;
    }

    .container-fluid {
        width: 98vw;
        margin-left: 10px;
    }

    .nav-item {
        margin-left: 30px;
    }

    /*Imágen con título*/

    #backgroundDiv {
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
        padding-bottom: 40%;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .quienSoy {
        width: 80vw;
        margin: auto;
    }

    .accordion {
        width: 80vw;
        margin: auto;
        margin-top: 30px;
    }

    #pideCita {
        width: 80vw;
        margin: auto;
        margin-top: 30px;
    }

    #ubicacionContacto {
        width: 80vw;
        margin: auto;
        margin-top: 30px;
    }

    /*Damos formato al footer*/
    .contenedor {
        width: 98vw;
    }

}