@font-face {
    font-family: Mediet;
    src: url(fonts/Midiet_Sans_Bold.otf),
        url(fonts/Midiet_Sans_Italic_Bold.otf),
        url(fonts/Midiet_Sans_Italic_Light.otf),
        url(fonts/Midiet_Sans_Italic_Medium.otf),
        url(fonts/Midiet_Sans_Light.otf),
        url(fonts/Midiet_Sans_Medium.otf);
}

:root {
    --color-naranja: #F54E48;
    --color-negro: #2d2d2d;
    --color-seminegro: #323D40;
    /*--fuente-montserrat: 'Montserrat', sans-serif;
    --fuente-lato: 'Lato', sans-serif; */
    --fuente-harabara: 'Harabara', sans-serif;
}

a.idioma {
    color: var(--color-seminegro);
}

a.idioma:hover {
    font-weight: 700;
}

a.idioma:not(:last-child)::after {
    display: inline-block;
    content: '|';
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: black;
}

a.idioma:hover::after {
    font-weight: 300;
}

.dropdown-menu, .dropdown-item{
    background-color: #EDEDED;
    padding-top: 8px;
}

/* añadí */
.dropdown-menu{
    padding-top: 0px; padding-bottom: 0px;
    /*margin: 0px;*/ 
    margin-top: 4px;
    border-radius: 0rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* Agregar bordes redondeados al primer submenú */
.dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Agregar bordes redondeados al último submenú */
.dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.dropdown-item:focus, .dropdown-item:hover {
    background-color: #800000; /*#AD9857 ;*/
    color: white;
}

.nav-item, .nav-item * {
    font-family: var(--fuente-harabara);
    font-size: 14px; /*10.5px;*/
    font-weight: bold;
    /*height: 30px;*/
}

.nav-item .menus:focus, .nav-item .menus:hover {
    background-color: #800000; /*#AF9958;*/
    border-radius: 3vw;
}

.nav-item.resaltar>.nav-link {
    color: green;
    font-weight: 700;
}

.nav-item.resaltar .dropdown-item:focus, .nav-item.resaltar .dropdown-item:hover {
    background-color: green;
}

.layout-top-nav .wrapper .main-header .brand-image {
    padding-top: 0;
    height: 55px; /*46px;*/
}

/*@media screen and (max-width: 399px) {
    .layout-top-nav .wrapper .main-header .brand-image {
         padding-top: 0;
    	 height: 33px;
    }
}*/

.nav-link {
    color: var(--color-negro);
}

.nav-link:hover, .nav-link:focus {
	background-color: #800000; /*#AF9958;*/
    color: white;
    height: 30px;
    border-radius: 3vw;
}

a.footer:hover {
    font-weight: 700;
}


.soleol-modal {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 2000;
}

.soleol-modal>img {
    top: calc(50% - 64px);
    bottom: auto;
    left: calc(50% - 89px);
    right: auto;
}

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(6.5rem + 1px);
    background-color: #ffffff;
}

/* a href */
a.efecto {
	color: var(--color-seminegro);
}

a.efecto:hover {
	color: var(--color-seminegro);
    font-weight: 700;
}
/* end: a href */


/* opacidad */
.opacity-100 {
	opacity: 1
}
.opacity-75 {
	opacity: .75
}
.opacity-50 {
	opacity: .5
}
.opacity-25 {
	opacity: .25
}
.opacity-0 {
	opacity: 0
}


.efecto-opacity-img::before{
    transition: all .5s ease-in;
    /*background-color: rgb(0, 194, 129);*/
    background-color: rgb(190, 83, 49);
    opacity: 0.5;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 30px;
}
.efecto-opacity-img:hover::before{
    opacity: .6 ;
    margin-left: 30px;
    margin-right: 30px;
}

