/*---------------------------------------------------------------------------------
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 ------------------------------*/


@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 **********************/
.et_pb_divider_internal {
  background: url('img/divider.png') no-repeat 0 0;
  height: 2px;
  width: 105px;
  margin: 25px auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  color: #d74848;
}

.otgs-development-site-front-end {
  display: none !important;
}

.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;
}

.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;
}

h3 {
  color: #333333;
}

.uppercase {
  text-transform: uppercase;
}

.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;
}

.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;
}

a.btn-cta2, a.et_pb_button.btn-cta2 {
  font-size: 15px;
  color: #cd2122 !important;
  background: #FFFFFF !important;
}

a.btn-cta2:hover, a.et_pb_button.btn-cta2:hover {
  font-size: 15px;
  color: #cd2122 !important;
  background: #FFFFFF !important;
}

.et_pb_module.et_pb_subscribe .et_pb_button:hover {
  border: 1px #FFFFFF solid;
}

a.bottom-link {
  display: block;
  margin: -69px auto 0;
  width: 122px;
  height: 40px;
  background: url('img/bottom-link.png') no-repeat 0 0;
}

a.bottom-link:hover {
  text-decoration: none;
}

.et_pb_widget_area_left {
  border: none;
}

.titlebloc-1 h2 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 42px;
  text-transform: uppercase;
}

.titlebloc-2 h2 {
  margin-bottom: 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}

.titlebloc-2 p {
  color: #FFFFFF;
  line-height: 1.4em !important;
}

.et_pb_with_background .titlebloc-2 p a {
  color: rgba(255, 255, 255, 0.7);
}

.et_pb_with_background .titlebloc-2 p a:hover {
  color: rgba(255, 255, 255, 0.3);
}

#breadcrumbs, #breadcrumbs a, #breadcrumbs .breadcrumb_last {
  color: #FFFFFF;
  margin-top: 15px;
}

#breadcrumbs a {
  margin-right: 15px;
}

#breadcrumbs span {
  margin-left: 15px;
}

#breadcrumbs span:first-child {
  margin-left: 0;
}

#breadcrumbs a:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

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

#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: #d74848;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 13px;
}

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

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

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

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

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

.overlay-container {
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.map-container {
  position: absolute;
  width: 500px;
  height: 400px;
  left: 50%;
  margin-left: -250px;
  top: 30%;
  background: #FFFFFF;
}

#map-local {
  width: 100%;
  height: 100%;
}

.ajax-opacity {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.et_pb_scroll_top.et-visible:hover {
  background: #cd2122;
}

.section-relative {
  position: relative;
}

.section-relative .bem-vindo-bloc {
  z-index: 99;
  margin-top: -150px;
}

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;
}

.et_pb_slide_description .et_pb_slide_content a {
  display: inline-block;
  margin: 20px 0 0;
  color: #FFF;
  background: transparent;
  font-size: 15px;
  font-weight: bold !important;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.et_pb_slide_description .et_pb_slide_content a:hover {
  text-decoration: none;
}

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

.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;
}

/* Custom slider *//*.custom-slider-hp-container.custom-slider-hp*/
.custom-slider-hp-container {
  padding-top: 40px !important;
}
.custom-slider-hp {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-slider-hp .et_pb_widget.widget_sp_image {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.custom-slider-hp.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  font-size: 20px;
  position: absolute;
  top: 30%;
}

.custom-slider-hp.owl-theme .owl-nav .owl-next {
  right: 0;
}

.custom-slider-hp.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.splash-header .et_pb_fullwidth_header {
  padding: 0;
}

.splash-choice-container {
  background: rgba(211, 51, 69, 1);
}

.splash-choice h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

/* social sharer */
.single.single-post article .social-share {
  border-top: solid 2px #edeaea;
  padding: 25px 40px 0;
  margin-top: 40px;
}

.tribe-events-single .social-share {
  padding-bottom: 20px;
}

.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;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

/* article */
#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;
  padding-top: 30px;
}

#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: #d74848;
  position: absolute;
  margin-right: 10px;
  top: 10px;
  left: 0px;
}

.et_pb_post h2,
h2, .et-db #et-boc .et-l h2
{
  margin-top: 30px;
}

/********************** ** Header **********************/
#top-header {
  padding: 10px 0;
  z-index: 10000;
}

#logo {
  position: absolute;
  margin-bottom: 0;
  top: -28px;
  left: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10001;
}

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

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

.et_header_style_left #main-header.lino-fixed #et-top-navigation, .et_header_style_split #main-header.lino-fixed #et-top-navigation {
  padding-top: 33px;
}

/*.et_header_style_left #main-header.lino-fixed #et-top-navigation nav>ul>li>a,.et_header_style_split #main-header.lino-fixed #et-top-navigation nav>ul>li>a {  padding-bottom: 20px;}*/
.et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed {
  position: fixed;
  top: 0;
  background: #FFFFFF;
}

body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header.lino-fixed {
  top: 0;
}

.et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed #top-menu > li > a, .et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed #et_search_icon:before {
  color: #333333;
}

#main-header.lino-fixed #et_search_icon:before, #main-header.lino-fixed .et_search_form_container input, #main-header.lino-fixed span.et_close_search_field:after, #main-header.lino-fixed #et-top-navigation .et-cart-info {
  color: #333333;
}

#main-header.lino-fixed .et_search_form_container input::-moz-placeholder, #main-header.lino-fixed .et_search_form_container input::-webkit-input-placeholder, #main-header.lino-fixed .et_search_form_container input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed #top-menu li.current-menu-item > a {
  color: #333333;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header.lino-fixed, body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header.lino-fixed {
  top: 32px;
  height: 90px;
}

.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;
}

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

#main-header.lino-fixed .nav > li > ul {
  top: 57px;
  margin-top: 0;
}

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

#top-menu li li a {
  padding: 6px 15px 0;
}

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

#main-header.lino-fixed #top-menu li.mega-menu > ul {
  top: 90px;
}

#main-header .nav li ul.sub-menu {
  background: #FFFFFF;
}

#main-header .nav li ul.sub-menu a, #main-header.lino-fixed .nav li ul.sub-menu a {
  font-weight: normal;
  color: #999999;
  font-size: 15px;
}

#main-header.lino-fixed .nav li ul.sub-menu a:first-child {
  font-weight: bold;
}

#top-menu li.mega-menu > ul > li > ul > li.e-learning-menu {
  margin-top: 40px;
}

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

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

#main-header .nav li.mega-menu ul.sub-menu li.menu-item-type-taxonomy > a {
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 20px;
  width: 100%;
  border: none;
}
#main-header .nav li.mega-menu ul.sub-menu li.menu-item-type-taxonomy.grey-link > a {
  color: #999999;
  text-transform: none;
  margin-top: 0;
}
#main-header .nav li.mega-menu ul.sub-menu li.menu-item-type-taxonomy > a img {
  margin-bottom: 10px;
}

