
/* ===== FUENTE LATO DESDE GOOGLE ===== */
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600&display=swap');*/
@import url('https://fonts.googleapis.com');

/* ===== APLICACION GLOBAL ===== */
body {
    font-family: 'Lato' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.page-header h1 {
    color:#00294e !important;
    margin-bottom: 1em;
}

.header-contact {
    text-transform: uppercase !important; 
}


.container-sidebar-right {color:# !important;}
.container-sidebar-right .sidebar-right.card {
    background:#00294e;
    border:0;
    color:#ffffff !important;
    padding: 40px 10px 40px 20px;
}
.container-sidebar-right .sidebar-right.card h3.card-header {
    border:none;
}
.container-sidebar-right .sidebar-right.card .card-body {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
}

.container-sidebar-right .sidebar-right.card .card-body a{
    color:#fff;
    text-decoration:none;
}
.container-sidebar-right .sidebar-right.card .card-body a:hover{
    color:#e2895e;
}

.container-sidebar-right .sidebar-right.card .card-body i.fa-whatsapp {
    font-size:300%;
}

.el-item {
    list-style:none;
}
.el-item i {
    margin-right: 5px;
    font-size: 300%;
}    

/* ===============================
   HEADER LOGO + CONTACTO
   =============================== */

.container-header .navbar-brand{
    display:flex;
    align-items:center;
    width:100%;
}

.container-header .navbar-brand .brand-logo{
    flex:0 0 auto;
}

.container-header .navbar-brand .site-description{
    margin-left:auto;
}

.container-header .site-description div{
    text-align:right;
}

/* ===============================
   LINKS DE CONTACTO
   =============================== */

.site-description a, .site-description a:active, .container-header .navbar-brand a, .container-header .navbar-brand a:active{
    display:block;
    line-height:1.3;
    text-decoration:none;
    text-transform: uppercase !important;  
    font-size: 120%;
    color:#2d2e33;
}
.site-description a:hover, .container-header .navbar-brand a:hover{
    display:block;
    line-height:1.3;
    text-decoration:none;
    text-transform: uppercase !important;  
    font-size: 120%;
    color:#e2895e;
}

.site-description a i{
    font-size: 300%;
}
canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}


/* ====== LAYOUT 3 COLUMNAS PARA MODULOS CUSTOM ====== */

.container-footer .grid-child{
    display:flex;
    flex-wrap:wrap;
}

/* cada modulo ocupa 1/3 */
.container-footer .grid-child .mod-custom{
    flex:0 0 33.333%;
    max-width:33.333%;
    box-sizing:border-box;
    padding:15px;
}

/* evitar que el contenido rompa la columna */
.container-footer .grid-child .mod-custom .custom{
    width:100%;
}


.container-header .mod-menu>li>a {
    color: #2d2e33;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 0;
}



/* ===== MENU SUPERIOR ESTILO MODERNO ===== */

.container-header{
   /* background:#fff;*/
    padding:0;
}

/* contenedor del menú */
.container-header .mod-menu{
    display:flex;
    justify-content:center;
}

/* lista del menú */
.container-header .mod-menu ul{
    display:flex;
    gap:40px;
    list-style:none;
    margin:0;
    padding:15px 0;
}

/* items */
.container-header .mod-menu li{
    list-style:none;
}

/* enlaces */
.container-header .mod-menu a{
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    padding:8px 5px;
    transition:all .3s ease;
}

/* efecto hover */
.container-header .mod-menu a:hover{
    color:#e2895e;
    border-bottom:2px solid #e2895e;
}

/* item activo */
.container-header .mod-menu .current a{
    border-bottom:2px solid #e2895e;
}


.container-header .grid-child {
    padding: 1em 0;
}






/* ===================================================== */
/* ====== BLOQUE "ULTIMOS ARTICULOS" ====== */
/* ===================================================== */

/* contenedor del modulo */
.bottom-a.card {
    margin-top: 20px;
}

main .blog-featured h2.item-title {
    font-weight: 400;
}

/* titulo del modulo */
.bottom-a h3.card-header, main .blog-featured h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #00294e !important;
}

.bottom-a h3.card-header {
    border-left:2px solid #e2895e;
}

/* lista */
.mod-articles-grid ul {
    padding: 0;
    margin: 0;
            display: block;
    list-style-type: disc !important;
    padding-left:40px !important;

}


/* final*/

/* ===================================================== */
/* ===== ULTIMOS ARTICULOS - VIÑETAS + ESPACIADO ===== */
/* ===================================================== */

/* lista */
ul.mod-articles-items {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}

/* items */

ul.mod-articles-items li {
    margin-bottom:0 !important;
    margin-right:3rem !important;
}

/* enlaces */
ul.mod-articles-items li a {
    color: #00294e;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: 0.3s;
}

/* hover */
ul.mod-articles-items li a:hover {
    color: #d4af37;
}

ul.mod-articles-items li:hover {
    background:#fff; !important;
}

.mod-list li {
    padding:0 !important;
}

/*end final*/


/* cada item
.mod-articles-grid ul li {
    list-style: none;
    margin-bottom: 14px;
    display: list-item;
    unicode-bidi: isolate
    padding: 8px 20px 8px 10px;
    transition: all 0.3s ease;
} */



/* enlaces
.mod-articles-grid ul li a.mod-articles-link {
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    transition: all 0.3s ease;
        font-family: 'Lato' !important;
} */

/* hover 
.mod-articles-grid ul li a:hover {
    color: #d4af37;
        font-family: 'Lato' !important;
}*/

.bottom-a .card-body {
    padding:0 !important;
}

.bottom-a.card {
    border:none !important;
}

.mod-articles-grid {
    grid-gap: 1rem !important;
}

/* ===== RESPONSIVE ===== */

@media (max-width:768px){

.container-header .mod-menu ul{
    flex-direction:column;
    gap:10px;
    text-align:center;
}

}














/* ====== RESPONSIVE ====== */

@media (max-width:768px){

.grid-child{
    flex-direction:column;
}

.grid-child .mod-custom{
    flex:0 0 100%;
    max-width:100% !important;
    padding:10px 0;
}

}






/* ===============================
   RESPONSIVE
   =============================== */

@media (max-width:768px){

.container-header .navbar-brand{
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.container-header .navbar-brand .site-description{
    margin-left:0;
    margin-top:10px;
    width:100%;
}

.container-header .site-description div{
    text-align:center;
}

}