/***
 * CCS Custom
 */

.text-primary {
    color: #4A2580;
    font-weight: bold;
}

.text-secundary {
    color: #bd2130;
}
#footer>.copyright {
    background-color: rgb(87, 87, 87);
    color: rgba(255,255,255,0.6);
    display:block;
    font-size:13px;
    padding:25px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#footer ul.footer-list li a:hover {
    color: #1c556f;
    text-decoration: underline;
}
.text-footer-fcs {
    color: #ffffff;
}
.text-footer-fcs :hover{
    color: #bd2130;
    text-decoration: underline;
}


#header.fcs {
    background-color: #eeee;
}
#header.fcs #topMain.nav-pills>li>a {
    color: #917AAF;
    font-size: 16px;
    font-weight: bold;
}
#header.fcs #topMain.nav-pills>li.active>a,
#header.fcs #topMain.nav-pills>li>a:hover {
    color:#fff;
    background-color: #917AAF;
}
.section.page-header {
    background-color: #bd2130;
}
.page-header-fcs {
    margin-top: 0;
    min-height: 50px;
    background-color: #917AAF;
    padding-top: 20px;
}
.title-fcs {
    color: #00b3f5 !important;
    margin-bottom: 80px;
}
.blog-post-item {
    border-bottom: 0;
    padding-bottom: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
}
ul.blog-post-info {
    display:block;
    border-bottom: 0;
    padding-bottom:0;
}
.panel-max-height-80 {
    min-height: 80px;
}
.panel-min-height-300 {
    min-height: 300px;
}
.panel-min-height-340{
    min-height: 340px;
}
.panel-min-height-350{
    min-height: 350px;
}
.panel-min-height-360{
    min-height: 360px;
}
.panel-min-height-390 {
    min-height: 390px;
}
.panel-min-height-400 {
    min-height: 400px;
}
.panel-min-height-410 {
    min-height: 410px;
}
.panel-min-height-430 {
    min-height: 430px;
}
.panel-min-height-500 {
    min-height: 500px;
}
.panel-min-height-510{
    min-height: 510px;
}
.panel-min-height-570{
    min-height: 570px;
}

.panel-max-height-180 {
    min-height: 180px;
}
.page-header-fcs a {
    color: #fff;
}
.page-header-fcs a:hover {
    color: #bd2130;
}
.caption-info {
    background-color:#00b3f5;
}
.leyenda-00 {
    border-color: rgba(255, 188, 121, 1) ;
    background-color: rgba(255, 188, 121, 0.40);
    color: #0c0c0c;
    margin-left: 5px;
    margin-top: 10px;
}
.leyenda-00:hover {
    border-color: rgba(255, 188, 121, 1) ;
    background-color: rgba(255, 188, 121, 0.40);
    color: #0c0c0c;
}
.leyenda-01 {
    border-color: rgba(237, 87, 103, 1);
    background-color: rgba(237, 87, 103, 0.40);
    color: #0c0c0c;
    margin-left: 5px;
    margin-top: 10px;
}
.leyenda-01:hover {
    border-color: rgba(237, 87, 103, 1);
    background-color: rgba(237, 87, 103, 0.40);
    color: #0c0c0c;
}
.text-breadcrumb {
    color:  #fff;
    font-size: 13px;
}
.list-group-item p {
    margin-bottom: 0;
}
div.side-nav ul.list-group-bordered>li>a {
    display: inline-table;
    border-bottom:rgba(0,0,0,0.05) 1px solid;
    padding: 0;
}
.format-text-fcs  {
    margin-bottom: 0;
}
.slider-fcs {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}
.inner-obt {
    color: #00b3f5;
    font-size: 25px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
    color:#4a2580;
}
 .breadcrumb-background {
     background-color: #917AAF;
 }
.breadcrumb-item a {
    height: 0;
    color: white;
}
.breadcrumb>.active {
     color: #000;
}
.menu01{
    margin-left: 150px ;
}

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.fondo_cuadro_gris{
    background-color: #DBDFE2 ;
}
.fondo_cuadro_violeta{
    background-color:  rgba(237, 87, 103, 0.40); ;
}

#fondo_cuadro_degradado1 {
    height: 200px;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(white, sandybrown ); /* Standard syntax (must be last) */
}
#fondo_cuadro_degradado2 {
    height: 200px;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(white, mediumvioletred ); /* Standard syntax (must be last) */
}
#fondo_cuadro_degradado3 {
    height: 200px;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(white, #b0d4f1); /* Standard syntax (must be last) */
}
#fondo_cuadro_degradado4 {
    height: 200px;
    background-color: white; /* For browsers that do not support gradients */
    background-image: linear-gradient(white, blueviolet); /* Standard syntax (must be last) */
}
/***
 * form search
 */
form.landing-form {
    padding: 10px 40px 10px 40px;
    border-radius: 3px;
    background: rgba(142, 129, 121, 0.19);
}

.btn-01 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #917AAF;
    border-radius: 5px;
    border: 1px solid rgba(215, 255, 232, 0.4);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 5px 5px;
    transition: all ease-in-out 300ms;
}
.btn-01:hover {
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -10px) scale(1.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #8E8179;
}