.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: #cd2122;
  text-decoration: none;
  border-bottom: 2px #cd2122 solid;
}

/* TEMP until translations are completed#top-header .lino-language-switcher li a, #top-header .lino-language-switcher li.menu-active a,#top-header .lino-language-switcher li a:hover {  color:#FFFFFF;  border:none;}*/
#top-header .et-social-icons li a {
  color: #6f6f6f;
  background: #edeaea;
  border-radius: 50%;
  display: block;
  padding: 12px;
}

.lino-calendar {
  position: relative;
  float: right; /*background: url('img/events-bg.png') no-repeat;*/
  width: 25px;
  height: 52px;
  margin: -3px 0 0 22px;
  cursor: pointer;
}

.lino-calendar i {
  font-size: 20px;
  color: #ffffff;
}

.et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed .lino-calendar i {
  color: #333333;
}

.lino-calendar:hover i {
  opacity: 0.7;
}

.lino-calendar:hover ul {
  display: block;
}

.lino-calendar ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  border-top: 3px solid #d74848;
  text-align: left;
  padding: 20px 0 20px 0;
  background: #FFFFFF;
  width: 160px;
}

.lino-calendar > ul > li {
  padding: 0 20px;
  display: block;
  line-height: 2em;
}

.lino-calendar > ul > li > a {
  font-weight: normal;
  color: #999999;
  font-size: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lino-calendar > ul > li > a:hover {
  opacity: 0.7;
}

.et_pb_no_animation .lino-calendar {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

.et_pb_menu_visible .lino-calendar {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_hidden .lino-calendar {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

article.type-page .et_pb_section:first-child {
  padding-top: 40px !important;
}

/********************** ** HP **********************/
.course-col {
  border-bottom: #e5b1b1 solid 12px;
  border-bottom: 12px #f0bcbc solid;
  overflow: hidden;
  background: #FFFFFF;
  -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;
}

.course-col:not(.course-col-annexe):hover {
  border-color: #cd2122;
  transform: translateY(-5px);
}

.course-col a > img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.course-col:not(.course-col-annexe):hover a > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.course-col h3 > a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course-col h3 > a:hover {
  color: #d74848;
}

.course-col h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  font-family: Open Sans, sans-serif;
}

.course-col.course-col-annexe {
  border: none;
}
.course-col.course-col-annexe h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.course-col.course-col-annexe .et_pb_divider_internal {
  margin-top:0;
}
.course-col.course-col-annexe .et_pb_text,
.course-col.course-col-annexe .et_pb_blurb {
  margin-bottom: 15px !important;
}
.course-col.course-col-annexe .et_pb_main_blurb_image {
  margin-bottom: 5px;
}
.et_pb_lino_map_container.annexe-map .et_pb_map,
.et_pb_lino_map_container.annexe-map {
  height: 100% !important;
}
.hp-bg-white {
  background: #FFFFFF;
}


.traducao-bloc h2 {
  font-weight: 700;
}

.service-txt h3 {
  color: #333333;
  margin-bottom: 10px;
}

.horario-link {
  border-top: solid 2px #edeaea;
  padding-top: 20px;
}

.horario-link p {
  text-align: center;
}

.horario-link p a:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

.horario-link p a:hover {
  opacity: 0.7;
}
/*.horario-results tbody td {*/
/*  color: #FFFFFF;*/
/*}*/

.link-1 a {
  color: #cd2122;
  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%;
}

.porque-left {
  background: url('img/puce-1.png') no-repeat 100% 0;
  padding-right: 60px;
  min-height: 110px;
}

.porque-right {
  background: url('img/puce-1.png') no-repeat 0 0;
  padding-left: 60px;
  min-height: 110px;
}

.porque-left h3, .porque-right h3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  color: #333333;
}

.porque-right h3 {
  text-align: left;
}

.porque-left p {
  text-align: right;
}

.porque-right p {
  text-align: left;
}

.quizz-hp h2 {
  font-family: 'Montserrat Alternates', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: bold;
}

.quizz-hp p {
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.parceiros-hp .owl-stage-outer .owl-stage {
  margin: 0 auto;
}

.et_pb_newsletter_button.et_pb_button {
  padding: 9px 0 !important;
}

.hp-maisservicos .et_pb_column .et_pb_text.et_pb_module.link-1 {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.hp-maisservicos .et_pb_column .et_pb_text.et_pb_module.link-1 a {
  transition: all .1s;
}

.hp-maisservicos .et_pb_column .et_pb_text.et_pb_module.link-1 a:hover {
  opacity: 0.7;
}

/*********************** Quem somos**********************/
#team-carousel .et_pb_column {
  text-align: center;
}

#team-carousel .et_pb_column .et_pb_team_member {
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 15px;
}

p.et_pb_member_position {
  background: url('img/divider.png') no-repeat center 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 60px;
}

p.et_pb_member_phone {
  color: #6f6f6f;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*p.et_pb_member_phone:before {  content: "\f095";  font: normal normal normal 14px/1 FontAwesome;  margin-right: 10px;}*/
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module.number-counter {
  margin-bottom: 0;
}

p.et_pb_member_email {
  color: #6f6f6f;
  text-align: center;
  margin-top: 10px;
}

p.et_pb_member_email a, p.et_pb_member_email a:hover {
  color: #d74848;
  -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;
}

p.et_pb_member_email a i {
  font-size: 22px;
}

p.et_pb_member_email a:hover {
  opacity: 0.7;
}

p.et_pb_member_email:before { /*  content: "\f0e0";  font: normal normal normal 14px/1 FontAwesome;  margin-right: 10px;*/
}

/*********************** Parceiros**********************/
.page.et_pb_pagebuilder_layout #main-content.parceiros {
  background: #ededed;
}

.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: 30%;
}

.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: 8px solid #f8f8f8;
  text-align: center;
}

.isotop-grid .lino-post-term {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #cd2122;
  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: #d74848;
  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: #cd2122 !important;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  background: #FFFFFF;
}

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

/********************* Empregos**********************/
.page.et_pb_pagebuilder_layout #main-content.empregos {
  background: #ededed;
}

.isotop-grid .emprego-localizacao {
  font-family: Montserrat;
  font-size: 15px;
  color: #d74848;
  font-weight: bold;
  text-align: center;
  margin: 15px;
}

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

.isotop-grid .emprego-qualif {
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}

.isotop-grid .emprego-desc {
  padding: 15px;
  text-align: center;
}

article.emprego-item {
  border-bottom: 12px #f0bcbc solid;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

article.emprego-item:hover { /*transform: translateY(-5px);*/
  border-color: #cd2122;
}

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

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

article.emprego-item h2 > a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

article.emprego-item h2 > a:hover {
  color: #d74848;
}

/********************** ** Course **********************/
.single #main-content, .tax-curso_category #main-content, .tax-prep_exame_category #main-content ,.tax-diploma_category #main-content, .tax-estadia_category #main-content, .search-results #main-content, #main-content.event-content, .blog #main-content, .archive.category #main-content {
  background-color: #ededed;
}

