*
{
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
div
{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #00acec;
  color: #fff;
}
::selection {
  background-color: #00acec;
  color: #fff;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}
body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
select {
  display: block;
}
figure {
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
iframe {
  border: 0;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}
h1, h2, h3, h4, h5, h6 {  
  color: #222222;  
  margin-bottom: 0;
  margin-top: 0;    
}
h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
}
h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em !important;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
}
h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
}
h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2em !important;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.9285;
  font-weight: 400;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p:last-of-type {
  margin-bottom: 0;
}
td, th {
  border-radius: 0px;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0-i {
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.text-white {
  color: #fff;
}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.text-center {
  text-align: center;
}
.text-rigth {
  text-align: right;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container.fullwidth {
  width: 100%;
}
.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav li {  
  padding: 20px;
}
.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;  
}
.navbar-nav a:hover {
  color: #00adee;
}
.navbar-nav .fab{
    padding-right: 20px;
  }
.logo-header{
  width: 130px;
}
.section-gap {
  padding: 100px 0;
}
.primary-btn, .single-feature:hover, .video-area .overlay-bg {
  background-image: -moz-linear-gradient(0deg, #00acec0%, #732bde 100%);
  background-image: -webkit-linear-gradient(0deg, #00acec0%, #732bde 100%);
  background-image: -ms-linear-gradient(0deg, #00acec0%, #732bde 100%);
}
.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 25px;
  border: none;
  color: #222222;
  display: inline-block;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  background-color: #00AEEF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn span {
  color: #222222;
  position: absolute;
  top: 55%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover span {
  color: #fff;
  right: 20px;
}
.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.primary-btn.white span {
  color: #fff;
}
.primary-btn.white:hover {
  background: #fff;
  color: #00acec;
}
.primary-btn.white:hover span {
  color: #00acec;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.default-header {
  background-color: transparent;
  width: 100% !important;
}
/* aqui*/
@media (max-width: 992px) {
  .default-header {
    background-color: #222;
  }
}
.sticky-wrapper {
  height: 48px !important;
}
.is-sticky .default-header {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #222;
}
.dropdown {
  color: #fff;  
}
.dropdown-item {
  font-size: 14px;
  width: auto !important;
  text-align: left;
}
.dropdown .dropdown-menu {
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
  }
.dropdown:hover .dropdown-menu {
    max-height: 500px;
    opacity: 1;
  }


.dropdown-menu {
  background: #222;
  border-radius: 0;
  margin-top: 15px;
  border: none;
}
.dropdown-menu a {
  padding: 5px 15px;
}
.dropdown a:hover, #navbardrop:hover {
    cursor: pointer;
    color: #00adee;
}

@media (max-width: 992px) {
  .dropdown-item {
    text-align: left;
    padding: 0.25rem;
  }
  .dropdown-menu {
    text-align: left;
    padding: 0rem;
    min-width: 0rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .dropdown-menu {
    margin-top: 0px;
  }
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.default-banner {
  margin-top: -48px;
}

@media (max-width: 991px) {
  .default-banner {
    text-align: center;
  }
}
.default-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.default-banner h3, .default-banner h4 {
  color: #fff;  
}

@media (max-width: 991px) {
  .default-banner h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .default-banner h1 br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .default-banner h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .default-banner {
    padding-bottom: 40px;    
    margin-top: 0px;
  }  
  .default-banner h1 {
    font-size: 32px;
  }
  .default-banner h3 {
    font-size: 16px;
  }
}
.header-btn {
  background-color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  color: #222;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 30px;
  margin-top: 30px;
  display: inline-block;
  font-size: 21px;
}
.header-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.info-area .info-thumb {
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 800px) {
  .info-area .info-content {
    text-align: center;
    padding: 80px 30px 80px 0;
  }
}
.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 80px 100px 80px 40px;
}

@media (max-width: 575px) {
  .info-area .info-content {
    margin-top: 30px;
  }
}
.info-area .info-content:after {
  content: "";
  box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
}

@media (max-width: 991px) {
  .info-area .info-content:after {
    width: 50px;
  }
}

@media (max-width: 575px) {
  .info-area .info-content:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .info-area .info-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575px) {
  .info-area .info-content {
    padding: 30px;
  }
}
.info-area .info-content h1 {
  line-height: 1.15em;
  margin-bottom: 30px;
}
.info-area .info-content .meta {
  color: #222;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}
.info-area .info-left {
  z-index: 2;
}

@media (max-width: 800px) {
  .info-area .info-left {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.project-area {
  background-color: #e4f8ff;
}
.active-works-carousel .item .thumb {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 460px;
}
.active-works-carousel .item .caption {
  padding: 30px 40px;
}
.active-works-carousel .item .caption h6 {
  margin-bottom: 10px;
  color: #222;
}
.active-works-carousel .item .caption p {
  margin-bottom: 0;
}
.active-works-carousel .center .caption {
  display: block;
}
.active-works-carousel .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}
.active-works-carousel .owl-dots:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}
.active-works-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 0 50px;
}

@media (max-width: 767px) {
  .active-works-carousel .owl-dots .owl-dot {
    margin: 0 15px;
  }
}
.active-works-carousel .owl-dots .owl-dot.active {
  background: #00acec;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.mouse-scroll-down {
  visibility: visible;
  animation-name: fadeInUp;
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 2
}
.mouse-scroll-down img{
  width: 40px;
}

@media (max-width: 767px) {
  .mouse-scroll-down {
  display: none;  
  } 
}
       
.feature-area .row{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eventos-internos{
   display: -webkit-flex;
   display: flex;
}
@media (max-width: 767px) {
  .eventos-internos{   
   display: block;
  }
}
.single-feature {
  background-color: #eeeeee; 
  cursor: pointer;
}
.single-feature .content-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.single-feature:hover .content-overlay, .single-feature:hover h2, .single-feature:hover p{
  opacity: 1;
  color: #fff;
}
.texto-producto{
  padding: 30px;
}
.single-feature a {
  color: #222;
}
.single-feature a:hover {
  cursor: pointer;
  color: #00ADEE;
}
.single-feature .title .lnr {
  color: #222;
  font-weight: 400;
  margin-right: 12px;
  font-size: 20px;
}
.gallery-area .owl-controls {
  position: absolute;
  left: 90%;
  top: 89%;
}

@media (max-width: 1024px) {
  .gallery-area .owl-controls {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .gallery-area .owl-controls .owl-prev, .gallery-area .owl-controls .owl-next {
    display: inline-block;
  }
}
.gallery-area .lnr-arrow-up, .gallery-area .lnr-arrow-down {
  background-color: white;
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  padding: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #f5f5f5;
  display: inline-flex;
}
.faq-area {
  background: #fff;
}
.counter-left {
  text-align: right;
}
.counter-left h2 {
  font-size: 48px;
  font-weight: 700;
    color: #00acec !important;
}
.counter-left p {
  font-size: 14px;
  font-weight: 300;
  color: #222;
}
.counter-left .single-facts {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .counter-left {
    text-align: center;
  }
}
.faq-content {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1199px) {
  .faq-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 767px) {
  .faq-content {
    text-align: center;
  }
}
.single-faq {
  margin-bottom: 30px;
}
.single-faq h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.video-area {
  padding: 100px 0;
  position: relative;
  background: url(../img/video-bg.jpg) no-repeat center center/cover;
}
.video-area .overlay-bg {
  opacity: .6;
}
.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}
.video-area .video-content h1 {
  color: #ffffff;    
}
.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end;
}
.single-contact-info {
  text-align: center;
}
.single-contact-info h6 {
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .single-contact-info {
    margin-bottom: 30px;
  }
}
.form-area input {
  padding: 15px;
}
.form-area input, .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}
.form-area textarea {
  height: 180px;
  margin-top: 0px;
}
.footer-area {
  padding-top: 100px;
  background-color: #222222;
}

h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
.newsletter-content h1, .newsletter-content p{color:#ffffff;text-align: center;}
.copy-right-text i, .copy-right-text a {
  color: #00acec;
}
.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-social {
    text-align: left;
  }
}
.single-footer-widget input {
  border: none;
  width: 80%;
  font-weight: 300;
  background: #191919;
  color: #777;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
}
.single-footer-widget input:focus {
  background-color: #191919;
}
.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer;
}
.single-footer-widget .info {
  position: absolute;
  margin-top: 20%;
  color: #fff;
  font-size: 12px;
}
.single-footer-widget .info.valid {
  color: green;
}
.single-footer-widget .info.error {
  color: red;
}
.single-footer-widget .click-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 12px;
  border: 0;
}
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777;
}
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777;
}
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}
.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .social-widget {
    margin-top: 30px;
  }
}
.footer-text {
  padding-top: 20px;
}
.footer-text a, .footer-text i {
  color: #00acec;
}
.whole-wrap {
  background-color: #fff;
}
.white-bg {
  background: #fff;
}
.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}
#instafeed{
    max-width: 800px;
    margin: auto;
}
.instaimg{
    padding: 5px!important;    
}
#pie-pagina{
  display: block;
  position: relative;
  background-color: #222;
  width: 100%;
  color: #fff;
  padding:40px 20px;
  text-align: center;
}
#pie-pagina a{  
  color: #fff;  
}
#pie-pagina a:hover{  
  color: #00ADEE;  
}
#pie-pagina .navbar-brand:hover{  
  opacity: 0.5; 
}
.footer
{
  display: block;
  position: relative;
  padding-top: 136px;
}
.newsletter_form_container
{
  margin-top: 84px;
}
.newsletter_input
{
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,0.5);
  border: none;
  outline: none;
  padding-left: 22px;
  color: #FFFFFF;
}
.newsletter_input::-webkit-input-placeholder
{
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  color: #FFFFFF !important;
}
.newsletter_form > div:not(:last-child)
{
  margin-right: 15px;
}
.newsletter_form > div:first-child
{
  width: calc(100% - 176px);
}
.newsletter_form > div:first-child > div:first-child
{
  width: calc((100% - 15px) * 0.35);
}
.newsletter_form > div:first-child > div:last-child
{
  width: calc((100% - 15px) * 0.65);
}
.newsletter_form > div > div > div
{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.newsletter_button
{
  width: 161px;
  height: 50px;
  border-radius: 20px;
  background: rgba(255,255,255,0.5);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
}
.newsletter_button:hover
{
  width: 161px;
  height: 50px;
  border-radius: 20px;
  background: rgba(255,255,255,1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00acec;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
}
.footer_contact_row
{
  margin-top: 80px;
  padding-bottom: 50px;
}
.footer_contact_item
{
  width: 100%;

}
.footer_contact_icon
{
  width: 68px;
  height: 68px;
}
.footer_contact_icon img
{
  max-width: 100%;
}
.cr
{
  width: 100%;
  height: 68px;
}
.cr div
{
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.48);
}
.footer_contact_title
{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 18px;
}
.footer_contact_list
{
  margin-top: 19px;
}
.footer_contact_list ul li
{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.71;
}
.footer_contact_list ul li:not(:last-child)
{
  margin-bottom: 7px;
}
.footer_contact_list ul li a
{
  font-size: 15px;
    font-weight:normal;
  color: #FFFFFF;
  line-height: 1.71;
}
.footer_contact_list ul li a:hover
{
  font-size: 16px;
    color: #FFFFFF;
     font-weight: bolder !important;
  line-height: 1.71;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px)
{
  .footer_contact_col:not(:last-child)
  {
    margin-bottom: 60px;
  }
  .navbar-nav {
    margin-top: 10px;
    height: auto;
    overflow-x: hidden;
  }  
  .navbar-nav li {
    padding: 15px 0;
  }  
}

@media only screen and (max-width: 767px)
{
  .newsletter_form > div:not(:last-child)
  {
    margin-right: 0px;
  }
  .newsletter_form > div:first-child
  {
    width: 100%;
  }
  .newsletter_form > div:first-child > div:first-child
  {
    width: 100%;
    margin-bottom: 15px;
  }
  .newsletter_form > div:first-child > div:last-child
  {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter_form > div:last-child
  {
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter_input
  {
    height: 40px;
  }
  .newsletter_button
  {
    font-size: 14px;
  }   
  .logo-header{
    width: 90px;
  }
}

@media only screen and (max-width: 575px){
  p
  {
    font-size: 13px;
  }
}

/* news page */

#noticia h2{
    font-size: 24px;
  }
#noticia h2 a{
    color:#222222;
  }
#noticia h2 a:hover{
    color:#0056b3;
  }

/* post page */

.post-title-block{padding-top:50px;}
.post-title-block h1 {color: #fff; font-size: 60px; font-weight: bold; text-transform: capitalize;}
.post-title-block p, .post-title-block a{font-size:20px; color: #fff;}  