body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
button{
  border-radius: 0;
  border: 0px solid;
}

header{
  width: 90%;
  height: 80px;
  border-radius: 0px 0px 250px 0px;
  font-family: 'Montserrat';
  font-weight: 300;
  transition: .5s;
  background: #009496; /* Old browsers */
  background: -moz-linear-gradient(left, #009496 0%, #006a86 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #009496 0%,#006a86 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #009496 0%,#006a86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009496', endColorstr='#006a86',GradientType=1 ); /* IE6-9 */
  position: fixed;
  z-index: 4;
}
header .boxLinks{
  position: absolute;
    right: 10%;
    bottom: 20px;
}
header img {
  width: 121px;
  position: relative;
  left: 6%;
  top: 7px;
  transition: .5s;
}
header span{
  font-size: 12px;
  color: #fff;
  margin: 5px 10px;
  cursor:pointer;
  padding: 4px;
}
header span:hover{
  color: #8bc1c7;
}
.nav-wrapper {
  background-color: #6689a1;
}
nav .brand-logo{
  padding-left: 10px;
}

#slide-window
  {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  top:0px;
  left:0px;
  }

.slider.fullscreen ul.indicators {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.slider .indicators .indicator-item{
  margin: 4px 12px;
  height: 12px;
  width: 12px;
}

.slider .indicators {
    position: absolute;
    text-align: center;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    margin: 0;
}

.slider .indicators .indicator-item {
    border: 2px solid #42a5ab;
    background: transparent;
}
.slider .indicators .indicator-item.active {
    background-color: #42a5ab;
}
.slider .indicators {
    left: auto;
  }

.slider .slides li .caption {
    top: auto;
    bottom: 10%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-end;

  }

  h3{
    font-weight: 600;
	margin-bottom:80px;
  }
.boxLeft, .boxRight{
  margin-right: 2%;
  width: 40%;
  max-width: 451px;
  display: flex;
  align-items: flex-start;
}
.boxRight{

    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}
.boxRight span{
  margin: 2.20rem 0 1.168rem 8px;
  font-weight: 300;
  text-align: left;
  size:17px;
  line-height:23px;
}
.boxLeftHashtag{
  margin-right: 2%;
  width: inherit;
  max-width: inherit;
}
.promovemos{
  padding: 5px;
  background-color: #48a7ad;
}
.boxRight button{
  border-width: 0;
  border-radius: 0;
  font-weight: 400;
}

.btnPrev{
  width: 30px;
      height: 30px;
      position: absolute;
      z-index: 3;
      right: 30px;
      top: calc(50% - -28px);
      cursor: pointer;
}
.btnPrev img{
  width: 85%;
  -ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}

.btnPrev2{
  width: 30px;
      height: 30px;
cursor: pointer;
      z-index: 3;
      right: 30px;
      top: calc(50% - -28px);
	  float:left;
}
.btnPrev2 img{
  width: 85%;
  -ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}
.img4{
  background-image: url('../img/4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.leftAlign{
      text-align: right;
      position: absolute;
    right: 55px;
    bottom: 35px;
    display: flex;
    justify-content: flex-end;
        line-height: 1;
}
.boxText{
      line-height: 2;
}
.btnNext{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  z-index: 3;
  cursor: pointer;
  top: calc(50% - 15px);
}
.btnNext img{
  width: 85%;
}
.btnNext2{
  width: 30px;
  height: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 3;
  top: calc(50% - 15px);
  float:right;
}
.btnNext2 img{
  width: 85%;
}
.btn2{
  top: inherit;
}
.slider2{
  width: 100%;
  display: flex;
justify-content: center;
align-items: center;
}
.slider2 iframe{
  width: 100%;
  height: 300px;
  border: 0px solid;
}
.section{
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

.section1{
  position: relative;
  top: 100vh;
}
.cruz{
  display: block;
  width: 30px;
  position: absolute;
  top: 15px;
  z-index: 9;
  left: 20px;
  padding: 5px;
  display: none;
}
.section2{
  background-color: #e6e6e6;
}
.boxContent .imgContent2{
  margin-top: 80px;
}
.rightAndLeft{
  margin-top: 6vh;
  width: 100%;

  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;y
}
.left, .right{
  width: 50%;

  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.boxContent .spanLR{
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
  width: 95%;
}
.right button{
  width: 200px;
height: 40px;
background: #a1bc31;
border-width: 0;
color: #fff;
margin-top: 10px;

}
.cardItem, .cardItemButton{
  width: 369px;
  transition: .3s;
  border-radius: 0px 0px 90px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardItemButton button{
  border:0px solid;
  border-radius: 0px;
  background-color: #6f64bc;
  font-weight: 700;
  color:#fff;
  padding: 15px 10px;

}
button:hover{
  opacity: .8;
}
.cardItem img{
  width: 100%;
}
.cardItem:hover{
  background-color: #33a7ae;
}
.cardsMobile . cardItem{
  transition: .3s;
}
.cardsMobile .cardItem:hover{
  background-color: transparent;
}

.boxCruz{
  width: 100%;
  height: 94vw;
  position: absolute;
  display: none;
}
#section3{
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
}
.boxContentRow{
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  flex-wrap: wrap;
}
.boxContentS4{
  background-color: #88a64c;
}
.boxContentS4 span{
  color:#fff;
  margin-bottom: 10px;
  margin-top: 2vh;
}
.boxClientes{
  width: 100%;
  background-color: #cdcdcd;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.boxClientes img{
  width: 95%;
  padding: 5vh 0px;
}

.boxInput{

  width: 100%;

  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;

}
.boxInput input{
  width:100%;
  height:50px;
  background-color: #cccccc;
  margin-bottom:8px;
	padding-top:3px;
	font-family:"Montserrat";
	font-weight:300;
	font-size:15px;
	text-align:left;
    color:#504F51;
	border:0px;
}

.boxInput textarea{
  width: 100%;
  height: 100px;
  background-color: #cccccc;
  font-family:"Montserrat";
  font-weight:300;
  color:#504F51;
  margin-bottom:6px;
  padding-top:5px;
  border:0px;
}

.right2 span{
  color:#fff;
}
.boxSlider{
  width: 100%;

  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.slides{
  overflow-x: hidden;
}
.slider2{
  width: 100% !important;
  height: inherit !important;
}
.slider2 .slides{
    height: 184px !important;
width: 100% !important;
}
.slider2 .slides li{
      overflow: hidden;
}
.slider2 .slides{
      overflow: hidden;
}
.slidess{


  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}

.slidess li{
  position: absolute;
}
.boxSpanSlider{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;

  width:80%;
  margin: 0 auto;

  font-family:"Montserrat";
  font-weight:400;
  font-size:19px;
  color:#fff;
  text-align:center;
}

.cardsMobile{
  display: none;
}
 .cardItem .cerrar{
   position: absolute;
   width: 16px;
   margin-left: 36vw;
   margin-top: -19vh;
   display: none;
}
.boxRedes{
  transition: .3s;
  position: absolute;
  right: -63px;
  top: 46%;
  width: 60px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
}

.redes{
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  margin-top:5px;
  cursor: pointer;
      padding: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.navFix .boxRedes{
    right: 10px;
    top: 24%;
}
.redes:hover{
  opacity: .8;
}
.facebook{
    background-image: url('../img/facebook-logo-blanco.svg');
}
.instagram{
    background-image: url('../img/instagram-blanco.svg');
}
.navFix .instagram{
    background-image: url('../img/instagram-blanco.svg');
}
.navFix .facebook{
    background-image: url('../img/facebook-logo-blanco.svg');
}

.boxItems{
  position: absolute;
  right: 40px;
  top: 33%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.items{
  width: 10px;
  height: 10px;
  margin: 3px;
  border: 2px solid #009496;
  border-radius: 100%;
}






@media screen and (min-width: 1370px){
  .cardItem, .cardItemButton{
    width: 30%;
  }
}
@media screen and (min-width: 1600px){
  .slider .slides li .caption {
    zoom:1.2;
  }
  .boxRight{
    margin-right: 10%;
  }
  .boxLeftHashtag{
    margin-right: 10%;
  }
  header{
    zoom: 1.2;
  }
}
.column{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.boxContent .column span{
  margin-top: -20px;
  padding-bottom: 10px;
  color:#fff;
  display: none;
}


@media screen and (min-width: 1200px){
  .boxContent{
        zoom: 1.2;
  }
  .slider .slides li .caption {
    zoom:1.5;
  }
  .boxItems{
    zoom: 1.2;
  }
  .btnPrev{
    zoom: 1.2;
  }
  .btnNext{
    zoom: 1.2;
  }
  .leftAlign{
        zoom: 1.2;
  }
  .boxRight{
    margin-right: 10%;
  }
  .boxLeftHashtag{
    margin-right: 10%;
  }
  header{
    zoom: 1.4;
  }
}
.menuHamburger{
  display: none;
}
.navFix{
  height: 55px;
  width: 100%;
  border-radius: 0;
}
.navFix img{
  width: 50px;
  left: 6%;
  top: 2px;
}
.boxTitle{
  width: 100%;
  height: 24vh;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxTitle span{
  margin-top: 52px;
  margin-top: 20px;
  font-size: 4vw;
  color: #d6d6d6;
}
.boxContent{
  width: 100%;

  display: flex;
  display: -webkit-flex;
  display: -moz-flex;

  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;

  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;

  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.cardsMobile{
  display: none;
}
.imgContent{
  width: 120px;
  margin-top: 5vh;
}
.boxContent span{
  font-weight: 400;
  text-align: center;
  margin-top: 5vh;
}
@media screen and (max-width: 700px){
  .boxItems{
    right: 16px;
  }
  .boxContent span{
    padding: 0 31px;
  }
  .btnPrev{
    right: 8px;
  }

  .caption p{
        width: 100%;
  }
  .btnNext{
    right: 8px;
  }
  .boxContent .imgContent2{
        margin-top: 134px;
  }

  .btnPrev2{
        left: 0px;
        margin-top: -15px;
        z-index: 0;
  }

  .btnPrev2{
  width: 30px;
      height: 30px;
cursor: pointer;
      z-index: 3;
      right: 30px;
      top: calc(50% - -28px);
	  float:left;
}


  .btnNext2{
        right: 0px;
        margin-top: -15px;
        z-index: 0;
  }
  .boxRedes{
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .navFix .boxRedes{
      position: fixed;
      top: 18px;
      right: 10px;
    }
  .instagram{
      background-image: url('../img/instagram-gris.svg')!important;
  }
  .facebook{
      background-image: url('../img/facebook-logo-gris.svg')!important;
  }

  .slider2 .slides{
    position: absolute;
    left: 0;
    height: 1000px !important;
    }
  .slider2 .slides li{
    position: absolute;
left: 0px;
  }
  .btnPrev2, .btnNext2{
    z-index: 999999;
  }
  .navFix{
    height: 18%;
    width: 100%;
    border-radius: 0;
  }
  .navFix img{
    width: 14%;
    left: inherit;
    top: inherit;
  }
  .navFix .menuHamburger {
      display: block;
      width: 40px;
      position: absolute;
      top: 12px;
      z-index: 9;
      left: 15px;
      padding: 5px;
    }
    .navFix .cruz {
        display: block;
        width: 30px;
        position: absolute;
        top: 9px;
        z-index: 9;
        left: 15px;
        padding: 5px;
        display: none;
      }
  header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse;

    width: 100%;
    height: 27%;
    border-radius: 0;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009496+0,006a86+100 */
    background: #009496; /* Old browsers */
    background: -moz-linear-gradient(top, #009496 0%, #006a86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009496 0%,#006a86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009496 0%,#006a86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009496', endColorstr='#006a86',GradientType=0 ); /* IE6-9 */
  }
  header span{
    font-size:15px;
	line-height:40px;
    color: #4F4F4F;
	margin-left:30px;
	padding-top:15px;
    cursor: pointer;
    width: 100%;
	font-family:"Montserrat";
	font-weight:600;
    text-align: left;
    background-color: #FFF;
  }

  .spanLinks{
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
    background: #FFF;
    margin-top: 65px;
	padding-top:10px;
    height: 38vh;
    display: none;
  }
  .firstSpan{

  }
  header img {
    width: 26%;
    position: relative;
    left: inherit;
    top: inherit;

  }
  header .boxLinks{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #efefef;
    height: 65px;
  }

  #slide-window
  {
	  display:none;
  }

  .slider .slides li .caption{
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;

    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;

    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;

    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .boxLeft, .boxLeftHashtag{
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 0px;
    text-align: center;
    padding: 0px 8vw;
    margin-top: 30vh;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;

    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
  .boxRight{
    display: none;
  }
  h3{
    margin: 1.46rem 0;
    font-size: 6vw;
  }
  .menuHamburger {
    display: block;
    width: 40px;
    position: absolute;
    top: 12px;
    z-index: 9;
    left: 15px;
    padding: 5px;
  }
  .right button{
        width: 34vw;
  }
  .rightAndLeft{
    flex-direction: column;
  }
  .left, .right{
    width: 100%;

  }
  .cardsMobile{
    display: flex;
  }
  .cardsDesktop{
    display: none;
  }
  .cardItem, .cardItemButton {
    width: 90%;
    transition: .3s;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftAlign{
      right: 0;
          bottom: 15vh;
}
.leftAlign2{
  right: 10px;
}
}

@media screen and (max-width: 320px){
  header img {
    width: 36%;
    position: relative;
    left: inherit;
    top: inherit;
  }
}



/* SLIDER */


#slide-window
  {
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
  top:0px;
  left:0px;
  }

#slides
  {
  height:100%;
  position:absolute;
  margin:0px;
  padding:0px;

  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);

  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;

  }

.slide
  {
  list-style:none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  background-size: cover;
  background-position:50% 50%;
  color:#fff;
  -webkit-transform: translate3d(0px,0px,0px);
  visibility:hidden;
  -webkit-transform-style: preserve-3d;
  }

.alive { visibility:visible; }

.nav
  {
  position:fixed;
  z-index:9;
  top:50%;
  cursor:pointer;
  color:#fff;
  opacity:0.7;
  transition: all 0.66s ease; -webkit-transition: all 0.66s ease;
  }

.nav:hover { opacity:1.0; }
#left { left:3%; }
#right { right:3%; }


#credit
  {
  position:fixed;
  top:25px;
  left:25px;
  color:#eaeaea;
  font-family: 'Courier New', Courier, monospace;
  }

@media screen and (max-width:700px){
  header{
        height: 65px !important;
        background: transparent !important;
  }
  header img{
        display: none;
  }

   .btnPrev2{
  width: 30px;
      height: 30px;
cursor: pointer;
      z-index: 3;
      right: 30px;
      top: calc(50% - 60px);
	  float:left;
}

.slider2{
  width: 100%; !important;
}


.boxSpanSlider{

    width:80%;
    margin: 0 auto;
	margin-top:30px;
	font-size:16px;
}

}

@media screen and (max-width:480px ) {

.boxSpanSlider{

    width:80%;
    margin: 0 auto;
	margin-top:20px;
	font-size:15px;
}

}
