@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
}

@media (max-width: 768px){
  .container {
      max-width: 750px;
  }
}

.b-image{
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100vh;
  width:100vw;
}

.single-item-responsive {
  display: none;
}

@media(max-width:768px){
  .single-item{
   display: none;
  }
  .single-item-responsive {
    display: block;
  }
  .single-item-responsive .b-image{
    height: 400px;
  }
}

/*slick*/
.slick-next {
  right: 50px;
}
.slick-prev {
  left: 50px;
  z-index: 5;
}

.single-item .slick-dots,
.single-item-responsive .slick-dots {
  bottom: 50px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  border: 1px solid #FFF;
  border-radius: 100%;
  height: 10px;
  width: 10px;
}

.partners--list .slick-dots li {
  border: 1px solid #1890C0; /*change*/
}


.partners--list .slick-dots .slick-active, 
.partners--list .slick-dots li:hover {
  background: #1890C0; /*change*/
}


.slick-dots .slick-active,
.slick-dots li:hover {
  background: #FFF;
}

.slick-dots li button:before {
  color: transparent;
  font-size: 10px;
  opacity: 0;
}

.slick-dots li.slick-active button:before{
  color: transparent;
}


/*=================================================*/

.single-item .slick-next::before,
.single-item-responsive .slick-next::before {
  background-image: url(../img/arrow-rigth.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
}
.single-item .slick-prev::before,
.single-item-responsive .slick-prev::before {
  background-image: url(../img/arrow-rigth.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 40px;
  transform: rotate(180deg); 
  width: 40px;
}

.single-item .slick-prev,
.single-item .slick-next,
.single-item-responsive .slick-prev,
.single-item-responsive .slick-next {
  height: 40px;
  width: 40px;
}

.slick-next:before, .slick-prev:before {
  opacity: 1;
}

/*IMAGENES SECCIONES*/
.section-imagen {
  background-position: center;
  background-size: cover;
  height: auto;
  min-height:100vh;
  position: relative;
  width:100%;
}

@media(max-width:768px){
  .section-imagen{
    height: 100%;
  }
}

/*SECCION PROYECTOS*/

.section-block{
  color:#fff;
  margin-left:auto;
  position:relative; 
  padding:250px 0;
  width:370px;
}

.section-title--strong{
  color: #FFF;
  font-weight: 500;
}

.they-trust-strong {
  color: #333;
}

.section-title {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width:768px){
  .section-title {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
  }
}

.section-title--strong::before {
  background-image: url(../img/elipse.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 15px;
  width: 17px;
}

.section-common-block .section-button::before,
.section-block .section-button::before {
  background-image: url(../img/arrow-button.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 11px;
  margin-right: 5px;
  width: 11px;
}

.section-common-block .section-button:hover::before,
.section-block .section-button:hover::before {
  background-image: url(../img/arrow-button-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 11px;
  margin-right: 5px;
  width: 11px;
}

.section-description{
  font-family: 'Montserrat', light;
  font-size:11px;
  line-height:20px;
  margin-left: 34px;
  margin-top: 30px;

}

/*SECCION NUESTROS VALORES*/
.our-values {
  background-position: center center;
}

@media (max-width:768px){
  .our-values {
    background-position: 20% center;
  }
}

@media (max-width:435px){
  .our-values {
    background-position: 35% center;
  }
}

.our-values .our-values--title {
  color: #fff;
}

.our-values h3{
  color:#fff;
  border-top: 1px solid;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 0;
}

.our-values p{
  color:#fff;
  font-family: 'Montserrat', light;
  font-size:11px;
  margin-left:50px;
  margin-bottom: 50px
}

.our-values--list{

  width:50%;
  position:relative;
  top:50px;
  display:inline-flex;
  flex-flow:row wrap;

}

.our-values--item{
  display:block;
  padding-right: 32px;
  position:relative;
  width:50%;
}

.our-values--item-number{
  font-weight: 600;
  font-size:22px;
  color:#fff;
  padding-top: 10px;
  position: absolute;
}

.our-values--block{
  position:relative;
  padding:100px 0;

}

.our-values--item-title{
  margin-left:50px;

}

@media (max-width:768px) {
  .our-values--list{
    width: 100%;
  }
  .our-values .our-values--title{
    text-align: center;
  }
  .our-values--block {
    padding: 50px 0;
    max-width: 400px;
  }
  .our-values--item {
    padding: 0 32px;
    width: 100%;
  }
}


/*SECCIÓN DE NOSOTROS*/

@media (max-width:768px){
.section-block{
  color:#fff;
  margin:0px;
  left: 0;
  position:relative;
  right:0;
  text-align:center;
  width:100%;
}
.section-description{ 
  margin:20px 40px ;
 }
}

/*Añadiendo css al boton */
.section-button{  
  border: 1px solid #fff;
  border-radius: 50px;
  color: #ffffff;
  cursor:pointer;
  display: inline-block;
  font-family:'Montserrat', Bold;  
  font-size:11px;
  line-height:1.5;
  margin: 10px;
  padding: 10px 40px;
  position:relative;
  margin-bottom:10px;
  margin-left:35px;
  margin-right:10px;
  margin-top:30px;
  text-decoration:none;
  text-transform:uppercase;
}

@media(max-width:768px){
  .section-button {
    margin-left: 10px;
  }
}

.section-button:hover{
  background-color:#ffffff;
  color:#000;
}

  /*Carousel*/

.partners--item {
  width: 170px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px;
}

.partners--item {
  -webkit-filter: grayscale(1);
}

.partners--item:hover {
  filter: none;
}
  
.trey-dust {
  position: relative;
}

.trey-dust .they-trust--title{
  color: #333333;
}

.they-trust-section--container {
  margin: 0 auto;
  width: 60%;
}

@media (max-width:768px){
  .they-trust-section--container{
    width: 100%;
    text-align: center;
    padding: 0 40px;
  }
  .trey-dust .slick-dotted.slick-slider {
    padding-bottom: 100px;
  }
  .trey-dust .slick-dots {
    position: relative;
    margin-top: 50px;
  }
  .projects.slick-dots {
    position: absolute;
    
  }
  .they-trust-section p {
    margin-left: 0 !important;
  }

}

.trey-dust .they-trust-section--container .section-title--strong::before {
  background-image: url(../img/elipse_two.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 15px;
  width: 17px;
}

.they-trust-section {
  padding: 100px 0;
}

.they-trust-section p {
  color: #333333;
  font-size: 12.5px;
  margin-left: 35px;
}

.partners--list {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 80%;
}

.partners--item {
  background-position: center;
}

/*NUESTROS SERVICIOS*/
.our-services--title {
  color: #fff;
  padding: 50px 0;
}

.our-services--item-title {
  color: #1890C0; /*change*/
  font-size: 18px;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
  width: 100%;
}

.our-services--container-top,
.our-services--container-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
}
.our-services--item {
  width: 30%;
  height:auto;
  margin: 15px;
}

@media(max-width:768px){
  .our-services--item {
    width: 100%;
  }
}

.bg--our-services {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.our-services--item-image img {
  display: block;
  height: auto;
  width: 100%;
}

.our-services--item:hover .our-services--hover-more-info{
  background: rgba(24, 144, 192, 0.6);
  color: #fff;
  display: flex;
  /*background: #1890C0;*/
}
.our-services--item:hover .our-services--item-container{
  display: none;
}

.our-services--item-image {
  position: relative;
  height: 250px;
}

@media(max-width:768px){
  .our-services--item-image {
    height: 125px;
    overflow: hidden;
  }
}

.our-services--item-container ,
.our-services--hover-more-info {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.our-services--hover-more-info {
  display: none
}

.our-services--hover-more-info--text {
  text-align: left;
  margin: 0 auto;
}

.our-services--hover-more-info--text p {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  display: flex;
}

.our-services--hover-more-info--text p::before {
  background-image: url(../img/arrow-our-services.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  margin-top: 4px;
  width: 9px;
}


/*Page Nosotros*/
.about-us-mission{
  padding-bottom: 100px;
  padding-top: 100px;
}

.about-us-mission p {
  padding-left: 50px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

.about-us-mission--section-title--container {
  padding-bottom: 70px;
}

.about-us-mission--strong,
.mission-title--mission,
.mission-title--view{
  align-items: center;
  color:#1890C0;/*change*/
  display: flex;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

@media (max-width:768px){
  .about-us-mission--strong,
  .mission-title--mission,
  .mission-title--view{
    justify-content: center;
  }
}


.about-us-mission--section-mission-view--container{
  display: flex;
  flex-wrap: wrap;
}
.about-us-mision--block-container {
  width: 50%;
  padding-right: 90px;
}

.about-us-mission--strong::before {
  background-image: url(../img/elipse_two.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 30px;
  width: 17px;
}

.mission-title--mission::before,
.mission-title--view::before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  margin-right: 15px;
}

.mission-title--mission::before {
  background-image: url(../img/mission.png);
  height: 28px;
  width: 34px;
}

.mission-title--view::before{
  background-image: url(../img/view.png);
  height: 30px;
  width: 42px;
}

@media (max-width:768px){
  .mission-title--view,
  .mission-title--mission {
    text-align: center;
  }

  .mission-title--view::before,
  .mission-title--mission::before {
    height: 18px;
    width: 20px;
  }
}

/*PAGE NOSOTROS VALORES*/
.about-us-values--list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.about-us-values--item {
  width: 50%;
  padding-left: 40px;
  padding-bottom: 30px;
}

.main-about-us-values--container {
  width: 50%;
  margin-left: auto;
  padding: 100px 0;
  margin-right: 130px;
}

.about-us-values--strong   {
  color: #1890C0; /*change*/
  font-weight: 800;
  font-size: 22px;
}

.section-about-us_movil,
.section-projects_movil {
  display: none;
}

@media(max-width:768px){
  .section-about-us,
  .section-projects {
    display: none;
  }

  .section-about-us--responsive,
  .section-projects--responsive {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100vh;
  }
}

.section-about-us-values .section-title--strong::before {
  background-image: url(../img/elipse_two.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 15px;
  width: 17px;
}

.about-us-values--item-title {
  color:#1890C0; /*change*/
  font-weight: 600;
  font-size: 19px;
  padding: 15px 0;
}

.about-us-values--item-description {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}

.our-services {
  height: auto;
}

.section-about-us-values,
.section-about-us-mission {
  height: 100vh;
}

.section-our-services-container-list {
  padding-bottom: 100px;
}

.about-us--image-responsive {
  display: none;
}

@media(max-width:768px){

  .about-us--image-responsive {
    display: block;
    padding-top: 45px;
  }

  .about-us--image-responsive img {
    display: block;
    height: auto;
    width: 100%;
  }

  .about-us-mission,
  .main-about-us-values--container {
    margin: 0 auto;
    padding: 100px 45px 50px;
    width: 100%;
  }
  .about-us-mision--block-container {
    width: 100%;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .about-us-values--item {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .about-us-values--title {
    text-align: center;
  }

  .section-about-us-values,
  .section-about-us-mission {
    height: auto;
  }

  .about-us-mission p {
    text-align: center;
    padding-left: 0;
  }

  .about-us-block,
  .projects .section-block {
    padding: 80px 0;
  }

  .projects {
    background-position: right;
  }
}

.section-our-area {
  padding: 190px 0 170px;
}

.our-area--title {
  color: #fff;
  font-size: 22px;
  padding-bottom: 60px;
}

.our-area--title::before {
  background-image: url(../img/elipse.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 15px;
  width: 17px;
}

@media (max-width: 768px){
 .our-area--title {
  color: #FFF;
 }
  .our-area--title::before {
    background-image: url(../img/elipse.png);
  }
}

.our-projects .our-area--title::before{
  background-image: url(../img/elipse_two.png);
}

.our-area--content {
  margin: 0 auto;
  max-width: 855px;
}

.our-area--content-item {
  padding-bottom: 30px;
}

.our-area--content-title {
  align-items: center;
  display: flex;
  color: #1890C0; /*change*/
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  width: 100%;
}

@media (max-width: 768px){
  .our-area--content {
    margin: 0 auto;
    max-width: 485px;
    padding: 0 25px;
    text-align: center;
  }

  .our-area--content-title {
    align-items: baseline;
    font-size: 18px;
  }
}

.our-area--content-info {
  padding-left: 40px;
}

@media (max-width: 768px){
  .our-area--content-info {
    padding-left: 10px;
  }
}

.pro-icon-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 23px;
  margin-right: 12px;
  width: 28px;
}

.pro-icon-di {
  background-image: url('../img/projects/icon_di.svg'); 
}

.pro-icon-fmi {
  background-image: url('../img/projects/icon_fmi.svg'); 
}

.our-area--content-info p {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 20px;
}

.section-title--str {
  font-weight: 500;
}

.our-projects {
  background-color: #d2d2d2;
}


/*Scroll-down*/
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 2;
}

.scroll-down:before {
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  content: "";
}

/*================*/

.scroll-up-page {
  background: #3399cc;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: fixed;
  bottom: 30px;
  right: 0;
  margin-left: -16px;
  display: flex;
  align-items: center;
  width: 67px;
  height: 57px;
  z-index: 2;
}

.scroll-up {
  background-image: url(../img/arrow-up.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 15px;
  padding: 29px 34px;
  position: relative;
  width: 25px;
}

@media(max-width:768px){
  .scroll-up-page{
    display: none;
  }
}
.footer-social-networks--responsive {
  display: none;
}


