/*--------------------------------------------------------------------------------- Theme Name:   Divi child Theme URI:     Description:  child theme of Divi Author:        Author URI:    Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*//* Font */
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700'); /********************** ** General Lino Theme **********************/
body {
  font-weight: 400;
}

html, body {
  height: 100%;
}

.clear {
  clear: both;
}

/* Divider */
.et_pb_divider_internal { /*background: url('img/divider.png') no-repeat 0 0;*/
  height: 2px;
  width: 105px;
  margin: 25px auto;
  display: block;
}

.divider-grey.et_pb_divider:before {
  left: -40px;
  right: -40px;
  width: auto;
  border-top-width: 2px;
}

.divider-grey .et_pb_divider_internal {
  background: none;
  height: inherit;
  width: inherit;
  margin: 0;
}

hr.sep-full {
  height: 1px;
  border: none;
  border-top: solid 2px #edeaea;
  position: absolute;
  top: -1px;
  margin: 0;
  left: -40px;
  right: -40px;
}

.sep-full-container {
  width: 100%;
  height: 1px;
  position: relative;
  margin-top: 30px;
}

hr.white {
  margin-bottom: 40px;
  border: solid 1px #FFFFFF;
}

/* no padding class */
.no-padding.et_pb_section {
  padding: 0 !important;
}

.no-padding-bottom.et_pb_section {
  padding-bottom: 0 !important;
}

.no-padding-top.et_pb_section {
  padding-top: 0 !important;
}

.low-padding.et_pb_row {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

/* header pages */
.et_pb_section.header-section {
  margin: 0;
  padding: 0;
}

.et_pb_section.header-section > .et_pb_row_fullwidth {
  margin: 0;
  padding: 0;
}

.et_pb_section.header-section .page-header, #main-content .img-header {
  padding: 60px 0;
  margin: 0;
}

.home #main-content .img-header {
  display: none;
}

#main-content .img-header h1 {
  color: #FFFFFF;
  font-size: 64px;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
}

/* default h size and colors  */
h1 {
  color: #333333;
}

h2 {
  color: #333333;
}

h3 {
  color: #333333;
}

h4 {
  color: #333333;
}

h5 {
  color: #333333;
}

h6 {
  color: #333333;
}

.yellow-title h3 {
  font-family: Poppins;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FCCD81;
}

.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module.yellow-title, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.yellow-title {
  margin-bottom: 10px;
}

.header-bloc-title h2 {
  margin-bottom: 15px;
}

.single-post article h1 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 30px;
}

.single article h2, .single article .et_pb_text h2, article h2 {
  font-size: 28px;
  font-weight: 400;
  color: #202440;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-family: Montserrat, sans-serif;
}

.single article .et_pb_text h3, article h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #202440;
  font-family: Poppins;
  font-weight: bold;
  line-height: 1.4em;
}

.single article .et_pb_text h4, article h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #202440;
  line-height: 1.4em;
  font-family: Montserrat, sans-serif;
}

.single article .et_pb_text h5, article h5 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #202440;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  line-height: 1.4em;
}

.single article .et_pb_text h6, article h6 {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  color: #202440;
  text-transform: none;
  line-height: 1.4em;
}

.single article .et_pb_contact_form_container h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

.single article .et_pb_contact_form_container h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

.single article .et_pb_contact_form_container h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

.blog article h2.entry-title, .archive.category article h2.entry-title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1em;
}

/* common classes */
.uppercase {
  text-transform: uppercase;
}

/* buttons */
a {
  transition: all .3s;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #FFFFFF;
}

.et_pb_button {
  padding: 0.6em 1em;
}

.et_pb_button:hover {
  padding: 0.6em 2em 0.6em 0.8em;
  border: none;
  color: #FFFFFF;
}

.et_pb_module .et_pb_button:hover, .et_pb_button:hover {
  padding: 0.6em 2em 0.6em 0.8em;
  border: none;
  color: #FFFFFF;
}

.et_pb_contact_submit, .et_password_protected_form .et_submit_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .comment-reply-link, .form-submit .et_pb_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button {
  color: #FFFFFF !important;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover {
  padding: 1.3em 2.2em !important;
}

.et_button_no_icon .et_pb_button {
  background: linear-gradient(to right, #62D2AB, #5ED4C3);
  transition: all .3s;
  text-transform: uppercase;
  color: #FFFFFF;
}

.et_button_no_icon .et_pb_button:hover {
  background: linear-gradient(to right, #5ED4C3, #62D2AB) !important;
  opacity: 1;
}

.et_button_no_icon .et_pb_button.button-style1 {
  padding: 18px 60px !important;
  color: #FFFFFF !important;
}

.button-icon {
  font-size: 20px;
  background: linear-gradient(to right, #62D2AB, #5ED4C3);
  transition: all .3s;
  color: #FFFFFF;
  padding: 11px 18px !important;
  border-radius: 30px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-top: 30px;
}

/* liens */
.link-1 a {
  color: #ff819c;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  padding-right: 30px; /*background: url('img/link-arrow.png') no-repeat 100% 50%;*/
}

.et_pb_text a:hover {
  opacity: 0.7;
}

/* Sidebar && Widget area */
.single #sidebar {
  background-color: transparent;
}

.et_right_sidebar #sidebar {
  padding-left: 0;
}

.et_pb_widget_area_left {
  border: none;
}

h2.widget-title, .widget_categories h4 {
  color: #FCCD81;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 1px solid #FCCD81;
  padding: 0 0 0 15px;
  font-family: Poppins;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7em;
}

.widget_categories h4 {
  margin-bottom: 30px;
}

.widget_categories ul li {
  margin-bottom: 25px;
}

.widget_categories ul li a {
  color: #202440;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.single .widget_categories ul li a {
  font-size: 18px;
}

.widget_categories ul li a:hover {
  color: #202440;
}

.lino-post-list-item {
  clear: both;
  margin-top: 30px;
}

.lino-post-list-item:first-child {
  margin-top: 40px;
}

.lino-post-list-item img {
  max-width: 55px;
  border-radius: 50%;
  float: left;
}

.lino-post-list-right {
  float: left;
  max-width: 200px;
  margin-left: 10px;
}

.lino-post-list-right h3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #202440;
  font-weight: normal;
  padding: 0;
}

.lino-post-list-right span a {
  color: #8C8E9A;
}

.lino-post-list-right h3 a:hover, .lino-post-list-right span a:hover {
  opacity: 0.7;
}

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
  color: #FF819C;
}

#sidebar .widget {
  margin-top: 20px;
  padding: 10px;
  background: #FFFFFF;
}

#sidebar .widget:first-child {
  margin-top: 0;
}

#sidebar .widget_nav_menu .sidebar-wrapper, #sidebar .widget .sidebar-wrapper {
  padding: 20px 25px 40px;
}

#sidebar .widget.widget_custom_html .sidebar-wrapper, #sidebar .widget.widget_search .sidebar-wrapper {
  padding: 0;
  border: none;
}

.widget_search #searchsubmit {
  width: 90px;
}

.widget_search input#s {
  border: 1px solid #62D2AB;
  border-radius: 20px;
  width: 80%;
  font-family: Montserrat, sans-serif;
  color: #8C8E9A;
  font-size: 12px;
}