.single #main-content, .tax-curso_category #main-content, .page #main-content, .archive #main-content, .archive.category #main-content, .blog #main-content, .error404 #main-content {
  padding-top: 55px;
}

.home.page #main-content {
  padding-top: 0;
}

.single .et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
  width: 100%;
}

.img-header {
  background: transparent url('img/header-default.jpg') no-repeat center;
  padding: 140px 0 78px;
}

.img-header h1 {
  font-family: 'Lato', sans-serif;;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.container-img-header {
  max-width: 1170px;
  width: 80%;
  margin: auto;
}

.single article {
  background-color: #FFFFFF;
}

.img-header hr {
  border-color: #FFFFFF;
  width: 45px;
  margin: 10px 0 0;
}

.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 !important;
}

.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,
.single-curso.et-db #et-boc .et-l .et_pb_tabs_controls li a {
  background-color: #ededed;
  color: #333333;
  padding: 13px 30px;
}

.vertical-tabs ul.et_pb_tabs_controls li.et_pb_tab_active a, .vertical-tabs ul.et_pb_tabs_controls li a:hover,
.single-curso.et-db #et-boc .et-l .et_pb_tabs_controls li a:hover,
.single-curso.et-db #et-boc .et-l .et_pb_tabs_controls li.et_pb_tab_active a,
.single-curso.et-db #et-boc .et-l .et_pb_tab_active a {
  background-color: #cd2122;
  color: #FFFFFF !important;
  display: block;
}

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

.single-curso.et-db #et-boc .et-l .et_pb_tabs_controls .et_pb_tab h4 {
  margin: 30px auto 10px;
}

.single article .entry-content {
  padding: 40px 40px 10px;
}

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

.single article .et_pb_text h2, .single article .et_pb_contact_form_container h2 {
  font-size: 18px !important;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333 !important;
  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;
}

.single.et-db article #et-boc .et-l .et_pb_text h3, .single.et-db article #et-boc .et-l .vertical-tabs h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

.single article .et_pb_text h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4em;
}

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

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

article .grupo-indiv span {
  color: #333333;
  padding-left: 14px;
}

article .grupo-indiv i {
  color: #b3b3b3;
}

.single #sidebar {
  background-color: transparent;
}

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;
}

.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;
}

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

li.e-learning-CTA {
  border-top: #d7d8db solid 1px;
  margin: 50px 0;
}

.e-learning-CTA a {
  display: block;
  background: url('img/e-learning.jpg') no-repeat center top;
  padding-top: 160px;
  margin-top: 50px;
  font-weight: 600;
  text-align: center;
  transition: all .1s;
  text-transform: uppercase;
}

.e-learning-CTA a:after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  color: #cd2122;
  padding-left: 8px;
}

.e-learning-CTA a:hover {
  opacity: 0.7;
}

/********************* * Blog ***********************/
.blog article, .single-post article, .search-results article, .archive.category article {
  background: #FFFFFF;
  overflow: hidden;
}

.blog article .entry-title, .blog article .post-meta, .blog article .blog-txt-container, .search-results article .entry-title, .search-results article .post-meta, .search-results article .blog-txt-container, .single-post article .entry-title, .single-post article .post-meta, .single-post article .blog-txt-container, .archive.category article .entry-title, .archive.category article .post-meta, .archive.category article .blog-txt-container {
  padding: 0 40px 0 40px;
}

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

.blog #left-area article .post-meta a:hover, .search-results #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: #d74848;
  padding-right: 5px;
}

.blog article .blog-txt-container, .search-results article .blog-txt-container {
  padding-bottom: 25px;
  border-top: solid 2px #edeaea;
  padding-top: 25px;
}

.archive.category article .blog-txt-container {
  padding-bottom: 50px;
}

.single-post article .entry-content {
  border-top: solid 2px #edeaea;
  padding-top: 25px;
  padding-bottom: 0;
}

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

.blog article h2.entry-title, .search-results 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;
}

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

.blog article h2.entry-title a:hover, .search-results article h2.entry-title a:hover, .archive.category h2.entry-title a:hover {
  color: #d74848;
}

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

.blog article a.readmore:hover, .search-results article a.readmore:hover, .archive.category article a.readmore:hover {
  background: #cd2122;
  color: #FFFFFF;
}

.blog article a > img, .search-results article a > img, .archive.category article a > img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog article a.blog-img, .search-results article a.blog-img, .archive.category article a.blog-img {
  overflow: hidden;
  display: inline-block;
}

.blog article:hover a > img, .search-results article:hover a > img, .archive.category article:hover a > img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/********************* * test nivel ***********************/
.test-nivel-title h2 {
  text-transform: uppercase;
  margin: 40px 0 0;
}

.header-toggle h3 {
  background: #ededed url('img/picto-slide.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-preco h3 {
  background: #ededed url('img/picto-preco.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-procedimento h3 {
  background: #ededed url('img/picto-procedimento.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-pdf h3 {
  background: #ededed url('img/picto-pdf.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-opcao h3 {
  background: #ededed url('img/picto-opcao.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-nivel h3 {
  background: #ededed url('img/picto-nivel.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-contact h3 {
  background: #ededed url('img/picto-contact.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle.picto-marque-exam h3 {
  background: #ededed url('img/picto-marque-exames.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle-nivel h3, .header-toggle-diploma h3 {
  background: #ededed url('img/picto-nivel.png') 15px 50% no-repeat;
  background-size: 30px;
}

.header-toggle-option h3 {
  background: #ededed url('img/picto-opcao.png') 15px 50% no-repeat;
  background-size: 30px;
}

html:not(.et-fb-preview--desktop) #test-nivel-text, html:not(.et-fb-preview--desktop) #test-nivel-form, html:not(.et-fb-preview--desktop) #curso-option-row1, html:not(.et-fb-preview--desktop) #curso-option-row2, html:not(.et-fb-preview--desktop) #curso-option-row3,
html:not(.et-fb-preview--desktop) #curso-option-row4, html:not(.et-fb-preview--desktop) #curso-option-row5, html:not(.et-fb-preview--desktop) #curso-option-row6, html:not(.et-fb-preview--desktop) #form-toggle, html:not(.et-fb-preview--desktop) .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;
}

.et_pb_text.header-toggle h3 {
  margin-bottom: 0;
  position: relative;
}

.et_pb_text.header-toggle h3:after {
  content: "\f107";
  font: normal normal normal 6px/1 FontAwesome;
  position: absolute;
  top: 30%;
  right: 20px;
  color: #cd2324;
  font-size: 20px;
}

.et_pb_text.header-toggle h3.toggle-open:after {
  content: "\f106";
}

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

.nivel-link-horario a {
  padding-top: 120px;
  background: url('img/bg-test-nivel.png') no-repeat center top;
  display: block;
}

