@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
small{
    color: #2797d3;
    font-weight: 500;
    font-size: 15px;
}
h3{
    color: #2797d3;
    font-weight: 500;
}
h6 {
    font-size: 18px!important;
}

header a.logo img {
    max-height: 66px!important;
}
.title-extra-large{
    font-size: 30px!important;
    line-height: 50px;
    color: #fff!important;
}
.fondo-uno{
    background-image: url("../images/fond-oftalmos.jpg");
    background-size: cover;
    height: 600px;
    text-align: center;

    
}
.fondo-uno h3{
    font-weight: 500;
    color: #fff;
}
.woman-img{
    margin: auto;
    width: 100%;
}
.one-second-screen {
    height: 400px!important;
}
.fondo-oftalmos{
    background-color: #42729A;
}
.icon-eyes{
    background-image: url("../images/ojos.png");
    background-size: contain!important;
    background-repeat: no-repeat;
    height: 45px!important;
    width: 45px!important;
    display:inline-block;
}
.bg-extra-dark-gray{
    background-color: #2797d3!important;
}
.boton-oftalmos {
    margin-top: -8px;
}
header nav .navbar-nav > li > a{
    margin: 10px!important;
}
.fondo-estudio{
    background-image: url("../images/estu2.jpg");
    background-size: cover;
    height: 600px;
}
.dropdown-menu{
    left:40% !important;
}
.dropdown-item{
   display: block!important;
   padding: 10px;
}
.wp a, .wp a:active, .wp a:focus {
    color: #312f2f!important;
    text-decoration: none;
}
.fab{
    font-size: 25px;
}

.contacto-oft p{
    font-size: 18px!important;
}
#fixedbutton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}