/**********************************
  Newcorp HTML Template
  Copyright 2016, KLLR
  Website: themes.wearekllr.com
  Support: kllr.ticksy.com

  Contents:

  01. Typography
  02. Generic styles
  03. Buttons
  04. Navigation
  05. Intro
  06. Services home
  07. Why choose us
  08. testimonials
  09. Separator
  10. News
  11. Footer
  12. Services
  13. About
  14. News
  15. Contact
  16. Careers
  17. FAQ
  18. 404
  19. Media queries

**********************************/

/**********************************
 01. Typography
**********************************/

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 85px;
  font-weight: 600;
}

span.typed-texto2 {
    width: 95%;
    max-width: 800px;
    display: block;
    margin: auto;
}

h2 {
  color: #4879b5;
  font-size: 38px;
}

h3 {
  color: #0e314a;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

h4 {
  color: #0e314a;
  font-size: 20px;
  font-weight: 600;
}

h5 {
  color: #0e314a;
  font-size: 18px;
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 1.65em;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

/**********************************
 02. Generic styles
**********************************/

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.brands {
  background-color: #f7f8f9;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 45px;
  padding-bottom: 30px;
}

.brands ul {
  display: flex;
  justify-content: space-between;
}

header {
  text-align: left;
  margin-bottom: 50px;
}

header h2 {
    margin-bottom: 35px;
    text-align: left;
    padding-top: 30px;
    display: block;
}

header p.sub-heading {
  color: #4f555b;
  font-size: 18px;
  line-height: 1.35em;
  width: 100%;
  margin-left: 0;
  text-align: justify
}

/* call to action */

.call-to-action {
  height: 320px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-success {
    color: #ffffff;
    text-align: left!important;
}

div#bwblock_61905 , #content, .row .container {
    padding: 0;
}

.call-to-action .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.call-to-action h3,
  .call-to-action p {
  color: #fff;
}

.call-to-action h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.call-to-action .form-control {
  background-color: transparent;
  color: #fefefe;
  width: 280px;
  height: 48px;
  border-radius: 3px;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.call-to-action ::-webkit-input-placeholder {
  color: #fefefe;
}

.call-to-action :-moz-placeholder {
  color: #fefefe;
}

.call-to-action ::-moz-placeholder {
  color: #fefefe;
}

.call-to-action :-ms-input-placeholder {
  color: #fefefe;
}

.call-to-action .btn {
  font-size: 14px;
  padding: 13px 50px;
  margin-left: 10px;
}

.call-to-action form {
  text-align: right;
  margin-top: 35px;
}

.news_title{
  width:80%;
  display:inline-block;
  float:left;
}

.seeall{
  float:right;
  background-color: #4879b5;
  width:auto;  
  text-align: center;
  margin-top: 35px;
  font-size:15px;
  padding:5px 10px;
  color:#ffffff;
  text-decoration: none!important;
  border-radius:5px;
}

.seeall:hover{
  color:#ffffff;
  background-color: #5d8cc5;
}

.row.noticiass {
    margin-bottom: 100px;
}

.row.noticiass h3 {
    padding: 15px;
    border: 1px solid #cacaca;
    font-size: 18px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    display: inline-block;
  }

.topbar .container .list-inline {
    width:66%;
    float: right;
}

.ul_left{
  padding-left: 0;
    margin-left: -5px;
    list-style: none;
    display: inline-block;
    width: 33%;
    float: left;
}

.intro-content.content2 {
    max-width: 80%;
    margin: auto;
}

.ul_left li {
    list-style: none!important;
    display: inline-block;
    float: left;
     margin-left: 0!important;
    margin-right: 6px;
}

.ul_left li a i {
    color: #ffffff!important;
    font-size: 17px;
    top: 3px;
    position: relative;
}

/* pages */

.intro-pages {
  height: 600px;
  text-align: center;
  height: 560px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.intro-pages h2 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

.intro-pages p {
  color: #d5d5d5;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.intro-pages .intro-content {
  padding-top: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/**********************************
 03. Buttons
**********************************/

.btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  padding: 16px 34px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.btn-white {
  background-color: #4F81BC;
  color: #ffffff;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.btn-transparent {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 34px;
}

.btn-transparent:hover {
  background-color: #fff;
  color: #292929;
}

.btn-border {
  color: #2e363a;
  font-size: 14px;
  border: 1px solid #4f555b;
  padding: 12px 32px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}

.btn-border:hover {
  color: #fff;
  background-color: #2e363a;
  border-color: #2e363a;
}

.has-error .form-control:focus {
    border-color: #2e363a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.list-unstyled li{
  color:#ffffff;
}

.btn-contact {
  background-color: #ffffff;
  color: #4879b5;
  font-size: 14px;
  padding: 15px 40px;
}

.btn-contact:hover {
    background-color: transparent;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #2e363a;
    box-shadow: 0 0 0 2px #fff;
}



/**********************************
 04. Navigation
**********************************/
.confian li img{
  max-width: 200px
}
.topbar {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: right;
      padding: 10px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.topbar li {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: 24px;
}

.topbar i {
  margin-right: 5px;
  opacity: 1;
  color:#659BD1;
}
/*accordeon equipo*/
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  /*padding: 10px 15px;*/
  border-bottom: 1px solid #659BD1;
  text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #cacaca;

}
.lkdn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #659BD1!important;
    padding: 7px;
    border: 0!important;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #ffffff;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-button::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    left: 10px;
    top: 6px;
    position: relative;
}
#accordion .panel-heading .accordion-button.collapsed::before {
  color: #ffffff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

/*acordeon equipo*/

.navbar {
  background: rgb(255,255,255);
  background:linear-gradient(90deg, rgba(255,255,255,1) 22%, rgba(255,255,255,0.16850490196078427) 100%);
  border: none;
  border-radius: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 14px;
}

.navbar-default .navbar-brand svg{
  width: 164px;
}

.navbar-default .navbar-brand:hover {
  color: #2e363a;
}

.navbar-default .navbar-nav > li > a {
    color: #2e363a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 35px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  width: 24px;
  height: 3px;
}

.navbar-default .navbar-collapse {
  z-index: 1000;
}

.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #4879b5;
}



.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  border: none;
  border-radius: 2px;
  min-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section .row {
    width: 100%;
}

.dropdown-menu li a {
  color: #292929;
  font-size: 13px;
}

.dropdown-menu li a:hover {
  background-color: transparent;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  margin-top: auto;
}

.section_border_btm{
 border-bottom: 1px solid #e2e2e2;
}

.navbar-right .dropdown-menu {
  right: auto;
}

a.dropdown-toggle {
  color: #0e314a;
}

#nav1.scrolled {
  position: fixed;
  top: -90px;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(70px);
  transition: transform 500ms ease, background 900ms ease;
  -webkit-transition: transform 500ms ease, background 900ms ease;
}

#nav1.scrolled .topbar {
  display: none;
}

#nav1.scrolled .navbar-padding {
  padding-top: 20px;
}