.widget_search input#searchsubmit {
  position: static;
  width: 40px;
  height: 40px;
  border: 1px solid #62D2AB;
  border-radius: 50%;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 12px;
  background: linear-gradient(to right, #5ED4C3, #62D2AB) !important;
  color: #FFFFFF;
  text-transform: uppercase;
}

.widget_search input#searchsubmit:hover {
  background: linear-gradient(to right, #62D2AB, #5ED4C3);
}

/* scroll to top button */
.et_pb_scroll_top.et-visible:hover {
  background: #ff819c;
}

/* slider */
body #page-container .et_pb_slider a.et_pb_button {
  padding: 1em 2.2em !important;
  font-weight: bold;
}

body #page-container .et_pb_slider a.et_pb_button:after {
  font-weight: bold;
}

body #page-container .et_pb_slider a.et_pb_button:hover {
  padding-left: 1.5em !important;
  padding-right: 3.2em !important;
}

/* form */
.et_pb_contact_field_radio_wrapper .et_pb_contact_field_radio_title, .et_pb_contact_field_radio_wrapper .et_pb_contact_field_radio_list {
  float: none;
}

/* social sharer */
.social-share h4 {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
  font-weight: bold;
}

.social-share ul {
  float: right;
}

.social-share ul > li {
  float: right;
  margin-left: 5px;
  list-style: none;
}

.social-share ul > li:before {
  display: none;
}

.social-share ul > li a {
  color: #333333;
  background: #ededed;
  border-radius: 50%;
  padding: 7px 0 0 14px;
  width: 40px;
  height: 40px;
  display: block;
}

.social-share ul > li a:hover {
  background: #ff819c;
  color: #FFFFFF;
}

/* article puce */
#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
  counter-reset: listNumbering;
  list-style-type: none;
  padding-left: 50px;
}

#left-area ol > li, .entry-content ol > li, .comment-content ol > li, body.et-pb-preview #main-content .container ol > li {
  font-size: 1em;
  counter-increment: listNumbering;
  margin-bottom: 25px;
  position: relative;
  list-style-position: outside;
}

#left-area ol > li:before, .entry-content ol > li:before, .comment-content ol > li:before, body.et-pb-preview #main-content .container ol > li:before {
  content: counter(listNumbering);
  font-size: 14px;
  color: #FFFFFF;
  background: #e7293c;
  border-radius: 50%;
  position: absolute;
  padding: 2px 11px;
  font-weight: bold;
  left: -50px;
  top: -3px;
}

.entry-content hr, .comment-content hr, body.et-pb-preview #main-content .container hr {
  border: none;
  border-top: 2px solid #ededed;
}

#left-area ul, .entry-content ul {
  list-style: none;
}

#left-area ul > li, .entry-content ul > li {
  margin-top: 9px;
  padding-left: 14px;
  position: relative;
}

#left-area ul > li:before, .entry-content ul > li::before {
  content: "\f111";
  font: normal normal normal 6px/1 FontAwesome;
  color: #FF819C;
  position: absolute;
  margin-right: 10px;
  top: 10px;
  left: 0px;
}

/* isotop */
.isotop-grid-item.et_pb_post h2 {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
}

.isotop-grid-item, .grid-sizer {
  width: 370px
}

.isotop-grid-item {
  height: auto;
  overflow: hidden;
  padding: 10px;
  background: #FFFFFF;
}

.et_pb_post.isotop-grid-item {
  margin-bottom: 30px;
  clear: both;
}

.isotop-grid .img-wrapper {
  width: 100%;
  border: 0;
  margin-bottom: 22px;
}

.isotop-grid .lino-post-term {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #ff819c;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.isotop-grid .lino-post-term:before {
  content: "\f02b";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

.isotop-grid .parceiro-desconto {
  font-family: Montserrat;
  font-size: 30px;
  color: #FF819C;
  font-weight: bold;
  text-align: center;
  margin: 25px auto 15px;
}

.isotop-grid .parceiro-legenda {
  text-align: center;
  padding: 0 15px 20px;
}

#istotop-filters {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

#istotop-filters li {
  display: inline-block;
  list-style: none;
  margin-left: 15px;
  margin-bottom: 20px;
}

#istotop-filters li:first-child {
  margin-left: 0;
}

#istotop-filters li a {
  display: block;
  padding: 10px 20px;
  color: #ff819c !important;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  background: #FFFFFF;
}

#istotop-filters li a:hover {
  opacity: 0.7;
}

/* form */
.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_contact p select {
  background: #F6F7FA;
  border-radius: 30px;
  color: #8C8E9A;
  font-size: 12px;
}

.et_pb_contact p textarea {
  border-radius: 0;
}

.contact-form .et_pb_contact p textarea {
  border-radius: 10px;
}

p.et_pb_contact_field {
  margin-bottom: 4%;
}

/**********************   ** Header   **********************//* menu */
#top-menu li.current-menu-ancestor > a {
  color: #FFFFFF;
  border-bottom: 3px solid #FF819C;
}

::-webkit-input-placeholder {
  color: #6f6f6f;
}

::-moz-placeholder {
  color: #6f6f6f;
}

:-ms-input-placeholder {
  color: #6f6f6f;
}

:-moz-placeholder {
  color: #6f6f6f;
}

#top-menu li a {
  font-weight: 500;
}

/* Header */
#et-info {
  float: none;
}

.navigation-right a {
  letter-spacing: 1px;
}

.navigation-right a:hover {
  opacity: 0.7;
}

#top-header .et-social-icons {
  display: block;
  float: right;
}

#top-header {
  padding: 15px 0 5px;
  z-index: 10000;
}

#top-txt {
  font-weight: normal;
}

#top-txt span {
  color: #58CFB5;
}

#main-header {
  box-shadow: none;
}

#logo {
}

#logo-fix {
  display: none;
  position: absolute;
  top: 15px;
  max-width: 230px;
}

.et_header_style_left .logo_container {
  position: static;
  width: auto;
  height: auto;
  float: left;
  padding-top: 10px;
  margin-right: 30px;
}

#et-top-navigation {
  float: left;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding-top: 30px;
}

#top-header {
  position: fixed;
  top: 0;
  width: 100%;
}

body.admin-bar #top-header {
  top: 32px;
}

#main-header.lino-fixed {
  position: fixed;
  top: 48px;
  background: #FFFFFF;
}

body.admin-bar #main-header.lino-fixed {
  top: 80px;
}

#et-main-area {
  margin-top: 125px;
}

.navigation-right {
  float: right;
  padding-top: 24px;
}

.navigation-right a {
  float: right;
  font-size: 10px;
  margin-left: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}

.navigation-right a i {
  background: #ff819c;
  color: #ffffff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 20px;
  padding-left: 11px;
  padding-top: 3px;
  margin-right: 5px;
  text-align: left;
}

.top-phone {
  float: right;
  font-size: 15px;
  color: #A2A4AF;
  font-weight: 500;
}

.et_fixed_nav #top-header {
  position: inherit;
}

.et_fixed_nav #main-header {
  position: absolute;
}

#top-header .container {
  padding-top: 0;
}

#main-header.et-fixed-header {
  background: #000;
}

.nav li ul {
  bow-shadow: none;
  border-radius: 0 0 7px 7px;
  left: -20px;
  width: 200px;
  border-color: #ff819c !important;
}

#top-menu li {
  padding-right: 25px;
}

#main-header .nav li ul.sub-menu {
  margin-top: 0;
}

#top-menu li.mega-menu > ul {
  padding: 30px 15px;
}

