/* MAIN TOP MENU */
.g-main-nav ul, #g-mobilemenu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    }     
    .g-main-nav .g-toplevel > li {
        transition: background 0.2s ease-out, transform 0.2s ease-out;
        padding: 8px 14px;
    }
        .g-main-nav .g-toplevel > li a{
            color: #616161!important;
        } 
        .g-main-nav .g-toplevel > li.active, .g-main-nav .g-toplevel > li:hover {
            background: #1295CC;
        }
        .g-main-nav .g-toplevel > li.active a, .g-main-nav .g-toplevel > li:hover a{
            color: #ffffff!important;
        }    





/*--------------------------------------------------------------
                    Section Category Menu
----------------------------------------------------------------*/
#g-intro, .breadcrumb,  #g-header {
    background: #fbfbfb;
}

    #category_menu_items{      
      background: rgba(0, 0, 0, 0);
      display: flex;
      justify-content: space-between; 
      flex-wrap: wrap;       
      margin: 0 auto;  
      margin-top: -20px;
      }
      #category_menu_items p{        
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        width: 12.5%;
      }
        #category_menu_items p a{     
          color: #fff;          
          width: 100%;
          min-height: 120px;
          transition: all .5s ease;          

          display: flex;
          justify-content: center;
          align-items: center;
        }
          #category_menu_items p a:hover{            
            background: rgba(0, 0, 0, .2);            
            margin-top: -20px;
            text-decoration: none;            
          }
          #category_menu_items p a img{
            width: 80%;
          }
        /*-- Category menu icolor items --*/
        #category_menu_items p:nth-child(1){          
          background: #1C8FC0;
        }
        #category_menu_items p:nth-child(2){
          background: #8BB628;
        }
        #category_menu_items p:nth-child(3){          
          background: #A92CDE;
        }
        #category_menu_items p:nth-child(4){
          background: #DFB632;
        }
        #category_menu_items p:nth-child(5){          
          background: #DE6429;
        }
        #category_menu_items p:nth-child(6){
          background: #2FE1A4;
        }
        #category_menu_items p:nth-child(7){          
          background: #2265E0;
        }
        #category_menu_items p:nth-child(8){
          background: #EA49A2;
        }                



/*--------------------------------------------------------------
                    Section Notas grid
----------------------------------------------------------------*/
#g-features {
    background: #fafeff;
    padding-top: .5rem;
}

  #g-utility .info_panel{    
    padding: 30px 0 10px 0;
    }
  /*-- info panel --*/
    #g-utility .alert-info{
      background-color: #fff;
      border-color: #3B73EF;
      color: #8a8a8a;  
      padding: 0px;  
      margin-top: 30px;
      transition: all .3s ease;  
    }
      #g-utility .alert-info:hover{
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
        cursor: pointer;
      }
      .info_panel .alert-dismissable .close, .info_panel .alert-dismissible .close {
        position: relative;
        top: 8px;
        right: 12px;
        color: inherit;
      }      
      #g-utility .alert-info-wrap{        
        display: flex;
      }
        #g-utility .alert-info-wrap .info-icon{
          background: #3B73EF;
          color: #fff;
          padding: 20px;
        }
        #g-utility .alert-info-wrap p {
            font-family: 'Merriweather', serif;
            font-size: 1.2rem;
            line-height: 1.6rem;
            padding: 20px 10px 10px 20px;
        }
        .alert .close {
            top: -2px;
            right: -21px;
            line-height: 20px;
            padding: 10px 10px;
            font-size: 2rem;
        }





/*------------------------------------
    BT Content Slider sytles
------------------------------------*/
.bt-cs .bt-inner {
    background: #fff;
    margin: 5px;
    border: solid 1px #ccc;
    border-radius: 4px;
    transition: all ease .5s;
}
.bt-cs .bt-inner:hover {
    /*background: rgba(18, 149, 190, .01);*/
    border: solid 1px #effaff;
    box-shadow: 0px 0px 10px 0px #1295CC;
}

    .bt-cs .bt_handles {
        margin-top: -10px !important;
    }
    .bt-cs .bt-inner .bt-category {
        clear: both;
        color: #b3b3b3;
        font-weight: bold;
        line-height: 150%;
    }
    
    .bt-cs .bt-inner .bt-title {
        clear: both;
        color: #1295CC;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 150%;
    }
    
    .bt-cs .bt-date, .bt-cs .bt-author {
        font-weight: normal;
        font-size: 80%;
        color: #bdbebf;
    }
    .bt-center{
        background: #ececec;
        width: 100%;
        height: 220px;
    }
    .bt-introtext {
        color: #6d6d6d;
        line-height: 1.4rem;
    }
    .readmore {
        margin: 1rem 0;
        display: flex;
        justify-content: flex-end;
    }
        .readmore a{
            color: #1295CC;
            border: solid 1px #1295CC;
            border-radius: 100px;
            padding: 2px 20px;
        }

.bt-row-separate {
    display: none;
}    
    
    
    
    
#logos_categorias p{
    display: flex;
  justify-content: space-between;
}    
    


/*------------------------------------
            Newsletter styles
------------------------------------*/
#userForm h2{
    font-weight: 700;
}

.formRed {
    color: red;
    font-weight: bold;
    border: solid 1px red;
    padding: 10px;
    border-radius: 4px;
    background: #fdf0f0;
}

.formError {
    color: #f3dcdc;
    font-weight: bold;
    font-size: 14px;
}


.thankyou{
    text-align: center;
    background: #d0fbe2;
    border: solid 1px #72c73f;
    border-radius: 4px;
    padding: 20px;
    font-size: 1.2rem;
    color: green;
}
#nombre, #correo, #enviar{
    height: 50px;
}
#enviar{
    font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #ffffff;
    width: 100%;
    /*margin-top: -5px;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}    
  #enviar:hover{
      background: #ffffff;
      color: #1295cc;
  }  
    
    
#g-footer .g-copyright {
    font-size: 1.2rem;
}    
    
    
    
    
    
/*---------- Breadcrumbs ---------*/
.breadcrumb {
    margin: 0;
}  
    
    
    
    
/*---------- Breadcrumbs ---------*/
#userForm h2{
  display: none;
}
#Send{
  padding: 20px;
  width: 100%;
}

    
    
    
/*------------------------------------------------------------------------
                            MEDIA QUERIES
------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .g-main-nav .g-toplevel > li {
        padding: 2px 2px;
    }
        .g-main-nav .g-toplevel > li a{
            font-size: 13px!important;
        } 
}


@media only screen and (max-width: 768px) {
    #g-header{
        display: none;
    }
    #g-navigation .g-social {
        margin-right: 40px;
    }
    .g-main-nav ul, #g-mobilemenu-container ul {
        display: grid;
    }
        .g-main-nav .g-toplevel li a{
            color: #ffffff!important;
        }  
        .g-main-nav .g-toplevel li a:hover{
            color: red!important;
        }  
}


@media only screen and (max-width: 760px) {
    #category_menu_items{
        display: none;
    }
}





