/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/
#header a {
  color: #2c245d;
}
#header a:hover {
  color: #ab2886;
}

#header .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2c245d;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #ab2886;
    font-size: 1.2em;
    padding: 6px 10px;
    display: inline-block;
}

#header strong {
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	/*margin-top: 30px;*/
}
.imagen-area-home {
border: 1px solid #2c245d;
border-radius: 10px;
}
.items-area-seccion{
    border: 1px solid #ab2886;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px important;

}
@media (min-width: 768px){
.tex-grande {
    font-size: 18px;
    text-align: justify;
}}