#top-menu li li {
  margin-bottom: 10px;
  line-height: 1.4em;
  max-width: 100%;
}

#top-menu li li:last-child {
  margin-bottom: 0;
}

#top-menu li li a {
  padding: 6px 15px 0;
  font-weight: 400;
  max-width: 100%;
}

#top-menu li .menu-item-has-children > a:first-child {
  padding-right: 15px;
  padding-left: 15px;
}

#top-menu li.mega-menu li > ul {
  width: 100%;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
  background: none;
}

#top-menu > li.current-menu-ancestor > a, #top-menu > li.current-menu-item > a {
  border: none; /*background: url('img/bg_menu.jpg') repeat-x 0 30px;*/
  color: #FFFFFF;
}

.lino-language-switcher {
  float: right;
  padding-top: 10px;
}

.lino-language-switcher li {
  float: left;
  margin-left: 8px;
}

#top-header .lino-language-switcher li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #444444;
}

#top-header .lino-language-switcher li.menu-active a, #top-header .lino-language-switcher li a:hover {
  color: #ff819c;
  text-decoration: none;
  border-bottom: 2px #ff819c solid;
}

#top-header .et-social-icons li {
  margin-left: 14px;
}

#top-header .et-social-icons li a {
  color: #A2A4AF;
  display: block;
  padding: 0;
  background: none;
}
.entry-content .footer-article-social h3.sharetitle {
  margin:0 !important;
  padding:0 !important;
}

.entry-content .footer-article-social ul.sharePort {
  margin: 0;
  padding: 0 !important;
  text-align: left;
}
.entry-content ul.sharePort li {
  list-style:none;
  padding-right:20px;
  font-size:20px;
  display: inline-block !important;
  padding: 0 10px 0 0 !important;
}
.entry-content ul.sharePort li:before {
  display: none !important;
}
.entry-content ul.sharePort li a{
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
  transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
  color:#62D2AB;
  font-size: 30px;
}


#top-header #top-txt img {
  position: relative;
  top: 3px;
  left: 3px;
}

#main-content .container:before {
  display: none;
}

/* lyaout general */
.bloc-title {
  margin: 0 20%;
}

.bloc-title h2 {
  margin-bottom: 15px;
}

/********************** ** HP **********************/
.hp-title {
  float: left;
  background: transparent url(img/goutte-slider.png) 60% 0 no-repeat;
  padding-top: 100px;
  width: 70%;
  padding-left: 10px;
}

.hp-title h1 {
  font-size: 32px;
}

.logo-slide {
  float: left;
  width: 30%;
}

.slide-col1 {
  padding-top: 120px;
}

.slide-col1 .et_pb_button_module_wrapper {
  clear: both;
}

.slide-col2 {
  position: relative;
}

.consulta-form { /* mettre en relatif par rapport à la section */
  background: #FFFFFF;
  border-radius: 10px;
  padding: 35px 45px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 70px;
  box-shadow: 0 10px 20px 0 rgba(0, 72, 106, 0.1) !important;
}

.consulta-form h2 {
  color: #FCCD81;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: bold;
  font-size: 13px;
  margin: 5px auto 20px;
  letter-spacing: 1px;
}

.consulta-form .et_contact_bottom_container {
  float: none;
  margin-top: 0;
  text-align: center;
}

.et_button_no_icon .consulta-form button.et_pb_button {
  font-size: 12px;
  padding: 16px 60px !important;
}

.consulta-form .title-error, .consulta-form .list-error {
  display: none;
}

.et_pb_contact p .et_contact_error {
  border-color: #F47A9D !important;
}

.text-link1 a, .text-link2 a {
  margin-top: 5px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Poppins;
  position: relative;
  letter-spacing: 1px;
}

.text-link1 a i {
  background: #ff819c;
  color: #ffffff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  font-size: 20px;
  padding-left: 11px;
  padding-top: 3px;
  margin-right: 10px;
}

.text-link2 a:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: #ff819c;
  color: #ffffff;
  border-radius: 50%;
  width: 17px;
  height: 26px;
  font-size: 20px;
  padding-left: 13px;
  padding-top: 4px;
  margin-right: 10px;
}

.text-link1 {
  float: left;
  width: 80%;
  margin-left: 30px;
}

.border-red {
  float: left;
  border-top: 1px solid #F47A9D;
  width: 72px;
  position: relative;
  top: 13px;
}

.blurb-hp .et_pb_main_blurb_image {
  margin-bottom: 12px;
}

.blurb-hp .et_pb_blurb_description {
  font-size: 14px;
}

.blurb-hp-3 {
  text-align: center;
}

.blurb-hp h3 {
  font-size: 18px;
}

.et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3 {
  float: none;
  display: inline-block;
  width: 20.875%;
}

/* parceiros */
.parceiros-hp.owl-carousel {
  padding-left: 20px;
}

.et_pb_gutters3 .et_pb_column_4_4 .parceiros-hp .et_pb_widget {
  width: auto;
  margin-right: 20px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.widget_lino_post_carousel_widget {
  margin-bottom: 0;
}

.widget_lino_post_carousel_widget .owl-theme .owl-dots, .parceiros-hp .owl-dots {
  text-align: center;
}

.widget_lino_post_carousel_widget .owl-theme .owl-nav.disabled + .owl-dots, .parceiros-hp.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.home .postrcarousel-container {
  padding: 15px 0;
  background: transparent;
}

.home .lino-post-carousel {
  text-align: left;
}

.home .lino-post-carousel h3 {
  text-align: left;
}

.home .lino-post-carousel-meta {
  text-align: left;
}

.postcarousel-img img {
  border-radius: 7px;
}

.lino-post-category {
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}

.lino-post-category a {
  transition: all .3s;
}

.lino-post-category a:hover {
  opacity: 0.7;
}

.lino-post-date {
  text-align: left;
  color: #A2A4AF;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 14px;
  font-size: 14px;
}

.home article.lino-post-carousel-hp h3 {
  margin: 0;
  color: #202440;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding-left: 0;
  line-height: 1.3em;
}

.home .widget_lino_post_carousel_widget {
  margin-bottom: 8px;
}

.et_pb_section.section-bul1 {
  background-position-x: -750px;
}

.et_pb_section.section-bul2 {
  padding-top: 40px;
  background-position-x: 942px;
  background-position-y: 216px;
}

p.et_pb_contact_field.et_pb_lino_field_6 {
  margin-bottom: 0;
}

p.et_pb_contact_field.et_pb_lino_field_7 {
  text-align: left;
  font-size: 12px;
}

/*********************** Quem somos**********************/
.section-team {
  background: linear-gradient(to bottom, #F1F4FD, #F8F9FE, #F5F7FE, #F1F4FD);
}

.video-container {
  text-align: center;
}

.et_pb_team_member {
  text-align: center;
}

.et_pb_team_member_image {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.et_pb_team_member_image img {
  max-width: 200px;
  border-radius: 50%;
}

.et_pb_team_member_description {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 22px;
}

.et_pb_team_member_description h3 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #202440;
}

.et_pb_member_position {
  color: #8C8E9A;
  font-size: 14px;
}

a.person_detail_link i {
  color: #fff;
  background: linear-gradient(to right, #62D2AB, #5ED4C3);
  border-radius: 50%;
  width: 30px;
  padding: 7px 0 0 0;
  height: 30px;
  font-size: 16px;
}

a.person_detail_link:hover {
  opacity: 0.7;
}

/********************* * Equipa ***********************/
.single-equipa .img-header, .single-post .img-header, .archive .img-header {
  background: url('img/header-default.jpg') no-repeat;
  background-size: cover;
}

.single-equipa article > img {
  max-width: 370px;
  border-radius: 50%;
  border: solid #F6F7FA 10px;
}

.single-equipa article h2 {
  margin-top: 35px;
  font-size: 32px;
  font-family: Poppins;
  font-weight: bold;
  color: #202440;
  margin-bottom: 0;
}

.ss-title1 a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #202440;
}

.ss-title1 a:hover {
  opacity: 0.7;
}

.entry-content-right {
  float: left;
  width: 80%;
  margin-left: 30px;
}

.single-equipa #TheTexte, .single-equipa .entry-content-right {
  padding-bottom: 60px;
}

.single-equipa .button-pdf {
  margin-right: 23px;
}

.single-equipa article.et_pb_post {
  margin-bottom: 70px;
}

.single-equipa .lino-post-list-date {
  display: none;
}

/********************** Especialidade***********************/
.et_right_sidebar #left-area {
  padding-right: 5.5%;
  padding-left: 5.5%;
  float: right;
}

