*{
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;  
  box-sizing: border-box;
}
body,html{
  width: 100%;
  height: 100%;
  background: #fff;
}
.container-menu{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  background: rgba(41,166,222,0.7);
  height: auto;
  max-height: 80px;
  padding: 0.8rem 1rem;
  z-index: 999;
}
.container-menu-respon{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(41,166,222,0.7);
  height: auto;
  max-height: 80px;
  padding: 0.8rem 1rem;
  z-index: 999;
  display: none;
}
.menuResp {
  display: none;
  padding: 1rem 0;
  background: rgba(41,166,222,0.7);
  position: absolute;
  right: 0px;
  font-size: 1.2rem;
  top: 80px;
}
.menuResp ul{
  list-style: none;
}
.menuResp ul li{
   padding: 0.5rem 0;
}
.menuResp a{
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
}
.container-menu ul{
  text-decoration: none;
  list-style: none;
  display: flex;
}
.container-menu li .transMenu{
  text-decoration: none;
  position: relative;
  top: 40px;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.9rem 1rem;
  padding-top: 3.3rem;
}
.menu-icon{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  margin: 0;
}
.icon{
  width: 40px;
  height: 6px;
  background: #fff;
  margin: 6px 0;
}
#btn-menu{
  display: none;
}
.menuLeft, .menuRight{
  width: 50%;
}
.menuLeft i{
  font-size: 1rem;
  padding: 0 0.7rem;
  position: relative;
  top: -3px;
}
.menuLeft ul {justify-content: flex-start;}
.menuRight ul {justify-content: flex-end;}
.menuLeft .transMenu:hover, .menuRight  ul li a:hover{
  background: rgba(0,103,144,1);
}
.menuLeft ul ul{
  display: none;
}
.container-menu ul ul li {
  cursor: pointer;
  position: relative;
    top: 53px;
  padding: 0.9rem 0;
  background: rgba(41,166,222,0.6);
}
.container-menu ul ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.3rem 2rem;
}
.menuLeft li:hover ul{
  display: block;
}
.menuLeft ul ul li:hover{
  background: rgba(0,103,144,1);
  top: 45px;
}
.container-about{
  padding: 6rem 5rem;
}
.container-about h3{
  font-size: 2rem;
  color: #61C1E6;
  padding: 0 0 0 1.2rem;
  border-left: 1px solid #61C1E6;
  margin-bottom: 8px; 
  list-style: inline;
}
.container-about p{
  font-size: 1rem;
  text-align: left;
  color: #757575; 
  padding: 1.3rem 0 0.5rem 1.2rem; 
  border-left: 1px solid #757575;
}
.container-about li{
  font-size: 1rem;
  color: #757575; 
  margin-left: 40px;
  padding: 0.5rem 0 0 0; 
}
.logo-about{
  justify-content: center;
  display: flex;
  padding-bottom: 2rem; 
}
.pimg1, .pimg2, .pimg3{
  position:relative;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.pimg1{
  background-image:url('../images/parallax1.jpg');
}
.pimg2{
  background-image:url('../images/parallax2.jpg');
  max-height:70%;
}
.pimg3{
  background-image:url('../images/parallax3.jpg');
  max-height:70%;
}
.text-parallax{
  text-align: right;
  width: 100%; 
  padding: 1.5rem;
}
.text-parallax img{
  opacity: 0.3;
}
.space-parallax{
  display: flex;
  justify-content: flex-end;
  margin-top: 15rem;
}
.text-parallax span{
  font-size: 2rem;
  color: white;
  border-bottom: 3px solid #61C1E6;
}
.container-gallery{
  padding: 6rem 0;
  width: 100%;
  text-align: center;
}
.acces-gallery{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  width: 100%;
}
.gallery{
  position: relative;
}
.overlayBottom{
  position: absolute;
  opacity: 0;
  transition:all .3s ease;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(17,72,97,0.8);
  width: 100%;
  height: 0;
  bottom: 3px;
}
.text-overlayBottom{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-gallery{
  font-size: 1.4rem;
  color: #757575;
}
.gallery:hover{
  margin-top: -27px;
}
.gallery:hover .overlayBottom{
    height: 20%;
    opacity: 1;
}
.gallery:hover .text-gallery{
  display: none;
}
.gallery:hover a{
  filter: grayscale(50%);
}
.container-services{
  width: 100%;
  padding: 2rem 5rem 3rem 5rem;
}
.container-services h3{
  font-size: 2rem;
  color: #61C1E6;
  padding: 0 0 0 1.2rem;
  border-left: 1px solid #29ACE1;
}
.img-col1{
  display: flex;
  padding: 3rem 1.2rem 0 1.2rem;
}
.img-col2{
  display: flex;
  padding: 0 1.2rem 2rem 1.2rem;
  margin-top: -5px;
}
.img-col1 a:hover{filter: saturate(200%);transition:all .5s ease;}
.img-col2 a:hover{filter: saturate(170%);transition:all .5s ease;}
.img-col1 a:hover p, .img-col2 a:hover p{
  transition:all .5s ease;
  font-size: 3rem;
}
.img-col1 a:hover .text-services1 p{width: 13.2rem;}
.img-col1 a:hover .text-services2 p{width: 20.5rem;}
.img-col2 a:hover .text-services3 p{width: 18rem;}
.img-col2 a:hover .text-services4 p{width: 32rem;}
.img-less{width: 40%;}
.img-higher{width: 60%;}
.text-services1{width: 10rem;}
.text-services2{width: 15rem;}
.text-services3{width: 13rem;}
.text-services4{width: 23rem;}
.text-services1, .text-services2, .text-services3, .text-services4{
  position: absolute;
  margin-top: -5.74rem;
  padding: 0 0 0 1rem;
}
.text-services1 p, .text-services2 p, .text-services3 p, .text-services4 p{
  text-align: left;
  font-size: 2rem;
  border-bottom: 3px solid #61C1E6;
  color: #fff;
}
.text-parallax1{
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.text-parallax1 a{
  font-size: 1rem;
  color: #757575;
  text-decoration: none;
}
.text-parallax1 ul{
  list-style: none;
  width: 50%;
}
.text-parallax1 a:hover{
  color: #2BA9E3;
}
.container-tenstimonials{
  width: 100%;
  padding: 6rem 5rem;
}
.container-tenstimonials h3{
  font-size: 2rem;
  color: #61C1E6;
  padding: 0 0 0 1.2rem;
  border-left: 1px solid #61C1E6;
}
.container-tenstimonials span{
  font-size: 1rem;
  color: #757575; 
  padding: 2rem 0 0 0; 
  border-top: 10px solid #61C1E6;
  margin: 20px 40px 0 40px;
}
.text-tenstimonials{
  display: flex;
  justify-content: center;
  border-left: 1px solid #757575;
  margin-top: 10px;
}
.text-tenstimonials p{
  width:100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.container-map{
  width: 100%;
  padding: 3rem 5rem 6rem 5rem;
}
.map-addres{
  display: flex;
  align-items: center;
}
.map1{
  width: 60%;
  opacity: 0.7;
}
.addres{
  padding: 0 3rem;
  color: #757575;
}
.title-addres{
  display: block;
  font-size: 1.06rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.addres div{
  padding: 3rem 0;
}
.container-contact{
  padding: 3rem 5rem 5rem 5rem;
  background: #f5f5f5;
}
.container-contact h3{
  font-size: 2rem;
  color: #61C1E6;
  margin-bottom: 8px; 
}
.contact-us{
  padding: 2rem 0;
}
.nEp{
  display: flex;
  justify-content: space-between;
}
.form-group{
  padding: 0 0.8rem;
  color: #757575;
}
.form-group p{
  padding-bottom: 0.3rem; 
}
.name, .email, .phone{
  width: 30rem;
  height: 1.7rem;
  padding: 0 0.6rem;
  background: #fff;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.message{
  width: 33rem;
  height: 8.5rem;
  padding: 0.6rem;
  background: #fff;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.btn-contact{
  padding: 0.3rem 0;
  width: 97.5%;
  display: flex;
  justify-content: flex-end;
}
.submit{
  width: 7rem;
  height: 2rem;
  background: #61C1E6;
  font-size: 0.9rem;
  color: white;
  border: none;
  cursor: pointer;
}
.submit:hover{
  background: #6fCfEf;
}
.logos-footer1{
  display: none;
}
.logos-footer{
  display: flex;
  justify-content: space-between;
  width: 57%;
}
.text-parallax2{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem;
}
.text-parallax2 a{
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}
.text-parallax2 ul{
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0;
}
.logo-parexton{
  margin-top: 4rem;
  display: block;
}
.text-parallax2 ul li{
  padding: 0 0.5rem;
  list-style: none;
}
.text-parallax2 a:hover{
  color: #2BA9E3;
}
.logo-footer{
  padding: 0.5rem 1rem;
}
.container-banner-contact, .container-banner-about, .container-banner-privacy, .container-banner-testimonials, .container-banner-services{
    background-repeat:no-repeat;
    background-size:cover;
    width: 100%; 
    height: 30rem; 
      display: flex;
  justify-content: flex-end;
    /*box-shadow: 0 0 100px 100px #f5f5f5 inset;*/  
}
.container-banner-contact{background-image:url('../images/bannerContact.jpg');}
.container-banner-about{background-image:url('../images/bannerAbout.jpg');}
.container-banner-privacy{background-image:url('../images/bannerPrivacy.jpg');}
.container-banner-testimonials{background-image:url('../images/bannerTestimonials.jpg');}
.container-banner-services{background-image:url('../images/bannerServices.jpg');}
.container-banner-about div, .container-banner-testimonials div, .container-banner-privacy div, .container-banner-contact div, .container-banner-services div{
  width: 50%;
  height: 100%;
  padding: 3rem;
  text-align: right;
  font-size: 2.5rem;
  color: #fff;
  align-items: center;
} 
.container-banner-about h3, .container-banner-testimonials h3, .container-banner-privacy h3, .container-banner-contact h3, .container-banner-services h3{
  margin-top: 15rem;
  padding: 0.3rem 1rem;
}
.container-banner-testimonials h3{
  margin-top: 12rem;
}
.container-banner-privacy h3, .container-banner-contact h3{
  margin-top: 12rem;
}
.container-banner-services h3{
 margin-top: 4rem; 
}
.container-page-about{
  display: flex;
  padding: 6rem 3rem 5rem 3rem;
  width: 100%;
}
.container-img-page-about{
  padding: 0 2rem;
}
.container-page-about h1{
  text-align: center;
  color: #61C1E6;
  font-size: 3rem;
}
.title-resp{
  display: none;
  text-align: center;
  color: #61C1E6;
  font-size: 3rem;
  padding-bottom: 3rem;
}
.container-text-page-about{
  width: 80%;
}
.container-page-about div p, .container-page-about ul li{
  padding: 1rem 0;
  color: #757575;
  font-size: 1.1rem;
}
.container-page-about div p span{
  display: block;
  text-align: right;
  padding: 0.3rem 0;
  font-weight: bold;
}
.container-contact-all{
  padding: 3rem 6rem 1rem 6rem;
  background: #fff;
}
.container-contact-all h1{
  width: 100%;
  text-align: center;
  font-size: 3rem;
  color: #61C1E6;
  padding: 2rem 0;
}
.contact-us-all div{
  align-items: center;
  padding: 1rem 0;
}
.nEp-all{
  width: 100%;
  display: flex;
}
.nEp-all .middleSpace{
  padding: 0 4rem;
}
.form-group-all{
  width: 100%;
  padding: 0 0.8rem;
  color: #757575;
}
.form-group-all p{
  padding-bottom: 0.3rem; 
  font-size: 1.15rem;
}
.name-all, .email-all, .phone-all{
  width: 100%;
  height: 3rem;
  padding: 0 0.6rem;
  background: #f5f5f5;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.message-all{
  width: 100%;
  height: 12rem;
  padding: 0.6rem;
  background: #f5f5f5;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.address-all{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #757575;
  padding: 1rem 6rem 4rem 6rem;
}
.block-address{
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}
.block-address i{
  padding: 0 1rem;
}
.address-all div i{
  font-size: 4rem;
}
.contact-int{
  padding: 3rem 3rem 5rem 5rem;
  background: #f5f5f5;
}
.container-contact-int h3{
  font-size: 2rem;
  color: #61C1E6;
  margin-bottom: 8px; 
}
.contact-addres{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.addres-int{
  padding: 3rem 14rem 5rem 3rem;
  color: #757575;
}
.addres-int div{
  padding: 3rem 0;
}
.space-int{
  padding: 0 2rem;
}
.name-int, .email-int, .phone-int{
  width: 17rem;
  height: 1.7rem;
  padding: 0 0.6rem;
  background: #fff;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.message-int{
  width: 20rem;
  height: 8.5rem;
  padding: 0.6rem;
  background: #fff;
  border: none;
  color: #757575;
  font-size: 1rem;
}
.title-page-services{
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  margin-top: 1rem;
}
.title-page-services h1{
  color: #61C1E6;
  font-size: 3rem;
}
.grid{
  padding: 6rem 0;
  padding-top: 3rem;
  position: relative;
  margin:auto;
  width: 100%;
  height:auto;
}
.fila{
  position: relative;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 1rem 3rem;
}
.col-4{
  float: left;
  padding: 0 1rem;
  width: 33.33333333%;
}
.info1{
  position: relative;
  visibility: visible;
  background: rgb(255, 255, 255, 0.4);
  transition: 0.2s;
  color: rgba(0,103,144,1);;
  font-size: 170%;
  text-align: right;
  z-index: 1;
  top: -5rem;
  width: 100%;
  height: 100%;
}
.galleryServices1:hover, .info1:hover{
  filter: opacity(.75);
  transition: all 0.4s linear;
}
.galleryServices1:hover .info1, .info1:hover{
  font-weight: bold;
  top: -6rem;
  text-align: center;
}
.privacy-text{
  width: 100%;
  padding: 1rem 3rem 4rem 3rem;
  color: #757575;
  font-size: 1.1rem;
}
.privacy-text p{
  padding: 1rem 0;
  padding-bottom: 3rem;
  color: #757575;
  font-size: 1.1rem;
}
.privacy-text h3{
  padding-bottom: 0.5rem;
  color: #61C1E6;
  font-size: 1.8rem;
}
@media(max-width: 1135px){
  .container-menu-respon{
    display: flex;
    justify-content: space-between;
  }
  .container-menu{
    display: none;
  }
  .menuResp i{
    font-size: 1.5rem;
    position: relative;
    top: -3px;
    left: -10px;
    color: #fff;
    cursor: pointer;
  }
  .menuResp .transMenuResp{
    text-align: left;
    padding: 0.5rem 4rem;
  }
  .submenuResp{
    display: none;
    padding: 1rem 4rem;
    text-align: left;
    padding-bottom: 0.2rem;
  }
  .menuResp ul li:hover{
    background: rgba(0,103,144,1);
  }
  .submenuResp a:hover{
    color: #959595;
  }
  .text-parallax span{
    font-size: 1.5rem;
    top: 22.5rem;
  }
  .img-col1 a:hover p, .img-col2 a:hover p{
    font-size: 1.75rem;
  }
  .img-col1 a:hover .text-services1 p{width: 7rem;}
  .img-col1 a:hover .text-services2 p{width: 11.5rem;}
  .img-col2 a:hover .text-services3 p{width: 10rem;}
  .img-col2 a:hover .text-services4 p{width: 17rem;margin-top: -1rem;}
  .text-services1{width: 6rem;}
  .text-services2{width: 9rem;}
  .text-services3{width: 7.5rem;}
  .text-services4{width: 13.5rem;}
  .text-services1, .text-services2, .text-services3, .text-services4{
    padding: 0;
  }
  .text-services1 p, .text-services2 p, .text-services3 p, .text-services4 p{
    margin-top: 2rem;
    margin-left: 0.5rem;
    font-size: 1.2rem;
  }
  .nEp{
    display: block;
  }
  .name, .email, .phone{
    width: 100%;
  }
  .message{
    width: 100%;
    height: 10rem;
  }
  .space{
    margin-top: 20px;
  }
  .container-banner-about div, .container-banner-testimonials div, .container-banner-privacy div, .container-banner-contact div, .container-banner-services div{
    font-size: 1.8rem;
  }
  .container-page-about{
    display: block;
  }
  .container-text-page-about{
    width: 100%;
  }
  .container-page-about1 h1{
    display: none;
  }
  .title-resp{
    display: block;
  }
  .addres-int div{
    padding: 6rem 0;
  }
   .space-int{
    margin-top: 20px;
    padding: 0;
  }
  .contact-us-all div{
    padding: 0.5rem 0;
  }
  .nEp-all{
    display: block;
  }
  .nEp-all .middleSpace{
    padding: 2rem 0;
  }
  .block-address{
    display: block;
  }
  .info1{
    font-size: 1.3rem;
  }
}

@media(max-width: 888px){
  .container-about{
    padding: 6rem 1rem;
  }
  .acces-gallery{
    display: block;
    padding: 0 2rem;
  }
  .gallery{
    padding: 2rem 0;
  }
  .overlayBottom{
    bottom: 35px;
  }
  .gallery:hover{
    margin-top: -1px;
  }
  .container-services{
    padding: 0 1rem 3rem 1rem;
  }
  .text-tenstimonials{
    display: block;
    padding-top: 2rem;
    margin: 0;
    border: 0;
  }
  .container-tenstimonials span{
    border-top: 0;
    margin: 0;
  }
  .text-tenstimonials p{
    padding-bottom: 3rem;
  }
  .container-tenstimonials{
    width: 100%;
    padding: 6rem 3rem 3rem 3rem;
  }
  .container-map{
    width: 100%;
    padding: 3rem 1rem 6rem 1rem;
  }
  .container-banner-about div, .container-banner-testimonials div, .container-banner-privacy div, .container-banner-contact div, .container-banner-services div{
    font-size: 1.3rem;
  }
  .contact-int{
    padding: 3rem 3rem 1rem 5rem;
    overflow: hidden;
  }
  .name-int, .email-int, .phone-int{
    width: 100%;
  }
  .message-int{
    width: 100%;
    height: 10rem;
  }
  .contact-addres{
    display: block;
  }
  .address-all{
      padding: 1rem 2rem 4rem 2rem;
  }
  .addres-int{
    padding: 3rem 0 5rem 3rem;
  }
  .addres-int div{
    padding: 3rem 0;
  }
  .col-4{
    width: 100%;
    display: block;
    clear: both;
  }
  .info1{
    font-size: 2rem;
  }
}
@media(max-width: 550px){
  .container-gallery{
    padding: 3rem 0;
  }
  .container-services{
    padding: 0 0.3rem 3rem 0.3rem;
  }
  .img-col1 a:hover p, .img-col2 a:hover p{
    font-size: 1rem;
  }
  .img-col1 a:hover .text-services1 p{width: 5rem;}
  .img-col1 a:hover .text-services2 p{width: 6.5rem;}
  .img-col2 a:hover .text-services3 p{width: 6rem;}
  .img-col2 a:hover .text-services4 p{width: 7rem; margin-top: 2.8rem;}
  .text-services1{width: 3rem;}
  .text-services2{width: 5rem;}
  .text-services3{width: 4.5rem;}
  .text-services4{width: 8rem;}
  .text-services1 p, .text-services2 p, .text-services3 p, .text-services4 p{
    font-size: 0.7rem;
    margin-left: 0.2rem;
    margin-top: 3.7rem;
  }
  .text-parallax1 a{
    font-size: 0.7rem;
  }
  .map-addres{
    display: block;
  }
  .container-map{
    padding: 1rem 0;
  }
  .map1{
    width: 100%;
    padding: 2rem 1rem;
  }
  .container-contact{
    padding: 3rem 1rem 5rem 1rem;
    background: #f5f5f5;
  }
  .contact-int{
    padding: 3rem 1rem 1rem 1rem;
  }
  .logo-footer{
    padding: 0.5rem 0.3rem;
  }
  .pimg1{
    background-image:url('../images/parallax1responsive.jpg');
  }
  .container-banner-about{ 
    background-image:url('../images/bannerAboutresp.jpg');
  }
  .container-banner-contact{
   background-image:url('../images/bannerContactresp.jpg'); 
  }
  .container-banner-privacy{
   background-image:url('../images/bannerPrivacyresp.jpg'); 
  }
  .container-banner-testimonials{
    background-image:url('../images/bannerTestimonialsresp.jpg');
  }
  .container-banner-services{
   background-image:url('../images/bannerServicesresp.jpg'); 
  }
  .container-page-about{
    padding: 6rem 1rem;
  }
  .container-img-page-about{
    padding: 0 0.7rem;
  }
  .container-contact-all{
    padding: 3rem 1rem 1rem 1rem;
  }
  .address-all{
    display: block;
    padding: 0 1rem 5rem 1rem;
    align-items: center;
    text-align: center;
  }
  .block-address i{
    padding: 4rem 0 0.5rem 0;
  }
  .fila{
    padding: 0 0.5rem;
  }
  .info1{
    font-size: 1.2rem;
  }
  .pimg1, .pimg2, .pimg3{
    background-attachment: scroll;
  }
  .container-banner-contact, .container-banner-about, .container-banner-privacy, .container-banner-testimonials, .container-banner-services{
    justify-content: center;
    /*box-shadow: 0 0 100px 100px #f5f5f5 inset;*/  
  }
  .container-banner-about div, .container-banner-testimonials div, .container-banner-privacy div, .container-banner-contact div, .container-banner-services div{
    width: 100%;
    font-size: 1.8rem;
    text-align: center; 
  }
  .container-banner-about h3, .container-banner-testimonials h3, .container-banner-privacy h3, .container-banner-contact h3, .container-banner-services h3{
    margin-top: 9rem;
  }
  .text-parallax2 a{ 
    font-size: 0.6rem;
  }
}
@media(max-width: 732px){
  .text-parallax2{
    display: block;
  }
  .logos-footer{
    display: none;
  }
  .logos-footer1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 2rem; 
  }
  .text-parallax2 ul{
    justify-content: center;
    width: 100%;
  }
  .logo-parexton{
    margin-top: 1rem;
  }
}