/********************************************classes generales*****************************************/
#sectionPageBanner
{
    background-image: url(http://new.er-soft.com/wp-content/uploads/2020/02/network-3148727-1024x682.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#sectionPageBanner img
{
    opacity: 0.2;
    filter: alpha(opacity=50);

}
#sectionPageBanner h1
{

        color: white;
        font-size: 2em;
        letter-spacing: 15px;

}
.ButtonLeerMas{
    display: block;
    padding: 1em 2em;
    background-color: #3498db;
    color: #fff;
    max-width: 160px;
    text-align: center;
    margin-bottom: 0.5em;
}

.ButtonLeerMas:hover
{
	background-color:#476e9e;
}
.ButtonLeerMas:active
{
	position:relative;
	top:1px;
}

.btn-bootstrap {
  padding: 0.5em 2em;
  border-radius: .25rem;
  background-color: #3498DB;
  color: #fff;
  transition: background-color .15s ease-in-out;
  font-size: 1.2em;
}

.btn-bootstrap:hover, .btn-bootstrap:focus {
  background-color: #0069d9;
}

.btn-bootstrap:active {
  background-color: #0062cc;
}


#sectionDescripcionContainer strong{
    font-weight: normal;
}

#sectionDescripcionContainer{
    margin: 3em 0 2em 0;
}

.clsTextDescription, .clsTextDescription p{
    font-family: 'PT Sans', sans-serif;
    color: #4f4f4f;
}

#navGuideNav
{
    padding: 1em;
}
#ulGuideNav
{
    display: flex;
    flex-direction: row;

}
#ulGuideNav li
{
    padding-left: 0.5em;
}

#navGuideNav hr{
    margin-top: 1em;
    border-top: 0px;
    border-bottom: 1px solid #dfdfdf;
}

.clsWebPageTitle
{
    padding-top: 0.5em;
}
.clsWebPageTitle2 h2
{
        color: white;
        font-size: 1.5em;
        padding: 0.5em;
}

.clsWebPageTitle h2
{
    font-size: 1.5em;
    color: #0E2838;
    letter-spacing: 4px;

}
.clsWebPageTitle span
{
    color: grey;
    font-style: italic;
}

/********** compartida con sectores ************/
#mainCategoriesContainer
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top:  3em;
    padding-bottom: 5em;
}

/***********************************************CATEGORIAS*****************************************************/

.clsShowCategoriaDescriptionContainer
{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 0 1em;
    height: 0;
    overflow: hidden;
    transition: 1s;
    cursor: pointer;
}

.clsShowCategoria:hover .clsShowCategoriaDescriptionContainer{
    padding: 1em 1em;
    height: 100%;
}
.clsShowCategoriaDescriptionContainer a
{
    color: #59abe2;
}
.clsShowCategoriaDescriptionContainer a:hover
{
    color: #215070;
}
.clsShowCategoriaShowTitleDescription
{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 1em;
    width: calc(100% - 2em);
    background-color: #fff;
    border-top: 6px solid #59abe2;
}
.clsShowCategoriah3Container h3
{
    padding: 1em;
    color:#59abe2;
    font-size: 1em;

}
.clsRowCategoriasContainer
{
    display: flex;
    flex-direction: row;
    /* background-color: yellow; */
    padding: 1.5em 0;
    justify-content: space-between;
}

.clsShowCategoriaImagenOverview
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* */
    align-items: center;
    overflow: hidden;
}

.clsShowCategoria
{
    padding-bottom: 3em;
    position: relative;
    max-width: 95%;
    box-shadow: 0px 10px 13px -7px #000000, 34px 18px 11px 5px rgba(176,95,255,0);
    padding: 1em;
    margin-bottom: 2em;
    text-align: left;
    width: calc(48% - 2em);
    /* background-color: pink; */
}

/********** compartida con sectores ************/


@media (max-width: 1024px){
    .clsWebPageTitle {
        padding: 0.5em;
    }
}

@media (max-width: 768px){

    .clsShowCategoria .clsShowCategoriaShowTitleDescription{
        width: 100%;
    }

    .clsShowCategoria{
        padding: 1em 0;
        width: 49%;
    }

    .clsShowCategoriah3Container{
        height: 80px;
    }
}


@media (max-width : 634px){
    .clsRowCategoriasContainer{
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 0em;
    }

    .clsShowCategoria{
        width: 95%;
    }
}
