/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-jun-2023, 9:44:04
    Author     : Cienpies
*/


.fa-linkedin{ color: #fff !important;}
.fa-facebook{ color: #fff !important;}
.fa-twitter{ color: #fff !important;}
.fa-instagram{ color: #fff !important;}

.rd-parallax{ margin-top: 100px; }

.h2, .h3, h2, h3, .h4, h4 .h5, .h6, h5, h6{ text-transform: none !important;}


@media  (min-width : 325px) and (max-width : 1199px) {
    .header_top{ display: none !important;}
}

@media  (min-width : 1024px) and (max-width : 1199px) {
    .main_menu{ width: 80%}
}
@media (min-width: 992px) {
  .header-panel-absolute {
    position: absolute;
  }
}

/****************************/
/**** eleven refactoring ****/
/****** header & footer *****/
/****************************/
.header_bottom {
  height: 80px;
}
.container_inner {
  width: 1400px !important;
}

/* logo new refactored header */
img.normal,
img.mobile {
  width: 195px !important;
  height: 70px !important;
  /* margin-top: 15px !important; */
  margin-left: -12px;
}

nav.main_menu.right {
  float: left;
  padding-left: 350px;
}

/* nav.main_menu > ul > li > a.quienes-somos {
  color: #1e5399;
} */

/*nav.main_menu > ul > li > a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}*/

nav.main_menu > ul > li > a :hover {
  color: #1e5399;
}

nav.main_menu > ul > li > a {
  line-height: 80px !important;
  height: 80px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  color: #222;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}
