
* {
    margin: 0;
    padding: 0;
}

.cobalto {
    color: #005682;
}

.marino{
    color: #0F3855;
}

.cielo{
    color: #25BEF4;
}

.font-20{
    font-size: 20px;
}

.blank-bottom{
    padding-bottom: 5.5rem;
}

.blank-top{
    padding-top: 2.5rem;
}

.navbar {
    background-color: #005682;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.nav-link {
    color: white !important;
    display: inline-block !important;
}

li.nav-item.active a {
    border-bottom: solid 2px #00B0CE;
    padding-bottom: 0;
}

.whatsapp{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.whatsapp img{
    width: 100px;
}

#image-hero {
    background-image: url(imagenes/cielo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-hero {
    position: absolute;
    z-index: -1;
}


h1{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #005682;
    font-size: 4.5rem;
}

#promociones {
    background-color: #0F3855;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: white;
    font-size: 3rem; 
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    margin: 0 10px !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #005682 !important;
}

.text-marino {
    color: #0F3855;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Poppins', sans-serif;
}

.boton-card {
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: #0091D0;
    margin: auto;
    display: table;
}

#version{
    background-image: url(imagenes/background_botox.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.align-title-banner{
    min-height: 280px;
}

.hombre-botox {
    min-height: 320px;
}

.titulo-banner{
    font-weight: 100!important;
}

footer{
    background-color: #0F3855;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

/* Estilos página Nosotros */
.letras-cielum {
    color:#005682;
    font-weight: 900;
    font-size: 2rem;
    margin-right: 5px;

}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

hr {
    width: 70%;
    display: block;
    margin: 0 auto 4rem;
    border: 1px solid white;
    opacity: 1!important;

}

#quote{
    background-color: #0F3855;
}

.mision-icon{
    width: 80px;
}
.vision-icon{
    width: 100px;
}
#doctora{
    background: rgb(82,191,242);
    background: linear-gradient(180deg, rgba(82,191,242,1) 0%, rgba(84,194,240,1) 35%, rgba(28,149,238,1) 100%);
    position: relative;
}
.img-doctora{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.comilla-apertura {
    width: 60px;
}

.comilla-cierre{
    width: 60px; 
    float: right;
}

.linea-1{
    border: 1px solid white;  
    display: block; 
    width: 80%; 
    float: right;
}

.linea-2{
    border: 1px solid white;  
    display: block; 
    width: 80%;
}

.valores-font{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #0F3855;
}

.respeto-icon{
    width: 150px; 
    padding-top: 4rem;
}

.honestidad-icon{
    width: 120px;
}

.innovacion-icon{
    width: 100px;
}

.mapa{
    border:0; 
    min-height: 350px;
    width: 100%;
    height: 100%;
}
/* Clases página Contacto */

.h2-contacto{
    color: #0091D0;
}

.contenedor-icono {
    color: white;
    padding: 10px;
}

.bgdark {
    background-color: #005682;
    border-radius: 1rem;
}
.bglight {
    background-color: #0091D0;
    border-radius: 1rem;
}

.contenedor-icono img {
    padding: 10px 0 10px; 
    width: 150px;
}

#formulario{
    background-color: #005682;
}

.label-color {
    background-color: #25BEF4!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    min-width: 150px;
    margin: 1rem 0;
}
.input-group input{
    margin: 1rem 0;
}

.accordion-button:not(.collapsed){
    background-color: #0080A1;
    color: white;
}

.accordion-icons{
    width: 40px;
    margin-right: 10px;
}
.accordion-icons-2{
    padding: 5px;
}

.accordion-icons-3{
    width: 50px;
    margin-right: 10px;
}
.btn-accordion{
    background-color: #0091D0;
}

.accordion-img{
    border: 4px solid #005682;
    border-radius: 20px;
}
/* Media Queries */

/* Large devices (less than 1200px) */
@media (max-width: 1400px) { 
    h1{
        font-size: 3rem;
    }
    
 }

/* Medium devices (less than 992px) */
@media (max-width: 992px) { 
    h1{
        text-align: center;
    }
 }
/* Small devices (less than 768px) */
@media (max-width: 768px) { 
    
 }
/* Extra small devices (less than 576px) */
@media (max-width: 576px) { 
    h1{
        font-size: 2rem;
    }
 }