

:root {
    --main-font-family : Verdana, sans-serif; 
    /*--main-font-family : Arial, Helvetica, sans-serif;*/
}

/*Page wrapper: used to set the posittion of de wrapper from the menu navbar*/
#page-wrapper {
    padding: 65px  0px 0 0px;
    min-height: 568px;
    background-color: #fff;
}

.principalBody{
    position: relative;
}

p {
    color: #616161;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        /*margin-left: 250px;*/
        padding: 65px  0px 0 0px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}

/*Elimina el efecto de sombra en el carousel de boostrap*/
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
 }

 /*Manipula la posición de la flecha derecha del carousel.*/
 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 1rem;  
  }
  
  /*Manipula la posición de la flecha izquierda del carousel.*/
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 1rem;
  }

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*width: 25%;*/
    border-radius: 5px;
    background-color: rgba(218, 83, 195, 0.877);
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/*img {
    border-radius: 5px 5px 0 0;
}*/

.container {
    padding: 2px 16px;
}

/*a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}*/
  /*MENU CARDS*/
 .path_card {
    height: 6.75rem;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    color: #fff;
    padding: 0 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    margin: 0.75rem 0 0.75rem 0;
    box-shadow: 5px 5px 25px 0px rgba(46,61,73,0.2);
    background: hsl(193, 98%, 45%) center center no-repeat;
    transition: box-shadow 0.3s ease;
    background-size: cover;     
}

.path_card:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2)
}

@media screen and (min-width: 30rem) {
    .path_card {
        height:15.25rem;
        padding: 0 40px;
        /*width: 271px;
        max-width: 271px;
        min-width: 271px;*/
        margin: 0.1 0.75rem 1.5rem 0.75rem
    }
}

.path_card--description {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto
}

.path_card--description::after {
    clear: both;
    content: "";
    display: table
}

.path_card--description p {
    font-size: 1.75rem;
    /*font-size: 1.125rem;*/
    line-height: 2rem;
    font-weight: 600
}

.bg-ios {    
    background-image: url("../../assets/images/asd.png");    
    position: relative;

}

.bg-ios::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(218, 83, 195, 0.877);
  }


.bgc-pink{ 
    background-color: rgba(218, 83, 195, 0.877);
}

.bgc-light_blue {
    background-color: rgba(2, 179, 228);
}

.bgc-orange{
    background-color: rgb(253, 189, 51)
}

.bgc-green{
    background-color: rgb(83, 190, 124)
}

.bgc-purple{
    background-color: rgb(188, 53, 250)
}

.white {
    color: #fff !important
}

.mb-0 {
    margin-bottom: 0 !important
}


.section-principal-page{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.btn:hover {
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}

.btn {
    box-shadow: 0 1.5px 3px 0 rgba(0,0,0,0.2) !important ;
    border-radius: .125rem;
}

button:focus {
    outline: 0!important;
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin-bottom: 3px;
}

.form-control:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
}

.form-control {
    box-shadow: 0 1.5px 3px 0 rgba(0,0,0,0.2);
}

.panel {
    box-shadow: 0 1.5px 3px 0 rgba(0,0,0,0.2);
}

.table {
    box-shadow: 0 1.5px 3px 0 rgba(0,0,0,0.2);
}


.borde-gris {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}

.btn-indigo {
    background-color: #3f51b5!important;
    color: #fff!important;
}

.btn-completed {
    background-color: #30ac9f;
    color: #fff!important;
}

.btn-agex-blue {
    background-color: #3f51b5!important; 
    color: #fff!important;    
}

.bg-indigo {
    background-color: #3f51b5!important;   
    color: #fff!important; 
}

.bg-agex-blue {
    background-color: #3f51b5!important; 
    color: #fff!important;    
}

.bg-completed {
    background-color: #30ac9f;
    color: #fff!important;
}

.text-agex-blue {
    color: #3f51b5!important;    
}

.text-completed {
    color: #30ac9f;
}

.text-danger {
    color: #d9534f;
}

.card-form {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
    transition: 0.3s;
    /*width: 25%;*/
    border-radius: 5px;
    /*background-color: rgba(218, 83, 195, 0.877);*/
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-form-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#imgBrandLogo{
    width:160px;height:70px;
}

#brandLogo {
    margin-left: -20px;
    margin-top: -30px;
    margin-right: 20px;
}

.mythumbnail{
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    padding:1px;
    border:1px solid #ccc;
}

.mybannerthumbnail{
    width: 100%;
    height: 100%;
    /*max-width: 1000px;*/
    max-height: 200px;
    padding:1px;
    border:1px solid #ccc;
}

#UnAutorizedBlock {
    background: #cbd1da;    
    padding-top: 20px;
  }

