/*--------------------------------------------------------------

Template MOD: Pohlbros
Author: Pohlbros
Author URI: https://www.pohlbros.com/
Version:  1.0
Design and Developed by: https://www.pohlbros.com/

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/
.language{ position: relative; float: right; text-align: right; font-size: 12px; z-index: 11; padding-right: 15px; }
.language .active{ color: #000; text-decoration: underline; }
.intelligent-header { z-index: 10; }

.login .fa{ font-size: 15px;  }

.redes-sociales{ display: inline-block !important; margin-right: 30px; font-size: 15px; }
.redes-sociales li{
  display: inline-block !important;
  text-align: right;
}
.redes-sociales a{ color: #AAA; padding: 0 5px; }
.redes-sociales a:hover{ color: #E10600; }

.main-menu li:hover > a {
  color: #E10600 !important;
}

.main-menu li ul {
	border-top: 2px solid #E10600 !important;
}

.main-menu li ul li:hover > a {
  background: #E10600 none repeat scroll 0 0;
  color: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #E10600;
    color: #fff;
}

.mean-container .mean-nav ul li a:hover {
    color: #E10600;
}

.logo {
	padding: 20px 0;
	
}
.logo img { height: 40px; }

.to-top-btn { color: #E10600; }

.erika-standard-row.bg-1 {
  background: rgba(0, 0, 0, 0) url("../assets/img/bg/3.jpg") repeat scroll center center / cover !important;
  padding: 200px 0;
}

.service-header i { color: #E10600; }
.service-header h3 {
    font-size: 17px;
    font-weight: 600;
}

.pb-0{ padding-bottom: 0px !important; }

.ml-30{ margin-left: 30px; }
.mt-30{ margin-top: 30px; }

.text-white{ color: #FFF !important; }

.text-white a{ color: #FFF !important; text-decoration: underline; }

/************** ACTION CALL **************/
#action-call-form{ padding: 0 20px 0 20px; }

.dark-bg{ 
  background-color: #858585 !important;
}