#nav1.scrolled .navbar-nav > li > a {
  color: #2e363a;
}

#nav1.scrolled .navbar-brand {
  color: #2e363a;
}

#nav1.scrolled ul.dropdown-menu {
  background-color: #2e363a;
}

#nav1.scrolled ul.dropdown-menu li a {
  color: #fff;
}

#nav1.scrolled ul.dropdown-menu .divider {
  background-color: #3d4549;
}

#nav1.scrolled .navbar-toggle .icon-bar {
  background-color: #2e363a;
}



/**********************************
 05. Intro
**********************************/

.intro {
  text-align: center;
  height: 850px;
  margin-top: -20px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.intro h1 {
  color: #fff;
  margin-bottom: 40px;
}

.intro p {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.intro .intro-content {
  padding-top: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro .btn {
  margin-left: 20px;
  margin-right: 20px;
}

/* intro-1 */

.intro-1 {
  background-size: cover;
  background-position: center;
}

/* intro-2 */

.intro-2 {
  background-size: cover;
  text-align: left;
}

.intro-2 h1 {
  margin-bottom: 10px;
}

.intro-2 p {
  width: 100%;
}

.intro-2 .btn {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 30px;
}

/* intro-3 */

.intro-3 {
  background-size: cover;
  position: relative;
}

.intro-3 .right-pane {
  background-color: rgba(87, 111, 127, 0.8);
  width: 50%;
  height: 850px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.intro-3 .intro-content {
  text-align: left;
  padding-left: 50px;
}

.intro-3 .intro-content p {
  width: 100%;
}

.intro-3 .intro-content .btn {
  margin-left: 0;
  margin-right: 30px;
}

/* intro-video */

.intro-video .intro-content {
  text-align: center;
  padding-top: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* intro slider */



.swiper-slide {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper-button-prev{
    left: 30px;
    right: auto;
}

.swiper-button-next{
    right: 30px;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    top: 55%;
  }

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.slider-content {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-content.content2 p {
    max-width: 80%;
}

.content2 p span{
  font-size:38px!important;
  line-height: 1.2em!important;
}

.slider-content h1 {
    color: #fff;
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 0.9em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
}

.bggrey{
  background-color:#dde9f6!important;
  border:10px solid #dde9f6!important;
}

.services-item img {
    display: block;
    margin: auto;
}

.valuess{
  text-align:center;
}

.slider-content p {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 75px;
    margin-top: 10px;
}

.swiper-container1{
  height: 100vh;
  
}

.pag {
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100%;
}

.slider-content .intro-content p span.typed-cursor:first-child{
  display:none;
}

.swiper-slide img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-content .btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}

.cont_news{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  padding: 40px 40px;
}

.cont_news hr{
  width:100%;
  display:block;
  background-color:#000;
  color:#000;
  height:1px;
  margin-bottom: 0;
  margin-top: 5px;
}

.img_news{
  width:100%;
  min-height: 200px;
}

.img_news_opened{
  display:block;
  margin-bottom:40px;
  width:100%;
  max-width: 400px;
}

.cont_news h5{
  float:left;
  font-size: 16px
}

.cont_news h5 i{
  font-size: 16px
}

.noticia_opened .container header h2 {
    margin-bottom: 15px;
    text-align: left;
    padding-top: 0px;
    display: block;
}

.noticia_opened .container header span {
    color:#2e363a;
    font-size:19px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600
}

.noticia_opened .container a{
  font-size: 18px;
  margin-top: 30px;
  display: block;

}
/**********************************
 06. Services home
**********************************/

.services-home {
  background-color: #f7f8f9;
  padding-top: 40px;
}

.cont_services .col-md-3{
  outline:1px solid #cacaca;
  padding:20px;
}

.service-home-box {
  background-color: #fff;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding-top: 30px;
  padding-bottom: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.header_text{
  padding-right: 30px;
}

.accordion-item a img{
    margin:auto;
      margin-top: 18px;
      border: 1px solid #cacaca;
}

.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0)!important;
}

.service-home-box h3 {
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.service-home-box p {
  color: #4f555b;
  margin: 35px 45px 30px 45px;
}



/**********************************
 07. Why choose us
**********************************/

.choose-us {
  background-color: #fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 110px;
}

.choose-us .circle {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 3px solid #4f555b;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 22px;
}

.choose-us .circle i {
  color: #4f555b;
  font-size: 40px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.choose-us p {
  color: #2e363a;
}

.choose-us .line {
  width: 175px;
  height: 1px;
  border-bottom: 2px dashed #c1cedc;
  margin-top: -130px;
  margin-left: 190px;
}

.choose-us .btn {
  margin-top: 50px;
}

.trigger {
    display: block;
    top: -50px;
    position: relative;
}

/**********************************
 08. Testimonials
**********************************/

.testimonials {
  background-color: #f7f8f9;
  padding-top: 0px;
  padding-bottom: 60px;
}

.services-home a {
    font-size: 18px;
    text-decoration: underline;
}

.innertop {
    overflow-y: hidden;
    max-height: 44vh;
}

.innertop img {
    width: 100%;
    padding-top: 100px;
}

.novedades_main{
  padding-bottom: 90px;
}

.testimonials .media {
  margin-top: 10px;
}

.testimonials .media h4.media-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonials .media p {
  color: #4f555b;
  font-size: 14px;
  margin-bottom: 0;
}

.testimonials .media img {
  margin-right: 12px;
}

.testimonial-box {
    background-color: #fff;
    border-radius: 3px;
    padding: 35px 35px 30px 35px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    min-height: 226px;
}

.testimonial-box p {
    color: #4f555b;
    font-size: 14px;
    line-height: 1.5em;
}

.triangle {
  background-image: url(../images/triangle.png);
  width: 36px;
  height: 26px;
  margin-top: -1px;
  margin-left: 10px;
}



/**********************************
 09. Separator
**********************************/

.separator {
  background-size: cover;
  text-align: center;
  height: 500px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.separator h3,
  .separator p {
  color: #fff;
}

.separator h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.separator p {
  font-size: 18px;
  margin-bottom: 50px;
}

.separator-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/**********************************
 10. News
**********************************/

.latest-news {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 140px;
}

.post-preview {
  background-color: #f7f8f9;
  padding: 50px 60px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.post-preview h3 {
  color: #0e314a;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.post-preview p {
  color: #2e363a;
  margin-bottom: 35px;
}



/**********************************
 11. Footer
**********************************/

footer {
  background-color: #2e363a;
  padding-top: 40px;
  padding-bottom: 15px;
}

footer .container{
  padding-bottom: 40px;
}

.mapss div{
  overflow: hidden;
}

.slogan_footer{
  background-color:#f7f8f9;
  padding:20px 20px 15px 20px;
}

.slogan_footer p{
  width:100%;
  text-align:center;
  color: #4879b5;
  margin-top:10px;
  font-size: 24px;
  line-height:1.1em;
}

.slogan_footer img{
  width:125px;
  display:block;
  margin:auto;
}

.footer_contacto h4, .footer_contacto p{
  width:100%;
  text-align:center;
}

.footer_redes h4, .footer_contacto h4, .footer_sections h4{
  color:#4786d3;
}

.footer_redes h4, .footer_redes ul li{
  width:100%;
  text-align:right;
  display:block;
}

footer p,
  footer a,
  footer h4 {
  color: #fff;
}

footer h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

footer a,
  footer p {
  font-size: 14px;
}

footer a:hover {
  color: #fff;
}

footer ul.footer-menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

footer li {
  margin-bottom: 5px;
}

.copyright {
  color: #c1cedc;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid #4f555b;
  padding-top: 22px;
  /*margin-top: 50px;*/
}



/**********************************
 12. Services
**********************************/

.intro-services {
  background-size: cover;
  background-position: center;
}

.services-main {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow-x: hidden;
}

.services-main h3 {
  font-size: 30px;
  margin-bottom: 35px;
}

.services-main p {
  color: #2e363a;
}

.services-main .btn {
  margin-top: 24px;
}

.services-main-left {
  padding-top: 100px;
}

.services-main-right {
  position: relative;
  height: 480px;
  margin-bottom: 50px;
}

.services-main-right img {
  position: absolute;
}

.services-list {
  padding-top: 0px;
  padding-bottom: 60px;
}

.services-item {
  text-align: left;
}

.services-item i {
  font-size: 50px;
  color: #4879b5;
}

.services-item h4 {
    margin-top: 15px;
    margin-bottom: 18px;
}

.services-item p {
  color: #2e363a;
  line-height: 1.45em;
  margin:0;
  font-size: 13px;
}

/* services 2 */

.services-2.services-main {
  text-align: center;
}

.services-2.services-main img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.services-2.services-main p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.services-2.services-list {
  background-color: #f7f8f9;
}

.services-2.services-list .services-2-item {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.services-2.services-list .icon, .services-2.services-list .services-item-text {
  display: inline-block;
}

.services-2.services-list .icon {
  text-align: center;
  width: 28%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 10px;
}

.services-2.services-list .icon i {
  color: #c1cedc;
  font-size: 90px;
}

.services-2.services-list .services-item-text {
  width: 70%;
  padding-right: 40px;
}

.services-2.services-list .services-item-text h4 {
  margin-bottom: 30px;
}

.services-2.services-list .services-item-text p {
  color: #2e363a;
}



/**********************************
 13. About
**********************************/

.intro-about {
  background-size: cover;
  background-position: center;
}

.about-main {
  background-color: #f7f8f9;
  padding-top: 100px;
  padding-bottom: 120px;
}

.about-box {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 75px 50px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.about-box:first-child {
  margin-bottom: 90px;
}

.about-box p {
  color: #2e363a;
  margin-bottom: 20px;
}

.box-title {
  border-right: 1px solid #e8e8e8;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-right: 20px;
}

.box-title h3 {
  color: #0e314a;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

.box-title p {
  color: #4f555b;
  font-size: 18px;
}

.about-team {
  padding: 40px 0px 60px 0;
  text-align: center;
}

.about-team header {
  margin-bottom: 70px;
}

.about-team img {
    margin: 15px auto;
    border: 1px solid #cacaca;
}

.about-team p, .about-team h5 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}



.accordion-button h4, .accordion-button p{
  color:#0e314a!important;
  margin-bottom:0!important;
}

.accordion-button h4 {
    padding-top: 15px;
}

.panel {
    box-shadow: none;
}

.accordion-button .underline {
    text-decoration: underline;
    font-size: 15px;
    margin-top: 15px;
    display: block;
    color: #0e314a;
    padding-bottom: 16px;
}

p.team-role {
  color: #4f555b;
  margin-bottom: 10px;
}

.team-member {
  margin-bottom: 70px;
}

/* about 2 */

.about-main.about-2 {
  padding-bottom: 50px;
}

.about-box-2 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 55px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.about-box-2:first-child {
  margin-bottom: 90px;
}

.about-box-2 h2 {
  margin-bottom: 30px;
}

.about-box-2 p {
  color: #2e363a;
  margin-bottom: 20px;
}

.about-team-2 {
  padding-top: 115px;
  padding-bottom: 100px;
}

.about-team-2 header {
  margin-bottom: 120px;
}

.about-team-2 p {
  color: #2e363a;
}

.about-team-2 p.team-role {
  color: #4f555b;
  margin-bottom: 10px;
}

.about-team-2 .team-member {
  margin-bottom: 80px;
}

.about-team-2 .team-member {
  display: flex;
}

.about-team-2 .team-member-img {
  margin-right: 30px;
}



/**********************************
 14. News
**********************************/

.intro-news {
  background-size: cover;
  background-position: center;
}

.news-main {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}

.news-box {
  background-color: #f7f8f9;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 60px 70px;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.news-box h4 {
  line-height: 1.5em;
  margin-bottom: 25px;
}

.news-box p {
  color: #2e363a;
  margin-bottom: 35px;
}

/* news 2 */

.news-main.news-main-2 .news-box {
  padding: 0;
  height: 380px;
  margin-bottom: 50px;
}

.news-main.news-main-2 .news-image,
.news-main.news-main-2 .news-text {
  display: inline-block;
}

.news-main.news-main-2 .news-image {
  width: 50%;
}

.news-main.news-main-2 .news-text {
  width: 40%;
  vertical-align: top;
  margin-top: 40px;
  margin-left: 25px;
}



/**********************************
 15. Contact
**********************************/

.intro-contact {
  background-size: cover;
  background-position: center;
}

.bw_footer{
  background-color:#27303a;
}

.bw_footer p{
  font-size:13px;
  line-height: 15px;
  padding:10px;
  text-align:center;
  color:rgba(256,256,256,0.4);
  margin:0;
}

.bw_footer p a{
  color:rgba(256,256,256,1);
  text-decoration: underline;
}



.contact-main {
    padding-top: 0px;
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #121318;
}

.contact-main .container {
    background-image: url(../images/contactbg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    /* padding-top: 10px; */
    padding-bottom: 30px;
    z-index: 2;
    position: relative;
}

.row.halfsbg {
    height: 900px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.halfsbg .col-md-6 {
    position: relative;
    max-width: 50%!important;
    vertical-align: top;
    height: 100%;
    display: inline-block;
}

.halfsbg .col-md-6:first-child{
  background-color: #121318;
}

.halfsbg .col-md-6:last-child{
  background-color: #989ba5;
}

.contact-info {
  text-align: center;
  margin-bottom: 75px;
}

.contact-info li {
  vertical-align: top;
  width: 32%;
  border-right: 1px solid #e8e8e8;
  padding: 20px 15px 0 15px;
}

.contact-info li:last-child {
  border: none;
}

.contact-info p {
  color: #ffffff;
}

p.contact-info-title {
  font-weight: 600;
  color: #ffffff;
}

.contact-main .form-control {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 23px;
}

.sect_img img{
  display:block;
  width:100%!important;
}

.contact-main input {
  height: 50px;
  color:#ffffff!important;
}

.contact-main textarea{
  color:#ffffff!important;
}

.contact-main input::placeholder, .contact-main textarea::placeholder {
  color:#ffffff!important;
}

.form-group {
    margin-bottom: 12px;
}

/* contact 2 */
.contact-main .container header h2{
  color:#ffffff;
}

.contact-2 .contact-info {
  background-color: #f7f8f9;
  padding: 50px 50px 20px 50px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.contact-2 .contact-info li {
  margin-bottom: 30px;
}

.contact-2 .email {
  border: none;
}

.contact-2 .email,
.contact-2 .address,
.contact-2 .phone {
  text-align: left;
  width: 100%;
  padding: 0;
}

/* map */

div#map {
  background-color: #f7f8f9 !important;
}

#map {
  width: 100%;
  height: 430px;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}



/**********************************
 16. Careers
**********************************/

.intro-careers {
  background-size: cover;
  background-position: center;
}

.careers-main {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}

.careers-main h2 {
  font-size: 30px;
}

.vacancy-box {
  background-color: #f7f8f9;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 37px;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.vacancy-box:hover {
  background-color: #2e363a;
}

.vacancy-box:hover h3,
    .vacancy-box:hover p,
    .vacancy-box:hover a {
  color: #fff;
}

.vacancy-box h3,
  .vacancy-box p,
  .vacancy-box a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

.vacancy-box p {
  color: #2e363a;
  margin-top: 24px;
  margin-bottom: 20px;
}

.vacancy-box a {
  color: #0e314a;
  font-weight: 600;
}

.vacancy-box a:hover {
  text-decoration: none;
}



/**********************************
 17. FAQ
**********************************/

.intro-faq {
  background-size: cover;
  background-position: center;
}

.faq-main {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 120px;
}

.faq-main header {
  text-align: left;
  margin-top: -20px;
  margin-bottom: 54px;
}

.faq-main header h2 {
  font-size: 32px;

}

.faq-main header p.sub-heading {
  width: 100%;
}

.panel-default {
  border: none;
}

.panel-default > .panel-heading {
  color: #0e314a;
  padding: 19px 28px;
  margin-top: 30px;
  color: #f7f8f9;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}

.panel-default > .panel-heading:hover {
  cursor: pointer;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

h4.panel-title {
  color: #0e314a;
  font-size: 18px;
  font-weight: 400;
}

.panel-title > a {
  text-decoration: none;
}

.panel-body {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-top: 0!important;
}

.panel-body p {
  color: #2e363a;
  text-align: left!important
}



/**********************************
 18. 404
**********************************/

.page-404 {
  background-image: url(../images/bg5.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  text-align: center;
  margin: 0;
  overflow: hidden;
}

.page-404 .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-404 .content h1,
    .page-404 .content p {
  color: #fff;
}

.page-404 .content h1 {
  font-size: 100px;
  margin-bottom: 20px;
}

.page-404 .content p {
  font-size: 28px;
  margin-bottom: 30px;
}



/**********************************
 19. Media queries
**********************************/

@media only screen and (max-width: 1200px) {
  .call-to-action .form-control {
    width: 200px;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
}

  .choose-us .line {
    width: 100px;
    margin-top: -150px;
    margin-left: 180px;
  }

  .news-main.news-main-2 .news-box {
    padding: 0;
    height: auto;
    margin-bottom: 50px;
  }

  .news-main.news-main-2 .news-text {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-default .navbar-brand {
    font-size: 16px;
  }

  .intro-content.content2 {
    max-width: 90%;
    margin: auto;
}

.row.halfsbg {
    display: none;
}

.contact-main .container {
    background-image: url(../images/contactbg.jpg);
    background-size: 358%;
    background-repeat: no-repeat;
    background-position: 74% top;
    /* padding-top: 10px; */
    padding-bottom: 30px;
    z-index: 2;
    position: relative;
}

  section {
    padding-left: 10px;
    padding-right: 10px;
}

header p.sub-heading {
    color: #4f555b;
    font-size: 16px;
}

.topbar li {
    margin-left: 7px;
}

.ul_left li {
    margin-right: 2px!important;
}

.cont_services .col-md-3 {
    outline: 1px solid #cacaca;
    padding: 2px;
    border: 10px solid #ffffff;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: 240px;
}

.services-item p {
    color: #2e363a;
    line-height: 1.45em;
    margin: 0;
    font-size: 11px;
}

.services-item h4 {
    margin-top: 4px;
    margin-bottom: 10px;
}

.services-item i {
    font-size: 30px;
}

.services-list .cont_header {
    margin-bottom: 5px!important;
}

.services-list .container{
  padding: 5px!important;
}

.cont_services .col-md-3:nth-child(1), .cont_services .col-md-3:nth-child(4), .cont_services .col-md-3:nth-child(5), .cont_services .col-md-3:nth-child(8){
  background-color: #dde9f6!important;
  border: 10px solid #dde9f6!important;
}

h2 {
    font-size: 35px;
}

.row.cont_services {
    padding: 0;
    margin: auto;
    display: block;
}

.cont_services .col-md-2{
    width: 32%;
    display: inline-block;
    padding: 2px;
}

.services-item img {
    display: block;
    margin: auto;
    width: 100%;
}

.services-item h4 {
    font-size: 14px;
    display: block;
}

.services-item {
    text-align: center;
    padding: 0;
    width: 100%;
    height: auto !important;
}

  .header_text {
    padding-right: 0px;
}

  .swiper-button-next{
    right: 25px;
    left: auto;
  }

  .swiper-button-prev{
    left: 25px;
    right: auto;
  }

  .swiper-slide img {
    width: 200%;
    left:-50%;
}

.footer_sections h4, footer ul{
  width: 100%;
}

.footer_sections h4{
    text-align: left!important;
}

 footer ul.footer-menu li {
    text-align: center!important;
    width: auto;
    display: inline-block;
    margin-right:10px;
}

.footer_contacto h4, .footer_contacto p {
    width: 100%;
    text-align: left;
}

.footer_redes h4, .footer_redes ul li a {
    width: 100%;
    text-align: left;
    display: block;
}

footer h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 24px;
}

.slider-content p {
    color: #fff;
    font-size: 30px;
  }

  .content2 p span {
    font-size: 25px!important;
    line-height: 1.2em!important;
}

  .navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    letter-spacing: 0;
  }

  h1 {
    font-size: 65px;
  }

  .intro p {
    font-size: 24px;
    width: 100%;
  }

  .intro .btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .service-home-box {
    margin-bottom: 40px;
  }

  .call-to-action {
    text-align: center;
  }

  .call-to-action form {
    text-align: center;
  }

  .call-to-action .form-control {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .choose-us header {
    margin-bottom: 0;
  }

  .choose-us .line {
    display: none;
  }

  .choose-us .circle {
    margin-top: 60px;
  }

  .testimonials header {
    margin-bottom: 20px;
  }

  .testimonial-box {
    margin-top: 20px;
    padding: 12px!important;
  }

  .post-preview {
    margin-bottom: 40px;
  }

  .testimonials .container .cont_header {
    margin-bottom: 5px;
}

.testimonials .container .cont_header .col-md-4{
  width:100%;
  padding:0!important;
}

section .row {
    width: 100%;
    margin: 0!important;
}

#accordion .panel{
    padding: 0!important;
}

.accordion-header img {
    margin: auto;
    margin-top: 14px;
    border: 1px solid #cacaca;
    width: 75px;
    float: left;
    margin-right: 9px;
}

p.team-role {
    color: #4f555b;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.accordion-button span {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 9px;
    display: block;
    color: #0e314a;
    padding-bottom: 16px;
    text-align: left;
}

.accordion-button h4 {
    padding-top: 15px;
    text-align: left;
    /* text-indent: 14px; */
    font-size: 16px;
}

.accordion-button h4 {
    padding-top: 15px;
    text-align: left;
    /* text-indent: 14px; */
    font-size: 16px;
}

.accordion-button h4 {
    padding-top: 11px;
    text-align: left;
}

.row.noticiass {
    margin-bottom: 70px;
    clear: both;
}

.seeall {
    float: right;
    background-color: #4879b5;
    width: auto;
    text-align: center;
    margin-top: -66px;
    font-size: 15px;
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none!important;
    border-radius: 5px;
    margin-bottom: 29px;
}

.news_title {
    font-size: 28px;
}

.twt_cont {
    max-height: 210px;
    margin-bottom: 62px;
    overflow: hidden;
    /*border-top: 2px solid #000000;*/
}


.home_news{
    width: 100%;
    min-height: 94px;
}

a.lkdn {
    padding: 3px;
    font-size: 14px;
}

.panel-body p {
    color: #2e363a;
    text-align: left!important;
    font-size: 14px;
    line-height: 1.4em;
}

  .testimonials .media img {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

  .testimonials .media {
    margin-top: 0;
  }

  .triangle {
      height: 18px;
  }
  .testimonial-box {
    padding: 20px;
    min-height: 0
  }

  .testimonial-box p {
    font-size: 12px;
    line-height: 1.4em;
  }

  header p.sub-heading {
    width: 100%;
  }

  .services-main-left {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 60px;
  }

  .services-main-right {
    text-align: center;
    margin-bottom: 0;
    height: auto;
  }

  .services-main-right img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .box-title {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news-main.news-main-2 {
    padding-bottom: 70px;
  }

  .news-main.news-main-2 .news-box {
    background-color: transparent;
    text-align: center;
    margin-bottom: 90px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .news-main.news-main-2 .news-box img {
    margin-left: auto;
    margin-right: auto;
  }

  .news-main.news-main-2 .news-image,
    .news-main.news-main-2 .news-text {
    width: 100%;
  }

  .contact-2 .contact-info {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
  }

  .navbar-brand>img {
    display: block;
    width: 100px;
    margin-top: -5px;
}

  .navbar-default .navbar-nav > li > a {
    color: #292929;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover {
    color: #292929;
  }

  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #292929;
  }

  .navbar-default .navbar-brand {
    padding-top: 18px;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
  }

  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }

  .intro-3 .right-pane {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
  }

  .swiper-slide .btn {
    margin-bottom: 20px;
  }

  .intro-pages h2 {
    font-size: 55px;
  }

  .intro-pages p {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .brands {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 20px;
  }

  .contact-info li {
    border: none;
    width: 100%;
  }

  .cont_services .col-md-2:first-child .services-item img, .cont_services .col-md-2:last-child .services-item img, .cont_services .col-md-2:nth-child(3) .services-item img {
    max-width: 77px!important;
}
}

@media only screen and (max-width: 380px) {
  .swiper-slide img {
    width: 300%;
    left: -112%;
}


}

@media only screen and (max-width: 320px) {
  .topbar {
    display: none;
  }
}

img.foto_body {
    max-width: 100%;
    margin: auto;
    display: block;
}
