/*
#eeaadb rosa
#FE65C3 fuscia
#fdc3b5 salmon
#94dfb8 verde agua
*/

a {
    color: inherit;
    text-decoration: none;
}

body {
    background: #f8f9fa;
    font-family: "Roboto", sans-serif;
}

.navbar-brand {
    padding-left: 20px;
}

nav ul {
    margin-left: auto;
    margin-top: 0;
    font-weight: bold;
}

nav li {
    padding-right: 40px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #8e0158;
}

header .nav-link {
    text-align: right;
}

.navbar-light .navbar-toggler {
    margin-left: auto;
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #f464bc;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #94dfb8;
}

.bg-light {
    transition: all 0.3s ease;
}

.sombra {
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.fondo {
    background: url(../images/fondo2.svg);
    background-size: cover;
}

.principal {
    min-height: 80vh;
    display: flex;
}

.margenes {
    margin-top: 140px;
}

.btn-primary {
    background: #c92c8d;
    border: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.btn-primary:hover {
    background: #8e0158;
}

.btn-primary:active {
    background: #500132 !important;
    box-shadow: 0px 0px 5px 5px #eeaadb !important;
}

.btn-primary:focus {
    background: #8e0158;
    box-shadow: 0px 0px 3px 4px #eeaadb;
}

.card-body-button {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.imagenHome {
    background: url(../images/principal.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-bottom: 10px;
}

.logoSeba {
    max-height: 30vh;
    writing-mode: vertical-lr;
    margin-bottom: 20px;
}

.tarjetas {
    margin-bottom: 60px;
    display: flex;
}

.tarjetas .card {
    border: 3px solid #f464bc !important;
    box-shadow: none !important;
    background: #f8f9fa;
}

/*
#muestra2020 .card {
	margin-top: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	background-color:#141619;
	text-align: center;
}

.fotoMuestra{
	background: url(../images/muestrab.jpg);
	background-size: cover;
	height: 311px;
}*/

#clasesHome {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/fondo4.svg);
    background-size: cover;
}

#clasesHome img {
    max-width: 20%;
    align-self: center;
}

#clasesHome .card {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#clasesHome .card-body {
    padding: 2rem;
}

#clasesHome .fotoClase1 {
    background: url(../images/baile.webp);
    background-size: cover;
    height: 281px;
}

#clasesHome .fotoClase2 {
    background: url(../images/act.webp);
    background-size: cover;
    height: 281px;
}

#clasesHome .fotoClase3 {
    background: url(../images/fisico.webp);
    background-size: cover;
    height: 281px;
}

#clasesHome h5 {
    text-align: center;
    font-variant: unset;
    padding: 25px;
}

.card {
    border: none;
}

.card-title {
    font-family: "zuumeextrabold_italic";
}

#testimonios h3 {
    text-align: center;
    margin: 40px 0px 40px 0px;
}

#testimonios h6 {
    text-align: right;
}

#testimonios .card-body {
    padding: 2rem;
}

#testimonios p {
    margin-bottom: 5px;
    font-style: italic;
}

#testimonios .card {
    border: 1px solid #f0bee3;
    border-left: 15px solid #f0bee3;
    margin-bottom: 10px;
}

#miniBio {
    background: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 40px;
}

#miniBio img {
    border-radius: 100px;
    max-width: 200px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#miniBio .card {
    background: #f0bee3;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#miniBio .card-body {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
    font-weight: bold;
}

footer {
    background: #f8f9fa;
    padding-top: 30px;
    padding-bottom: 40px;
}

footer h6 {
    font-variant: all-petite-caps;
    margin-top: 20px;
}

footer img {
    max-width: 40px;
    margin-right: 20px;
}

footer p {
    font-size: small;
}

.bio {
    margin-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 60px;
}

.bioP p {
    font-size: large;
}

.bio h1 {
    font-family: "zuumeextrabold_italic";
}

.fondoBio {
    background: url(../images/fondo4.svg);
    background-size: cover;
}

.sombra2 .card {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.nav-pills .nav-link {
    margin-bottom: 20px;
    background: #e296cd;
    margin-right: 10px;
    color: white;
    min-width: max-content;
}

.nav-pills .nav-link.active {
    background: #c92c8d;
}

.fotoBio1 {
    background: url(../images/seba-bio.webp);
    background-size: cover;
    min-height: 28rem;
    background-position: right;
}

.fotoActor1 {
    background: url(../images/actor1.webp);
    background-size: cover;
    min-height: 22rem;
    background-position: right;
}

.fotoActor2 {
    background: url(../images/actor2.webp);
    background-size: cover;
    min-height: 22rem;
    background-position: right;
}

.btn-sm {
    margin-bottom: 5px;
}

.btn-sm:hover {
    background: #8e0158;
    border-color: #8e0158;
}

h5 {
    font-variant: all-petite-caps;
}

.italica {
    font-style: italic;
}

/*@media only screen 
and (min-device-width : 414px) and (max-device-width: 1136px)
and (max-device-width : 736px) { }
@media only screen and (min-width: 324px) and (max-width: 736px) {*/
@media only screen and (max-device-width: 767px) {
    /* iPhone only */
    /* Styles */
    .off {
        display: none !important;
    }
    .on {
        display: block !important;
        min-height: 80vh;
    }

    .margenes {
        padding-left: 10px;
    }

    .imagenHome {
        min-height: 400px;
    }

    .fotoActor1 {
        min-height: 15rem;
    }

    .fotoActor2 {
        min-height: 15rem;
    }

    .titulo {
        display: block;
    }

    .tarjetas {
        display: block;
    }

    .tarjetasH {
        margin-bottom: 20px;
    }

    .fotoBio1 {
        min-height: 20rem;
    }

    #testimonios p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .logoSeba {
        max-height: 20vh;
    }
    #clasesHome h5 {
        font-size: medium;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .logoSeba {
        max-height: 20vh;
    }

    .principal {
        min-height: 50vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .logoSeba {
        max-height: 20vh;
    }

    .principal {
        min-height: 50vh;
    }
}