.nivel-link-horario a:hover {
  opacity: 0.7;
}

.test-left-nivel {
  border-right: #d7d8db 1px solid;
}

.test-nivel-container .et_pb_contact p input, .test-nivel-container .et_pb_contact p textarea, .test-nivel-container .et_pb_contact p select {
  background: #FFFFFF;
}

.test-nivel-container .et_contact_bottom_container {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  text-align: left;
  padding-left: 10px;
}

.test-nivel-container .et_pb_contact_form_container {
  padding: 30px;
}

.test-nivel-container .et_pb_contact_form_container h1 {
  font-size: 14px !important;
  font-family: Open Sans, sans-serif !important;
  color: #333333 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.et_pb_contact .et_pb_contact_field_6.et_pb_contact_field_half {
  float: right;
}

.hidden-select {
  display: none;
}

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

#sidebar ul.menu {
  padding: 0 10px;
}

#sidebar .menu-menu-sidebar-curso-container {
  padding-top: 3px;
}

#sidebar ul.menu > li.menu-item, #sidebar ul.menu > li.elearning-sidebar, #sidebar ul.menu > li.cat-item {
  margin-top: 30px;
}

#sidebar ul.menu > li.menu-item:first-child {
  margin-top: 0;
}

#sidebar ul.menu > li.menu-item > a, #sidebar ul.menu > li.elearning-sidebar > a {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
}

#sidebar ul.menu > li.e-learning-CTA > a {
  color: #cd2122;
}

#sidebar ul.menu > li.menu-item ul.sub-menu > li {
  margin-top: 10px;
}

#sidebar ul.menu > li.menu-item ul.sub-menu > li:first-child {
  margin-top: 10px;
}

#sidebar ul.menu > li.menu-item ul.sub-menu > li > a, #sidebar ul > li.cat-item > a {
  color: #444444;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#sidebar ul.menu > li.menu-item ul.sub-menu > li > a:hover, #sidebar ul.menu > li.menu-item > a:hover, #sidebar ul.menu > li.elearning-sidebar > a:hover, #sidebar ul > li.cat-item > a:hover {
  color: #e7293c;
  transition: all .3s;
}

#sidebar ul.menu > li.menu-item ul.sub-menu > li > a:before, #sidebar ul > li.cat-item > a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #cd2122;
  padding-right: 5px;
}

.single .widget_nav_menu .sidebar-wrapper > h2, .archive .widget_nav_menu .sidebar-wrapper > h2, .blog .widget .sidebar-wrapper > h2, .archive .widget .sidebar-wrapper > h2, .single .widget .sidebar-wrapper > h2, .search-results .widget_nav_menu .sidebar-wrapper > h2, .search-results .widget .sidebar-wrapper > h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  padding: 5px 0 20px;
  background: url('img/sidebar-bg.jpg') no-repeat 0 100%;
}

.blog .widget .sidebar-wrapper > h2, .archive .widget .sidebar-wrapper > h2, .single .widget .sidebar-wrapper > h2, .search-results .widget .sidebar-wrapper > h2 {
  margin-bottom: 30px;
}

.blog .widget.widget_search .sidebar-wrapper > h2 {
  margin-left: 25px;
}

#sidebar ul {
}

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

#sidebar .widget > .sidebar-wrapper {
  border: 1px solid #fbdada;
}

#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, .widget_search input#searchsubmit {
  border: 1px solid #fbdada;
}

/* sidebar evento */
#sidebar.event-bar > li {
  list-style: none;
}

#sidebar.event-bar .menu-eventos-container > ul > li > ul.sub-menu { /*display: none;*/
}

/* Bloc curso option */
.bloc-curso-option h4 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

.option-local-title {
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .et_pb_gutters3 .bloc-curso-option .et_pb_column_1_4 {
    width: 23%;
  }

  .et_pb_gutters3 .bloc-curso-option .et_pb_column {
    margin-right: 1%;
  }

  .et_pb_gutters3 .bloc-curso-option .et_pb_column:last-child {
    margin-right: 0;
  }
  .single-curso #left-area,
  .single-diploma #left-area
  {
    width: 70% !important;
    float: left !important;
    padding-right: 5.5% !important;
  }
}

.et_pb_gutters3 .et_pb_column_1_4 .curso-option-separador.et_pb_divider {
  margin-bottom: 14px;
}

.curso-option-separador.et_pb_divider {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.curso-option-separador .et_pb_divider_internal {
  background: #d7d8db;
  height: 2px;
  width: 100%;
  margin: 0;
  display: block;
}

.curso-option-calendar p {
  text-align: center;
  color: #cd2122;
}

.curso-option-calendar a:before {
  content: "\f133";
  font: normal normal normal 14px/1 FontAwesome;
  color: #cd2122;
  padding-right: 5px;
}

.bloc-curso-option .et_pb_has_overlay span:before {
  color: #e7293c !important;
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
}

/* bloc inscricao */
.bloc-curso-inscricao /*************************** Archive ****************************/ h2.title-archive {
  text-align: center;
  font-size: 42px;
  color: #d74848;
  font-weight: normal;
}

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

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

.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: #d74848;
}

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

.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: #d74848;
}

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

.archive .archive-grid article {
  float: left;
  width: 48%;
  height: 600px;
  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: #cd2122;
}

.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);
}

/************************ A Propos ************************/
.counter-bloc .et_pb_blurb_position_left .et_pb_blurb_content {
  text-align: center;
}

.counter-bloc .et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
  display: inline-block;
}

.counter-bloc .et_pb_blurb_position_left .et_pb_blurb_container {
  display: inline-block;
}

.et_pb_team_member_image {
  float: none;
  display: block;
  padding: 15px;
  margin: 0;
  width: auto;
}

.et_pb_team_member_image img {
  border-radius: 50%;
}

.et_pb_team_member_description {
  display: block;
  text-align: center;
}

.et_pb_team_member_description h4 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 25px;
  margin-bottom: 12px;
}

.et_pb_team_member {
  float: left;
  width: 20%;
  margin-left: 3%;
  height: 440px;
  background: #FFF;
}

/*********************** Contact blurb**********************/
.contact-blurb .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.contact-blurb .et_pb_blurb {
  height: 120px;
}

#map-contact {
  width: 100%;
  height: 400px;
}

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

.et_contact_bottom_container {
  margin-top: 40px;
}

.contact-form .et_contact_bottom_container {
  float: none;
  overflow: hidden;
  margin-top: 45px;
  text-align: center;
}

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

#main-footer .footer-widget h4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

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

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

.et_pb_footer_columns4 .footer-widget .fwidget.widget_lino_redesocial_widget {
  margin-top: 20px;
}

.et_pb_footer_columns4 .footer-widget {
  width: 20.875%;
  margin: 0 5.5% 5.5% 0;
}

/*.et_pb_footer_columns4 .footer-widget .fwidget {  margin-bottom: 26.348%;}*/
.et_pb_footer_columns4 .footer-widget.last {
  margin-right: 0;
}