.action-call{ 
  padding: 40px 0 1px 0;
  border-radius: 25px;
  margin: 30px 0 80px 0;
}
.action-call h2, 
.action-call p{ color: #FFF !important; }
.action-call .area-heading-style-two .area-title::before {
  background: #FFF none repeat scroll 0 0;
}

 .action-call .area-heading-style-two { margin-bottom: 30px !important; }

.button:hover{ cursor: pointer !important; }

.button.button-colored {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  padding: 0;
}
.button.button-colored:hover {
  background: transparent none repeat scroll 0 0;
}
.button-colored > span {
  background: #E10600 none repeat scroll 0 0;
  display: inline-block;
  padding: 0 20px;
}
.button-colored i {
  background: #A40400 none repeat scroll 0 0;
  display: inline-block;
  height: 45px;
  line-height: 46px;
  padding: 0 15px;
}
.action-call .button:hover,
.action-call .button.active-btn{
 /* font-weight: bold;*/
}

.action-call-as-col h3,
.action-call-as-col p{
  color: #FFF !important;
}

.action-call-compact{ padding-bottom: 0px !important; }
.action-call-compact h2{ color: #FFF !important; font-size: 22px; }
.action-call-compact p{ color: #FFF !important; }

.action-call .success,
.action-call-compact .success {
  color: white;
  background-color: green;  
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.action-call .error,
.action-call-compact .error{
  color: white;
  background-color: red;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}

/************** END ACTION CALL **************/

.aux > li{ display: inline-block !important; }
.aux > li + li { margin-left: 4px; }

.single-service{ height: 360px; margin-bottom: 50px !important; overflow: visible; }

.short{ height: auto !important; margin-bottom: 0px !important; }

.justify{ text-align: justify !important; }

.qs{ text-align: center; margin-top: 30px; }
.qs i{ color: #E10600; font-size: 40px; }
.qs h6{ margin-top: 15px; }

.sitemap{ font-family: 'Dosis', sans-serif; text-align: center; text-transform: uppercase; }
.sitemap p{ font-size: 25px; line-height: 35px; }

.mean-container a.meanmenu-reveal { border: none; }

@media (min-width: 992px) and (max-width: 1169px) {
  .flying-center-bottom { bottom: 85px !important; }
}

@media (max-width: 767px) {
  .flying-center-bottom { bottom: 60px !important; }
}

@media only screen and (max-width: 480px) {
  .single-service{ height: auto; margin-bottom: 50px !important; }
  .flying-center-bottom { bottom: 15px !important; }
}

.erika-form-send-message.success {
    color: white;
    background-color: green;
    width: 50%;
    text-align: center;
    padding: 10px;
}
.erika-form-send-message.error {
  color: white;
  background-color: red;
  width: 50%;
  text-align: center;
  padding: 10px;
}


/************** VALORES **************/
.values-img {
  overflow: hidden;
  position: relative;
}
.values-social-links {
  bottom: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.values-social-links > li {
  display: inline-block;
}
.values-social-links > li a {
  background: #444 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.values-social-links > li a:hover {
  background: #E10600;
}
.single-values:hover .values-social-links {
  opacity: 1;
  bottom: 30px;
}
.values-info-wrapper > h3 {
	color: #E10600;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
}
.values-info-wrapper > h3 a {
  display: inline-block;
}
.values-details {
  padding: 20px;
}
.single-values {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 430px;
  margin-bottom: 30px;
}
.values-info-wrapper > p {
  /*letter-spacing: 1px;*/
  font-size: 13px;
  margin: 0;
  /*text-transform: capitalize;*/
}
.values-info-wrapper {
  text-align: center;
}
.values-img img {
    width: 100%;
}

.button.extra-small { padding: 0 15px; line-height: 28px; height: 30px; }

.current{ color: #E10600 !important; }

@media (max-width: 767px){
  .col-md-4.col-sm-6:nth-child(-n+2) .single-values {
    margin-bottom: 30px;
  }
}

.button-light{ background-color: #FFF; color: #E10600; border: 1px solid #F5BEC1; font-weight: bold; }

.floating-menu{
  position: absolute;
  right: 15px;
}
.floating-menu i{ margin-left: 15px; }

.main-menu li ul { width: 205px; }

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

/************** BREADCRUMBS  **************/

.breadcrumb-area-catalogacion {
  background: rgba(0, 0, 0, 0) url('../img/servicios/catalogacion.jpg') repeat scroll center center / cover;
  padding: 95px 0;
}
.breadcrumb-area-contacto {
  background: rgba(0, 0, 0, 0) url('../img/contacto.jpg') repeat scroll center center / cover;
  padding: 100px 0;
}


@media only screen and (max-width : 1919px) {
  .breadcrumb-area-procesos-tecnicos {
    background: rgba(0, 0, 0, 0) url('../img/servicios/procesos-tecnicos-lower.jpg') repeat scroll center center;
    background-size: 1920px;
    padding: 95px 0 !important;
  }
  
  .breadcrumb-area-indexacion {
    background: rgba(0, 0, 0, 0) url('../img/servicios/indexacion.jpg') repeat scroll center center;
    background-size: 1920px;
    padding: 95px 0;
  }
  .breadcrumb-area-informacion-seleccion {
    background: rgba(0, 0, 0, 0) url('../img/servicios/informacion-seleccion.jpg') repeat scroll center center;
    background-size: 1920px;
    padding: 95px 0;
  }
}

@media only screen and (min-width : 1920px) {
  .breadcrumb-area-indexacion {
    background: rgba(0, 0, 0, 0) url('../img/servicios/indexacion.jpg') repeat scroll center center / cover;
    padding: 95px 0 !important;
  }
.breadcrumb-area-informacion-seleccion {
  background: rgba(0, 0, 0, 0) url('../img/servicios/informacion-seleccion.jpg') repeat scroll center center / cover;
  padding: 95px 0;
}
  
}

@media only screen and (min-width : 1550px) {
  .breadcrumb-area-procesos-tecnicos {
    background: rgba(0, 0, 0, 0) url('../img/servicios/procesos-tecnicos.jpg') repeat scroll center center / cover;
    padding: 95px 0 !important;
  }
}

@media only screen and (min-width : 1360px) {

}

/************** ENDBREADCRUMBS  **************/



.address-centered{ margin-top: 15px; }

.colaboradores a img, .clientes a img, .catalogos a img{ 
  -webkit-filter: opacity(40%) grayscale(100%); /* Safari */
  filter: opacity(40%) grayscale(100%);
  transition: 0.4s;
}
.colaboradores a img:hover, .clientes a img:hover, .catalogos a img:hover{ 
  -webkit-filter: opacity(100%) grayscale(0%); /* Safari */
  filter: opacity(100%) grayscale(0%);
  transition: 0.4s;
}

.flying-center-bottom{
  position: absolute;
  width:80px;
  margin-left:-40px;
  /*background-color: #342;*/
  left: 50%;
  bottom: 100px;
}

/************** SLIDER  **************/

.trs-title-h1{ 
  font-family: 'Dosis', sans-serif !important;
  font-size: 35px;
  text-transform: uppercase;
  color: #FFF;
  padding: 0px 20px !important;
  background-color: rgba(34,34,34,1);
}
.trs-title-h4{ 
  font-family: 'Dosis', sans-serif !important;
  font-size: 20px;
  color: #FFF;
  padding: 10px 20px !important;
  background-color: rgba(34,34,34,1);
}

/************** END SLIDER  **************/

/* TMP */
.client{ display:table-cell; width: 210px; height: 126px; background-color: #FFF; vertical-align: middle; text-align: center; font-size: 20px; }

/************** COLOR  **************/
.red{ color: #E10600; }
.white{ color: #FFFFFF !important; }
a, button { color: #E10600; }

.related-project-slider .slick-prev:hover, .related-project-slider .slick-next:hover { background: #E10600 none repeat scroll 0 0; }
.read-more-wrapper .like-count i:hover{ color: #E10600; }
.single-price-table:hover .prising-head { border-top: 20px solid #E10600; }
.single-service:hover .service-header i{ color: #E10600; }
.member-social-links > li a:hover { background: #E10600; }
.video-play-icon:hover { color: #E10600; }

.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus { background-color: #E10600; }

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus { background-color: #E10600; }

.search-widget button:hover { background: #E10600; }
.post-cat-list a:hover { color: #E10600; }
.tags a:hover{ background: #E10600; border: 1px solid #E10600; }
.hover-style-one li a::before { background: #E10600 none repeat scroll 0 0; }
.action-btns a:hover {   background: #E10600; }

.portfolio-style-2 .portfolio-description h4 a:hover, 
.portfolio-style-2 .portfolio-cat a:hover { color: #E10600; }

.portfolio-filter > li.active a,
.portfolio-filter > li a:hover,
.portfolio-cat a:hover{ color: #E10600; }

.flow-me-list a:hover { color: #E10600; }
.main-menu li ul li:hover > a { background: #E10600 none repeat scroll 0 0; }
.main-menu li:hover > a { color: #E10600; }
.main-menu li ul { border-top: 2px solid #E10600; }

.button:hover,
.button.active-btn{ background: #E10600; }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover { color: #E10600; }

.widget-title::before { background: #E10600 none repeat scroll 0 0; }

.button.button-black {
    background: #E10600 none repeat scroll 0 0;
  }

::selection { background: #E10600; /* WebKit/Blink Browsers */ }
::-moz-selection { background: #E10600; /* Gecko Browsers */ }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #000;
  text-decoration: none;
}

/************** END COLOR  **************/


/************** TABLES COOKIES  **************/
.table-style {
  float: left;
  width: 100%;
  font-size: 12px !important;
}
.table-list {
  float: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom:20px;
  width: 100%;
  font-size: 12px !important;
}
.table-list th {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  padding: 10px;
  background-color: #DFDFDF;
}
.table-list td {
  padding: 10px;
  /*text-align: center;*/
  background-color: #ECECEC;
}
.table-list td p{
  font-size: 12px !important;
  margin-bottom: 0px;
}
.table-list tr{
    border: 1px solid #D2D2D2;
}

.table-list tr:hover td {
  background-color: #DFDFDF;
}

.table-list ul.list_empty {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.list_empty li {
  float: left;
  padding: 0px;
  margin: 0px 20px 35px 0px;
}
ul.list{
  margin-bottom: 20px;
  list-style-type: circle !important;
}
ul.list li{ list-style-type: circle !important; margin-left: 40px; }
ul.list a{
  line-height: 20px !important;
}

ol.decimal{
  margin-bottom: 20px;
  list-style-type: decimal !important;
  color: #7e7e7e;
}
ol.decimal li{ list-style-type: decimal !important; margin-left: 40px; line-height: 25px !important; margin-bottom: 5px; }
ol.decimal a{
  line-height: 20px !important;
}
ol.alpha{
  margin-bottom: 20px;
  list-style-type: lower-alpha !important;
  color: #7e7e7e;
}
ol.alpha li{ list-style-type: lower-alpha !important; margin-left: 40px; line-height: 20px !important; margin-bottom: 5px; }
ol.alpha a{
  line-height: 20px !important;
}
/************** END TABLES COOKIES  **************/

.white{ color: #FFF; }

.footer-area { background-color: #222 !important; }

.copy-right-info p{
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color:#888 !important;
}

.footer-menu a, 
.footer-menu p{ color: #888; }

.footer-fun-text img { width: 200px; }
.footer-fun-text h6{ color: #888 !important; }
.footer-area a{ color: #FFF !important; }
.footer-area a:hover{ color: #E10600 !important; }

.footer-direccion{ margin-top: 29px !important; }

.copy{
  text-align: left !important;font-family: 'Dosis', sans-serif;
  margin-top: 30px;
}

.social-bookmark a{ background-color: #E10600 !important; }
.social-bookmark a:hover{ background-color: #FFF !important; color: #E10600; }
.social-bookmark > li { display: block; margin-left: 0px; margin-bottom: 5px; }
.social-bookmark > li a { background: #E10600 none repeat scroll 0 0; margin-left: 5px; }
.social-bookmark > li a:hover{ background: #000; }
.social-bookmark > li + li { margin-left: 0px; }

.mailto{ color:#888 !important; }


/*.frm{}
.frm .input-group-addon { border: 1px solid #FFF; border-right: none; background-color: #AAA; }
.frm .form-control{ border: 1px solid #FFF; background-color: #DDD; color: #000; }*/


/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,

.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  outline: 0 none;
}*/

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  outline: 0 none;
}
.btn{ border-radius: 0px; }
.btn-primary{ 
  background-color: #E10600; 
  border-color: #E10600; 
  text-transform: uppercase; 
  font-family: 'Dosis', sans-serif; 
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 20px;  
  }
.btn-primary:hover, .btn-primary:focus{
  background-color: #A40400; 
  border-color: #A40400; 
}
.btn-primary:focus{
  box-shadow: none;
  outline: 0 none;
}
}
.btn-primary:hover{
  background-color: #A40400; 
  border-color: #A40400; 
}
.btn-primary:active{
  background-color: #E10600 !important; 
  border-color: #E10600 !important; 
  box-shadow: none !important;
  outline: 0 none !important;
}