html,
body {
    font-family: 'Squada One', cursive;
   
}


/* banner */

#banner {
    height: 100vh;
    background: url('../img/banner/mainfondo.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

#banner-contenedor-info {
    background-color: whitesmoke;
    height: 75vh;
    width: 70%;
    min-width: 250px;
    box-shadow: 5px 5px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#banner-contenedor-info h4,
#banner-contenedor-info h6 {
    text-align: center;
}

#logo-banner {
    width: 40%;
    min-width: 220px;
    margin: 0 auto;
}
#btn-agende {
    padding: 2px;
}



/* Menuu */

#menu {
    font-size: 20px;
}

.fondo-verde {
    background-color: #71d326;
    transition: all 1s ease;
}

.fondo-azul {
    background-color: #1c4797;
    transition: all 1s ease;
}

.fondo-blanco {
    background-color: whitesmoke;
    transition: all 1s ease;
}
/*  servicios */

#servicios {
    display: flex;
    flex-direction: column;
    align-items: center;


    padding-top: 70px;
    padding-bottom: 30px;


    background-color: re;
    font-size: .8em;
}

#servicios h1 {
    color: #1c4797;
}

#contenedor-servicios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 40px;
    width: 70%;
    min-width: 250px;
    text-align: center;
}

#consultas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#consultas h2 {
    margin: 20px;
    padding: 10px;
    box-shadow: 5px 5px 10px;
    color: #71d326;
}
#consulta-domicilio{
    margin: 20px;
    padding: 10px;
    box-shadow: 5px 5px 10px;
    color: #71d326;
}
#h2-examenes{
    margin: 20px;
    padding: 10px;
    box-shadow: 5px 5px 10px;
    color: #1c4797;
}

#examenes {
    margin: 30px 0;
}

#serviciosvarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    width: 60%;
    min-width: 200px;
    margin-top: 70px;
    margin-bottom: 20px;

    border: solid 1px #1c4797;
    box-shadow: 5px 5px 10px;
}

#serviciosvarios h4 {
    margin: 20px;
    font-size: 2em;
}

/* Pacientes */

#pacientes {

    
    background: #1c4797;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 60px;
    padding-bottom: 30px;
}

#pacientes h1 {
    color: whitesmoke;
}

#contenedor-imagenes {
    width: 80%;
    min-width: 260px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.item-imagen {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
    margin: 20px;
}

/*  Videos  */

#videos {
/*    min-height: 100vh;*/

    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 60px;
}

#videos h1 {
    color: #71d326;
}

#contenedor-videos {
    width: 90%;
    min-width: 260px;
    min-height: 100vh;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    margin-top: 20px;
    margin-bottom: 30px;
}

.video {
    width: 45%;
    height: 300px;
    min-height: 240px;
    min-width: 270px;

    margin: 5px;
}

/*  Cursos  */

#cursos {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 60px;
    padding-bottom: 40px;
}

#contenedor-cursos {
    width: 90%;
    min-width: 260px;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;

    margin-top: 30px;
}

.card-curso {
    width: 320px;
    background-color: whitesmoke;
    box-shadow: 5px 5px 10px;
    margin: 15px;

    display: flex;
    flex-direction: column;
}

.img-curso {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-curso-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}

.card-curso-body h3 {
    font-size: 1.4em;
}

.card-curso-body p {
    font-family: Arial, sans-serif;
    font-size: .9em;
}

.precio-curso {
    font-size: 1.6em;
    margin: 10px 0;
}

/* contacto */

#contacto {
    min-height: 100vh;
    width: 100%;
    background: #71d326;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
    padding-top: 40px;
}

.tarjeta-contacto {
    width: 40%;
    min-width: 300px;
    height: 80vh;
    background-color: whitesmoke;
    box-shadow: 5px 5px 10px;
    margin: 20px 40px;;
}

#info-personal {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#info-personal p {
    margin: 1px;
}

#info-personal img {
    width: 50%;
}

#1-p {
    margin-top: 5px;
}

.texto-verde {
    color: #71d326;
}
.texto-azul {
    color: #1c4797;
}
.texto-blanco {
    color: whitesmoke;
}

#info-contacto {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.redes {
    width: 20%;
    margin: 0 auto;
}
#contenedor-redes {
    text-align: center;
}