.single-especialidade .img-header {
  background: url('img/header-default.jpg') no-repeat;
  background-size: cover;
}

.single-especialidade .lino-post-list-right h3 {
  position: relative;
  top: 10px;
}

.title-icon-container {
  margin-top: 40px;
}

.title-icon-container img {
  float: left;
}

.single-especialidade .title-icon-container h2 {
  float: left;
  margin-left: 23px;
  color: #202440;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  width: 85%;
  line-height: 1.7em;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
}

.single-especialidade .lino-post-list-date {
  display: none;
}

article .entry-content {
  font-size: 15px;
  line-height: 1.9em;
}

article blockquote {
  background: url('img/bg-blockquote.jpg') no-repeat 0 10px;
  padding: 0 100px 50px;
  margin-bottom: 50px;
  border: none;
  color: #202440;
  font-size: 20px;
  line-height: 1.7em; /*border-bottom: #E5E6EA solid 1px;*/
}

.single-post article blockquote {
  margin-bottom: 0;
  padding: 0 100px 10px;
}

.espe-members {
  text-align: center;
  margin-top: 80px;
  padding-top: 70px; /*background: linear-gradient(45deg, #F1F4FD, #F8F9FE),linear-gradient(142deg, #F8F9FE, #F5F7FE),linear-gradient(108deg, #F5F7FE, #F1F4FD);*/ /*background: !* newest syntax *!*/ /*radial-gradient(circle at 50% 0,*/ /*rgba(241, 244, 253, 1), rgba(248, 249, 254, 0) 70.71%),*/ /*radial-gradient(circle at 6.7% 75%,*/ /*rgba(248, 249, 254, 0), rgba(245, 247, 254, 0.5) 70.71%),*/ /*radial-gradient(circle at 93.3% 75%,*/ /*rgba(245, 247, 254, 0.5), rgba(241, 244, 253, 0.5) 70.71%);*/
  background: linear-gradient(to bottom right, rgba(241, 244, 253, 1), rgba(248, 249, 254, 0), rgba(241, 244, 253, 1));
}

.espe-members h2 {
  margin-bottom: 18px;
  font-size: 42px;
}

.espe-members hr {
  margin-bottom: 40px;
}

.espe-members .et_pb_team_member_image img {
  max-width: 135px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.espe-members .et_pb_team_member_image img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

hr.sep-orange {
  color: #FCCD81;
  width: 72px;
  height: 1px;
  border: none;
  border-top: 1px solid #FCCD81;
}

.espe-members .et_pb_member_position a {
  color: #8C8E9A;
}

/********************* * Parceiro page ***********************/
.page-template-page_parceiros #main-content {
  background: #F6F7FA;
  padding-bottom: 80px;
}

.page-template-page_parceiros .img-header {
  background: url('img/header-default.jpg') no-repeat;
  background-size: cover;
}

.parceiro-item {
  width: 48%;
  float: left;
  background: #FFFFFF;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 10px;
}

.parceiro-item .img-wrapper, .parceiro-item .link-wrapper {
  width: 45%;
  float: left;
  text-align: center;
}

.parceiro-item .link-wrapper {
  height: 126px;
  display: table;
  margin-left: 30px;
  padding-top: 20px;
}

.parceiro-item:nth-child(even) {
  margin-right: 0;
}

.img-wrapper a {
  display: block;
  margin-top: 0;
}

.parceiro-item h2 {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  color: #8C8E9A;
  line-height: 1.5em;
}

.parceiro-link-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

a.parceiro-link {
  background: linear-gradient(to right, #62D2AB, #5ED4C3);
  transition: all .3s;
  color: #FFFFFF;
  padding: 3px 0;
  border-radius: 50%;
  display: block;
  width: 30px;
  margin: 20px auto;
  font-size: 16px;
}

a.parceiro-link:hover {
  background: linear-gradient(to right, #5ED4C3, #62D2AB) !important;
  opacity: 1;
}

/*********************   * Blog   ***********************//* Blog home */
.blog #main-content {
  background: #F6F7FA;
  padding-bottom: 80px;
}

.blog .img-header {
  background: url('img/header-default.jpg') no-repeat;
  background-size: cover;
}

#main-content .container:before {
  display: none;
}

.blog #main-content .container {
  padding-top: 10px;
}

.blog .archive .isotop-grid {
  margin-top: 90px;
}

.isotop-grid-item.et_pb_post h2 {
  font-weight: 600;
  font-size: 25px;
  color: #5b4120;
  margin: 15px 0 10px;
  letter-spacing: 0;
}

.isotop-grid-item.et_pb_post h2 a {
  transition: all .2s ease-in-out;
}

.lino-post-meta {
  font-size: 12px;
  color: #666;
}

.isotop-grid-item, .grid-sizer {
  width: 370px;
}

.isotop-grid-item {
  height: auto;
  overflow: hidden;
  padding: 0;
}

.isotop-grid-item-height2 {
  height: auto;
}

.et_pb_post.isotop-grid-item {
  margin-bottom: 30px;
}

.isotop-grid article {
  border-radius: 10px;
}

.isotop-grid article a:hover {
  opacity: 0.7;
}

.isotop-grid .img-wrapper {
  width: 100%;
  border: 8px solid #f8f8f8;
}

.isotop-grid .img-wrapper a {
  margin-top: 0;
}

#istotop-filters {
  text-align: center;
  margin-bottom: 20px;
}

#istotop-filters li {
  display: inline-block;
  list-style: none;
  margin-left: 15px;
}

#istotop-filters li:first-child {
  margin-left: 0;
}

#istotop-filters li a {
  display: block;
  padding: 10px 20px;
  color: #d54214 !important;
  border: 1px solid #d54214;
  border-radius: 25px;
  font-size: 16px;
}

#istotop-filters li a:hover {
  opacity: 0.7;
}

.blog-hp-cat {
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  color: #4E73ED;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
}

.blog-hp-cat a {
  color: #4E73ED;
}

.blog-hp-date {
  text-align: center;
  color: #A2A4AF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.blog article h2.entry-title {
  padding-bottom: 0;
}

.blog .isotop-grid .img-wrapper {
  border: 0;
}