#footer-widgets .footer-widget:first-child .textwidget {
  font-size: 10px;
  line-height: 1.4em;
  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;
}

#map-footer {
  height: 450px;
}

#footer-widgets .footer-widget li {
  background: url('img/puce-2.png') no-repeat 0 50%;
  padding-left: 15px;
}

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #7f3838;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d74848;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}

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

#footer-info span, #footer-bottom #footer-info a, #footer-bottom #footer-info a:hover {
  color: #cd2122;
}

/********************** * Divi components **********************//********************** ** 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_newsletter_form {
  float: none;
  width: 70%;
  padding: 0;
  margin: auto;
}

.et_pb_newsletter_form #et_pb_signup_email {
  float: left;
  width: 60%;
  padding: 12px 20px;
  font-size: 14px;
  color: #6f6f6f;
  border-color: #FFFFFF;
}

.et_pb_newsletter_button.et_pb_button {
  float: left;
  margin-left: 8px;
  width: 30%;
  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 {
  padding: 0.6em 1em !important;
}

.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;
}

/********************** ** 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: #cd2122;
  padding: 0;
}

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

.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;
}

/************************* Lino Map**************************/
.et_pb_map_pin_lino {
  display: none;
}

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

/************************* 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: #d74848;
  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;
  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;
}

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

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 {
  color: #d74848;
}

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;
  line-height: 1.3em;
}

article.lino-post-carousel-hp {
  border-bottom: 12px #f0bcbc solid;
  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: #cd2122;
}

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

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";
}

.home .lino-post-carousel-meta {
  margin: 0 auto 10px;
  text-align: center;
}

.home .lino-post-carousel-meta a {
  color: #6f6f6f;
}

.home .lino-post-carousel-meta a:hover {
  color: #cd2122;
}

.home .lino-post-carousel-meta a:before {
  content: "\f02c";
  font: normal normal normal 6px/1 FontAwesome;
  color: #6f6f6f;
  font-size: 18px;
  margin-right: 8px;
}

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;
}

.home .postrcarousel-container {
  padding: 30px;
  background: #FFFFFF;
}

.home .lino-post-carousel {
  margin-top: 50px;
}

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

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

.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: 230px;
}

.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;
}

footer .widget_lino_post_carousel_widget {
  padding: 0;
}

footer .widget_lino_post_carousel_widget h4 {
  font-weight: normal;
  text-align: left;
}

.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;
}

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

.menu-cursos-eventos-container > ul > li > ul > li > ul.sub-menu {
  display: none;
  margin-left: 20px;
}

/* The Event Calendar */
#tribe-events-content {
  font-family: Open Sans, sans-serif;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, .tribe-events-tooltip {
  font-family: Open Sans, sans-serif;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #d74848;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
  color: #d74848;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  padding: .75em 1em 0.75em;
}

ul.tribe-bar-views-list li:before, .tribe-events-notices li:before, .tribe-events-sub-nav li:before, .tribe-related-events li:before {
  display: none;
}

.tribe-events-uses-geolocation .tribe-bar-search-filter {
  display: none;
}

.tribe-bar-geoloc-filter {
  width: 50%;
}

#tribe-events-footer {
  margin-bottom: 0;
}

.tribe-events-abbr.tribe-event-date-start {
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}

.entry-content tr th, .entry-content thead th {
  color: #FFFFFF;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #444444;
}

.tribe-events-calendar thead th {
  background-color: #444444;
}

.tribe-events-notices {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  border: none;
  color: #444444;
  font-family: Open Sans, sans-serif;
  text-shadow: none;
}

#tribe-events-content table.tribe-events-calendar {
  background: #FFFFFF;
}

#tribe-events-bar {
  background: #FFFFFF;
}

tribe-events-header {
  position: relative;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li {
  display: block;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-footer .tribe-events-sub-nav li {
  display: none;
}

h1.tribe-events-single-event-title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1em;
}

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

.single-tribe_events h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1.4em;
}

.single-tribe_events h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4em;
}

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

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

.tribe-events-day-time-slot h5 {
  display: none;
}

.curr-month {
  text-align: center;
  position: relative;
  bottom: -15px;
  font-size: 24px;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
}

.table-month-container {
  width: 100%;
  background: #FFFFFF;
  padding: 10px;
  margin-top: 20px;
}

#tribe-events-bar {
  background: #ffffff; /*padding: 10px;*/
}

#tribe-events-content table.tribe-events-calendar {
  margin: 0;
}

#tribe-bar-form #tribe-bar-views {
  width: 12%;
}

#tribe-bar-form {
  background: #ffffff;
}

#tribe-bar-geoloc_selec {
  width: 100%;
  position: relative;
  top: 5px;
}

.tribe-bar-submit {
  display: none;
}

.tribe-events-list-separator-month span {
  background-color: #FFFFFF;
  text-transform: uppercase;
  color: #333333;
}

.tribe-events-uses-geolocation .tribe-bar-date-filter {
  width: 50%;
}

.tribe-events-list-separator-month + .type-tribe_events {
  font-family: Open Sans, sans-serif;
}

a.tribe-events-read-more {
  font-weight: bold;
}

.tribe-address {
  line-height: 1.7em;
}

.tribe-events-list h2.tribe-events-list-event-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1em;
}

h2 .tribe-event-date-start, h2 .tribe-event-time {
  font-size: 18px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-tribe_events .tribe-events-event-meta {
  border: none;
}

#tribe-events-content.tribe-events-list {
  padding: 25px 0;
  background: transparent;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  background: #FFFFFF;
  padding: 20px 40px 40px;
  max-width: 100%;
  margin-top: 20px;
}

#tribe-events-content.tribe-events-month {
  padding-top: 25px;
  clear: both;
}

#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 42px;
  text-transform: uppercase;
  color: #d74848;
}

.tribe-events-list-separator-month + .type-tribe_events, .tribe-events-list .type-tribe_events {
  margin-top: 2rem;
  padding-top: 1.5em;
}

a.tribe-events-gcal, a.tribe-events-ical {
  margin-top: 40px;
  margin-bottom: 50px;
}

/* widget tribe event */
.tribe-mini-calendar-event .list-date {
  background: url('img/bg-blogdate.png') no-repeat center center;
  width: 25%;
  height: 65px;
  background-size: 60px;
  position: relative;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
  font-size: 25px;
  position: relative;
  top: 10px;
  line-height: inherit;
  padding: 0;
}

.tribe-mini-calendar-event .list-date .list-dayname {
  background: transparent;
  position: relative;
  top: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

.tribe-mini-calendar-event .list-info {
  width: 70%;
}

.tribe-mini-calendar-event .list-info h2 {
  font-family: Open Sans, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px;
  color: #333333;
}

.tribe-mini-calendar-event .list-info a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tribe-mini-calendar-event .list-info a:hover {
  opacity: 0.7;
}

.tribe-events-widget-link a {
  font-weight: bold;
}

.tribe-events-widget-link a:hover {
  opacity: 0.7;
}

#tribe-bar-form.tribe-bar-mini label.label-tribe-bar-date, #tribe-bar-form.tribe-bar-mini label.label-tribe-bar-geoloc {
  display: none;
}

