/* 
* Section intro
*/

.box-filtro{
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.label-oferta{
    letter-spacing: 1px;
    margin-left: 1em;
    font-weight: 500;
    position: relative;
    top: -14px;
}

.ctr_comp:hover{
    /*color: #58A6DA;*/
    color: #f39c12;
}

.center{
	text-align: center;
}

.spantext{
	color: grey;
    font-size: 13px;
}

#ctrSectionIntro{
	padding-top: 2em;
	padding-bottom: 2em;
}

#ctrSectionIntroTitulo{
	padding-top: 6em;
	padding-bottom: 3em;
	text-align: center;
}

#ctrSectionIntroTitulo h1 {
	font-family: 'Titillium Web', sans-serif;
}

#ctrSectionIntroPubCV{
	padding-top: 4em;
}

#sectionAdsCV{
    background: rgba(0, 0, 0, 0.5);
    width: 550px;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
}

#ctrSectionSearch{
    background-color: rgba(255, 255, 255, 0.5);
    width: 80%;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 6em;
    padding-right: 4.5em;
}

.customNav{
	background-color: #333 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.navbar-default .navbar-nav>li>a{
	color: white !important;
}

.navbar-default .navbar-nav>li:hover{
	background-color: white !important;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #F07818 !important;
}

/* buttons*/

.btn-warning {
    color: #fff !important;
    background-color: #F07818 !important;
    border-color: #F07818 !important;
}

.btn-success {
    color: #fff !important;
    background-color: #78C0A8  !important;
    border-color: #78C0A8  !important;
}


/* box styles*/

.box-opt1{
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.6);
	padding: 1em;
}

#ctr_filtro ul{
    list-style: none;
    padding: 0;
}

#ctr_filtro ul a li{
    padding: 10px;
    border-bottom: 2px solid #ccc;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #eee;
}

#ctr_filtro ul a {
    color: #586e6e;
    /*margin-left: 10px;*/
}

#ctr_filtro ul a:hover {
    color: #dd4b39;
    cursor: pointer;
}

.box-filtro ul{
    list-style: none;
    padding: 0;
}

.box-filtro ul li{
    padding: 5px;
    margin-bottom: 1px;
    letter-spacing: 1px;
}

.box-filtro  ul a {
    color: #586e6e;
    margin-left: 10px;
}

/*Panel default custom*/

.panel-custom {
  font-size: 16px;
    font-weight: bold;
    color: white !important;
    background-color: #333 !important;
}

.customPanel-heading{
    border-top: 4px solid #333 !important;
    background: white !important;
    font-size: 16px;
    font-weight: bold;
}
.bottom{
  bottom: 0;
    
}

.footer {
  position: absolute;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  background-color: #14181E;
  color: #465166;
  font-size: 1.1em;
  left: 0;
}
.copyright {
    text-align: center;
    margin-top: .8em;
}

.footer .copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
    #ctrSectionIntroTitulo {
        padding-top: 0em;
        padding-bottom: 1.5em;
        /*text-align: center;*/
    }

  .footer {
    height: 75px;
  }
}

@media (min-width: 480px) and (max-width: 700px) and (orientation: landscape) {
    #ctrSectionIntroTitulo {
        padding-top: 0em;
        padding-bottom: 1.5em;
        /*text-align: center;*/
    }

    .footer {
        display:none;
    }
}

.zoomea:hover {-webkit-transform:scale(1.5);transform:scale(1.5);filter: grayscale(80%);}
.zoomea {overflow:hidden;}

.imagira:hover {
filter: grayscale(80%);
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;}