.blog h2 {
  color: #202440;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.blog article h2.entry-title a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #202440;
  font-weight: normal;
}

.blog-hp-excerpt {
  text-align: center;
  font-size: 14px;
  color: #8C8E9A;
  line-height: 1.5em;
  padding: 0 25px 40px;
}

.blog-hp-testemunhos {
  clear: both;
  background: #F6F7FA url(img/Background-subscreve.png) no-repeat 0 25%;
  background-size: cover;
  margin-top: 50px;
  padding-bottom: 0 !important;
}

.blog-hp-testemunhos h2 {
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #202440 !important;
  line-height: 1.2em;
}

.blog-hp-testemunhos p {
  text-align: center;
  margin: 0 15%;
}

.blog article, .single-post article, .archive.category article {
  background: #FFFFFF;
  overflow: hidden;
}

.blog #left-area article .post-meta a, .single-post #left-area article .post-meta a, .archive.category #left-area article .post-meta a {
  color: #FF819C;
}

.blog #left-area article .post-meta a:hover, .single-post #left-area article .post-meta a:hover, .archive.category #left-area article .post-meta a:hover {
  opacity: 0.7;
}

.meta-cat-list:before {
  content: "\f02b";
  font: normal normal normal 14px/1 FontAwesome;
  color: #FF819C;
  padding-right: 5px;
}

.blog article h2.entry-title a, .archive.category article h2.entry-title a {
  transition: all .3s;
}

.blog article h2.entry-title a:hover, .archive.category h2.entry-title a:hover {
  opacity: 0.7;
}

.blog article a.readmore, .archive.category article a.readmore {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #ff819c;
  border: 2px solid #ff819c;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 22px;
  transition: all .3s;
}

.blog article a.readmore:hover, .archive.category article a.readmore:hover {
  background: #ff819c;
  color: #FFFFFF;
}

.blog article a > img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog article a.blog-img {
  overflow: hidden;
  display: inline-block;
}

.blog article:hover a > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Single */
.single-post #sidebar, .archive #sidebar {
  padding-right: 50px;
}

#sidebar {
  float: right;
}

.single-post article > img {
  border-radius: 10px;
}

#sidebar .blog-post-list {
  margin-top: 90px;
}

.blog-post-list .lino-post-list-item {
  float: none;
  margin-top: 40px;
}

.blog-post-list .lino-post-list-item img {
  float: none;
  border-radius: 10px;
  max-width: 100%;
}

.lino-post-list-date {
  color: #A2A4AF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.blog-post-list .lino-post-list-item h3 a {
  color: #202440;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  margin-top: 10px;
}

.blog-post-list .lino-post-list-right {
  margin-top: 5px;
}

.lino-post-list-right .category-links a {
  font-size: 14px;
  line-height: 1.4em;
}

.single-post .blog-hp-testemunhos {
  padding-bottom: 40px !important;
}

.blog-single-meta {
  margin-top: 20px;
}

.blog-single-meta .blog-hp-cat {
  float: left;
}

.blog-single-meta .blog-hp-date {
  float: left;
  margin-left: 30px;
  position: relative;
  top: -9px;
}

.single-post article h2 {
  margin-top: 15px;
  margin-bottom: 0;
}

/*************************** Archive ****************************/
.archive .blog-single-meta {
  margin-top: 10px;
}

.archive.category article h2.entry-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.archive.category article a:hover {
  opacity: 0.7;
}

h2.title-archive {
  text-align: center;
  font-size: 42px;
  color: #FF819C;
  font-weight: normal;
}

.cat-description {
  text-align: center;
  margin: 30px 0 40px;
}

.article .archive-grid > a {
  display: block;
  overflow: hidden;
}

.archive .archive-grid article:nth-child(odd) {
  margin-right: 0;
}

.archive .archive-grid #left-area > h2 {
  text-align: center;
  font-family: Lato;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 300;
  color: #FF819C;
}

.archive .archive-grid article h2 {
  text-align: center;
  padding: 0 15px;
  line-height: 0.7em;
}

.archive .archive-grid article h2 a {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.archive .archive-grid article .post-excerpt a {
  color: #333333;
  font-weight: normal;
}

.archive .archive-grid article:hover h2 a, .archive .archive-grid article h2 a:hover, .archive .archive-grid article .post-excerpt a:hover {
  color: #FF819C;
}

.archive .archive-grid article .post-excerpt {
  padding: 15px 40px 40px;
  text-align: center;
  height: 230px;
}

.archive .archive-grid article {
  float: left;
  width: 48%;
  height: 550px;
  margin-right: 4%;
  margin-bottom: 45px;
  background: #FFFFFF;
  border-bottom: 12px #f0bcbc solid;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.archive .archive-grid article:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #ff819c;
}

.archive .archive-grid article a > img, .overImg article a > img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.archive .archive-grid article:hover a > img, .overImg article:hover a > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*********************** Contact**********************/
.contact-form {
  background: #f6f7fa;
  border-radius: 10px;
  padding: 35px 20%;
  text-align: center;
  width: 100%;
  position: static;
  box-shadow: none !important;
}

.contact-form .et_pb_contact p input, .contact-form .et_pb_contact p textarea, .contact-form .et_pb_contact p select {
  background: #FFFFFF;
  color: #8C8E9A;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.contact-form .et_pb_contact p.et_pb_lino_field_3 {
  text-align: left;
}

.contact-form .et_pb_contact p.et_pb_lino_field_2 {
  margin-bottom: 0;
}

.et_pb_map_pin_lino {
  display: none;
}

.et_pb_lino_map_container {
  margin-bottom: 0 !important;
}

.et_pb_column_1_2 .et_pb_map {
  height: 730px;
}

.infowindow h2 {
  font-size: 20px;
}

.contact-horario h3 {
  color: #A2A4AF;
  font-size: 17px;
  font-weight: bold;
}

.contacto-label {
  clear: both;
  width: 15%;
  float: left;
  margin-bottom: 30px !important;
}

.contacto-label p {
  font-family: Montserrat, sans-serif;
  color: #8C8E9A;
  font-size: 14px;
  opacity: 0.5;
}

.contacto-value {
  float: left;
  width: 50%;
  margin-bottom: 30px !important;
}

.contacto-value p {
  font-family: Montserrat, sans-serif;
  color: #A2A4AF;
  font-size: 17px;
}

.follow-us.et_pb_code {
  clear: both;
  margin: 0;
}

.follow-us.et_pb_code ul {
  margin: 0;
  padding: 0;
  margin-left: -15px;
}

.follow-us.et_pb_code li {
  padding: 0;
  margin: 0;
}

.follow-us.et_pb_code li a i {
  color: #FF819C;
}

.follow-us.et_pb_code li a:hover i {
  color: #FF819C;
  opacity: 0.7;
}

.follow-us.et_pb_code li:before {
  display: none;
}

/********************** ** Footer **********************/
#main-footer a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-footer .et_pb_widget {
  float: none;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
  margin-bottom: 30px;
}

#main-footer .et_pb_widget .widget_text {
  font-size: 14px;
  font-weight: normal;
}

#main-footer .follow-us li a i {
  color: #ff819c;
}

#main-footer .follow-us li a:hover i {
  opacity: 0.7;
}

#main-footer .footer-widget h4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #202440;
  margin-bottom: 15px;
  font-weight: bold;
}

#main-footer .footer-widget hr {
  height: 1px;
  border-color: #3c3c3c;
  width: 100%;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  margin-bottom: 30px;
}