#UnAutorizedBody{
    margin: 0, 30, 30, 30;
}

 /*------------------------------------------------------------------
[Login]
-------------------------------------------------------------------*/

#LoginBlock {
    width: 100%;  
    min-height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #cbd1da;   
    border-radius: 10px; 
    /*padding-top: 20px;*/
  }

#LoginBody{
    margin: 0, 30, 30, 30;
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.login-form {
    width: 100%;
    
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 100px 93px 100px;
  }

  .login-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
    
  }

  .login-form-title-label {
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
  }  


/****************************************************************************************
TEAM MEMBERS
*****************************************************************************************/

.team-member {    
    text-align: center;
    /*padding-top : 2rem;
    padding-bottom: 2rem;*/
}

.team-member-modal-area{
    
    background: linear-gradient(to bottom, rgb(22, 53, 153, 0.863), #163599);    
}

.team-member-text-area{
    
    margin: 2rem;
    margin-top: -12rem;
    background: linear-gradient(to bottom, rgba(41, 40, 40, 0.863), rgb(10, 9, 9));
    /*background: rgba(2, 2, 2, 0);    */
    padding-top: 13rem;  
}

.team-member-text-area-color-blue{
    background: #163599 !important;
}

.team-member-text-area-color-dark-blue{
    background: #23315f !important;
}

.team-member-description {      
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    transition: 0.3s;
    border-radius: 5px;
    /*background: #fff;*/
    padding: 0px 10px 0px 10px;
    min-width: 225px;
    /*min-height: 250px;*/
    min-height: 13rem;
}



.team-member img {
    width: 15rem;
    height: 15rem;
    border: 1px solid #fff;
}

.team-member-modal img {
    width: 25rem;
    height: 25rem;
    border: 7px solid #fff;
}

.team-member-modal h3 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 3rem;
    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: 'Poiret One', cursive;*/
    color: rgb(255, 255, 255);
}

@media(max-width:768px) {
    .team-member-modal img {
        width: 15rem;
        height: 15rem;
        border: 7px solid #fff;
    }
}

.mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.team-member h3 {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: 'Poiret One', cursive;*/
    color: rgb(255, 255, 255);
}

.team-member-job {
    color: rgb(255, 255, 255);/*rgb(2, 22, 91);*/
    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*text-transform: capitalize;*/
    min-height: 5rem;
}

.team-member-modal .team-member-job {
    font-size: 2rem;
    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/    
}

.team-member-description-text {
    /*color: rgb(104, 103, 103);*/
    color: rgb(255, 255, 255);
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: var(--main-font-family);
}

img {
    vertical-align: middle;
    border-style: none;
}

.team-member-name{    
    font-size: 1.5rem;    
}

/*MODULE MENU OPTIONS*/
.module-menu{
    padding-top: 5rem;
    /*padding-left: 5rem;
    padding-right: 5rem;*/
    padding-bottom: 0rem;
}

.module-menu-item{
    position: relative;
    height: 35rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: #30ac9f;
    color: rgb(255, 255, 255)
}

.module-menu-item-back{
    position: relative;
    height: 35rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    background-color: #30ac9f;
    /*-webkit-filter: brightness(0.30);filter: brightness(0.30);*/
    color: rgb(255, 255, 255)
}


@media (min-width: 992px){
    .module-menu-container{
        padding: 0;
        cursor: pointer;
    }    
}
@media (max-width: 992px){
    .module-menu-container{
        padding-top: 0;
        cursor: pointer;
    }

    
}

.module-menu-title{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: var(--main-font-family);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    /*font-size: 3rem;*/
    /*padding-top: 6rem;
    padding-bottom: 2rem;    */
    color: rgb(255, 255, 255);
}

.module-menu-title-section {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width:100%;
    color: rgb(255, 255, 255);
    /*padding-top: 0.5rem;*/
    height:70px;
    background-color:rgba(0, 0, 0, 0.8);
    
}

.module-menu-title-section-colored {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width:100%;
    color: rgb(255, 255, 255);
    /*padding-top: 0.5rem;*/
    height:65px;
    background-color:rgba(0, 0, 0, 0.8);
    
}

.module-menu-title-section-colored-red{
    background-color:rgba(247, 37, 37, 0.952) !important;
}

.module-menu-title-section-colored-green{
    background-color:rgba(18, 175, 84, 0.952) !important;
}

.module-menu-title-section-colored-orange{
    background-color:rgba(241, 90, 34, 1) !important;
}

.module-menu-title-section-colored-yellow{
    background-color:rgba(245, 229, 27, 1) !important;
}

.module-menu-title-section-colored-blue{
    background-color:rgba(34, 167, 240, 1) !important;
}


.back .module-menu-container {
    
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.6);    
}

