@font-face {
    font-family: gadugi;
    src: url(/FONTS/Gadugi-Font-Family/gadugi-normal.ttf);
    font-family: berlin-sans fb;
    src: url(/FONTS/BerlinSansFb/BRLNSR.TTF);
    font-family: berlin-sans fb negrita;
    src: url(/FONTS/BerlinSansFb/BRLNSB.TTF);
}




body{
   /* font-family: gadugi-normal;
    font-style: normal;*/
    width: 1366px;
    height: 768px;
    margin: auto; /* Centra la página en la ventana del navegador */
    
}
.bloque_iconos{
    height: 44px;
    background-color: #f3f5f5; ;
}
/* HEAD + MENU ------------------------------------------------------------------- */
.nav-link:hover{
    /* Este color es al pasar el mouse por encima */
    color: #5dcadb;;
    
}
.dropdown-menu{
    background-color:  transparent;
    border: none;
    /*text-shadow: 1px 1px 10px white; */
}

/* desplegable de INTERNACIONALES */
.dropdown-item:hover{     
    background-color:  rgba(236, 148, 148, 0.2);
    color:#cdf8ff;;
    /*background-color: #d49066;*/
}
/* HEAD -------------------------------------------------------------------------- */

/*Carrusel ------------------------------------------------------------------------ */
#carousel{
    overflow: hidden;
}
/* DESTACADOS NACIONALES - IMAGENES------------------------------------- */

#ico_face, #ico_what, #ico_insta,#ico_telef, img{
    cursor: pointer;
}


/* RESPONSIVIDAD --------------------------------------------------------------------------------------------------------------------------------- */
@media(max-width:375px){
    .carousel slide{
        height: 25%;
        width: 100%;
    }
}

@media(max-width:375px){
#tit_destacados_nacionales{
    scale: .8;
}
}