#main-footer .et_pb_widget.widget_sp_image {
  display: inline-block;;
}

.fwidget.widget_lino_redesocial_widget {
  margin-top: -25px;
}

.et_pb_widget ul li {
  margin-bottom: 0.8em;
}

#footer-widgets .footer-widget li {
  padding-left: 0;
  font-size: 12px;
  margin-bottom: 0.5em;
}

#map-footer {
  height: 250px;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
  color: #A2A4AF !important;
}

#footer-widgets .footer-widget a.et_pb_button {
  color: #FFFFFF !important;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
}

.footer-txt3 {
  font-size: 14px;
  font-weight: 300;
}

.footer-txt3 span {
  font-size: 18px;
  color: #A2A4AF;
  font-weight: 500;
}

#footer-widgets .footer-widget .footer-txt3 a {
  color: #ff819c !important;
}

.footer-txt3 a:hover {
  opacity: 0.7;
}

.footer-txt3 .textwidget p {
  padding-bottom: 1.8em;
}

.footer-txt3 .textwidget p:last-child {
  padding-bottom: 0;
}

#footer-widgets .footer-widget li a:hover {
  opacity: 0.7;
}

#footer-widgets .footer-widget ul.follow-us li {
  background: none;
  padding: 0;
}

#footer-widgets .footer-widget li:before {
  display: none;
}

#main-footer #footer-info {
  float: none;
  display: block;
  text-align: center;
}

#main-footer #footer-info a {
  color: #202440;
  font-weight: 400;
}

#main-footer #footer-info a:hover {
  opacity: 0.7;
}

.form-popup-container {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.consulta-form-popup {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 10%;
  z-index: 9999999;
}

/********************** * Divi components **********************//* owl carousel */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #58CFB5;
  font-size: 23px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border-radius: 3px;
  top: 30%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav .owl-next {
  right: -20px;
}

.owl-theme .owl-nav .owl-prev {
  left: -60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ffffff;
  color: #58CFB5;
  opacity: 0.7;
}

/* vertical tabs */
.vertical-tabs {
  margin-top: 36px;
}

.vertical-tabs ul.et_pb_tabs_controls {
  float: left;
  width: 30%;
}

.vertical-tabs ul.et_pb_tabs_controls:after {
  display: none;
}

.vertical-tabs .et_pb_all_tabs {
  float: left;
  width: 70%;
}

.vertical-tabs .et_pb_tab {
  padding: 0 3px;
}

.vertical-tabs ul.et_pb_tabs_controls li {
  float: none;
  width: 100%;
  margin-bottom: 2px;
  border: none;
  padding-left: 0 !important;
  margin-top: 0;
}

.vertical-tabs ul.et_pb_tabs_controls li:before {
  display: none;
}

.vertical-tabs ul.et_pb_tabs_controls li a {
  padding: 13px 30px;
}

.vertical-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a {
  background-color: #ededed;
  color: #333333;
}

.vertical-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a, .vertical-tabs ul.et_pb_tabs_controls li a:hover {
  background-color: #ff819c;
  color: #FFFFFF !important;
}

.vertical-tabs .et_pb_all_tabs .et_pb_tab_content img {
  width: 100%;
}

.vertical-tabs .et_pb_tab_content {
  background-color: #fafafa;
  padding-bottom: 40px;
}

.vertical-tabs .et_pb_tab_content p, .vertical-tabs .et_pb_tab_content h4, .vertical-tabs .et_pb_tab_content ul {
  padding: 0 30px !important;
}

.vertical-tabs .et_pb_tab_content p:first-child {
  padding: 0 !important;
}

.vertical-tabs .et_pb_tab_content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

/* toogle blocs */
#form-toggle, .bloc-toggle {
  display: none;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.bloc-toggle, .et_pb_section .et_pb_row .et_pb_column .et_pb_module.bloc-toggle:last-child {
  margin-bottom: 30px;
}

.header-toggle h3 {
  font-size: 14px;
  color: #333333;
  padding: 15px 20px 15px 60px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  background-size: 30px;
}

.header-toggle h3 i {
  float: right;
  color: #cd2324;
  font-size: 20px;
  margin-top: -3px;
}

.single article .et_pb_text.header-toggle h3 {
  margin-bottom: 0;
}

.single article .et_pb_text.header-toggle {
  margin-bottom: 0;
}

/* lino Form */
.et_pb_contact .et_pb_contact_field_6.et_pb_contact_field_half {
  float: right;
}

.hidden-select {
  display: none;
}

.et-pb-contact-message, .et-pb-contact-message p {
  text-align: center;
}

p.field_upload label.et_pb_contact_form_label {
  display: inline;
}

h3.et_pb_contact_labeltitle {
  font-size: 18px !important;
  font-family: "Open Sans";
  font-weight: 600 !important;
  color: #333333 !important;
  margin: 45px 3% 0;
}

h4.et_pb_contact_labeltitle2 {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  color: #6f6f6f;
  margin: 45px 3% 0;
}

.et_pb_lino_contact_form_container.alliance-form, .et_pb_contact_form_container.alliance-form {
  padding: 29px;
  background: #f4f4f4;
}

.alliance-form .et_pb_contact p input, .alliance-form .et_pb_contact p textarea, .alliance-form .et_pb_contact p select, .alliance-form .et_pb_contact p input[type="checkbox"] + label i, .alliance-form .et_pb_contact p input[type="radio"] + label i {
  background: #FFFFFF;
}

.alliance-form .et_pb_contact p select option {
}

.header-toggle, .header-toggle h3 {
  margin-bottom: 0 !important;
}

p.et_pb_contact_field.field_checkbox {
  margin-bottom: 5px;
}

.et_pb_contact_field_radio_title {
  margin-top: 30px;
  margin-bottom: 5px;
}

.et_pb_contact_field_half .et_pb_contact_field_radio_title {
  margin-top: 0;
}

.header-toggle.margin-inherit {
  margin-bottom: 2.75% !important;
}

.lino-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lino-upload-btn-wrapper .lino-upload-btn {
  border: 1px solid #ff819c;
  color: #ff819c;
  background-color: white;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.lino-upload-btn-wrapper:hover {
  opacity: 0.7;
}

.lino-upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.et_pb_contact div input, .et_pb_contact div textarea {
  width: 100%;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}

div.et_pb_contact_field {
  margin-bottom: 3%;
  padding: 0 0 0 3%;
}

div.et_pb_contact_field_half + p.et_pb_contact_field_last:not(.et_pb_contact_field_half), div.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half + div.et_pb_contact_field_last:not(.et_pb_contact_field_half), p.et_pb_contact_field:not(.et_pb_contact_field_last) {
  clear: both;
}

div.et_pb_contact_field {
  margin-bottom: 20px;
}

.field_upload .et_pb_contact_form_label {
  display: block;
  padding-left: 16px;
  margin-bottom: 5px;
}

/* Image hover */
.overlay_text {
  position: absolute;
  bottom: 20%;
  margin-left: auto;
  left: 50%;
  width: 40%;
  margin-left: -20%;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  line-height: 34px;
  font-family: "Josefin Sans", Arial, Tahoma, sans-serif;
  z-index: 999;
  opacity: 0;
  line-height: 1.7em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.et_pb_has_overlay:hover .overlay_text {
  opacity: 1;
}

.without-marge {
  margin: 0 !important;
}

.col2-without-gotter {
  width: 50% !important;
}

.image-zoom {
  overflow: hidden;
}

.image-zoom a:hover img {
  -webkit-transition: all .3s ease-in-out;
  -webkit-transform: scale(1.15);
  -ms-transition: all .3s ease-in-out;
  -ms-transform: scale(1.15);
  -moz-transition: all .3s ease-in-out;
  -moz-transform: scale(1.15);
  transition: all .3s ease-in-out;
  transform: scale(1.15);
}

.image-zoom a span {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.image-zoom a:hover span {
  -webkit-transition: all .3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transition: all .3s ease-in-out;
  -ms-transform: scale(1);
  -moz-transition: all .3s ease-in-out;
  -moz-transform: scale(1);
  transition: all .3s ease-in-out;
  transform: scale(1);
}

/* Email Horizontal */
.et_pb_column_4_4 > .et_pb_newsletter, .et_pb_column_3_4 > .et_pb_newsletter, .et_pb_column_2_3 > .et_pb_newsletter {
  display: block;
}

.et_pb_newsletter_form {
  float: none;
  width: 70%;
  padding: 0;
  margin: 40px auto 0;
  text-align: center;
}

.manual.et_pb_newsletter_form {
  margin: 10px auto 0;
}

.et_pb_newsletter_form a.et_pb_newsletter_button {
  display: inline-block;
}

.et_pb_column_4_4 .et_pb_newsletter_form {
  padding: 0;
}

.et_pb_newsletter_form p:nth-child(2) {
  text-align: center;
  margin-top: 15px;
}

.et_pb_newsletter_form #et_pb_signup_email {
  width: 60%;
  padding: 17px 20px;
  font-size: 14px;
  color: #6f6f6f;
  border-color: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0 10px 20px 0 rgba(0, 72, 106, 0.1) !important;
}

.et_pb_button .et_pb_newsletter_button_text {
  font-size: 12px;
}

.et_pb_newsletter_button.et_pb_button {
  margin-left: 8px;
  width: 22%;
  text-transform: uppercase;
}

.et_pb_signup_horiz_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button, .et_pb_signup_horiz_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover {
  margin: 30px auto 0;
  padding: 15px 41px !important;
  font-size: 12px;
}

.et_pb_newsletter_result {
  font-size: 1em;
  text-align: center;
  clear: both;
  padding-top: 20px;
}

.et_pb_newsletter_result h2 {
  font-size: 1em;
  text-align: center;
  color: #a2a4af !important;
}

/* Price table horizontal */
.et_pb_pricing_table_horiz {
  clear: both;
  padding: 10px;
  border-top: 1px solid #edeaea;
}

.et_pb_pricing_horiz h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #333333;
}

.et_pb_pricing_table_horiz:last-child {
  border-bottom: 1px solid #edeaea;
}

.et_pb_pricing_horiz_txt {
  float: left;
  width: 60%;
}

.et_pb_pricing_horiz_title {
  float: left;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  width: 20%;
  text-align: left;
}

.et_pb_pricing_horiz_title.title-empty { /*width: 0%;*/
}

.et_pb_pricing_horiz_subtitle {
  float: left;
  width: 40%;
}

.et_pb_pricing_horiz_subtitle.title-empty { /*width:60%;*/
}

.et_pb_pricing_horiz_price {
  float: right;
  width: 38%;
  font-size: 18px;
  text-align: right;
}

.et_pb_pricing_table_button.et_pb_button {
  background: transparent;
  color: #ff819c;
  padding: 0;
}

.et_pb_pricing_table_button.et_pb_button:hover {
  opacity: 0.7;
  background: transparent !important;
  color: #ff819c;
}

.et_pb_pricing__horiz_link {
  float: right;
}

.price-column0 {
  width: 0% !important;
}

.price-column20 {
  width: 20% !important;
}

.price-column40 {
  width: 40% !important;
}

.price-column60 {
  width: 60% !important;
}

.price-column80 {
  width: 80% !important;
}

.price-column100 {
  width: 100% !important;
}

/* Bloc Testi */
.widget_lino_testi_carousel_widget {
  display: block; /*background:  url('img/bg-testi.jpg') no-repeat center center;*/
  text-align: center;
  padding: 80px 50px;
  border: 14px #FFFFFF solid;
  color: #FFFFFF;
  position: relative;
}

.widget_lino_testi_carousel_widget h4 {
  text-align: center;
  font-size: 50px;
  font-family: Lato;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
}

.testi-ssTitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.widget_lino_testi_carousel_widget blockquote {
  font-style: italic;
  border: none; /*background: url('img/blockquote.png') no-repeat center top;*/
  padding-top: 25px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.2em;
}

.widget_lino_testi_carousel_widget h5 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  color: #FFFFFF;
}

.widget_lino_testi_carousel_widget .testi-subtitle {
  font-size: 14px;
  color: #df5253;
}

.testi-img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  background: #ededed;
  font-weight: 300;
  overflow: hidden;
}

