@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Aquí puedes agregar tus estilos CSS */
body {
    font-family: 'Lato', sans-serif; /* Aplicando la fuente Lato al cuerpo */
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: 'Lato', sans-serif; /* Aplicando la fuente Lato al cuerpo */
}

header#header {
    background-color: white;
}

.header .logo img {
    max-height: 80px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.header .branding {
    min-height: 60px;
    padding: 0px 0;
}

.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus,.navmenu a, .navmenu a:focus {
    color: #000000;
    font-size: 17px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}

@media (max-width:600px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus,.navmenu a, .navmenu a:focus {
        font-size: 23px;
     
    }
    
}

.ml-5{
    margin-left: 5%;;
}


/******************************FOOTER************************************************/
.footer {
    color: var(--default-color);
    background-color: #000000;
    font-size: 14px;
    position: relative;
}


.footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 13px 10px;
   
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 15%;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}
.btn-whats {
    width: 70px;
    height: 70px;
}

/*******************Menu movil*********************/
.diMo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.diMo:hover{
    cursor: pointer;
}

@media (max-width:600px) {
   .diMo {
       
        margin-bottom: 15px;
    }
    
    
    
    
}


@media (max-width: 1200px) {

    a.nav-link.active {
        text-decoration: underline;
        text-decoration-color: #C866A4;

    }
}