/* QUIZZ */
#main-content.quizz .container {
  padding-top: 0;
}

.quizz article {
  width: 70%;
  margin: 0 auto;
}

.quizz .img-header h1 {
  text-align: center;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}

.quizz .container-img-header p {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto;
  color: #FFFFFF;
}

.quizz .img-header {
  padding: 140px 0 50px;
}

.quizz .qmn_quiz_container .qmn_btn, .quizz .qmn_quiz_container .btn, .quizz .qmn_quiz_container .qmn_btn:hover, .quizz .qmn_quiz_container .btn:hover {
  background: #cd2122 !important;
}

.qmn_quiz_container select, .qmn_quiz_container textarea, .qmn_quiz_container input[type="text"], .qmn_quiz_container input[type="email"], .qmn_quiz_container input[type="number"] {
  border-color: #edeaea !important;
}

.qmn_quiz_container input[type="text"] {
  background: #eeeeee !important;
}

.quizz .social-share {
  margin: 100px 0;
}

.quizz .mlw_qmn_question_number {
  display: block;
  text-align: center;
  margin: 50px auto 25px;
  font-family: Montserrat;
  font-size: 60px;
  background: #ededed;
  width: 120px;
  height: 120px;
  padding-top: 30px;
  line-height: 60px;
  color: #d74848;
  font-weight: bold;
  border-radius: 50%;
  display: none;
}

.quizz .qsm_contact_div {
  margin-bottom: 40px;
}

.quizz .qmn_btn, .quizz .qmn_quiz_container .btn, .quizz .quiz_section.quiz_end .qsm-submit-btn {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.6em 1em !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.quizz .qmn_btn:hover, .quizz .qmn_quiz_container .btn:hover, .quizz .quiz_section.quiz_end .qsm-submit-btn:hover {
  opacity: 0.7;
}

.quizz .mlw_qmn_question {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.quizz .qmn_radio_answers, .quizz .quiz_section .qmn_radio_answers label {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #6f6f6f;
}

.quizz .qmn_radio_answers {
  margin-top: 20px;
}

.quizz .qmn_mc_answer_wrap {
  margin: 7px 0 7px 0;
}

.quizz .quiz_section .mlw_qmn_question {
  border-top: 2px #edeaea solid;
  padding-top: 50px;
}

.quizz .quiz_section .qsm_contact_div .mlw_qmn_question {
  border: none !important;
}

.quizz .quiz_section .qsm_contact_div:nth-child(2) {
  margin-top: 20px;
}

.quizz .quiz_section .qsm_contact_div:nth-child(2) .mlw_qmn_question.qsm_question {
  padding-top: 0;
}

.quizz .qmn_pagination {
  border-top: 2px #edeaea solid;
}

.quizz .qmn_pagination a {
  margin-top: 20px;
}

.quizz .qmn_results_page .qmn_question_answer {
  margin-bottom: 30px;
}

.quizz .qmn_results_page .qmn_question_answer img {
  display: none;
}

.quizz .qmn_user_incorrect_answer {
  color: #cd2122;
  font-weight: 600;
}

.quizz .qmn_results_page {
  border-top: 2px #edeaea solid;
  border-bottom: 2px #edeaea solid;
  padding: 50px 0;
}

.quiz_section.quiz_end {
  text-align: right;
}

.quiz_section.quiz_end .qsm_contact_div {
  text-align: left;
  margin-bottom: 0;
}

.quiz_section.quiz_end .qsm_contact_div:last-child {
  margin-bottom: 30px;
}

.quizz .quiz_section.quiz_end .qsm-submit-btn {
  display: inline-block;
  margin-top: 50px;
}

.quizz .qmn_pagination {
  margin-top: 50px;
}

.qmn_quiz_form img.alignleft {
  margin-bottom: 40px;
}

/* Lino Form */
.et-pb-contact-message, .et-pb-contact-message p {
  text-align: center;
  color: #cd2122;
}

.et-pb-contact-message ul li:before {
  display: none;
}

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 !important;
}
.et-db #et-boc .et-l .et_pb_contact p input,
.et-db #et-boc .et-l .et_pb_contact p input, .et-db #et-boc .et-l .et_pb_contact p textarea {
  background: #FFFFFF !important;
}

.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 #cd2122;
  color: #cd2122;
  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;
}

/* popup event */
#content-area {
  position: relative;
}

.popupevent {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 1100px;
  height: 60%;
  margin-left: -550px;
  background: #FFFFFF;
  box-shadow: 0 0 10px #2e2e2e;
  z-index: 999;
  padding: 40px;
  overflow: auto;
}

.popupevent-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url('img/popup-close.jpg') no-repeat 0 50%;
  z-index: 91;
  background-size: 12px;
  cursor: pointer;
}

.popupevent .popup-date {
  font-weight: 700;
  line-height: 1.5;
  font-family: Open Sans, sans-serif;
  color: #6f6f6f;
  padding-bottom: 0;
}

.popup-event-item {
  margin-bottom: 30px;
}

.popupevent h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popupevent h3 a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.popupevent h3 a:hover {
  color: #cd2122;
}

.popupevent p {
  margin: 5px 0;
}


/*********************** Horario *****************************/
.horario-container {
  background: #EDEDED;
  padding-bottom: 90px;
}
.horario-container .intro h2 {
  font-size: 42px;
  color: #D74848;
  font-family: Lato;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.horario-container .intro p {
  text-align: center;
  padding: 0 20%;
  margin: 10px auto 50px;
}
.horario-filter > * {
  display: inline-block;
  float:left;
  width: 18%;
  margin-right: 2%;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #D7D5D5;
  padding-top: 6px;
}
.select2-container .select2-selection--single {
  height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6F6F6F transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6F6F6F transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6F6F6F;
}
.horario-filter a.filter-action {
  background: #CD2122;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right:0;
  float: right;
}
.horario-filter a.filter-action:hover {
  opacity: 0.7;
}
.horario-filter .clear {
  float:none;
}

.horario-res-section {
  background: #FFFFFF;
  padding: 35px 40px 140px;
  margin-top: 30px;
}
.horario-res-section h2 {
  color: #333333;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 30px;
}
.horario-res-section table {
  width: 100%
}
.horario-res-section table thead {
  background: #EDEDED;

}
.horario-res-section table thead th {
  color: #333333;
}
.horario-res-section table thead th a {
  color: #333333;
  padding-left:5px;
}
.horario-res-section table thead th a.asc:after,
.horario-res-section table thead th a.desc:after {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 3px;
}
.horario-res-section table thead th a.desc:after {
  content: "\f0de";
}
.horario-res-section table tr:nth-child(2n) {
  background: #FAFAFA;
}
a.horario-print {
  float:right;
  border: 2px #CD2122 solid;
  padding: 10px 27px;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.horario-print:hover {
  opacity: 0.7;
}





/*********************** Splash Page *****************************/
body.page-template-page_splash.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header.lino-fixed, body.page-template-page_splash.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header.lino-fixed {
  height: 0;
}

.page-template-page_splash .img-header {
  background: transparent url('img/header-default.jpg') no-repeat center;
  padding: 235px 0 100px;
}

.page-template-page_splash .container-img-header {
  text-align: center;
  color: #FFFFFF;
}

.page-template-page_splash .img-header h1 {
  font-size: 80px;
  text-transform: uppercase;
}

.page-template-page_splash .lino-language-switcher {
  float: none;
  padding-top: 0;
  display: inline-block;
}

.page-template-page_splash #et-secondary-menu .et-social-icons {
  display: none;
}
.et-social-linkedin a.icon::before {
  content: "\e09d";
}
.et-social-youtube a.icon::before {
  content: "\e0a3";
}

.page-template-page_splash #et-top-navigation {
  display: none;
}

