.angular-google-map{
  width: 100%;
  height: 100%;
}
.angular-google-map-container{
  width: 100%;
  height: 100%; 
}
.dark{
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.text-uppercase{
  text-transform: uppercase;
}
.pequeno{
  height: 300px;
}
.grande{
  height: 600px;
}

.acertotop{
  padding-top: 42px;
}
.center-me {
  margin: 0 auto;
}

.check{
  font-size: 12px;
}
.check label{
      font-family: 'High Tide Bold';
    color: #ebebeb;
    margin-left: 0px !important; 
}

.checkpalavra{
  font-family: 'High Tide Bold';
  color:#9d9d9d;
}
input[type='checkbox'] {
  margin-top: 1px;
}

.checkmargin{
  margin-left: 0px;
}

.cursor{
cursor:pointer;
}
.fototop{
  position: relative;
  top: 0px;
  left: 0px;
}
.fotobot{
      position: absolute;
    top: 0px;
    left: 0px;
}
.campo_ob_aviso{
  position: absolute;
  float: left;
  color: #FFFFFF;
  font: 7px arial;
  top: 10px;
  right: 25px;
  background-color: #c64242;
  border-radius: 0px;
  padding: 5px;
  z-index: 1;
}

a{
  color:#fff;
  text-decoration: none !important;
}

a:hover{
  color:#fff;
  text-decoration: none;
}

.color_orange a{
  color: #e24301;
}


.holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.features{
  height: 150px;
}


#contentContainer {
  width: 100%;
  position: relative;
  float:left;
  bottom: 0;
  overflow-y: scroll;
  background-color:white;
  z-index: 999;
}

#segmentsContainer {
  width: 100%;
  position: relative;
  float:left;
  background-color:lightgrey;
  overflow: hidden;
  text-align: center;
}

 .segmentElement {
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  -webkit-transition: width 500ms ease-in-out, box-shadow 1500ms ease-in-out;
  -moz-transition: width 500ms ease-in-out, box-shadow 1500ms ease-in-out;
  -ms-transition: width 500ms ease-in-out, box-shadow 1500ms ease-in-out;
  -o-transition: width 500ms ease-in-out, box-shadow 1500ms ease-in-out;
  transition: width 500ms ease-in-out, box-shadow 1500ms ease-in-out;
  
}

.segmentElement:hover {
  width: 60%;
  
  z-index: 999;
}

.back_left{
  float:left;
  left:0;
}

.back_right{
  float:right;
  right:0;
}

#backgroundsContainer:hover .segmentElement:not(:hover) {
  width: 40%;
}


.segmentElement.back_left{
  /*background: url('../img/background_left.png') no-repeat center center fixed;*/
  background-image: url('../img/background_left.png'); 
  background-repeat:  no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

.segmentElement.back_right{
  /*background: url('../img/background_right.png') no-repeat center center fixed;*/
  background-image: url('../img/background_right.png'); 
  background-repeat:  no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right;
}

#contentContainer {
  min-height: 100%;
}


.img_holder_massa {
    overflow: hidden;
     /*top: 107px; */
     padding: 0px;
}

.img_holder_massa_ativo{
  overflow: hidden;
     top: 0px; 
}
.img_holder_massa1 {
    overflow: hidden;
     top: 107px; 
}

.img_holder_massa_ativo1{
  overflow: hidden;
     top: 0px; 
}
.overflow{
overflow: hidden;
}
.imgbam{
  transform: translateY(100%);
  -webkit-transition: transform ease-out 0.2s;
  -moz-transition: transform ease-out 0.2s;
  -ms-transition: transform ease-out 0.2s;
  -o-transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
}

 .imgbam2{
  transform: translateY(50%);
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -ms-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;

}


 .destaque_hover .imgbam{
   transform: translateY(50%);
  -webkit-transition: transform ease-out 0.5s;
  -moz-transition: transform ease-out 0.5s;
  -ms-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}


.bum:hover .home_loule_criativo_texto_cima{
  opacity:0;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -ms-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}

.bum:hover .home_loule_criativo_texto_meio{
  opacity:1;
  -webkit-transition: opacity ease-out 0.6s;
  -moz-transition: opacity ease-out 0.6s;
  -ms-transition: opacity ease-out 0.6s;
  -o-transition: opacity ease-out 0.6s;
  transition: opacity ease-out 0.6s;
}

.fundo_escurecido_activo{
  display:block !important;
  opacity:0.5 !important;
   -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -ms-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}

