 /*
AZUL: #0088aa
*/
#text-5 {
margin-bottom: 25px!important;
}
.certificado-safe {
width: 100px;
}
/*---------------------------------------------
								   GERAL
---------------------------------------------*/
.et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a:hover {
	color: #0088aa!important;
}
.et_overlay::before {
	color: #fff;
}
.et_overlay {
    background-color: rgba(0,136,170,0.8);
}
/*-----------------TOGGLE--------------------*/
.et_pb_toggle {
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
}
.et_pb_toggle .et_pb_toggle_title:before {
    color: #0088aa;
}
.et_pb_toggle_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
/*----------------HEADERS--------------------*/
.et_pb_fullwidth_header {
	padding: 130px 0;
}
/*-----------------BOTÕES--------------------*/
body.et_pb_button_helper_class .et_pb_button:hover {
  padding: 7px 20px !important;
  color: #fff;
}
body.et_pb_button_helper_class .et_pb_button {
	color: #0088aa;
  letter-spacing: 0.7px;
  font-weight: 600;
  padding: 7px 20px !important;
}
/*---------------------------------------------
								   MENU
---------------------------------------------*/
.reservas a::before { 
 display: none!important; 
}
.reservas a, .et-fixed-header .reservas a {
	border: 2px solid #0088aa!important;
	border-radius: 50px;
	padding: 10px 18px!important;
	color: #0088aa!important;
}
.reservas a:hover {
background: #0088aa;
  color: #fff!important;
}
#top-menu li a {
  letter-spacing: 0.5px;
  font-weight: 600!important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
	color: #0088aa;
  opacity: 1;
}
#top-menu-nav ul li:hover a::before {
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #0088aa;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
#top-menu-nav li:not(.current-page-ancestor) a::before, .dropdown::before {
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #0088aa;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
}
#top-menu li.current-menu-item > a::before {
    content: "";
    display: block;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #0088aa;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/*---------------------------------------------
								  HOMEPAGE
---------------------------------------------*/
.home-seccao-3-img h3 {
	font-size: 22px;
}
/*-----------------SLIDER--------------------*/
/*.home .et-pb-controllers {
  display: none;
}
.home .et_pb_slide {
	padding: 0;
}
.home .et_pb_slider .et_pb_container {
	height: 367px;
	display: flex;
	align-items: flex-end;
	padding: 300px 0 0;
	width: 100%;
	max-width: 100%;
}
.home .et_pb_slide_description {
	margin: 0;
	padding: 27px !important;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: rgba(234, 222, 184, 0.8);
}
.et_pb_slide_description h2.et_pb_slide_title {
    font-size: 30px;
    font-weight: 500;
}
*/
.home .et_pb_slider .et_pb_slide {
	height: 60vh;
}
/*---------------------------------------------
						OFERTAS ESPECIAIS
---------------------------------------------*/
.more-link {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px dotted #0088aa;
    font-size: 14px;
}
.et_pb_post h2 a {
    line-height: 1.6em;
}
.et_pb_blog_grid .et_pb_post .post-content p {
	display: none;
}
.et_pb_blog_grid .et_pb_post {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    border: none!important;
    padding-bottom: 40px;
}
/*---------------------------------------------
							  CONTACTOS
---------------------------------------------*/
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper textarea.medium  {
    letter-spacing: normal;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    background-color: #f4f4f4;
}
.et_pb_blurb_description hr {
	border-color: #ccc;
  background: #ccc;
  background-color: #ccc;
  border-width: 0.5px;
  margin-bottom: 20px;
}
.gform_wrapper {
	margin: 0 auto;
	max-width: 100%;
}
.gform_wrapper .gform_footer {
	overflow: auto;
}
.gform_wrapper .top_label .gfield_label {
	margin: 0;
	font-weight: 500;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 15px!important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	border: 2px solid #0088aa!important;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    color: #0088aa;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
   background-color: #0088aa;
  color: #fff;
}
.gform_wrapper .ginput_complex label {
  margin-top: 0px;
  color: #aaa;
}
.gform_wrapper textarea.large {
  height: 15.625em;
  width: 100%;
}
/*---------------------------------------------
								  RODAPÉ
---------------------------------------------*/
#text-4 a {
	border-bottom: 1px dotted;
	margin-top: 15px;
	display: inline-block;
}
#text-3 h4 {
	padding-bottom: 19px;
}
#text-3 p {
	padding-bottom: 5px;
}
.parceiro-1 {
	padding: 7px;
}
.parceiro-2 {
	padding: 0 14px;
}
.parceiro-3 {
	padding: 15px;
}
.parceiro-4 {
	padding: 5px 11px;
}
.parceiro-1, .parceiro-2, .parceiro-3, .parceiro-4 {
	width: 135px;
  border-radius: 5px;
  background: #fff;
}
#main-footer .alignright {
	width: 33px;
  opacity: 0.5;
}
.livro-reclamacoes {
	width: 150px;
	margin-top: 20px;
}
/*copyright e ping*/
#footer-bottom {
    display: none;
}
#footer-bottom {
    display: none;
}
#main-footer .container {
    padding-bottom: 20px;
}
#text-6 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
    font-size: 14px;
  	border-top: 1px solid #ccc;
		padding-top: 20px;
}
.et_pb_widget {
	width: 100%;
}
.et_pb_widget a {
    text-decoration: none;
    font-weight: 400;
}
.et_pb_widget .company{
    color:#fff;
    font-weight: 400;
}
.footer-widget h4 {
    letter-spacing: 0.5px;
}

.et_pb_widget ul li {
    margin-bottom: 0em;
}
/*redes sociais*/
.social {
  font-family: "ETmodules";
  color: #fff!important;
  padding: 5px 9px;
  margin-top: 11px !important;
  position: relative;
  display: inline-block;
  margin-right: 9px;
  background: #515151;
  font-size: 17px;
  border-radius: 50px;
  border: 1px solid #515151;
}
.social:hover {
	opacity: 1;
}
/*icons contacto*/
.iconfooter {
    font-family: "ETmodules";
    margin-right: 5px;
}
#footer-widgets li.menu-item::before {
	display: none;
}
#footer-widgets li.menu-item {
	padding-left: 0;
}

/*---------------------------------------------
						     RESPONSIVO
---------------------------------------------*/
.et_mobile_menu {
    border-top: 3px solid #fff;
}
.et_mobile_menu li a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mobile_menu_bar::before {
	color: #0088aa;
}
@media only screen and (max-width : 980px) {
  .gform_wrapper .gform_footer input[type="submit"] {
    padding: 5px 20px;
  }
  .et_pb_fullwidth_header {
    padding: 25% 0;
	}
  .home-seccao-3-img .et_pb_column_4, .home-seccao-3-img .et_pb_column_5 {
  	margin-top: 30px;
  }
  .home-hotel-mira-sagres .et_pb_button_module_wrapper {
  	text-align: center;
  }
}

@media only screen and (max-width : 768px) {
  .home .et_pb_slider .et_pb_slide {
    height: 50vh;
	}
  .et_pb_button {
  	width: 100%;
    text-align: center;
  }
}