.module-menu-title-section-back {
    position: absolute;
    top:0;
    width:100%;
    color: rgb(255, 255, 255);
    /*padding-bottom: 0.5rem;*/
    /*height:65px;*/
    background-color:rgba(0, 0, 0, 0.8);
    
}

.module-menu-title-back{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: var(--main-font-family);
    /*font-size: 3rem;*/
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1;
    
}

.module-menu-description-section{
    position: absolute;
    top:1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.module-menu-description{
    font-size: 1.5rem;
    text-align: center;
    color: white;   
    /*margin-top: 1rem; */    
}

@media (min-width: 992px){
    .module-menu-description{
        margin-top: 0; 
        }
    }
    @media (max-width: 992px){
        .module-menu-description{
            margin-top: 0.5rem; 
            }
        }

.module-menu-item:hover {
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}

.module-menu-item {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important ;
    /*border-radius: .125rem;*/
}

.module-menu-item:focus {
    outline: 0!important;
}

.module-menu-item-back:hover {
    /*box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);*/
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    outline: 0;
}

.module-menu-item-back {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important ;
    /*border-radius: .125rem;*/
}

.module-menu-item-back:focus {
    outline: 0!important;
}

/***********************************************************************************************
                    BACKGROUNDS
***********************************************************************************************/
.bg-img-four-squares {
    background-image: url(../images/backgrounds/four-squares.jpg);        
}

.bg-img-office {
    background-image: url(../images/backgrounds/officebg.png);        
}

.bg-img-world-map {
    background-image: url(../images/backgrounds/world-map.png);        
}

.bg-img-module1{
    background: url(../images/backgrounds/module1.jpg) center;    
    background-size: cover;
    color: rgb(255, 255, 255)
}


.bg-img-module2{
    background: url(../images/backgrounds/module2.jpg) center;    
    background-size: cover;
    color: rgb(255, 255, 255)
}

.bg-img-module3{
    background: url(../images/backgrounds/module3.jpg) center;    
    background-size: cover;
}

.bg-img-module4{
    background: url(../images/backgrounds/module4.jpg) center;    
    background-size: cover;
    color: white
}

.bg-img-light-blue{
    background-image: url(../images/backgrounds/bg-light-blue.jpg);    
}


/*.bg-img-light-blue .cortina1 {
    background: rgba(192, 246, 248, 0.69);
}
*/
.bg-rrhh-personal{
    background: rgb(75, 173, 233)
}


/*
    Wellcome message div
*/
.wellcomeMessage{
    margin: 2rem;
}



.wellcomeMessageBlock{
    position: relative;
    /*top: -15rem;*/
    /*margin-top: -15rem;*/
    padding-left: 1rem;
    padding-right: 2rem;
    padding-bottom: 0rem;
    width: 50%;
    float: left;
    /*height: 200px;*/
}

.wellcomeMessageTextBlock{
    position: relative;
    top: 0;
    right: 0;
    /*margin-top: -15rem;*/
    padding-left: 1rem;
    padding-right: 2rem;
    padding-bottom: 0rem;
    width: 50%;
    float: left;
    /*height: 200px;*/
}

.wellcomeVisionBlock{
    position: relative;
    top: 8rem;
    /*padding-top: 5rem;*/
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 8rem;
}

@media (max-width: 992px){
    .wellcomeVisionBlock{
        top: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }

    .wellcomeMessageBlock{
        top:0;
        padding-left: 1rem;
        padding-right: 2rem;
        padding-bottom: 0rem;
        /*height: 125px;*/
        width: 100%;
    }

    .wellcomeMessageTextBlock{
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}


.colorBar{
    width: 100%;
    height: 8px;
    background: url(../../assets/images/backgrounds/colorful.png) no-repeat right top;
    background-size: 100%
}

/*TEXT*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: var(--main-font-family);
    /*font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';*/
}

@media (min-width: 992px) {
.imageBanner{
    width: 100%;
    height: 300px !important; 
    border-radius: 0;    
    size: cover;
    margin:auto;
    display:block;
}

.eventsBanner{
    width: 100%;
    height: auto !important; 
    max-height: 800px;
    border-radius: 0;    
    size: cover;
    margin:auto;
    display:block
}
}

@media (max-width: 992px){
.imageBanner{
    width: 100%;
    height: 200px !important; 
    border-radius: 0;    
    size: cover;
    display:block;
}

.eventsBanner{
    width: 100%;
    height: auto !important; 
    border-radius: 0;    
    size: cover;
}
}




/*
    SECTION GENERALS
*/

.principal-title{
    font-size: 3em;
    text-transform: capitalize;
    font-weight: 800;    
    padding: 0 0 0.5em;
    line-height: 1;
}

.principal2-title{
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 800;    
    padding: 0.5em ;
    line-height: 1;
}

.section-title{
    font-size: 2.6em;
    text-transform: capitalize;
    font-weight: 900;
    color: #fff;
    padding: 0 0 1em;
    line-height: 1;    
}

.section-title-font{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: var(--main-font-family);
}

/****************************************************************************
                    MENU DE MODULOS STYLE
*****************************************************************************/

.menuModItem {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    padding: 2rem;
    /*transition: 0.3s;*/
    /*width: 25%;*/
    border-radius: 10em;
    background-color: rgba(218, 83, 195, 0.877);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 3rem;
    cursor: pointer;
    text-align: center;
    color: #fff;
    transition: box-shadow 0.3s ease;
    height: 6.75rem;
    /*background: url(../../../assets/images/backgrounds/prueba.jpg) center;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menuModItem:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.menuModContainer {
    padding: 2rem;
    margin: 2rem;
    background:#babec2;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.menuModContainer h1{
    text-transform: capitalize;
    color: white;
    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bolder;
}

.menuNewsContainer{
    padding: 2rem;
    margin: 2rem;    
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/********************************************************************************************
                        BANNER CONTAINER
********************************************************************************************/
.bannerContainer {
    padding: 0;
    background:#babec2;
    /*margin: 2rem;*/
    margin-top: 0;
    margin-bottom: 0;
    display:block;
}

/********************************************************************************************
                            FOOTER
*********************************************************************************************/

.footer-content {
    position: absolute;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    background-color: rgb(34, 48, 93);
    color: #fafafa;
    height: 60px;
}
.img-footer-logo{
    margin-top:-3rem;
    height: 10rem;
    width: 12rem;
}
.text-footer {
    color: #fafafa;
    /*font-family: 'Helvetica', sans-serif;*/
    font-family: var(--main-font-family);
    font-size: 12px;
    text-decoration: underline;
}

/*********************************************************************************
                FLIP CARDS
**********************************************************************************/

.card-flip {
    perspective: 1000px;
      }
      .card-flip:hover .flip {
      transform: rotateY(180deg);
    }
  
  
  .card-flip,
  .front,
  .back {
    width: 100%;
    height: 400px;
  }
  
  .flip {
    transition: 0.6s;
    transform-style: preserve-3d;
    
  }
  
  .front,
  .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .front {
    z-index: 2;
    transform: rotateY(0deg);
  }
  
  .back {
    transform: rotateY(180deg);
  }

  .back:before{
    -webkit-filter: brightness(0.30);filter: brightness(0.30);
    
  }

  /*******************************************************************************
  IMAGES FILTERS
  ********************************************************************************/
  .brightness {-webkit-filter: brightness(0.30);filter: brightness(0.30);}
  .grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}

  /********************************
  NEWS
  *************************/
  .news-title-section{
    width:100%;
    color: rgb(255, 255, 255);
    padding-top: 0.3rem;
    /*height:65px;*/
    background-color:rgb(34, 48, 93);
       
}

.news-title{

    font-family: var(--main-font-family);
    /*font-family: Arial, Helvetica, sans-serif;*/    
    font-size: 3em;
    /*text-transform: capitalize;*/
    font-weight: 600;
    font-size: 2em;
    line-height: 1;
}

.moduleBlock {
    position: relative;
    margin: 0;

}

.titleModule {
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

.categoryNameModule{
    /*text-transform: capitalize;*/
    font-weight: 400;
    font-size: 1em;
}

.imageModuleBlock {
    margin:0;
}

.imageModule {
    width: 100%;
    height: 100%;
}

/*CATEGORIES*/
@media(min-width:769px) {
    .imageIconModuleSection {
        margin: -10px;
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
    @media(max-width:768px) {
        .imageIconModuleSection {
            margin-top: -3rem;
            height: 9rem;
            width: 9rem;
        }
    }


    .imageIconModule {
        width: 100%;
        height: 100%;
    }

    .menuModuleButtonsContainer {
        padding: 2rem;
        margin: 2rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    /*****************************************************
                POST PRINCIPAL NEWS
    ******************************************************/

    .postImageNewsPrincipal{
        max-width: 100%;
        max-height: 250px;
        
        position: absolute;
        top: 50%;
        left: 50%;
        
        transform: translate(-50%, -50%);      
    }

    @media(min-width:768px) {
        /*.postImageNewsPrincipal{
            height: 30rem
        }*/

        .postDescriptonText{
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            
            display: -webkit-box;
            -webkit-box-orient: vertical;            
            height: 80px;
        }

    }

    @media(max-width:768px) {
            /*.postImageNewsPrincipal{
                height: auto
            }*/

            .postDescriptonText{
                font-size: 80%;
            }
        }