.testi-img img {
  max-width: 98px;
}

.testi-img i {
  font-size: 70px;
  margin-top: 10px;
}

.widget_lino_testi_carousel_widget .owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.widget_lino_testi_carousel_widget.testi-nomarge {
  border: none;
}

/* Bloc estadias */
.widget_lino_post_carousel_widget {
  display: block;
  text-align: center;
  padding: 40px 0;
  border: none;
  position: relative;
}

.widget_lino_post_carousel_widget h4 {
  text-align: center;
  font-size: 50px;
  font-family: Lato;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
}

.widget_lino_post_carousel_widget h4.lino-post-carousel-estadias-title {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 42px;
  color: #FF819C;
  text-transform: uppercase;
  text-align: center;
}

.estadias_post_carousel p.lino-post-carousel-ssTitle {
  margin-bottom: 40px;
  padding-right: 10%;
  padding-left: 10%;
}

article.lino-post-carousel-item {
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

article.lino-post-carousel-item:hover { /*transform: translateY(-5px);*/ /*border-color: #ff819c;*/
}

article.lino-post-carousel-item h3 {
  margin: 0 auto 20px;
  text-align: center;
  padding: 0 15px;
  line-height: 0.7em;
}

article.lino-post-carousel-item h3 a {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

article.lino-post-carousel-item h3 a:hover {
  opacity: 0.7;
}

article.lino-post-carousel-item .lino-post-carousel-img img {
  max-height: 200px;
}

article.lino-post-carousel-hp h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin: 10px auto 25px;
}

article.lino-post-carousel-hp {
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

article.lino-post-carousel-hp:hover { /*transform: translateY(-5px);*/ /*border-color: #ff819c;*/
}

article.lino-post-carousel-hp a > img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 230px;
}

article.lino-post-carousel-hp:hover a > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.lino-post-carousel-hp h3 > a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

article.lino-post-carousel-hp .venue {
  position: relative;
  margin: 0 40px 0 20px;
}

article.lino-post-carousel-hp .event-time {
  position: relative;
}

article.lino-post-carousel-hp .venue:before, article.lino-post-carousel-hp .event-time:before {
  content: "\f041";
  font: normal normal normal 6px/1 FontAwesome;
  color: #6f6f6f;
  position: absolute;
  top: 2px;
  font-size: 18px;
  left: -20px;
}

article.lino-post-carousel-hp .event-time:before {
  content: "\f017";
}

.lino-post-carousel-meta {
  margin: 0 auto 10px;
}

article .lino-post-carousel-txt-container {
  padding: 30px 25px;
}

.lino-post-carousel-ssTitle {
  text-align: center;
}

.lino-post-carousel-estadias-ssTitle {
  color: #6f6f6f;
  font-weight: 500;
  line-height: 1.7em;
}

.postcarousel-img {
  position: relative;
  margin-top: 45px;
}

.postcarousel-date {
  position: absolute; /*background: url('img/bg-blogdate.png') no-repeat center center;*/
  height: 80px;
  width: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.postcarousel-day {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  margin-top: 18px;
}

.postcarousel-month {
  color: #ffffff;
  font-size: 15px;
  margin-top: 5px;
}

.estradias-mais-info a, #sidebar ul.menu > li.menu-item ul.sub-menu > li.estradias-mais-info a {
  text-transform: uppercase;
  color: #ff819c;
}

.estradias-mais-info a:hover {
  opacity: 0.7;
}

.widget_lino_post_carousel_widget .lino-post-carousel-content {
  border: none;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 1.6em; /*text-align: left;*/
  text-align: center;
  height: 200px;
}

.lino-post-carousel-img {
  text-align: center;
  margin: auto;
  overflow: hidden;
}

.testi-img img {
  max-width: 100%;
}

.testi-img i {
  font-size: 70px;
  margin-top: 10px;
}

.widget_lino_post_carousel_widget .owl-theme .owl-dots {
  text-align: center;
}

.widget_lino_post_carousel_widget .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

h2.lino-post-carousel-Title {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: uppercase;
  color: #FF819C;
}

.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}