.page-template-page_splash #top-header .container {
  text-align: center;
}

.page-template-page_splash.et_header_style_left .logo_container {
  position: static;
  text-align: center;
}

.page-template-page_splash.et_non_fixed_nav.et_transparent_nav #main-header.lino-fixed {
  position: static;
}

.page-template-page_splash #logo {
  max-width: 200px;
  position: static;
  display: inline-block !important;
}

.page-template-page_splash #logo-fix {
  height: 0;
}

.page-template-page_splash .splash-intro1 {
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 5px;
  padding: 0;
}

.page-template-page_splash .splash-intro2 {
  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.page-template-page_splash a.bottom-link {
  background-image: url('img/bottom-link_red.png');
}

.splash .splash-header {
  position: relative;
  color: #FFFFFF;
  background-image: -webkit-linear-gradient(bottom, rgba(211, 51, 69, 1) 0%, rgba(211, 51, 69, 0) 100%), url('img/bg-triangular-rouge-quizz.jpg');
  background-image: -o-linear-gradient(bottom, rgba(211, 51, 69, 1) 0%, rgba(211, 51, 69, 0) 100%), url('img/bg-triangular-rouge-quizz.jpg');
  background-image: -moz-linear-gradient(bottom, rgba(211, 51, 69, 1) 0%, rgba(211, 51, 69, 0) 100%), url('img/bg-triangular-rouge-quizz.jpg');
  background-image: linear-gradient(to bottom, rgba(211, 51, 69, 1) 0%, rgba(211, 51, 69, 0) 100%), url('img/bg-triangular-rouge-quizz.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.splash-header h2 {
  font-size: 42px;
  color: #FFFFFF;
  font-weight: 300;
}

.splash-header p {
  padding: 0 10%;
}

.splash-header h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto;
  margin: 30px auto 50px;
}

.splash-header .et_pb_fullwidth_header {
  padding: 0;
}

.splash a.bottom-link {
  position: relative;
  top: -40px;
  margin: 0 auto 0;
}

#main-content.splash .container {
  padding-top: 0;
}

.splash-map.et_pb_section {
  padding: 0;
}

.splash-map .et_pb_row.et_pb_row_fullwidth {
  padding: 0;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:first-child {
  padding-top: 40px;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:last-child {
  padding-bottom: 40px;
  background-position: 40px 33px;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module {
  background: #FFF url('img/bg_allianceiterm.jpg') 40px 100% no-repeat;
  width: 60%;
  padding: 30px 50px 0 90px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module .et_pb_text_inner {
  border-bottom: 2px solid #d7d8db;
  transition: all 0.3s ease-out;
}

/*.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:hover .et_pb_text_inner {  border-bottom:5px #cd2122;}.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:hover {  padding: 40px 50px 5px 80px;}*/
.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module .bottom-border {
  line-height: 2px;
  height: 2px;
  display: block;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 auto;
  background-color: #cd2122;
  width: 0%;
  transition: width 1s ease;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:hover .bottom-border {
  width: 100%;
}

.splash-title-alliance h2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.splash-title-alliance p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #6f6f6f;
  padding-bottom: 0;
}

.splash-title-alliance {
  position: relative;
}

.splash-allianceList {
  padding: 0;
}

.splash-title-alliance a { /*display:block;*/
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: url('img/picto-link.png') no-repeat 0 0;
  background-size: 30px;
}

.et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module:hover a {
  opacity: 0.7;
}

.map-splash .gm-style-iw h2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 26px;
  line-height: 1.1em;
  transition: all 0.4s ease-in-out;
  margin-top: 4px;
}

.map-splash .gm-style-iw h2 a:hover {
  opacity: 0.7;
}

.map-splash .et_pb_map {
  height: 1300px;
}

.map-splash .gm-style .gm-style-iw {
  padding-left: 12px;
  padding-top: 15px;
}

#splashmap {
  height: 1300px;
  width: 100%;
}

.page-template-page_splash #footer-info {
  float: none;
  text-align: center;
}

/* Mail Pro */
.MailProWidget {
  padding: 0;
  margin: 0 auto !important;
  text-align: center;
  width: 70% !important;
  float: none;
  color: #FFFFFF;
}

.MailProWidget h4 {
  display: none;
}

.MailProWidget label {
  display: none;
}

.MailProWidget #mailpro_email {
  float: left;
  width: 60%;
  padding: 12px 20px;
  font-size: 14px;
  color: #6f6f6f;
  border-color: #FFFFFF;
}

.MailProWidget input[type=submit] {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0);
  border-width: 1px !important;
  border-color: #ffffff;
  border-radius: 0px;
  letter-spacing: 0px;
  font-size: 15px;
  padding: 0.7em 1em !important;
  float: left;
  margin-left: 8px;
  width: 30%;
  text-transform: uppercase;
  font-weight: bold;
}

.MailProWidget input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Responsive */
@media only screen and (max-width: 1425px) {
  a.bottom-link {
    margin-top: -66px;
  }

  .section-relative .bem-vindo-bloc {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 1280px) {
  a.bottom-link {
    margin-top: -60px;
  }

  .section-relative .bem-vindo-bloc {
    margin-top: -80px;
  }

  #top-menu li a {
    font-size: 14px !important;
  }

  #logo-fix {
    max-width: 200px;
  }

  .et_pb_team_member {
    height: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  #logo {
    max-height: 80px !important;
  }

  .popupevent {
    top: 30%;
    left: 15px;
    right: 15px;
    width: auto;
    height: 60%;
    margin-left: 0;
  }

  .page-template-page_splash .img-header {
    padding: 165px 0 100px;
  }

  #logo-fix {
    max-width: 150px;
    top: 25px;
  }

  .lino-fixed #top-menu li a {
    font-size: 12px !important;
  }

  .follow-us li a {
    width: 30px;
    height: 30px;
  }

  .follow-us li a i {
    font-size: 15px;
  }

  table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    font-size: 10px;
  }
}