.fundo_escurecido{
  display:none;
  background:#000;
  opacity:0;
  width:100%;
  height:100%;
  position:absolute;
  z-index:1;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -ms-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*FONT FACE EXAMPLE*/
/*@font-face {
    font-family: 'High Tide Bold';
    src: url('../fonts/High Tide Bold.otf');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'High Tide Bold';
    src: url('high_tide_bold-webfont.eot');
    src: url('high_tide_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('high_tide_bold-webfont.woff2') format('woff2'),
         url('high_tide_bold-webfont.woff') format('woff'),
         url('high_tide_bold-webfont.ttf') format('truetype'),
         url('high_tide_bold-webfont.svg#high_tidebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSerif LT Book Italic';
    src: url('../fonts/OfficinaSansLT-BookItalic.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSerif LT Book Bold Italic';
    src: url('../fonts/OfficinaSerifLT-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf');
    src: url('../fonts/myriadpro-webfont.eot');
    src: url('../fonts/myriadpro-webfont.svg');
    src: url('../fonts/myriadpro-webfont.ttf');
    src: url('../fonts/myriadpro-webfont.woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.svg');
    src: url('../fonts/myriadpro-bold-webfont.ttf');
    src: url('../fonts/myriadpro-bold-webfont.woff');
    font-weight: normal;
    font-style: normal;

}




[ng-cloak]
{
  display: none !important;
}


body{
	margin: 0px;
	padding: 0px;
}
.container_website{
  padding:0px;
}
.home_creativo_eventos_holder_data{
  position: absolute;
  left: 60px;
}
.holder_first_thing{
  height: 100%;
  padding:0px;
  background-color: rgba(0, 0, 0, 0.2);

}

.holder_first_thing2{
      height: 100%;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

/*.logo_creativo_turismo_right{
      padding-top: 200px;
}*/
/* .holder_first_thing_left{

} */
.home_inicio{
  position: absolute;
  top:30px;
  left: 20px;
  color: #a2a2a2;
  font-size: 22px;
  z-index: 2;
  font-family: 'High Tide Bold';
}

.home_inicio a{
  text-decoration: none;
  color:#a2a2a2;
}
.home_inicio a:hover{
 
  color:#e24301;
}
/* .home_inicio span{
 
} */

.home_lang{
  position: absolute;
  top:30px;
  right: 20px;
  color: white;
  font-size: 22px;
  z-index: 2000;
  font-family: 'High Tide Bold';
}

.home_lang a{
   color: white;
   text-decoration: none;
}
.home_lang a:hover{
 /*   text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);*/
    color:#e24301
}
.icon_open_menu_mobile{
    position: absolute;
    
    width: 35px;
    height: auto;
    display: block;
    margin-right: 20px;
    cursor: pointer;
    padding:2px 4px;
    border:0px solid #58585a;
    border-radius: 3px;
    z-index: 1005;
    right: 50%;
    left: calc(50% - 14px);
    top:10px;
  }

  /* .icon_open_menu_mobile:active{
   
  } */
  .menu_title{
    position:relative;
    float:left;
    color:white;
     font-family: 'High Tide Bold';
     margin-left: -10px;
     padding-top:5px;


  }

  .item_icon_menu_mobile{
    position: relative;
    float: left;
    width: 20px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    background: white;
    clear: left;
    left:0px;

    -webkit-transition: transform ease-out 0.2s, width ease-out 0.2s, opacity ease-out 0.2s;
    -moz-transition: transform ease-out 0.2s, width ease-out 0.2s, opacity ease-out 0.2s;
    -ms-transition: transform ease-out 0.2s, width ease-out 0.2s, opacity ease-out 0.2s;
    -o-transition: transform ease-out 0.2s, width ease-out 0.2s, opacity ease-out 0.2s;
    transition: transform ease-out 0.2s, width ease-out 0.2s, opacity ease-out 0.2s;
    
  }
  .item_icon_menu_mobile1{
    -webkit-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -o-transform-origin:0% 0%;
    transform-origin: 0% 0%;
  }

  .icon_open_menu_mobile_open .item_icon_menu_mobile1{
    -webkit-transform:translateX(4px) rotateZ(45deg);
    -moz-transform:translateX(4px) rotateZ(45deg);
    -ms-transform:translateX(4px) rotateZ(45deg);
    -o-transform:translateX(4px) rotateZ(45deg);
    transform:translateX(4px) rotateZ(45deg);
    width: 18px;
  }

  .icon_open_menu_mobile_open .item_icon_menu_mobile2{
    opacity: 0;
  }
  .item_icon_menu_mobile3{
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  .icon_open_menu_mobile_open .item_icon_menu_mobile3{
    -webkit-transform:translateX(4px) rotateZ(-45deg);
    -moz-transform:translateX(4px) rotateZ(-45deg);
    -ms-transform:translateX(4px) rotateZ(-45deg);
    -o-transform:translateX(4px) rotateZ(-45deg);
    transform:translateX(4px) rotateZ(-45deg) ;
    width: 18px;
  }

  .menu{
    
    height: 100vh;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1003;
    transform:translateY(-100%);
    transition:transform ease 0.5s;

  }
  .menu .menu_lado_esquerdo{
    transform:translateY(-100%);
    transition:transform ease 0.5s;
  }
  .menu .menu_lado_direito{
    transform:translateY(-100%);
    transition:transform ease 0.5s;
  }
  .menu ul li{
  
    margin-top:-30px;
    opacity: 0;
    transition: margin-top ease 1s , opacity ease 1s;

  }

  .menuaberto{
    transform:translateY(0%);
  }
   .menuaberto .menu_lado_esquerdo{
    transform:translateY(0%);
    transition:transform ease 0.8s;
  }
  .menuaberto .menu_lado_direito{
    transform:translateY(0%);
    transition:transform ease 0.8s;
    transition-delay: 0.2s;
  }
  
  .menuaberto .menu_lado_esquerdo ul li{
    margin-top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
  }
  .menuaberto .menu_lado_direito ul li{
    margin-top: 0px;
    opacity: 1;
    transition-delay: 0.5s;
  }
  .menuaberto ul li{
     margin-top: 0px;
     opacity: 1;
  }

  .menu_lado_esquerdo{
    background-color: #e0e0e0;
    height: 100vh;
    
    padding: 0;
    
  }
  .menu_lado_direito{
    background-color: #dbdbdb;
    height: 100vh;
    padding: 0;
    
    
  }
  .menu_lado_direito{
    transition-delay: 1s;
  }

.logomenu{
  padding-top:20%;
}
.logomenu2{
  padding-top:20%;
}
.logo1loul{
  width: 200px;
}
.texto_menu_lista{
  font-family: 'High Tide Bold';
  font-size: 22px;
  color:#a2a2a2;
  padding-top: 60px;
}
.texto_menu_lista li a{
  font-family: 'High Tide Bold';
  font-size: 22px;
  color:#a2a2a2;
  text-decoration: none;
}

.texto_menu_lista li a:hover{
color:#e24301;
}
.texto_menu_lista li{
  padding-bottom: 10px;
}



.color_white{
  color: white;
}
.color_orange{
color: #e24301;
}
.color_gray{
color:#9c9c9c;
}

.pd0{
  padding:0px;
}
/*HOME*/

.section1{
  position: relative;
  float: left;
  height: 100vh;
  width: 100%;
}





.background_left{
  position: absolute;
  top:0;
  left:0;
  background-image: url("../img/background_left.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 50%;
  float: left;
  transition: width ease 2s;
  z-index: 1;
}

.background_left:hover{
  width: 60%;
  z-index: 2;
  transition: width ease 2s;
}
.background_left:hover ~ .background_right{
  width: 40%;
  z-index: 2;
  transition: width ease 2s;
}
.background_right:hover ~ .background_left{
  width: 40%;
  z-index: 2;
  transition: width ease 2s;
}


.background_right{
  position: absolute;
  top:0;
  right:0;
  background-image: url("../img/background_right.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 50%;
  float: left;
  z-index: 1;
  transition: width ease 2s;
}

.background_right:hover{
  width: 60%;
  transition: width ease 2s;
}








.logo_creativo{
 top:30px;
 left: 15px;
  position: absolute;
  width: 200px;
}

/*.logo_creativo_turismo{
  padding-top: 200px;
}*/

.texto_logo_baixo{
  padding-top: 10px;
  font-family: 'ITCOfficinaSerif LT Book Italic';
}

.section2{
  position: relative;
  float:left;
  width: 100%;
}

.texto_home{
  padding-top: 100px;
  padding-bottom: 45px;
  font-family: 'MyriadPro-Regular';
  font-size: 18px;
  height: 230px;
  overflow: hidden;
}
.show {
         overflow: visible;
         height: auto;
    }
    
.texto_home_vermais{
  padding-bottom: 45px;
  font-family: 'High Tide Bold';
  font-size: 18px;
}

.texto_home_vermais span{
  padding-left: 15px;
}

.section3{
  position:relative;
  float:left;
  background-color:#ebe9e9;
  width: 100%;
}

.media_holder{
  padding-top: 40px;
  font-size: 18px;
  font-family: 'High Tide Bold';
}
.background_destaques{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  overflow: hidden;

}
.background_noticias{
  background-color:#f8f8f8 ;
  overflow: hidden;
}

.background_arquivo{
   background-color:#f1f1f1 ;
   border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.background_media{
  background-color:white;
  overflow: hidden;
}
.destaques{
      /*padding-top: 65px;*/
          position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.seta_destaques{
  /*padding-top: 12px;
    padding-bottom: 27px;*/
  position: absolute;
  
  left: 0px;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  
}
.media_holder_pdt{
  /*padding-top: 40px;*/
  position: absolute;
    /*top: 50%;*/
    transform: translateY(100%);
    left: 0px;
    transition: transform 0.5s ease;
}
.media_holder_pdb{
 /* padding-bottom: 25px;
  padding-top: 25px;*/
  position: absolute;
  /*bottom: 15px;
*/  left: 0px;
    transform: translateY(343%);
    transition: transform 0.5s ease;
}
.background_destaques:hover .seta_destaques{
    transform: translateY(100%);
}
.background_destaques:hover .media_holder_pdt{
   transform: translateY(150%);
}
.background_destaques:hover .media_holder_pdb{
    transform: translateY(443%);
}



.background_media:hover .seta_destaques{
    transform: translateY(100%);
}
.background_media:hover .media_holder_pdt{
   transform: translateY(150%);
}
.background_media:hover .media_holder_pdb{
    transform: translateY(443%);
}




.background_noticias:hover .seta_destaques{
    transform: translateY(100%);
}
.background_noticias:hover .media_holder_pdt{
   transform: translateY(150%);
}
.background_noticias:hover .media_holder_pdb{
    transform: translateY(443%);
}





.flagactivo .seta_destaques{
  transform: translateY(100%);
}
.flagactivo .media_holder_pdt{
  transform: translateY(150%);
}
.flagactivo .media_holder_pdb{
  transform: translateY(443%);
}

.holder_noticias{
  padding-top: 40px;
  font-family: 'High Tide Bold';
  padding-bottom: 15px;
}
.zindexgrande{
  z-index: 1002;
}

.titulo_noticias{
  padding-top: 40px;
  padding-bottom: 30px;
  font-size:19px;
}

.seta_noticias{
  padding-top: 35px;
  padding-bottom: 45px;
}

.background_white{
  background-color: white;
}
.subtexto_titulo_noticias{
  font-size:15px;
  font-family: 'MyriadPro-Regular';
}

.desactivo_temporariamente{
  background:#dedede;
  opacity:0.8;
  width:100%;
  height:100%;
  position:absolute;
}

/*FIM HOME*/

/*HOMELOULECRIATIVO*/
.imagemfundo{
  position: relative;
  float:left;

}

.imagemfundo_pequena{
  position: relative;
  float:left;
}
.texto_pequeno{
  position: absolute;
   top:50%;
   transform: translateY(-50%);
}

.texto{
  position: absolute;
   top:50%;
   transform: translateY(-50%);
}
.logo_home_center{
padding-bottom: 30px;
}
.text_home_center{
padding-bottom: 30px;
font-size: 35px;
}

/* .arrow_home_center{

} */

.heightbox{
  height: 289px;
  background-color: white;
  height:100%;
}

.noticias_row_height{
  height:600px;
}

.home_box_title{
  font-family: 'High Tide Bold';
    font-size: 15px;
    padding-top: 27px;
}

.home_box_subtitle{
  font-family: 'MyriadPro-Regular';
  font-size: 14px;
  padding-bottom: 25px;
    padding-top: 15px;

}


.section1_home_loule_criativo{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  background-image: url("../img/background_homeloulecriativo.png");
  background-repeat: no-repeat;
    background-size: cover;
  
}
.section1_formacao{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  /*background-image: url("../img/formacao.jpg");*/
  background-repeat: no-repeat;
    background-size: cover;
  
}

.section1_lab{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  /*background-image: url("../img/laboratorio2.jpg");*/
  background-repeat: no-repeat;
    background-size: cover;
  
}


.section1_redeparceiros{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  /*background-image: url("../img/redeparceiros2.jpg");*/
  background-repeat: no-repeat;
    background-size: cover;
  
}
.logo_home_loule_criativo{
  padding-top: 35px;
}

.home_loule_criativo_texto_primeiro{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size: 60px;
  padding-top: 20px;
}

.home_loule_criativo_texto_segundo{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size: 20px;
  margin-top: -18px;
}
.home_loule_criativo_texto_terceiro{
   font-family: 'ITCOfficinaSerif LT Book Bold Italic';
   font-size: 20px;
   padding-top: 50px;

}

.home_loule_criativo_ver_button_padding{
  padding-top: 40px;
}
.home_loule_criativo_ver_button{
  border: 1px solid white;
  border-radius: 5px;
  padding: 15px 0px 11px 0px;
  text-transform: uppercase;
  font-family: 'High Tide Bold';
  font-size:17px;

}
.home_loule_criativo_ver_button:hover{
  background-color: white;
  color:#e24301;
}
a .home_loule_criativo_ver_button {
  text-decoration: none;
  color:white;
}
a .home_loule_criativo_ver_button:hover {
  background-color: white;
  color:#e24301;
}


.home_loule_criativo_logo_rato{
  position:absolute;
   bottom: 75px;
   z-index:1000;
   right: 50%;
   left:calc(50% - 15px);
   

}
.home_loule_criativo_logo_rato2{
  position:absolute;
   bottom: 15px;
   z-index:1;
   right: 50%;
   left:calc(50% - 15px);
}

.home_loule_criativo_logo_rato span{
 position: absolute;
  left: 2px;

   -webkit-animation: mymove 2s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;  /* Chrome, Safari, Opera */
    animation: mymove 2s;
    animation-iteration-count: infinite;
}
.home_loule_criativo_logo_rato2 span{
 position: absolute;
  left: 2px;

   -webkit-animation: mymove 2s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;  /* Chrome, Safari, Opera */
    animation: mymove 2s;
    animation-iteration-count: infinite;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0% {top: 0px;}
    50% {top: 5px;}
    100% {top: 0px;}
}

@keyframes mymove {
     0% {top: 0px;}
    50% {top: 5px;}
    100% {top: 0px;}
}




.home_loule_criativo_texto_cima{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size: 17px;
  opacity:1;

  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -ms-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.home_loule_criativo_texto_baixo{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size: 14px;
}
.border_top{
  border-top:1px solid white;
}

.home_loule_criativo_texto_meio{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size: 17px;
  position:absolute;
  top:50%;
  opacity:0;
  z-index:1;
  padding-right: 15px;

  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -ms-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}

.position_home_loule_criativo{
  position:absolute;
  bottom:10px;
  z-index: 1001;
}



.section2_home_loule_criativo{
  position: relative;
  float: left;
  background-image: url("../img/background_section_2.png");
  

}

.texto_meio_home_loule{
   font-family: 'ITCOfficinaSerif LT Book Bold Italic';
   font-size:20px;
   padding-top:60px;
   padding-bottom: 60px;
}

.todos_buttons{
   font-family: 'High Tide Bold';
   font-size:15px;
   
}
.background_todos_button1{
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
  overflow: hidden;
}
.background_todos_button2{
  background-color: white;
  overflow: hidden;
}

.background_todos_button2white{
  background-color: white;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.background_todos_button3{
  background-color: #eeebeb;
  overflow: hidden;
}
.background_todos_button4{
  background-color: #f8f8f8;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.background_todos_button1:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button1:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button1:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.background_todos_button2:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button2:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button2:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.background_todos_button2white:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button2white:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button2white:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.background_todos_button3:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button3:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button3:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.background_todos_button4:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button4:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button4:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.background_todos_button5:hover .seta_todos_buttons_top{
  transform: translateY(80%);
}

.background_todos_button5:hover .texto_todos_todos_buttons{
/*transform: translateY(40%);*/
color:#9c9c9c;
}

.background_todos_button5:hover .seta_todos_buttons{
  transform: translateY(100%);
}

.lista_botoes{
  background-color:red;
      position: absolute;
    top: -50%;
    display: none;
    width: 195px;
    height: 200px;
    
}


.lista_botoes_open{
    display:block;

}

.texto_todos_todos_buttons{
 /* padding-top: 10px;
  padding-bottom: 20px;*/
  transition: transform linear 0.2s, color linear 0.2s;
  
 position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0px;
}
.seta_todos_buttons{
      padding-bottom: 20px;
    transition: transform linear 0.2s;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.seta_todos_buttons_top{
transform: translateY(-100%);
transition: transform linear 0.2s;
}
.home_loule_back1{
  
  position: relative;
  float: left;

  display: inline-block;
    overflow: hidden;
}

.background_cover{
  height:100%;
  width:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-container {
  
    position: relative;
    padding-bottom: 100%;
    padding-top: 35px;
    height: 100%;
    /* overflow: hidden; */
    /* top: 0px; */
    width: 100%;
    /* left: 0px; */
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pai img {
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    vertical-align: middle;

}

.pai:hover .fotobot {
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}
.home_loule_datas{
  position: absolute;
  bottom:30px;
}
.section_home_criativo_eventos{
  padding-top: 70px;
  padding-bottom: 15px;
}
.home_criativo_eventos_primeiro{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size:20px;
  padding: 0px 0px 10px 0px;
}

.home_criativo_eventos_dia{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size:15px;
}
.home_criativo_eventos_data{
  font-family: 'ITCOfficinaSerif LT Book Bold Italic';
  font-size:20px;
      margin-top: -6px;
}

.homeheader{
  position: relative;
  float: left;
  width: 100%;

}


.section3_home_loule_criativo{
  position: relative;
  float:left;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title_loule_criativo_section3{
  font-family: 'High Tide Bold';
  font-size: 22px;
  padding-bottom: 35px;
}
.text_loule_criativo_section3{
  font-family: 'MyriadPro-Regular';
  font-size:16px;
}
.button_loule_criativo_section3{
  background-color:#e24301;
  color:white;
  font-family: 'High Tide Bold';
  font-size:16px;
  text-align: center;
  border-radius: 5px;
  padding: 22px 0px;
}

.littletext_loule_criativo_section3{
   font-family: 'MyriadPro-Regular';
  font-size:15px;
  padding-top: 20px;
}
.lista_tema_holder{
    position: absolute;
    left: 25%;
    top: -42px;
    z-index: -1;
    opacity: 0;
    transition:opacity ease 0.3s;
}

/************FILTROS********/


.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown_content {
    display:none;
    position: absolute;
    width:100%;
    z-index:1;
    min-height: 150px;
}

.dropdown_content_open {
    display:block !important;
}


/**********FIM FILTO***********/


.lista_tema_holder_tipologia{
   position: absolute;
    left: 41%;
    top: -42px;
    z-index: -1;
    opacity: 0;
    transition:opacity ease 0.3s;
    
  
}
.lista_tema_holder_open{
z-index: 2;
opacity: 1;

}
.lista_tema_holder_open .lista_temas li{
  padding: 10px 0px;
}

.lista_temas{
  background-color: white !important; 
  text-transform: uppercase;
  color:#afafaf;
  border-radius: 5px;
  text-align: center;

}

.lista_temas li{
  border-bottom:1px solid #e3e1e1;
  padding: 10px 0px;
  cursor:pointer;
  
}

.lista_temas li:hover{
  color:#e24301;
}

.lista_temas li:last-child{
  border:none;

}


/*FIM HOMELOULECRIATIVO*/


/*LOULE CRIATIVO EXPERIENCIAS*/

.loulecriativo_data{
      position: absolute;
    left: 60px;
}
.section2_loule_experiencias{
  position: relative;
  float:left;
  padding-top: 100px;
      padding-bottom: 40px;

}

.loule_experiencias_titulo{
  font-family: 'High Tide Bold';
  font-size: 16px;
  text-transform: uppercase;
}


.loule_experiencias_texto{
 font-family: 'MyriadPro-Regular';
 font-size: 15px;
 padding-top: 30px;
 padding-bottom: 45px;
}

.section3_loule_experiencias_facilitador{
  position: relative;
  float:left;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.facilitador_holder{
  padding-top: 25px;
}
.facilitador_titulo{
  text-transform: uppercase;
  font-family: 'High Tide Bold';
  font-size: 16px;
  padding-bottom: 30px;

}

.facilitador_texto{
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
}

.section4_slider_loule_experiencias{
  position: relative;
  float:left;
  width: 100%;
}

.section5_inscricao_loule_experiencias{
  position: relative;
  float:left;
  padding:50px 0px;
  width: 100%;
}

.inscricao_texto{
      font-family: 'MyriadPro-Regular';
    font-size: 16px;
    padding: 0px 0px 30px 0px;
}

.inscricao_botao{
  background-color: #e24301;
  color: white;
  border-radius: 5px;
  text-align: center; 
  padding: 21px 0;
  text-transform: uppercase;
}
.inscricao_info{
  text-transform: uppercase;
  font-family: 'High Tide Bold';
  font-size: 16px;
  padding-bottom: 30px;
}

.inscricao_texto_info{
   font-family: 'MyriadPro-Regular';
    font-size: 16px;
}


/*FIM LOULE CRIATIVO EXPERIENCIAS*/


/*LOULE CRIATIVO EXPERIENCIAS FORM*/

.esconde_campo{
  opacity: 0.5;
}



.ficha_turismo_holder_home {
    background-color: #c4bfb1;
    padding: 100px 0px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-17%);

}

.ficha_turismo_holder_home textarea{
  height: calc(62px * 2 + 25px);
}

.ficha_turismo_holder_home input, .ficha_turismo_holder_home textarea, .ficha_turismo_holder_home select{
  width: 100%;
  background-color:#ebebeb;
  border:none;
  padding: 21px 20px;
  border-radius: 5px;
}

.ficha_turismo_holder_home select{
  height: 62px;
   color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 10px;
}

.ficha_turismo_holder_home input[type="submit"]{
 background-color: #e24301;
 color:white;
 font-size: 10px;
}

.ficha_turismo_holder_home input::-webkit-input-placeholder ,.ficha_turismo_holder_home textarea::-webkit-input-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 10px;
}

.ficha_turismo_holder_home input::-moz-placeholder ,.ficha_turismo_holder_home textarea::-moz-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 10px;
}

.ficha_turismo_holder_home input:-ms-input-placeholder ,.ficha_turismo_holder_home textarea:-ms-input-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 10px;
}
.ficha_turismo_holder_home input:-moz-placeholder ,.ficha_turismo_holder_home textarea:-moz-placeholder {
  color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 10px;
}

.pdbform{
  padding-bottom: 30px;
}

.frase_experiencias_form{
   font-family: 'MyriadPro-Regular';
    font-size: 16px;
}

/*FIM LOULE CRIATIVO EXPERIENCIAS FORM*/


/*REDE LOULE CRIATIVO*/
.sectionmenuredeloulecriativo{
   position: relative;
  float:left;
  width: 100%;
  font-size:13px;

}


.menu_title_redeloulecriativo1{
  background-color: #f8f8f8;
  font-family: 'High Tide Bold';
  padding: 30px 0px;
  overflow: hidden;
  transition: transform ease 1s;
}
.menu_title_redeloulecriativo2{
font-family: 'High Tide Bold';
  padding: 30px 0px;
  overflow: hidden;
}
.menu_title_redeloulecriativo3{
  background-color: #f8f8f8;
  font-family: 'High Tide Bold';
  padding: 30px 0px;
  overflow: hidden;
}







.menuaativo.experiencias1  .seta_top_rede1{
  transform:translateY(0%);
}
.menuaativo.experiencias1  .seta_mid_rede1{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.experiencias1  .seta_bottom_rede1{
  transform:translateY(0%);
  transform:translateY(325%);
}
.experiencias1:hover .seta_top_rede1{
  transform: translateY(28%);

}

.experiencias1:hover .seta_mid_rede1{
  transform: translateY(-86%);
  color:#9c9c9c;
}

.experiencias1:hover .seta_bottom_rede1{
      transform: translateY(-87%);

}
.seta_top_rede1{
 transform: translateY(-15%);
    transition: transform ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_mid_rede1{
  transform: translateY(-110%);
    transition: transform ease 0.5s,color ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_bottom_rede1{
     transition: transform ease 0.5s;
    transform: translateY(-127%);
    width: 100%;
    height: 100%;
}




.menuaativo.experiencias2  .seta_top_rede2{
  transform:translateY(0%);
}
.menuaativo.experiencias2  .seta_mid_rede2{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.experiencias2  .seta_bottom_rede2{
  transform:translateY(0%);
  transform:translateY(325%);
}
.experiencias2:hover .seta_top_rede2{
  transform: translateY(28%);

}

.experiencias2:hover .seta_mid_rede2{
  transform: translateY(-86%);
  color:#9c9c9c;
}

.experiencias2:hover .seta_bottom_rede2{
      transform: translateY(-87%);

}
.seta_top_rede2{
 transform: translateY(-15%);
    transition: transform ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_mid_rede2{
  transform: translateY(-110%);
    transition: transform ease 0.5s,color ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_bottom_rede2{
     transition: transform ease 0.5s;
    transform: translateY(-127%);
    width: 100%;
    height: 100%;
}




.menuaativo.experiencias3  .seta_top_rede3{
  transform:translateY(0%);
}
.menuaativo.experiencias3  .seta_mid_rede3{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.experiencias3  .seta_bottom_rede3{
  transform:translateY(0%);
  transform:translateY(325%);
}
.experiencias3:hover .seta_top_rede3{
  transform: translateY(28%);

}

.experiencias3:hover .seta_mid_rede3{
  transform: translateY(-86%);
  color:#9c9c9c;
}

.experiencias3:hover .seta_bottom_rede3{
      transform: translateY(-87%);

}
.seta_top_rede3{
 transform: translateY(-15%);
    transition: transform ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_mid_rede3{
  transform: translateY(-110%);
    transition: transform ease 0.5s,color ease 0.5s;
    width: 100%;
    height: 100%;
}
.seta_bottom_rede3{
     transition: transform ease 0.5s;
    transform: translateY(-127%);
    width: 100%;
    height: 100%;
}








.menuaativo.menu_title_redeloulecriativo1  .seta_top_rede{
  transform:translateY(0%);
}
.menuaativo.menu_title_redeloulecriativo1  .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.menu_title_redeloulecriativo1  .seta_bottom_rede{
  transform:translateY(0%);
  transform:translateY(325%);
}
.menuaativo.menu_title_redeloulecriativo2  .seta_top_rede{
  transform:translateY(0%);
}
.menuaativo.menu_title_redeloulecriativo2  .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.menu_title_redeloulecriativo2  .seta_bottom_rede{
  transform:translateY(0%);
  transform:translateY(325%);
}
.menuaativo.menu_title_redeloulecriativo3  .seta_top_rede{
  transform:translateY(0%);
}
.menuaativo.menu_title_redeloulecriativo3  .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}
.menuaativo.menu_title_redeloulecriativo3  .seta_bottom_rede{
  transform:translateY(0%);
  transform:translateY(325%);
}

.seta_top_rede{
  transform:translateY(-300%);
  transition: transform ease 0.5s;
}
.seta_mid_rede{
  transform:translateY(-100%);
  transition: transform ease 0.5s,color ease 0.5s;
}
.seta_bottom_rede{
  transition: transform ease 0.5s;
}

.menu_title_redeloulecriativo1:hover .seta_top_rede{
  transform:translateY(0%);
}

.menu_title_redeloulecriativo1:hover .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}

.menu_title_redeloulecriativo1:hover .seta_bottom_rede{
  transform:translateY(325%);
}

.menu_title_redeloulecriativo2:hover .seta_top_rede{
  transform:translateY(0%);
}

.menu_title_redeloulecriativo2:hover .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}

.menu_title_redeloulecriativo2:hover .seta_bottom_rede{
  transform:translateY(325%);
}

.menu_title_redeloulecriativo3:hover .seta_top_rede{
  transform:translateY(0%);
}

.menu_title_redeloulecriativo3:hover .seta_mid_rede{
  transform:translateY(100%);
  color:#9c9c9c;
}

.menu_title_redeloulecriativo3:hover .seta_bottom_rede{
  transform:translateY(325%);
}




.carousel-control.right{
  background: none;
}

.carousel-control.left{
  background: none;
}
.carousel-control{
  width: 0px;
}

.setaleft {
    padding: 7px 17px 10px 18px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    border: 1px solid white;
    left: 15px;
}

.setaright {
    padding: 7px 17px 10px 18px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    border: 1px solid white;
    right: 15px;
}








.section2redeloulecriativo{
   position: relative;
  float:left;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rede_texto_esquerda{
  text-transform: uppercase;
  font-family: 'High Tide Bold';
  font-size: 16px;
}

.rede_texto_direita{
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
}


.section3redeloulecriativo{
  background-image: url('../img/adesaoarede.jpg');
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  position:relative;
  float:left;
}


.section4redeloulecriativo{
  position:relative;
  float:left;
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
  padding:85px 0px;

}

/*FIM REDE LOULE CRIATIVO*/



/*PARCEIROS LOULE CRIATIVO*/
.section2parceiros{
  position:relative;
  float:left;
  background-color: #f3f3f3;
  width: 100%;
  padding:100px 0px;
}
.parceiros_nome{
  font-family: 'High Tide Bold';
  font-size: 16px;
  padding-top: 30px;
  text-transform: uppercase;
}
.parceiros_texto{
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
  padding-top: 20px;
}
.parceiros_site{
font-family: 'High Tide Bold';
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 60px;
}


.parceiros_foto_cores{
  
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: filter 2s ease;
}

.parceiros_foto_cores:hover{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}



/*FIM PARCEIROS LOULE CRIATIVO*/


/*LOULE ADERIR REDER*/

.section2aderirede{
  float:left;
  position: relative;
   background-image: url("../img/background_section_2.png");
  width: 100%;
  padding:60px 0px 100px 0px;
}

.section2aderirede span{
  font-family: 'High Tide Bold';
}
.aderir_titulo{
  font-family: 'High Tide Bold';
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 40px;
}

.section3aderirede{
  float:left;
  position: relative;
   background-color:white;
  width: 100%;
  padding:100px 0px;
}

.section4aderirede{
   float:left;
  position: relative;
   background-color:#ebebeb;
  width: 100%;
  padding:100px 0px;
}


.aderir_texto_baixo{
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
}


.aderir_rede_form_button{
  background-color:#e24301;
  color:white;
  border-radius: 5px;
  text-align: center;
  padding: 21px 0px;
}

.aderir_rede_form_info{
  font-family: 'High Tide Bold';
  font-size: 16px;
}


.aderir_rede_form_mail{
  font-family: 'MyriadPro-Regular';
  font-size: 16px;
  padding-top: 15px;
}
/*FIM LOULE ADERIR REDER*/






/*LOULE CRIATIVO TURISMO*/
.section2loulecreativoturismo{
  position: relative;
  float:left;
  background-image: url("../img/backgroundmidcreativo.jpg");
  width: 100%;
  padding-top: 70px;
  background-repeat: repeat;
  background-color: #e7e5e5;
  background-position: top center;
}

.texto_creativo_turismo{
   font-family: 'ITCOfficinaSerif LT Book Bold Italic';
   font-size:20px;
   padding-bottom: 80px;
}


.turismo_holder{
  padding-top: 120px;
  padding-bottom:120px;
}
.turismo_titulo{
  font-size:10px;
   font-family: 'High Tide Bold';
}
.turismo_nome{
  font-size:16px;
   font-family: 'High Tide Bold';
}
.turismo_onde{
  font-size:16px;
  font-family: 'MyriadPro-Regular';
}

.turismo_impar{
background-color: white;
padding-left: 0px;

}
.turismo_par{
background-color: #e6e6e6;
padding-left: 0px;
}

.button_ver_turismo{
  background-color: #e24301;
    padding: 21px;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
   .turismo_parent{
    padding: 15px 15px 0px 0px;
    position: absolute;
    left: 195px;  
}
.turismo_parent_button{
   padding: 15px 15px 0px 0px;
   position: absolute;
   right: 0px;
}

.img_holder_turismo{
  padding-left: 0px;
  padding-top: 15px;
}

.ficha_turismo{
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    position: fixed;
    top:0;
    z-index: 2000;
  padding:0px;
    transform:translateY(120%);
    -o-transform:translateY(120%);
    -ms-transform:translateY(120%); 
    -moz-transform:translateY(120%);
    -webkit-transform:translateY(120%);
    transition: transform ease-out 0.5s;
    -o-transition: transform ease-out 0.5s;
    -ms-transition: transform ease-out 0.5s; 
    -moz-transition: transform ease-out 0.5s;
    -webkit-transition: transform ease-out 0.5s;
    overflow:auto;
}

.ficha_turismo_open{
  transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%); 
  -moz-transform:translateX(0%);
  /*-webkit-transform:translateX(0%);*/
}
.ficha_turismo_back{
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top:0;
    opacity: 0;
    z-index: -1;
    transition: opacity ease-in 0.3s;
}
.ficha_turismo_back_open{
  opacity: 1;
  z-index: 1999;
}

.ficha_turismo_holder{
  background-color: #e7e7e7;
      
      padding: 15px 0px;
    border-radius: 10px; 
     position: absolute;
  top: 50%;
  transform: translateY(-30%);
}

.ficha_turismo_fechar{
      text-align: right;
    position: absolute;
    top: 20px;
    border-radius: 5px;
    z-index: 300;
}
.ficha_turismo_fechar span{
      text-align: right;
    background-color: #e24301;
    padding: 10px;
    border-radius: 5px;

}


.ficha_turismo_title{
font-family: 'High Tide Bold';
font-size: 25px;
padding-top: 30px;
padding-bottom: 10px;
}

.ficha_turismo_description{
font-family: 'MyriadPro-Regular';
font-size:15px;
padding-bottom: 40px;
}

.ficha_turismo_title_sitio{
font-family: 'High Tide Bold';
font-size: 16px;
padding-bottom: 10px;
}

.ficha_turismo_title_description{
font-family: 'MyriadPro-Regular';
font-size: 16px;
padding-bottom: 25px;
}


/*FIM LOULE CRIATIVO TURISMO*/








/*ECOA PAGINA EVENTO*/
.section2ecoa_pagina{
  float:left;
  position: relative;
   background-image: url("../img/background_section_2.png");
  width: 100%;
  padding:100px 0px 80px 0px;
   font-size:16px;
  font-family: 'MyriadPro-Regular';
}

.section3ecoa_pagina{
  float:left;
  position: relative;
  background-color: white;
  padding:95px 0px 150px 0px;
  width: 100%;

}
.section4ecoa_pagina{
   position: relative;
  float:left;
  padding:50px 0px;
  background-color: #ebebeb;
  width: 100%;
}


.ecoa_evento_title{
    font-size:16px;
    font-family: 'High Tide Bold';
    text-transform: uppercase;
    padding-bottom: 30px;
}

.ecoa_evento_text{
    font-size:16px;
    font-family: 'MyriadPro-Regular';
    padding-bottom: 30px;
}

.button_ecoa_pagina_evento{
  background-color: #e24301;
  color:white;
  padding: 20px 0;
    border-radius: 5px;
}

/*FIM ECOA PAGINA EVENTO*/









/*ECOA RESIDENCIAS*/

.section1_residencias{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  /*background-image: url("../img/residencias.jpg");*/
  background-repeat: no-repeat;
    background-size: cover;
  
}
.section2_ecoaresidencias{
  position: relative;
  float:left;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding-top: 100px;

}


.section3_ecoaresidencias{
    position: relative;
    float:left;
    font-size:16px;
    font-family: 'MyriadPro-Regular';
    padding:90px 0px 80px 0px;
}
.ecoaresidencias_title{
    font-size:16px;
    text-transform: uppercase;
    font-family: 'High Tide Bold';
}

.background_todos_button5 {
  background-color: #eeebeb;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  }



.background_formacao{
  height:500px;
 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;      
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}



/*FIM ECOA RESIDENCIAS*/
.section1_eventos{
  position: relative;
  float:left;
   height: 100vh;
  width: 100%;
  /*background-image: url("../img/foto_designers_loule_compressed.jpg");*/
  background-repeat: no-repeat;
    background-size: cover;
  
}


/*ECOA PAGINA EVENTO DENTRO*/

.section3_pagina_evento_dentro{
  position: relative;
  float:left;
  padding:50px 0px;
  background-color: #ebebeb;
  width: 100%;
}
.section2_ecoa_pagina_evento_dentro{
  position: relative;
  float:left;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size:15px;
    font-family: 'MyriadPro-Regular';
}

/*FIM ECOA PAGINA EVENTO DENTRO*/








/*ECOA LAB*/

.section2ecoalab{
  float:left;
  position: relative;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding:100px 0px 80px 0px;
  font-size:16px;
  font-family: 'MyriadPro-Regular';
}
.ecoa_lab_title{
font-family: 'High Tide Bold';
}

.ecoa_lab_button_title{
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #e24301;
  padding:20px 0px;
  border-radius: 5px;
  margin-top: 100px;
}

.section3ecoalab{
  float:left;
  position: relative;
  background-color: white;
  width: 100%;
}
.ecoalab_impar{
background-color: #ededed;
padding-left: 0px;
overflow:hidden;

}
.ecoalab_par{
background-color: #e6e6e6;
padding-left: 0px;
overflow:hidden;
}

.button_ecoa_lab{
  background-color: #e24301;
    padding: 20px;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section4ecoalab{
   float:left;
  position: relative;
  background-color: #c4bfb2;
  width: 100%;
  padding-bottom: 100px;
}
.form_ecoa_lab_title{
  font-family: 'High Tide Bold';
  font-size: 25px;
  padding-top: 65px;
  padding-bottom: 50px;

}
.form_ecoa_lab input, .form_ecoa_lab textarea, .form_ecoa_lab select{
  width: 100%;
  background-color: #ebebeb;
  border:none;
  margin-bottom: 15px;
  padding: 10px 15px 5px 15px;
  border-radius: 2px;
}
.form_ecoa_lab select{
   color:#9d9d9d;
  font-family: 'High Tide Bold';
  height: 35px;
}

.form_ecoa_lab input::-webkit-input-placeholder ,.form_ecoa_lab textarea::-webkit-input-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
}

.form_ecoa_lab input::-moz-placeholder ,.form_ecoa_lab textarea::-moz-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
}

.form_ecoa_lab input:-ms-input-placeholder ,.form_ecoa_lab textarea:-ms-input-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
}
.form_ecoa_lab input:-moz-placeholder ,.form_ecoa_lab textarea:-moz-placeholder {
  color:#9d9d9d;
  font-family: 'High Tide Bold';
}


.form_ecoa_lab_litle_text{
    font-size:16px;
  font-family: 'MyriadPro-Regular';
  color:#626262;
}


.form_ecoa_lab_submit input{
color:white;
background-color: #e24301;
padding: 21px 0px;

}





.ficha_turismo_holder_ecoa{
        background-color: #e7e7e7;
    padding: 50px 0px;
    border-radius: 10px;
    position: absolute;
    /* top: 0px; */
    margin-top: 50px;
    /* transform: translateY(-30%); */
    margin-bottom: 50px;
    /*width: 800px;
    left: 50%;
    margin-left: -400px;*/


}

.ficha_ecoalab{
    height: 100vh;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    position: fixed;
    top:10%;
    z-index: 2000;
    overflow: auto;


    transform:translateY(100%);
    -o-transform:translateY(100%);
    -ms-transform:translateY(100%); 
    -moz-transform:translateY(100%);
    -webkit-transform:translateY(100%);
    transition: transform ease-out 0.5s;
    -o-transition: transform ease-out 0.5s;
    -ms-transition: transform ease-out 0.5s; 
    -moz-transition: transform ease-out 0.5s;
    -webkit-transition: transform ease-out 0.5s;
}

.ficha_ecoalab_open{
  transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    top: 0px;
    /* -webkit-transform: translateX(0%); */
}


.title_ecolab{
  font-family: 'High Tide Bold';
  font-size: 25px;
}

.subtitle_title_ecolab{
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  padding-bottom: 30px;
}

.subtitle_title_ecolab a{ color : #e24301; }

.subtitle_ecolag{
 font-family: 'High Tide Bold';
  font-size: 16px;
}


.subtitle_subtitle_ecolab{
  font-family: 'MyriadPro-Regular';
  font-size: 15px;
  padding-bottom: 30px;
}


.ecoa_lab_button_ecolab{
  background-color: #e24301;
  color: white; 
      padding: 20px 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}
/*FIM ECOA LAB*/









/*ECOA ECOA*/

.section1_ecoa {
    position: relative;
    float: left;
    height: 100vh;
    width: 100%;
    /*background-image: url("../img/ECOA.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.section2_ecoa_ecoa{
    float:left;
  position: relative;
  background-image: url("../img/background_section_2.png");
  width: 100%;
  padding:100px 0px 80px 0px;
  font-size:16px;
  font-family: 'MyriadPro-Regular';
  color:#626262;
}

.section3_ecoa_ecoa{
 float:left;
  position: relative;
  background-color: white;
  font-size:16px;
  font-family: 'MyriadPro-Regular';
   padding:100px 0px 80px 0px;
   color:#626262;
}
/*FIM ECOA ECOA*/
.section1_loule {
    position: relative;
    float: left;
    height: 100vh;
    width: 100%;
    /*background-image: url("../img/foto_loule.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
}



/*FOOTER*/
.footer_holder{
  background-image: url('../img/backgroundfooter2.png');
  background-position: center center;
  background-size: cover;
}

.texto_footer{
  padding-top: 45px;
  font-size:20px;
  font-family: 'ITCOfficinaSerif LT Book Italic';
}

.texto_footer_inserir{
  font-size:20px;
  font-family: 'ITCOfficinaSerif LT Book Italic';
  padding-top: 60px;
}

.input_footer input[type="email"]{
     width: 22%;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border: none;
    padding: 5px 0px;
    border-bottom-right-radius: 0px;
    color:black;
    padding-left: 15px;

}
.input_footer input[type="submit"]{
  background: url('../img/seta_drt_branco.svg') transparent no-repeat;
    background-position: center center;
    border: 0;
    display: inline;
    height: 15px;
    width: 15px;
    margin-left: 18px;
}
.input_footer span{
         margin-left: -10px;
    margin-top: 74px;
    border: solid 2px white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 17px;
        border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
}



.logos_footer{
  padding-top: 40px;
  padding-bottom: 20px;
}
.logos_footer span{
  padding-left: 10px;
}
.termos_footer{
   font-family: 'High Tide Bold';
   font-size:11px;
   padding-top: 25px;
}
.termos_footer a{
  text-decoration: none;
  color:white;
}
.logos_center_footer{
  margin-top: -12px;
}
.logos_center_footer img{
  padding: 0 5px;
}
    
/*FIM FOOTER*/






.Arede{
  position:relative;
  float:left;
  width: 100%;
  display:none;
}

.parceiros{
  position:relative;
  float:left;
  width: 100%;
  display:none;
}
.aderirede{
  position:relative;
  float:left;
  width: 100%;
  display:none;
}

.menuaderir{
  display:block;
}
.holder_popup_rgpd{
  position: fixed;
  width: 600px;
  /* height: 436px; */
  /* top:50%; */
  left:50%;
  margin-left:-300px;
  /* margin-top:-218px; */
  background-color: #ffffff;
  font-family: 'High Tide Bold';
  color:#9c9c9c;
  z-index: 9999999999;
  padding: 15px;
  text-align: center;
  top:50%;
  transform:translateY(-50%);
}
.holder_popup_rgpd p a{
  color:#c64242;
}
.holder_popup_rgpd div{
  background-color: #e24301;
  color: white;
  font-size: 10px;
  width: 100px;
  border: none;
  padding: 21px 20px;
  border-radius: 5px;
  position: relative;
  float: left;
  left: 50%;
  margin-left: -50px;
  cursor:pointer;
}
@media screen and (min-width:800px) {
.ficha_turismo_holder_ecoa{
        background-color: #e7e7e7;
    padding: 50px 0px;
    border-radius: 10px;
    position: absolute;
    /* top: 0px; */
    margin-top: 50px;
    /* transform: translateY(-30%); */
    margin-bottom: 50px;
    width: 800px;
    left: 50%;
    margin-left: -400px;


}
}


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

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

    .home_loule_criativo_texto_primeiro{
          font-size: 50px;
    }
   .home_loule_criativo_texto_segundo{
    font-size: 15px;
    margin-top: -10px;
   }

   .home_loule_criativo_texto_terceiro{
    font-size: 15px;
    padding-top: 20px;
   }
  .sectionmenuredeloulecriativo{
    font-size: 10px;
  }

  .title_ecolab{
        font-size: 20px;
  }
  .subtitle_ecolag{
    font-size:14px;
  }
  .subtitle_subtitle_ecolab{
    font-size:12px;
  }
  .ficha_turismo_holder_ecoa{
    padding:70px 0px;
  }
}

@media screen and (max-width:768px) {
  .ecoalab_par, .ecoalab_impar{
    padding-right: 0px;
    padding-top: 0px
  }
  

  .text_home_center{
    font-size: 14px;
  }

  .home_box_title {
    font-size: 15px;
  }


  
  .home_box_subtitle{
    font-size: 15px;
  }

  .home_loule_criativo_texto_primeiro{
    font-size: 30px;
  }
  .home_loule_criativo_texto_segundo{
    font-size: 12px;
     margin-top: -5px;
  }

  .home_loule_criativo_texto_terceiro{
    font-size: 12px;
    padding-top: 10px;
   }
    
  .home_loule_criativo_ver_button{
    font-size: 6px;
  }  


  .text_loule_criativo_section3{
    padding-bottom: 30px;
  }


  .todos_buttons{
    padding-bottom: 50px;

  }

  .home_creativo_eventos_holder_data{
    left:40px;
    top: 7px;
  }

  .exeperiencias_form_pb{
    padding-top: 30px;
  }

  .loule_logos_footer{
    text-align: center;
    padding-bottom: 38px;
  }

  .logos_center_footer{
    text-align: center;
  }

  .termos_footer{
    text-align: center;
  }

  .logomenu img{
    width: 100px;
  }
  .logomenu2 img{
    width: 100px;
  }
  .texto_menu_lista li a{
  font-size: 10px
  }
  .menuaberto .menu_lado_esquerdo ul li{
  margin-top:-15px;
  }
  .menuaberto .menu_lado_direito ul li{
    margin-top:-15px;
  }

  .inscricao_info{
    padding-top: 30px;
  }

  .home_criativo_eventos_primeiro , .texto_meio_home_loule{
    font-size:15px;
  }
  .home_criativo_eventos_dia , .home_criativo_eventos_data{
    font-size:12px;
    padding-left: 25px;
  }
  .todos_buttons{
    font-size: 7px;
  }
  .home_loule_criativo_logo_rato{
    bottom:15px;
    
  }

  .aderir_rede_form_button{
    font-size:7px;
  }

  .sectionmenuredeloulecriativo{
    font-size:7px;
  }

  .form_ecoa_lab_litle_text{
  padding-bottom: 30px;
  }
  .pdbform {
    padding-bottom: 10px;
  }
  .exeperiencias_form_pb {
    padding-top: 5px;
  }
  /*.ficha_turismo_holder_home input, .ficha_turismo_holder_home textarea{
    padding: 21px 20px;
  }
  .ficha_turismo_holder_home{
    padding: 57px 0px;
  }
  .frase_experiencias_form{
    font-size:10px;
  }
  .ficha_turismo_holder_home input[type="submit"]{
    font-size:7px;
        padding: 8px 0px;
  }*/
  .ficha_turismo_holder_home input::-webkit-input-placeholder ,.ficha_turismo_holder_home textarea::-webkit-input-placeholder{
  color:#9d9d9d;
  font-family: 'High Tide Bold';
  font-size: 7px;
  }

  .ficha_turismo_holder_home input::-moz-placeholder ,.ficha_turismo_holder_home textarea::-moz-placeholder{
    color:#9d9d9d;
    font-family: 'High Tide Bold';
    font-size: 7px;
  }

  .ficha_turismo_holder_home input:-ms-input-placeholder ,.ficha_turismo_holder_home textarea:-ms-input-placeholder{
    color:#9d9d9d;
    font-family: 'High Tide Bold';
    font-size: 7px;
  }
  .ficha_turismo_holder_home input:-moz-placeholder ,.ficha_turismo_holder_home textarea:-moz-placeholder {
    color:#9d9d9d;
    font-family: 'High Tide Bold';
    font-size: 7px;
  }
  .turismo_impar{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
  }
  .turismo_parent{
    padding: 15px 15px 30px 15px;
    position: relative;
    float:left;
    left: 0px;
  }
  .turismo_parent_button{
    position:relative;
    float:left;
    right: 0px;
    padding: 15px 15px 0px 15px;
  }
  .ficha_turismo_title{
    font-size:18px;
  }
  .ficha_turismo_description{
    font-size:11px;
  }
  .ficha_turismo_title_sitio{
    font-size:11px;
  }
  .ficha_turismo_title_description{
    font-size:10px;
  }
  .img_holder_turismo{
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .img_holder_turismo img{
    width: 100%;
  }
  .texto_creativo_turismo{
    font-size:12px;
  }
  .title_ecolab{
    font-size: 14px;
  }
  .subtitle_title_ecolab{
    font-size:10px;
    padding-bottom: 16px;
  }

  .ficha_turismo_holder_ecoa{
        padding: 47px 0px;
  }
  .subtitle_subtitle_ecolab{
        font-size: 10px;
        padding-bottom: 16px;
  }
  .ficha_ecoalab_open{
    padding: 0px;
  }
  .ficha_ecoalab_open{
        /*transform: translateY(-10%);*/
  }
  .ecoa_lab_button_ecolab{
    padding: 8px 0px;
  }
  .home_inicio{
    top:65px;
    font-size:17px;
  }
  .home_lang{
    font-size:18px;
    top: 65px;
  }
  .loulecriativo_data{
    left: 38px;
    top: 6px;
  }

  .logo_creativo{
    top: 20px;
    left: -25px;
  }
  
  .logo_creativo img , .logo_creativo_turismo img , .logo_creativo_turismo_right img, .logo_home_loule_criativo img{
    width: 100px;
  }

  .logomenu{
    /*padding-top: 100%;*/
   margin-top: 19px;

  }
  .logomenu2{
    /*padding-top: 100%;*/
   margin-top: 125px;
    padding-top: 0px;

  }

  .destaques{
    font-size: 10px;
  }
  .media_holder_pdb{
    font-size: 10px;
    top:58px;
  }
  .input_footer input[type="email"] {
    width: 70%;
  }
    .parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
        height: 100%;
  }
  .holder_popup_rgpd {
    position: fixed;
    width: 300px;
    height: 470px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -230px;
    background-color: #ffffff;
    font-family: 'High Tide Bold';
    color:#9c9c9c;
    z-index: 9999999999;
    padding: 15px;
    text-align: center;
    font-size: 10px;
    display: block;
  }
}
.cookieshide{
  display:none; 
}