.navigation-right.navigation-right-mobile {
  display: none;
}

.close-form-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.menu-legal-menu-container {
  clear: both;
  padding-top: 30px;
}

@media screen and (max-width: 1350px) {
  .navigation-right {
    float: none;
    text-align: center;
    clear: both;
    padding: 0 0 24px;
  }

  .top-phone, .navigation-right a {
    float: none;
    display: inline-block;
  }

  .top-phone {
    margin-left: 30px;
  }

  .consulta-form {
    top: 60px;
  }

  .text-link1 {
    width: 70%;
  }

  .form-popup-container .et_pb_contact_message {
    min-height: 50px;
  }

  .consulta-form-popup.consulta-form {
    top: 10px;
  }
}

@media screen and (max-width: 992px) {
  /* full width */
  .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }

  #top-txt {
    display: none;
  }

  .slide-col1.et-last-child {
    padding-top: 0;
  }

  .single-especialidade .title-icon-container h2 {
    width: 75%;
  }

  .parceiro-item {
    width: 100%;
    clear: both;
    float: none;
  }
}

@media screen and (max-width: 980px) {
  .navigation-right {
    float: right;
    text-align: inherit;
    clear: none;
    padding: 24px 0 0;
  }

  .top-phone, .navigation-right a {
    float: right;
    display: inherit;
  }

  .top-phone {
    margin-left: inherit;
  }

  .et_header_style_left #et-top-navigation {
    padding-top: 20px;
  }

  .et_header_style_left #logo {
    max-width: 100%;
  }

  .consulta-form {
    position: relative;
  }

  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3 {
    width: 47.25% !important;
    margin-right: 4.5%;
  }

  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3:nth-child(even) {
    margin-right: 0;
  }

  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3.et-last-child {
    margin-top: 35px;
  }

  .et_pb_column .et_pb_newsletter_form, .et_pb_column .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
    width: 100%;
  }

  .person_detail_link {
    float: left;
    margin-top: 20px;
    margin-left: 76px;
  }

  .espe-members .person_detail_link {
    margin-left: 45px;
  }

  .contact-info-col {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .person_detail_link {
    float: none;
    margin-top: inherit;
    margin-left: 0;
  }

  .espe-members .person_detail_link {
    margin-left: 0;
  }

  .single-equipa article > img {
    max-width: 200px;
  }
}

@media screen and (max-width: 748px) {
  .consulta-form {
    top: 110px;
  }

  .slide-col1 {
    padding-top: 60px;
  }

  .logo-slide {
    width: 30%;
  }

  .hp-title {
    background-size: 40%;
  }

  .h2-responsive h2 {
    font-size: 32px !important;
  }

  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3 {
    margin-right: 3.5%;
  }

  .owl-theme .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-theme .owl-nav .owl-next {
    right: -50px;
  }

  .entry-content-right {
    float: none;
    width: 100%;
    margin-left: 0;
    clear: both;
    margin-top: 30px;
  }

  article blockquote {
    padding: 0 0 0 100px;
  }

  .single-especialidade .title-icon-container h2 {
    font-size: 22px;
    width: 70%;
  }

  .contacto-label {
    width: 30%;
  }

  .contacto-value {
    width: 70%;
  }

  #main-header.lino-fixed {
    position: absolute;
  }

  .single-post article blockquote {
    padding: 0 0 0 100px;
    background: none;
  }
}

@media screen and (max-width: 650px) {
  .navigation-right {
    display: none;
  }

  .navigation-right.navigation-right-mobile {
    display: block;
    float: none;
    padding: 17px 0 15px;
    border-bottom: 1px solid #E5E6EA;
  }

  .navigation-right-mobile .top-phone, .navigation-right-mobile a {
    float: none;
    text-align: center;
    margin-left: 0;
  }

  .navigation-right-mobile a {
    margin-top: 15px;
  }

  #et-top-navigation {
    float: right;
  }

  #top-header .et-social-icons {
    float: none;
  }

  .form-popup-container {
    position: absolute;
  }

  .consulta-form-popup {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  #et-main-area {
    margin-top: 208px;
  }
}

@media screen and (max-width: 479px) {
  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3 {
    width: 100% !important;
    margin-right: 0;
  }

  .et_pb_gutters3 .blurb-hp-3 .et_pb_column_1_3.et-last-child {
    margin-top: inherit;
  }

  .single-especialidade .title-icon-container h2 {
    clear: both;
    float: none;
    margin-left: 0;
    padding-top: 20px;
    width: 100%;
  }

  .parceiro-item .img-wrapper, .parceiro-item .link-wrapper {
    float: none;
    width: 100%;
  }

  .parceiro-item .link-wrapper {
    margin-top: 20px;
  }

  .blog-hp-testemunhos p {
    margin: 0;
  }

  .single-post article blockquote {
    padding: 0 0 0 20px;
    background: none;
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  .consulta-form {
    padding: 35px 25px;
  }

  .hp-title.hp-slide-title h1 {
    font-size: 25px;
  }

  .hp-title {
    float: none;
    clear: both;
    padding-top: 100px;
    width: 100%;
  }

  .text-link1 {
    float: none;
    width: 100%;
    margin-left: 0;
    clear: both;
    margin-top: 30px;
  }

  .h2-responsive h2 {
    font-size: 25px !important;
  }

  .widget_lino_post_carousel_widget .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }

  .et_pb_newsletter_button.et_pb_button, .et_pb_newsletter_form #et_pb_signup_email {
    width: 100%;
  }

  .bloc-title {
    margin: 0;
  }

  #main-content .img-header h1 {
    font-size: 42px;
  }

  .contacto-value p {
    font-size: 15px;
  }

  .consulta-form-popup .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .announce-intro a.btn-green {
    padding: 10px 3px;
    font-size: 12px;
  }
}