@media only screen and (max-width: 980px) {
  .home.page #main-content {
    padding-top: 55px;
  }

  #logo {
    max-height: 100% !important;
  }

  #logo-fix {
    max-width: 200px;
  }

  a.bottom-link {
    margin-top: -69px;
  }

  #main-header .et_mobile_menu {
    background: #FFFFFF !important;
  }

  .et_mobile_menu li a {
    color: #2e2e2e !important;
  }

  .et_mobile_menu img {
    display: none;
  }

  .et_mobile_menu li a {
    padding: 5px 5%;
  }

  .hp-maisservicos .et_pb_column {
    margin-bottom: 80px;
  }

  table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    font-size: inherit;
  }

  .porque-left, .porque-right {
    background-position: 50% 0;
    padding-top: 70px;
    padding-right: 0;
    padding-left: 0;
  }

  .porque-left h3, .porque-right h3 {
    text-align: center;
  }

  .porque-left p, .porque-right p {
    text-align: center;
  }

  .porque-aprender, .porque-aprender .et_pb_column {
    padding-top: 0;
    margin-top: 0;
  }

  .porque-aprender {
    padding-bottom: 60px;
  }

  .et_pb_column .et_pb_newsletter_form {
    width: 100%;
  }

  /*  #main-header .et_mobile_menu > li ul.sub-menu  {    display: none !important;  }*/
  .lino-calendar {
    float: left;
    height: 25px;
    margin-left: 30px;
    margin-top: 5px;
  }

  .et_header_style_left #et-top-navigation {
    width: 90px;
  }

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

  #main-header .et_mobile_menu li ul.sub-menu, .et_pb_fullwidth_menu .et_mobile_menu li ul.sub-menu {
    display: none !important;
  }

  #main-header .et_mobile_menu li.menu-item-has-children, .et_pb_fullwidth_menu .et_mobile_menu li.menu-item-has-children {
    position: relative;
  }

  #main-header .et_mobile_menu li.menu-item-has-children:after, .et_pb_fullwidth_menu .et_mobile_menu li.menu-item-has-children:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f107";
    color: #2e2e2e;
    position: absolute;
    top: 6px;
    right: 12px;
  }

  #main-header .et_mobile_menu li.li-menu-toggle.menu-item-has-children:after, .et_pb_fullwidth_menu .et_mobile_menu li.li-menu-toggle.menu-item-has-children:after {
    content: "\f106";
  }

  .et_mobile_menu .menu-item-has-children > a {
    background: transparent;
  }

  .et_pb_column .et_pb_team_member_image {
    width: auto !important;
    margin: 0 !important;
  }

  .et_pb_team_member {
    width: 40%;
    height: auto;
  }

  .et_pb_column .et_pb_team_member_description {
    display: block;
  }

  .lino-calendar ul {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-relative .bem-vindo-bloc {
    margin-top: -50px;
  }

  #logo {
    max-height: 80px !important;
  }

  .widget_lino_post_carousel_widget {
    padding: 0;
  }

  #main-footer .footer-widget h4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget {
    margin-bottom: 5.5% !important;
  }

  body #page-container .et_pb_slider a.et_pb_button {
    padding: 0.5em 1.6em !important;
  }

  .et_pb_section .et_pb_column .et_pb_module.widget_lino_post_carousel_widget {
    margin-bottom: 0;
  }

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

  .postcarousel-date {
    background-size: 60px;
    height: 60px;
    width: 60px;
  }

  .postcarousel-month {
    font-size: 12px;
    margin-top: 0;
    line-height: 1em;
  }

  .postcarousel-day {
    font-size: 23px;
    margin-top: 14px;
  }

  .archive .archive-grid article {
    width: 96%;
  }

  body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header.lino-fixed, body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header.lino-fixed {
    top: 0;
  }

  #main-content .container {
    width: 100%;
  }

  .et_pb_column .et_pb_team_member_image {
    width: auto !important;
    margin: 0 !important;
  }

  .et_pb_team_member {
    width: 80%;
  }

  .et_pb_column .et_pb_team_member_description {
    display: block;
  }

  .isotop-grid {
    padding: 0 10%;
  }

  .isotop-grid-item, .grid-sizer {
    width: 80%;
  }

  .et_pb_contact_field_radio_title, .et_pb_contact_field_select_title {
    font-size: 14px;
  }

  .widget_lino_testi_carousel_widget h4 {
    font-size: 35px;
  }

  .cat-description {
    padding: 0 45px;
  }

  .et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module {
    width: 100%;
  }

  .page-template-page_splash .img-header h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .et_pb_section {
    padding: 40px 0;
  }

  .et_pb_row, .et_pb_column .et_pb_row_inner {
    padding: 20px 0;
  }

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

  .widget_lino_post_carousel_widget {
    padding: 20px 0;
  }

  #logo {
    max-height: 75px !important;
  }

  .cat-description {
    padding: 0 15px;
  }

  .titlebloc-1 h2, h2.lino-post-carousel-Title, .archive .archive-grid #left-area > h2 {
    font-size: 32px;
  }

  .et_pb_newsletter_button.et_pb_button, .et_pb_newsletter_form #et_pb_signup_email {
    width: 100%;
    margin: 10px 0 0;
  }

  #logo-fix {
    max-width: 200px;
  }

  .vertical-tabs ul.et_pb_tabs_controls li a {
    padding: 13px 5px;
    text-align: center;
    display: block;
    font-size: 12px;
  }

  .vertical-tabs .et_pb_tab_content p, .vertical-tabs .et_pb_tab_content h4, .vertical-tabs .et_pb_tab_content ul {
    padding: 0 10px !important;
    font-size: 12px;
  }

  .single article .et_pb_text h2, .single article .et_pb_contact_form_container h2 {
    font-size: 15px;
  }

  .single article .et_pb_text h3, .single article .vertical-tabs h3 {
    font-size: 14px;
  }

  .single article .entry-content {
    padding: 40px 20px;
  }

  .et_header_style_left .et-search-form {
    width: 40px !important;
  }

  .widget_lino_testi_carousel_widget h4 {
    font-size: 25px;
  }

  .widget_lino_testi_carousel_widget blockquote {
    font-size: 20px;
  }

  .widget_lino_testi_carousel_widget {
    padding: 60px 20px;
  }

  .splash h1.entry-title {
    font-size: 50px;
  }

  .splash-allianceList {
    padding: 60px 20px;
  }

  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin: 0 0 50px 0;
  }

  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 400px) {
  #logo-fix {
    max-width: 140px;
    margin-top: 10px;
  }

  .et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module {
    background: #FFF;
    padding-left: 25px;
  }

  .et_pb_gutters1 .et_pb_column .splash-title-alliance.et_pb_module .et_pb_text_inner {
    padding-right: 30px;
  }
}