@charset "UTF-8";
/*
Theme Name: M&C Dental
Theme URI: https://www.marcochamorrodental.com
Description: Marco & Chamorro Dental - Diseño: Diego Mir
Author: unpezvivo
Author URI: https://www.unpezvivo.com
Version: 1.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import "css/animsition.min.css";
@import "css/animate.css";
@import "css/twentytwenty-v2.css";
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

p {
  margin-top: 20px;
}
p.bigger-margin-top {
  margin-top: 30px;
}

.white {
  color: #fff;
}
.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
  color: #fff;
}

.black {
  color: #000;
}

.grey {
  color: #3e3e3e;
}

.light-grey {
  color: #a9a9a9;
}

.dark-grey {
  color: #282828;
}

.colored {
  color: #92b2af;
}

.brown {
  color: #d3b497;
}

.align-left {
  text-align: left;
}

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

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

.margin-10-below {
  margin-bottom: 10px;
}

.margin-20-below {
  margin-bottom: 20px;
}

.margin-10-above {
  margin-top: 10px;
}

.margin-20-above {
  margin-top: 20px;
}

.with-more-padding-right {
  padding-right: 50px;
}

.with-vertical-padding-100 {
  padding: 100px 0;
}

.with-vertical-padding-150 {
  padding: 150px 0;
}

.with-vertical-padding-200 {
  padding: 200px 0;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-top {
  border-top: 1px solid #a9a9a9;
}

.border-bottom {
  border-bottom: 1px solid #a9a9a9;
}

.no-text-transform {
  text-transform: none !important;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}
.no-letter-spacing a {
  letter-spacing: 0 !important;
}

.text-bigger {
  font-size: 17px !important;
}

.text-even-bigger {
  font-size: 19px !important;
}

.text-smaller {
  font-size: 12px !important;
  line-height: 16px !important;
}
.text-smaller p {
  margin-bottom: 20px;
  font-size: 14px !important;
  line-height: 17px !important;
}

.text-light,
.text-light a {
  font-weight: 300 !important;
}

.text-bold,
.text-bold a,
strong {
  font-weight: 700 !important;
}

.text-semibold,
.text-semibold a {
  font-weight: 600 !important;
}

.playfair {
  font-family: "Playfair Display";
}

.no-block {
  display: inline;
}
.no-block + p {
  margin-top: -10px;
}

.boxed {
  padding: 6px 10px;
  background-color: #92b2af;
  color: #fff;
}

.boxed-white {
  border: 1px solid #fff;
}
.boxed-white:hover {
  background-color: #fff;
}

.hidden,
.hide {
  display: none !important;
}

.hide-on-desktop {
  display: none;
}

a, a:before, a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.accent-link {
  color: #92b2af;
}
a.accent-link:hover {
  color: #92b2af !important;
  text-decoration: underline;
}

a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: #92b2af !important;
}

a.dark-grey-link {
  color: #282828;
}
a.dark-grey-link:hover {
  color: #92b2af !important;
}

a.light-grey-link {
  color: #a9a9a9;
}
a.light-grey-link:hover {
  color: #92b2af !important;
}

a.line-link {
  margin-top: 30px;
  padding-bottom: 8px;
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  letter-spacing: 3px;
  color: #282828;
  border-bottom: 2px solid #92b2af;
}
a.line-link:after {
  content: "";
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: -10px;
  display: inline-block;
  background-color: #282828;
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.line-link:hover {
  color: #92b2af !important;
  border-color: #92b2af;
}
a.line-link:hover:after {
  transform: scaleX(0);
}
a.line-link.white {
  color: #fff;
}
a.line-link.white:after {
  background-color: #fff;
}
a.line-link.over-accent:hover {
  color: #282828 !important;
  border-color: #282828;
}
a.line-link.disabled {
  pointer-events: none;
}

a.boxed-link-hover i {
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
a.boxed-link-hover:hover {
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
a.boxed-link-hover:hover i {
  margin-left: 5px;
}

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
/* .grid_section .section_inner,
.container_inner,
.slider_content_outer {
	max-width: 960px;
}
 */
#back_to_top span {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent !important;
}
#back_to_top span i {
  font-size: 24px !important;
}
#back_to_top span:hover i {
  color: #92b2af;
}

.element_from_fade_on > div,
.element_from_bottom_on > div {
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.fadeInUp,
.fadeInRight {
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.pp_content:before {
  content: url("https://marcochamorrodental.com/media/marca-agua-mc.png");
  position: absolute;
  display: inline-block;
  width: 340px;
  height: 99px;
  left: 50%;
  margin: 30px 0 0 -170px;
}

.pp_next:after,
.pp_previous:after {
  font-size: 50px !important;
  border: 0 !important;
}

.pp_next:after {
  right: -60px !important;
}

.pp_previous:after {
  left: -60px !important;
}

body div.pp_default .pp_details {
  opacity: 1 !important;
}
body div.pp_default .ppt {
  display: none !important;
}
body div.pp_default .pp_nav .currentTextHolder {
  padding: 0 10px !important;
}
body div.pp_default .pp_description {
  margin: -23px 0 0 100px;
  display: block !important;
  font-weight: 600;
  color: #fff;
}

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
.social {
  padding-top: 12px;
  text-align: right;
}
.social ul li {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-left: 4px;
  overflow: hidden;
  border: 1px solid #a9a9a9;
  border-radius: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.social ul li:hover a {
  top: -26px;
  color: #fff;
}
.social ul li:hover a i:first-child {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.social ul li a {
  display: block;
  width: 100%;
  height: 200%;
  position: relative;
  top: 2px;
  color: #a9a9a9;
  text-align: center;
}
.social ul li a i:last-child {
  display: block;
  margin-top: 6px;
}
.social ul li:nth-of-type(1):hover {
  background-color: #537bbd;
  border-color: #537bbd;
}
.social ul li:nth-of-type(2):hover {
  background-color: #77cdf0;
  border-color: #77cdf0;
}
.social ul li:nth-of-type(3):hover {
  background-color: #e7008a;
  border-color: #e7008a;
}

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_bottom {
  padding: 0 75px;
  background-color: #282828;
}
header .header_bottom .header_inner_left {
  left: 75px;
}
header .header_bottom .header_inner_right .side_menu_button {
  cursor: default;
}
header .header_bottom .header_inner_right .popup_menu {
  padding: 0 10px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .header_bottom .header_inner_right .popup_menu .line,
header .header_bottom .header_inner_right .popup_menu .line::after,
header .header_bottom .header_inner_right .popup_menu .line::before {
  height: 2px;
  width: 32px;
  background-color: #fff;
}
header .header_bottom .header_inner_right .popup_menu .line::before {
  top: -10px;
}
header .header_bottom .header_inner_right .popup_menu .line::after {
  top: 10px;
}
header .header_bottom .header_inner_right .popup_menu:hover .line::before {
  top: -7px;
}
header .header_bottom .header_inner_right .popup_menu:hover .line::after {
  top: 7px;
}
header.scrolled {
  padding-top: 0;
}
header.scrolled .header_bottom {
  padding-top: 0;
  background-color: rgba(10, 10, 10, 0.9) !important;
}
header.scrolled .q_logo {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
header.scrolled .q_logo a {
  padding-top: 20px;
}
header.scrolled .q_logo a:hover {
  width: 130px;
}

.q_logo {
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.q_logo a {
  height: 80px !important;
  width: 130px;
  padding-top: 25px;
  overflow: hidden;
}
.q_logo a:hover {
  width: 260px;
}
.q_logo a:hover svg > g > path:first-of-type {
  fill: #F1C3B8;
}
.q_logo a:hover svg > g > path:last-of-type {
  fill: #93B7BC;
}
.q_logo svg > g > path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.popup_menu_opened header .q_logo {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup_menu_opened header .q_logo a {
  padding-top: 25px !important;
}
.popup_menu_opened header .q_logo a:hover {
  width: 260px;
}
.popup_menu_opened header .q_logo img {
  display: none;
}
.popup_menu_opened header .q_logo svg g > path {
  fill: #282828 !important;
}

.popup_menu_holder {
  display: block;
}
.popup_menu_holder .popup_menu_holder_inner {
  padding: 0 0 0 75px;
  display: block;
  vertical-align: top;
}
.popup_menu_holder .popup_menu_widget_holder {
  position: absolute;
  top: 320px;
  text-align: left;
}
.popup_menu_holder .popup_menu_widget_holder a {
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 400;
}
.popup_menu_holder .popup_menu_widget_holder a.network {
  font-weight: 600;
  font-size: 14px;
}
.popup_menu_holder nav.popup_menu {
  padding: 300px 0 0 400px;
}
.popup_menu_holder nav.popup_menu #menu-main:hover li a {
  color: #a9a9a9;
}
.popup_menu_holder nav.popup_menu ul li {
  line-height: 35px;
  text-align: left !important;
}
.popup_menu_holder nav.popup_menu ul li a {
  display: inline;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #282828;
}
.popup_menu_holder nav.popup_menu ul li a:hover, .popup_menu_holder nav.popup_menu ul li a.current {
  color: #282828 !important;
}
.popup_menu_holder nav.popup_menu ul li.open_sub > a, .popup_menu_holder nav.popup_menu ul li.current_page_parent > a,
.popup_menu_holder nav.popup_menu ul li .current-menu-item > a {
  color: #282828 !important;
}
.popup_menu_holder nav.popup_menu ul li.active.has_sub .sub_menu {
  display: block;
}
.popup_menu_holder nav.popup_menu ul.sub_menu {
  position: absolute;
  top: 0 !important;
  margin: 0 0 0 400px;
}
.popup_menu_holder nav.popup_menu ul.sub_menu a {
  font-weight: 200;
}

.popup_menu_opened .popup_menu .line::after, .popup_menu_opened .popup_menu .line::before {
  background-color: #000 !important;
}
.popup_menu_opened header.scrolled .header_bottom {
  padding-top: 25px !important;
  background-color: transparent !important;
}

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder p, footer .footer_top_holder a {
  font-size: 16px;
}
footer .footer_top_holder .column1 p, footer .footer_top_holder .column1 a {
  color: #656565 !important;
}
footer .footer_top_holder .column1 a:hover {
  color: #fff !important;
}

/* *********************************************************************************************************************
 * HOME STUFF
 */
.home header .header_bottom {
  background-color: transparent;
}
.home header .q_logo a:hover svg > g > path {
  fill: #fff !important;
}
.home .wrapper, .home .content {
  background-color: #2c2b29 !important;
}
.home .content_top_margin {
  margin-top: 0 !important;
}
.home #scene .centered {
  margin-left: calc(50% - 280px);
  margin-top: 20%;
}
.home #scene img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: -10%;
}
.home #scene h2, .home #scene h1 {
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.7);
}
.home #scene h2 {
  font-size: 20px;
}

/* *********************************************************************************************************************
 * PRESENTACION
 */
.page-present .arrow-follow {
  padding-top: 30px;
}
.page-present h4:before, .page-present h4:after {
  position: absolute;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 45px;
  text-align: center;
  color: #7e7e7e;
  border: 1px solid #7e7e7e;
  border-radius: 100%;
}
.page-present #block_0 {
  padding: 15% 0;
}
.page-present #block_1 a.line-link {
  margin: 10px 0 30px 0;
}
.page-present #block_2 {
  background-color: #282828;
}
.page-present #block_2 .vc_col-sm-6 {
  min-height: 900px;
}
.page-present #block_2 .vc_col-sm-6 .wpb_text_column.img-bkg {
  height: 450px;
}
.page-present #block_2 .text-right-in-grid {
  width: 350px;
  padding: 30% 50% 0 140px;
}
.page-present #block_2 .text-right-in-grid h4:after {
  content: "1";
  margin: 45px 0 0 170px;
}
.page-present #block_3 {
  background-color: #eaeaea;
}
.page-present #block_3 .vc_col-sm-6 {
  min-height: 900px;
}
.page-present #block_3 .vc_single_image-wrapper {
  position: absolute;
  margin-top: 200px;
}
.page-present #block_3 .text-right-in-grid {
  width: 350px;
  padding: 30% 50% 0 140px;
}
.page-present #block_3 .text-right-in-grid h4:before {
  content: "2";
  margin: -6px 0 0 -190px;
}
.page-present #block_4 .vc_col-sm-6 {
  min-height: 900px;
}
.page-present #block_4 .wpb_text_column {
  padding: 40% 0 30% 0;
}
.page-present #block_4 h4:before {
  content: "3";
  margin: -180px 0 0 0;
}
.page-present #block_4 img {
  margin: -80px -100px 0 0;
  float: right;
}
.page-present #block_5a {
  background-color: #282828;
}
.page-present #block_5a .vc_col-sm-8 {
  width: calc(100% - 450px);
}
.page-present #block_5a .vc_col-sm-4 {
  width: 450px;
  min-height: 900px;
}
.page-present #block_5a .vc_col-sm-4 .wpb_text_column.img-bkg {
  height: 450px;
}
.page-present #block_5b .section_inner_margin {
  position: absolute;
  margin-top: -600px;
}
.page-present #block_5b h4 {
  margin-top: 100px;
}
.page-present #block_5b h4:after {
  content: "4";
  margin: -200px 0 0 40px;
}
.page-present #block_5b .with-more-padding-right {
  padding-right: 30px;
}
.page-present #info {
  position: fixed;
  display: none;
  width: 100%;
  width: calc(100% + 15px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20000;
}
.page-present #info .info-content {
  width: 50%;
  height: 60%;
  margin: 10% auto 0 auto;
  padding: 100px;
  background-color: #fff;
  font-size: 19px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-present #info .info-content .close-bt {
  margin: -130px -130px 0 0;
  float: right;
  transform: scaleY(0.75);
  font-size: 35px;
  font-weight: 200;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.page-present #info .info-content .close-bt:hover {
  color: #92b2af;
}

/* *********************************************************************************************************************
 * EQUIPO
 */
.page-equipo .arrow-follow {
  margin-top: 30px;
}
.page-equipo #block_0 {
  background-color: #3e3e3e;
}
.page-equipo #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-equipo #block_0 .text-left-in-grid {
  max-width: 400px;
  padding: 130px 0 0 30%;
}
.page-equipo #block_0 h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.page-equipo #block_0 h2 {
  padding-bottom: 30px;
}

.equipo {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}
.equipo > p {
  display: none;
}
.equipo .equipo-item {
  width: auto;
  height: 700px;
  margin: 0 4px 100px 0;
  display: inline-block;
  float: left;
  vertical-align: top;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.equipo .equipo-item .foto {
  overflow: hidden;
  background-color: #282828;
  cursor: pointer;
}
.equipo .equipo-item .foto img {
  width: 355;
  height: 530px;
  max-width: none;
  vertical-align: top;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.equipo .equipo-item .data {
  padding-top: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.equipo .equipo-item .data > p {
  margin-top: 0;
}
.equipo .equipo-item h5 {
  font-size: 21px;
}
.equipo .equipo-item a.line-link {
  margin-right: 25px;
}
.equipo .equipo-item .cv-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.equipo .equipo-item .cv-wrapper .cv {
  width: 1000px;
  height: 60%;
  margin: 10% auto 0 auto;
  padding: 70px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.equipo .equipo-item .cv-wrapper .cv .close-bt {
  margin: -100px -100px 0 0;
  float: right;
  transform: scaleY(0.75);
  font-size: 35px;
  font-weight: 200;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.equipo .equipo-item .cv-wrapper .cv .close-bt:hover {
  color: #92b2af;
}
.equipo .equipo-item .cv-wrapper .cv .foto-wrapper {
  height: 100%;
}
.equipo .equipo-item .cv-wrapper .cv .foto-wrapper img {
  height: 100%;
  max-height: 530px;
}
.equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper {
  height: 100%;
  padding-right: 30px;
  overflow-y: scroll;
}
.equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper p {
  font-size: 15px;
  line-height: 21px;
}
.equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper h6 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #92b2af;
}
.equipo .equipo-item .cv-slide {
  margin-top: 6% !important;
}
.equipo .equipo-item:hover .foto img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.equipo .equipo-item:hover .data {
  padding-top: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* *********************************************************************************************************************
 * CLÍNICA
 */
.page-clinica #block_0 {
  background-color: #3e3e3e;
}
.page-clinica #block_0 .vc_col-sm-8,
.page-clinica #block_0 .vc_col-sm-4 {
  min-height: 600px;
}
.page-clinica #block_0 h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.page-clinica #block_0 h2 {
  padding-bottom: 30px;
}
.page-clinica #block_0 .text-right-in-grid {
  width: 350px;
  padding: 130px 0 0 85px;
}
.page-clinica #block_1 .vc_column-inner {
  min-height: 600px;
}
.page-clinica #block_2 .vc_column-inner {
  min-height: 600px;
  padding-right: 0;
}
.page-clinica #block_2 .vc_column-inner .wpb_text_column.img-bkg {
  height: 300px;
}
.page-clinica #block_3 .vc_col-sm-6:first-of-type {
  background-color: #282828;
}
.page-clinica #block_3 .vc_column-inner {
  min-height: 600px;
}
.page-clinica #block_3 .text-right-in-grid {
  width: 350px;
  padding: 160px 0 0 140px;
}
.page-clinica #block_3 img {
  width: 450px;
  height: auto;
  padding-top: 105px;
}
.page-clinica #block_4 .vc_column-inner {
  min-height: 600px;
}
.page-clinica #block_5 {
  background-color: #282828;
}
.page-clinica #block_5 .vc_col-sm-8 {
  height: 600px;
  padding: 10%;
  box-sizing: border-box;
}
.page-clinica #block_5 .vc_col-sm-4 {
  min-height: 600px;
}
.page-clinica #block_5 .vc_col-sm-4 .vc_column-inner {
  padding-left: 0;
}
.page-clinica #block_5 .vc_col-sm-4 .wpb_text_column.img-bkg {
  height: 300px;
}
.page-clinica #block_6 .vc_column-inner {
  min-height: 600px;
}

/* *********************************************************************************************************************
 * TECNOLOGÍAS
 */
.page-tecno h6 {
  padding-bottom: 10px;
}
.page-tecno h3 {
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.page-tecno #block_0 {
  background-color: #f8f8f8;
}
.page-tecno #block_0 .vc_col-sm-8,
.page-tecno #block_0 .vc_col-sm-4 {
  min-height: 600px;
}
.page-tecno #block_0 h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.page-tecno #block_0 h2 {
  padding-bottom: 20px;
}
.page-tecno #block_0 .text-right-in-grid {
  width: 350px;
  padding: 200px 0 0 0;
}
.page-tecno #tecno_menu {
  height: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.page-tecno .tecno-menu a {
  width: 33%;
  height: 60px;
  display: inline-block;
  font-size: 12px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.page-tecno .tecno-menu a:hover {
  background-color: #3e3e3e;
  color: #fff;
}
.page-tecno .submenu-active-item {
  background-color: #3e3e3e;
  color: #fff;
}
.page-tecno .submenu-sticky {
  position: fixed;
  width: 100%;
  top: 57px;
  display: block;
}
.page-tecno #block_1 .vc_col-sm-6 {
  min-height: 800px;
}
.page-tecno #block_1 .text-left-in-grid {
  max-width: 500px;
  padding: 240px 0 0 20%;
}
.page-tecno #block_2 {
  padding: 90px 0 100px 0;
  background-color: #f8f8f8;
}
.page-tecno #block_2 .wpb_text_column {
  padding: 0 10%;
}
.page-tecno #block_3 {
  background-color: #282828;
}
.page-tecno #block_3 .vc_col-sm-6 {
  min-height: 600px;
}
.page-tecno #block_3 img {
  padding-top: 150px;
}
.page-tecno #block_3 .text-right-in-grid {
  width: 400px;
  padding: 200px 0 0 0;
}
.page-tecno #block_4 .vc_col-sm-6 {
  min-height: 590px;
}
.page-tecno #block_4 .text-left-in-grid {
  max-width: 400px;
  padding: 180px 0 0 30%;
}
.page-tecno #block_5 {
  background-color: #f8f8f8;
}
.page-tecno #block_5 .vc_col-sm-6 {
  min-height: 600px;
  padding-top: 100px;
}
.page-tecno #block_5 .text-right-in-grid {
  width: 400px;
  padding: 100px 0 0 20%;
}
.page-tecno #block_6 {
  background-color: #282828;
}
.page-tecno #block_6 .vc_col-sm-6 {
  min-height: 680px;
}
.page-tecno #block_6 img {
  padding-top: 150px;
}
.page-tecno #block_6 .text-right-in-grid {
  width: 450px;
  padding: 130px 0 0 0;
}
.page-tecno #block_7 {
  background-size: 974px 482px !important;
  background-position: 100% 0 !important;
}
.page-tecno #block_7 .vc_col-sm-12 {
  min-height: 770px;
}
.page-tecno #block_7 .text-left-in-grid {
  max-width: 450px;
  padding: 340px 0 0 20%;
}

/* *********************************************************************************************************************
 * TRATAMIENTOS
 */
.parent-pageid-35 #trat_menu {
  height: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.parent-pageid-35 .trat-menu a {
  width: 33%;
  height: 60px;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.parent-pageid-35 .trat-menu a:hover {
  background-color: #3e3e3e;
  color: #fff;
}
.parent-pageid-35 .submenu-active-item {
  background-color: #3e3e3e;
  color: #fff;
}
.parent-pageid-35 .submenu-sticky {
  position: fixed;
  width: 100%;
  top: 57px;
  display: block;
}
.parent-pageid-35.page-ortod .trat-menu a {
  width: 50%;
}
.parent-pageid-35 h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.parent-pageid-35 h2 {
  padding-bottom: 20px;
}
.parent-pageid-35 h3 {
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 42px;
}
.parent-pageid-35 h6 {
  padding-bottom: 10px;
}

.page-maxilo #block_0 {
  background-color: #92b2af;
}
.page-maxilo #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-maxilo #block_0 .text-right-in-grid {
  width: 350px;
  padding: 160px 0 0 80px;
}
.page-maxilo #block_1 {
  background-color: #f4f4f4;
}
.page-maxilo #block_1 .with-more-padding-right {
  padding-right: 80px;
}
.page-maxilo #block_1 p {
  margin-top: 0;
}
.page-maxilo #block_1 .line-link {
  margin-top: 2px;
  padding-bottom: 6px;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-maxilo #block_1 .line-link:after {
  margin-bottom: -8px;
  background-color: #3e3e3e;
}
.page-maxilo #block_1 .line-link.disabled:after {
  background-color: #f4f4f4;
}

.page-estetica #block_0 {
  background-color: #d3b497;
}
.page-estetica #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-estetica #block_0 .text-left-in-grid {
  width: 450px;
  padding: 150px 0 0 20%;
}
.page-estetica #block_1 {
  background-color: #f4f4f4;
}
.page-estetica #block_1 .line-link {
  float: left;
}
.page-estetica #block_1 img {
  margin-top: -15px;
  float: right;
}
.page-estetica #block_2 .vc_column-inner {
  min-height: 500px;
}
.page-estetica #block_3 .vc_column-inner {
  min-height: 1000px;
}
.page-estetica #block_3 .text-right-in-grid {
  width: 450px;
  padding: 170px 20% 0 100px;
}
.page-estetica #block_3 img {
  padding-bottom: 40px;
}
.page-estetica #block_4 {
  background-color: #f4f4f4;
}
.page-estetica #block_4 .vc_column-inner {
  min-height: 850px;
}
.page-estetica #block_4 .vc_col-sm-6:last-of-type {
  background-color: #282828;
}
.page-estetica #block_4 .vc_col-sm-6:last-of-type .vc_column-inner {
  background-position: 0 100% !important;
}
.page-estetica #block_4 .text-left-in-grid {
  width: 450px;
  padding: 140px 0 0 20%;
}
.page-estetica #block_4 .text-right-in-grid {
  width: 450px;
  padding: 90px 0 0 20%;
}
.page-estetica #block_5 .vc_column-inner {
  min-height: 800px;
}
.page-estetica #block_5 .text-right-in-grid {
  width: 450px;
  padding: 200px 0 0 20%;
}
.page-estetica #block_5 img {
  padding-top: 370px;
}
.page-estetica #block_6 {
  background-color: #f4f4f4;
}
.page-estetica #block_6 .vc_column-inner {
  min-height: 800px;
}
.page-estetica #block_6 .vc_col-sm-6:first-of-type {
  background-color: #e9e9e9;
}
.page-estetica #block_6 .text-left-in-grid {
  width: 450px;
  padding: 200px 0 0 20%;
}
.page-estetica #block_6 img {
  padding-top: 200px;
}

.page-implant #block_0 {
  background-color: #92b2af;
}
.page-implant #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-implant #block_0 .text-right-in-grid {
  width: 450px;
  padding: 160px 0 0 80px;
}
.page-implant #block_1 {
  background-color: #f4f4f4;
}
.page-implant #block_1 .line-link {
  float: left;
}
.page-implant #block_1 img {
  margin-top: -15px;
  float: right;
}
.page-implant #block_3 {
  background-color: #e9e9e9;
}
.page-implant #block_3 .vc_column-inner {
  min-height: 800px;
}
.page-implant #block_3 .text-right-in-grid {
  width: 450px;
  padding: 330px 0 0 20%;
}
.page-implant #block_3 img {
  padding-top: 200px;
}
.page-implant #block_4 .vc_column-inner {
  min-height: 900px;
}
.page-implant #block_4 .text-left-in-grid {
  width: 450px;
  padding: 230px 0 0 20%;
}

.page-pedia #block_0 {
  background-color: #d3b497;
}
.page-pedia #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-pedia #block_0 .text-left-in-grid {
  width: 450px;
  padding: 150px 0 0 20%;
}
.page-pedia #block_1 {
  background-color: #f4f4f4;
}
.page-pedia #block_1 .with-more-padding-right {
  padding-right: 30px;
}
.page-pedia #block_2 {
  background-color: #fff;
}
.page-pedia #block_2 .vc_column-inner {
  min-height: 700px;
  padding: 0;
}
.page-pedia #block_2 .vc_col-sm-6:last-of-type {
  background-color: #593513;
}
.page-pedia #block_2 .text-right-in-grid {
  width: 380px;
  padding: 280px 0 0 170px;
}
.page-pedia #block_2 h4 {
  font-size: 27px;
  color: #ae9d8d;
}
.page-pedia #block_3 {
  background-color: #fff;
}
.page-pedia #block_3 .vc_column-inner {
  min-height: 700px;
  padding: 0;
}
.page-pedia #block_3 .vc_col-sm-6:first-of-type {
  background-color: #92b2af;
}
.page-pedia #block_3 .text-left-in-grid {
  width: 380px;
  padding: 150px 0 0 calc(50% - 190px);
}
.page-pedia #block_3 .text-right-in-grid {
  width: 380px;
  padding: 150px 0 0 170px;
}
.page-pedia #block_3 h4 {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.5);
}
.page-pedia #block_3 p {
  line-height: 27px;
}
.page-pedia #block_4 .vc_column-inner {
  min-height: 700px;
  padding: 0;
}
.page-pedia #block_4 .vc_col-sm-6 {
  width: 700px;
  background-color: #e6ba01;
}
.page-pedia #block_4 .vc_col-sm-3 {
  width: calc(50% - 350px);
}
.page-pedia #block_4 .text-right-in-grid {
  width: 380px;
  padding: 150px 0 0 170px;
}
.page-pedia #block_4 h4 {
  font-size: 27px;
  color: rgba(255, 255, 255, 0.5);
}
.page-pedia #block_4 p {
  line-height: 27px;
}
.page-pedia #block_5 {
  background-color: #f4f4f4;
}
.page-pedia #block_5 p {
  margin: 0 0 37px 0;
  line-height: 25px;
}

.page-ortod #block_0 {
  background-color: #92b2af;
}
.page-ortod #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-ortod #block_0 .text-right-in-grid {
  width: 450px;
  padding: 160px 0 0 80px;
}
.page-ortod #block_1 {
  background-color: #f4f4f4;
}
.page-ortod #block_1 .centered {
  width: 400px;
}
.page-ortod #block_1 .centered p {
  text-align: left;
}
.page-ortod #block_2a {
  background-color: #282828;
}
.page-ortod #block_2a .vc_col-sm-8 {
  width: calc(100% - 500px);
}
.page-ortod #block_2a .vc_col-sm-4 {
  width: 500px;
  min-height: 900px;
}
.page-ortod #block_2a .vc_col-sm-4 .wpb_text_column.img-bkg {
  height: 900px;
}
.page-ortod #block_2b .section_inner_margin {
  position: absolute;
  margin-top: -780px;
}
.page-ortod #block_2b .with-more-padding-right {
  padding-right: 20px;
}
.page-ortod #block_2b p {
  line-height: 26px;
  color: #a9a9a9;
}
.page-ortod #block_2b .vc_col-sm-3:nth-child(2) .wpb_text_column:last-child {
  padding-top: 40px;
}
.page-ortod #block_2b .vc_col-sm-3:nth-child(3) .wpb_text_column {
  padding-top: 315px;
}
.page-ortod #block_3 .vc_column-inner {
  min-height: 800px;
}
.page-ortod #block_3 img {
  padding-top: 200px;
}
.page-ortod #block_3 .text-right-in-grid {
  width: 450px;
  padding: 130px 0 0 20%;
}
.page-ortod #block_3 p {
  margin-top: 0;
}
.page-ortod #block_3 .line-link {
  margin-top: 2px;
  padding-bottom: 6px;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-ortod #block_3 .line-link:after {
  margin-bottom: -8px;
  background-color: #282828;
}
.page-ortod #block_3 .line-link.disabled:after {
  background-color: #fff;
}
.page-ortod #block_3 hr:first-of-type {
  margin-top: 40px;
}
.page-ortod #block_4 {
  background-color: #f4f4f4;
}
.page-ortod #block_4 .with-more-padding-right {
  padding-right: 100px;
}
.page-ortod #block_5 .with-more-padding-right {
  padding-right: 100px;
}
.page-ortod #block_6 {
  background-color: #f4f4f4;
}
.page-ortod #block_6 .vc_column-inner {
  min-height: 600px;
}
.page-ortod #block_6 .vc_col-sm-6:last-of-type {
  background-color: #282828;
}
.page-ortod #block_6 .vc_col-sm-6:last-of-type p {
  color: #a9a9a9;
}
.page-ortod #block_6 .text-left-in-grid {
  width: 450px;
  padding: 100px 0 0 20%;
}
.page-ortod #block_6 .text-right-in-grid {
  width: 450px;
  padding: 100px 0 0 20%;
}
.page-ortod #block_8 {
  background-color: #282828;
}
.page-ortod #block_8 .vc_column-inner {
  min-height: 900px;
}
.page-ortod #block_8 .text-left-in-grid {
  width: 450px;
  padding: 200px 0 0 20%;
}
.page-ortod #block_8 p {
  color: #a9a9a9;
}
.page-ortod #block_8 img {
  padding-top: 200px;
}

.page-ortog #block_0 {
  background-color: #d3b497;
}
.page-ortog #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-ortog #block_0 .text-left-in-grid {
  width: 450px;
  padding: 150px 0 0 20%;
}
.page-ortog #block_1 {
  background-color: #f4f4f4;
}
.page-ortog #block_1 p {
  margin-top: 0;
}
.page-ortog #block_2 {
  padding-top: 150px;
}
.page-ortog #block_3 p {
  margin-top: 0;
}

.page-sedacion #block_0 {
  background-color: #92b2af;
}
.page-sedacion #block_0 .vc_column-inner {
  min-height: 600px;
}
.page-sedacion #block_0 .text-right-in-grid {
  width: 350px;
  padding: 160px 0 0 80px;
}
.page-sedacion #block_1 {
  background-color: #f4f4f4;
}
.page-sedacion #block_1 p {
  margin-top: 0;
}
.page-sedacion #block_2 {
  background-color: #282828;
}
.page-sedacion #block_2 .vc_column-inner {
  min-height: 580px;
}
.page-sedacion #block_2 .text-left-in-grid {
  max-width: 250px;
  padding: 200px 0 0 20%;
}

/* *********************************************************************************************************************
 * CASOS
 */
.page-casos #block_0 {
  width: 34%;
  display: inline-block;
  padding-top: 30px;
}
.page-casos #block_0 h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.page-casos #block_0 h2 {
  padding-bottom: 20px;
}
.page-casos #block_search {
  width: 65%;
  padding-top: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.page-casos #block_search > p {
  font-size: 15px;
  line-height: 21px;
  text-align: left;
}
.page-casos .no-results {
  padding: 100px 0;
}
.page-casos .no-results h4 {
  padding-bottom: 20px;
}

.searchandfilter {
  margin: 0 0 32px 0 !important;
}
.searchandfilter ul li {
  width: 48%;
  height: auto;
  display: inline-block;
  padding: 0;
  margin-right: 4%;
  vertical-align: top;
}
.searchandfilter ul li:last-child {
  height: auto;
  margin-right: 0;
}
.searchandfilter ul li label {
  width: 100%;
}
.searchandfilter input[type=text],
.searchandfilter select {
  width: 100%;
  height: 46px;
  margin: 0 !important;
  padding: 13px 18px !important;
  border: 1px solid #a9a9a9 !important;
  outline: 0 !important;
  resize: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 18px !important;
  background-color: #fff !important;
  color: #8d8d8d !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://marcochamorrodental.com/media/icon-search.svg");
  background-position: 97% 8px;
  background-repeat: no-repeat;
}
.searchandfilter select {
  padding: 11px 18px !important;
  background-image: url("https://marcochamorrodental.com/media/icon-dropdown.svg");
}
.searchandfilter select option {
  color: #a9a9a9;
  background: #3e3e3e;
}
.searchandfilter select::-ms-expand {
  display: none;
}
.searchandfilter input[type=text]:focus,
.searchandfilter select:focus {
  color: #393939 !important;
  border-color: #92b2af !important;
}

.casos {
  margin: 40px 0 80px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.casos .item {
  width: 16%;
  height: 390px;
  margin: 0 3px 3px 0;
  display: inline-block;
  vertical-align: top;
}
.casos .item div {
  width: 100%;
  height: 390px;
  overflow: hidden;
  background-color: #282828;
}
.casos .item div img {
  max-width: none;
  vertical-align: top;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.casos .item.vertical div img {
  height: 100%;
}
.casos .item.horizontal {
  width: calc(32% + 3px);
  height: 180px;
}
.casos .item.horizontal div {
  height: 180px;
}
.casos .item.horizontal div img {
  width: 100%;
  margin: -20px 0 0 0;
}
.casos .item:hover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.caso-single {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
.caso-single .bt-back {
  padding-bottom: 60px;
  display: block !important;
}
.caso-single .bt-back i {
  padding: 10px 15px 0 0;
  vertical-align: bottom;
  font-size: 25px;
  color: #3e3e3e;
}
.caso-single > div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.caso-single .cats-descrip {
  width: 20%;
  padding-right: 30px;
}
.caso-single .cats-descrip h6 {
  font-size: 14px;
}
.caso-single .cats-descrip h6:last-of-type {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3e3e3e;
}
.caso-single .cats-descrip a {
  display: block;
  font-size: 14px;
}
.caso-single .cats-descrip .txt {
  margin-top: 0;
  font-size: 14px;
  line-height: 23px;
}
.caso-single .before-after {
  width: 55%;
  margin-right: 4%;
}
.caso-single .before-after .mouse-icon {
  padding: 20px 0 0 2px;
  text-align: center;
}
.caso-single .galeria {
  width: 20%;
  text-align: right;
}
.caso-single .galeria i {
  font-size: 17px !important;
}

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto .vc_col-sm-6.fadeIn {
  padding-left: 150px;
}
.page-contacto .vc_col-sm-6.fadeIn p:last-of-type {
  margin-top: 0;
}
.page-contacto .vc_col-sm-6.fadeIn .vc_row {
  margin-top: 100px;
}
.page-contacto .wpb_single_image {
  overflow: hidden;
}
.page-contacto .wpb_single_image a img {
  -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform-origin: 100% 40%;
  transform-origin: 100% 40%;
}
.page-contacto .wpb_single_image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.page-contacto .wpb_single_image a:hover img {
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
.page-contacto h1 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.page-contacto h2 {
  font-weight: 200;
  padding-bottom: 20px;
}

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #cities {
  padding: 90px 0 !important;
}
.page-contacto .q_image_with_text_over .shader {
  background-color: #282828 !important;
  opacity: 1;
}
.page-contacto .q_image_with_text_over h4 {
  padding: 0 40px;
  font-style: 30px;
  font-weight: 600;
  line-height: 37px !important;
}
.page-contacto .q_image_with_text_over .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -3% 0 0 -50%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.page-contacto .q_image_with_text_over .desc a {
  padding: 45% 20%;
  vertical-align: baseline;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #fff !important;
}
.page-contacto .q_image_with_text_over:hover .shader {
  opacity: 0 !important;
}
.page-contacto .tabs-nav {
  width: 100%;
}
.page-contacto .tabs-nav li {
  width: 50%;
  background-color: #282828;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-contacto .tabs-nav li.active {
  background-color: #92b2af;
  pointer-events: none;
}
.page-contacto .tabs-nav li:hover {
  background-color: #3e3e3e;
}
.page-contacto .tabs-nav li:hover a {
  color: #fff !important;
}
.page-contacto .tabs-nav li a {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #fff !important;
}
.page-contacto .wpcf7-form-control:not(.wpcf7-submit) {
  padding-left: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #282828 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #282828 !important;
}
.page-contacto select.wpcf7-form-control {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%), linear-gradient(135deg, #3e3e3e 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(1em + 12px), calc(100% - 10px) calc(1em + 12px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.page-contacto .wpcf7-submit {
  float: right;
  line-height: 39px !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #282828 !important;
}
.page-contacto .wpcf7-submit:hover {
  background-color: #92b2af !important;
}
.page-contacto .wpcf7-response-output {
  /* position: fixed !important;
  width: 200px !important;
  height: 80px !important;
  top: 40px !important;
  right: 30px !important; */
  line-height: 20px !important;
  text-transform: none !important;
  background-color: #e69804 !important;
  z-index: 1000;
}
.page-contacto .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #e69804 !important;
}
.page-contacto span.wpcf7-not-valid-tip {
  padding-top: 5px !important;
  color: #e69804 !important;
}
.page-contacto ::-webkit-input-placeholder {
  color: black;
}
.page-contacto :-moz-placeholder {
  color: black;
}
.page-contacto ::-moz-placeholder {
  color: black;
  opacity: 1;
}
.page-contacto :-ms-input-placeholder {
  color: black;
}

/* *********************************************************************************************************************
 * LEGAL
 */
.legal {
  padding: 20px 0 60px 0;
}
.legal h4 {
  margin-top: 40px;
  font-size: 20px;
}

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * FOR RETINA
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body > .wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* *********************************************************************************************************************
 * BREAK POINT 1600
 */
/* *********************************************************************************************************************
 * BREAK POINT 1300
 */
@media screen and (max-width: 1300px) {
  .text-left-in-grid {
    padding-left: 10% !important;
  }
  .text-right-in-grid {
    padding-left: 10% !important;
  }
  .vc_col-sm-6,
  .vc_col-sm-8,
  .vc_col-sm-4 {
    min-height: 1px !important;
  }
  .popup_menu_holder .popup_menu_widget_holder {
    top: 185px;
  }
  .popup_menu_holder .popup_menu_widget_holder a {
    letter-spacing: 2px;
  }
  .popup_menu_holder nav.popup_menu {
    padding: 220px 0 0 250px;
  }
  .popup_menu_holder nav.popup_menu ul li {
    line-height: 26px;
  }
  .popup_menu_holder nav.popup_menu ul li a {
    font-size: 34px;
    line-height: 40px;
  }
  .popup_menu_holder nav.popup_menu ul.sub_menu {
    top: 0 !important;
    margin: 0 0 0 300px;
  }
  .home #scene .centered {
    margin-left: calc(50% - 250px);
  }
  .home h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .home h2 {
    font-size: 18px;
  }
  .page-present #block_4 .vc_col-sm-6 {
    margin-left: 20%;
  }
  .equipo .equipo-item .cv-wrapper .cv {
    width: 800px;
  }
  .page-tecno #block_0 .vc_col-sm-8 {
    width: 60% !important;
  }
  .page-tecno #block_0 .text-right-in-grid {
    padding-top: 30%;
  }
  .page-tecno #block_3 .vc_col-sm-6 {
    min-height: 600px !important;
  }
  .page-tecno #block_6 .vc_col-sm-6 {
    min-height: 680px !important;
  }
  .page-maxilo #block_0 .text-right-in-grid {
    padding-top: 20%;
  }
  .page-pedia #block_3 .text-right-in-grid {
    width: 60%;
    padding: 120px 0 0 170px !important;
  }
  .page-pedia #block_4 .text-right-in-grid {
    padding-left: 170px !important;
  }
  .page-ortod #block_2a .vc_col-sm-8 {
    min-height: 900px !important;
  }
  .page-contacto .vc_col-sm-6.fadeIn {
    padding-left: 70px;
  }
}
/* *********************************************************************************************************************
 * BREAK POINT 1200
 */
@media screen and (max-width: 1200px) {
  .page-present #block_3 .text-right-in-grid {
    width: 320px;
    padding: 15% 0 15% 0;
  }
  .page-present #block_3 h4:before {
    margin: 0 0 0 -95px !important;
  }
  .page-present #block_3 .wpb_single_image {
    margin-left: -80px;
  }
  .page-present #block_4 .vc_col-sm-6 {
    margin-left: 200px;
  }
  .page-present #block_4 h4:before {
    margin: -100px 0 0 0 !important;
  }
  .cv {
    box-sizing: border-box;
    width: 90%;
    height: 85%;
    padding: 30px;
  }
  .cv .close-bt {
    margin: -60px -50px 0 0;
  }
  .cv img {
    width: 240px;
    height: auto !important;
  }
  .cv .cv-text-wrapper p {
    font-size: 14px;
    line-height: 17px;
  }
  .page-clinica #block_0 .vc_parallax {
    width: 50%;
    min-height: 400px !important;
  }
  .page-clinica #block_0 .text-right-in-grid {
    padding: 80px 0 0 15px !important;
  }
  .page-implant #trat_menu .section_inner {
    width: 100%;
  }
  .page-pedia #block_5 iframe {
    width: 600px !important;
    height: 355px !important;
  }
  .page-pedia #block_5 .vc_single_image-wrapper {
    height: 160px;
    overflow: hidden;
  }
  .page-ortod #block_2b .vc_col-sm-3:nth-child(3) .wpb_text_column {
    padding-top: 390px;
  }
  .casos .item,
  .casos .item div {
    height: 320px;
  }
  .casos .item.horizontal,
  .casos .item.horizontal div {
    height: 160px;
  }
  .caso-single {
    width: 960px;
  }
}
/* *********************************************************************************************************************
 * BREAK POINT 1000
 */
@media screen and (max-width: 1000px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
  h1 {
    font-size: 45px;
    line-height: 47px;
  }
  h2 {
    font-size: 38px;
    line-height: 41px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  section.parallax_section_holder {
    min-height: 0 !important;
  }
  .with-vertical-padding-150 {
    padding: 80px 0;
  }
  .with-vertical-padding-200 {
    padding: 100px 0;
  }
  .with-more-padding-right {
    padding-right: 0 !important;
  }
  .text-right-in-grid {
    padding-left: 0 !important;
  }
  header .header_bottom {
    background-color: #282828 !important;
  }
  header .header_bottom .logo_wrapper {
    left: 90px;
  }
  header .header_bottom .q_logo a {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    padding-top: 0 !important;
  }
  .popup_menu_holder .popup_menu_holder_inner {
    padding-left: 40px;
  }
  .popup_menu_holder .popup_menu_widget_holder {
    top: 200px;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .popup_menu_holder .popup_menu_widget_holder a {
    letter-spacing: 1px;
  }
  .popup_menu_holder nav.popup_menu {
    padding-left: 230px;
  }
  .popup_menu_holder nav.popup_menu ul li {
    line-height: 30px;
  }
  .popup_menu_holder nav.popup_menu ul li a span {
    font-size: 0.7em;
  }
  .popup_menu_holder nav.popup_menu ul.sub_menu {
    margin: 0 0 0 210px;
  }
  footer .footer_top {
    padding: 70px 0;
  }
  footer .footer_top_holder a {
    font-size: 14px;
  }
  .home header .header_bottom {
    background-color: transparent !important;
  }
  .home .content_top_margin {
    min-height: 600px !important;
    margin-top: -100px !important;
  }
  .home .full_screen_section {
    height: 600px;
  }
  .home #scene .centered {
    margin: 30% 0 0 0;
  }
  .page-present #block_2 .img-bkg {
    height: 300px !important;
  }
  .page-present #block_2 h4:after {
    margin: -50px 0 0 30px !important;
  }
  .page-present #block_3 .text-right-in-grid {
    width: 320px;
    padding: 15% 0 15% 5% !important;
  }
  .page-present #block_3 h4:before {
    margin: 0 0 0 -83px !important;
  }
  .page-present #block_3 #trat_bt {
    display: none;
  }
  .page-present #block_4 .vc_col-sm-6 {
    margin-left: 15%;
  }
  .page-present #block_4 h4:before {
    margin: -80px 0 0 0 !important;
  }
  .page-present #block_5a .img-bkg {
    height: 300px !important;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .page-present #block_5b .section_inner_margin {
    margin-top: -450px;
  }
  .page-equipo #block_0 .vc_column-inner {
    min-height: 500px;
  }
  .page-equipo #block_1 .vc_col-sm-4 {
    width: 25%;
  }
  .page-equipo #block_1 .vc_col-sm-4:nth-child(2) {
    width: 50%;
  }
  .equipo .equipo-item {
    margin: 0 13px 80px 0 !important;
  }
  .equipo .equipo-item .data {
    padding: 30px 10px 0 0 !important;
    opacity: 1 !important;
  }
  .equipo .equipo-item h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .equipo .equipo-item .cv-wrapper {
    width: 100%;
    height: 700px;
  }
  .equipo .equipo-item .cv-wrapper .cv {
    box-sizing: border-box;
    width: 90%;
    height: 85%;
    padding: 30px;
  }
  .equipo .equipo-item .cv-wrapper .cv .close-bt {
    margin: -60px -50px 0 0;
  }
  .equipo .equipo-item .cv-wrapper .cv img {
    width: 140px;
    height: auto !important;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper p {
    font-size: 14px;
    line-height: 17px;
  }
  .page-clinica #block_0 .vc_parallax {
    width: 50%;
    min-height: 400px !important;
  }
  .page-clinica #block_0 .text-right-in-grid {
    padding: 80px 0 0 15px !important;
  }
  .page-clinica #block_1 .vc_column-inner,
  .page-clinica #block_2 .vc_column-inner,
  .page-clinica #block_4 .vc_column-inner,
  .page-clinica #block_6 .vc_column-inner {
    min-height: 360px;
  }
  .page-clinica #block_2 .img-bkg {
    height: 180px !important;
  }
  .page-clinica #block_5 .vc_col-sm-8 {
    height: 500px;
  }
  .page-clinica #block_5 .img-bkg {
    height: 250px !important;
  }
  .page-tecno #tecno_menu .section_inner {
    width: 100%;
  }
  .page-tecno #tecno_menu a {
    float: left;
    height: 50px;
    line-height: 50px;
  }
  .page-tecno .submenu-sticky {
    top: 0;
  }
  .page-tecno h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .page-tecno #block_0 .text-right-in-grid {
    margin-left: -60px;
  }
  .page-tecno #block_1 .text-left-in-grid {
    padding: 70px 0 50px 20%;
  }
  .page-tecno #block_3 .vc_col-sm-6 {
    min-height: 500px !important;
    padding-right: 30px;
  }
  .page-tecno #block_3 .text-right-in-grid {
    width: auto;
    padding: 150px 0 0 0;
  }
  .page-tecno #block_4 .text-left-in-grid {
    padding: 30px 0 50px 0;
  }
  .page-tecno #block_5 .text-right-in-grid {
    width: auto;
    padding: 50px 70px 0 0;
  }
  .page-tecno #block_6 .vc_col-sm-6 {
    min-height: 500px !important;
    padding-right: 30px;
  }
  .page-tecno #block_6 .text-right-in-grid {
    width: auto;
    padding: 60px 0 0 0;
  }
  .page-tecno #block_7 {
    background-size: 70% !important;
    background-position: 100% -20px !important;
  }
  .page-tecno #block_7 .vc_col-sm-12 {
    min-height: 500px;
  }
  .page-tecno #block_7 .text-left-in-grid {
    padding: 200px 0 0 0;
  }
  .parent-pageid-35 #trat_menu .section_inner {
    width: 100%;
  }
  .parent-pageid-35 #trat_menu a {
    float: left;
    height: 50px;
    line-height: 50px;
  }
  .parent-pageid-35 .submenu-sticky {
    top: 0;
  }
  .page-maxilo #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-maxilo #block_0 .text-right-in-grid {
    padding-left: 5% !important;
  }
  .page-maxilo #block_1 .vc_col-sm-6:first-of-type {
    width: 35%;
  }
  .page-maxilo #block_1 .vc_col-sm-6:last-of-type {
    width: 65%;
  }
  .page-maxilo #block_1 .vc_col-sm-6:last-of-type a {
    font-size: 10px !important;
  }
  .page-estetica #block_0 .vc_column-inner {
    min-height: 300px;
  }
  .page-estetica #block_0 .text-left-in-grid {
    width: auto;
    padding: 50px 0 0 20%;
  }
  .page-estetica #block_0 h2 {
    font-size: 36px;
    line-height: 39px;
  }
  .page-estetica #block_1 img {
    margin-top: 15px;
    float: none;
  }
  .page-estetica #block_2 .vc_column-inner {
    min-height: 0;
  }
  .page-estetica #block_3 .text-right-in-grid {
    width: auto;
    padding: 100px 0 0 0;
  }
  .page-estetica #block_4 .vc_column-inner {
    min-height: 600px;
  }
  .page-estetica #block_4 .text-left-in-grid {
    width: auto;
    padding: 50px 10px 0 0;
  }
  .page-estetica #block_4 .text-right-in-grid {
    width: auto;
    padding: 110px 30px 0 20px !important;
  }
  .page-estetica #block_5 .vc_column-inner {
    min-height: 500px;
  }
  .page-estetica #block_5 .text-right-in-grid {
    width: auto;
    padding: 110px 30px 0 20px !important;
  }
  .page-estetica #block_5 img {
    padding-top: 120px;
  }
  .page-estetica #block_6 .vc_column-inner {
    min-height: 500px;
  }
  .page-estetica #block_6 .text-left-in-grid {
    width: auto;
    padding: 80px 10px 0 0;
  }
  .page-estetica #block_6 img {
    padding-top: 100px;
  }
  .page-implant #trat_menu a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .page-implant #trat_menu a:nth-child(1), .page-implant #trat_menu a:nth-child(3) {
    width: 30%;
  }
  .page-implant #trat_menu a:nth-child(2) {
    width: 40%;
  }
  .page-implant #block_0 .vc_column-inner {
    min-height: 300px;
  }
  .page-implant #block_0 .text-right-in-grid {
    width: auto;
    padding: 60px 30px 0 20px !important;
  }
  .page-implant #block_0 h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .page-implant #block_3 .vc_column-inner {
    min-height: 500px;
  }
  .page-implant #block_3 .text-right-in-grid {
    width: auto;
    padding: 80px 10px 0 0;
  }
  .page-implant #block_3 img {
    padding-top: 70px;
  }
  .page-implant #block_4 .vc_column-inner {
    min-height: 600px;
  }
  .page-implant #block_4 .text-left-in-grid {
    width: auto;
    padding: 80px 10px 0 0;
  }
  .page-implant #block_4 h3 {
    font-size: 32px;
    line-height: 34px;
  }
  .page-pedia #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-pedia #block_0 .text-left-in-grid {
    width: auto;
    padding: 70px 30px 0 40px !important;
  }
  .page-pedia #block_0 .text-left-in-grid p br {
    display: none !important;
  }
  .page-pedia #block_0 h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .page-pedia #block_2 .vc_column-inner {
    min-height: 400px;
  }
  .page-pedia #block_2 .text-right-in-grid {
    width: auto;
    padding: 80px 20px 0 40px !important;
  }
  .page-pedia #block_3 .vc_column-inner {
    min-height: 550px;
  }
  .page-pedia #block_3 .vc_custom_1510319154927 {
    background: #9dac4a url("") !important;
  }
  .page-pedia #block_3 .text-left-in-grid {
    width: auto;
    padding: 80px 20px 0 40px !important;
  }
  .page-pedia #block_3 .text-right-in-grid {
    width: auto;
    padding: 80px 20px 0 40px !important;
  }
  .page-pedia #block_4 .vc_column-inner {
    min-height: 400px;
  }
  .page-pedia #block_4 .vc_col-sm-6 {
    width: 400px;
  }
  .page-pedia #block_4 .vc_col-sm-3 {
    width: calc(50% - 200px);
  }
  .page-pedia #block_4 .text-right-in-grid {
    width: auto;
    padding: 40px !important;
  }
  .page-pedia #block_5 iframe {
    width: 380px !important;
    height: 230px !important;
  }
  .page-pedia #block_5 .wpb_single_image {
    display: none;
  }
  .page-ortod #trat_menu a {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .page-ortod #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-ortod #block_0 .text-right-in-grid {
    width: auto;
    padding: 60px 30px 0 20px !important;
  }
  .page-ortod #block_0 h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .page-ortod #block_2a .vc_custom_1510274104078 {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .page-ortod #block_2b .vc_col-sm-3 {
    width: 33%;
  }
  .page-ortod #block_2b .vc_col-sm-3:nth-child(3) .wpb_text_column {
    padding-top: 365px;
  }
  .page-ortod #block_3 .vc_column-inner {
    min-height: 400px;
  }
  .page-ortod #block_3 .text-right-in-grid {
    width: auto;
    padding: 80px 10px 0 0;
  }
  .page-ortod #block_3 .text-right-in-grid a {
    font-size: 11px;
  }
  .page-ortod #block_3 img {
    padding-top: 0;
  }
  .page-ortod #block_6 .vc_column-inner {
    min-height: 600px;
  }
  .page-ortod #block_6 .text-left-in-grid,
  .page-ortod #block_6 .text-right-in-grid {
    width: auto;
    padding: 80px 20px 0 20px !important;
  }
  .page-ortod #block_8 .vc_column-inner {
    min-height: 450px;
  }
  .page-ortod #block_8 .text-left-in-grid {
    width: auto;
    padding: 70px 10px 40px 0;
  }
  .page-ortod #block_8 img {
    padding-top: 50px;
  }
  .page-ortog #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-ortog #block_0 .text-left-in-grid {
    width: auto;
    padding: 70px 30px 0 40px !important;
  }
  .page-ortog #block_0 .text-left-in-grid p br {
    display: none !important;
  }
  .page-ortog #block_0 h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .page-sedacion #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-sedacion #block_0 .text-right-in-grid {
    width: auto;
    padding: 120px 30px 0 40px !important;
  }
  .page-sedacion #block_0 h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .page-sedacion #block_2 .vc_column-inner {
    min-height: 400px;
  }
  .page-sedacion #block_2 .text-left-in-grid {
    width: auto;
    padding: 120px 0 0 40px !important;
  }
  .page-casos .container_inner {
    width: 700px;
  }
  .page-casos #block_0 h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .page-casos #block_search > p {
    font-size: 14px;
    line-height: 19px;
  }
  .page-casos .searchandfilter input[type=text], .page-casos .searchandfilter select {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .page-casos .searchandfilter select option {
    min-height: 0;
    height: 20px !important;
  }
  .page-casos .item.horizontal, .page-casos .item.horizontal div {
    height: 115px;
  }
  .caso-single {
    width: 100%;
    padding: 0 30px;
  }
  .caso-single .cats-descrip {
    width: 40%;
  }
  .caso-single .before-after {
    width: 50%;
  }
  .caso-single .galeria {
    width: 100%;
    margin: 5% 0 5% 3%;
  }
  .caso-single .galeria li {
    width: 20% !important;
    margin: 0 2% 2% 0 !important;
  }
  .page-contacto .vc_col-sm-6 {
    width: 100%;
  }
  .page-contacto .vc_col-sm-6:first-of-type .wpb_single_image img {
    width: 110%;
    max-width: 110%;
    margin-bottom: 50px;
  }
  .page-contacto .vc_col-sm-6.fadeIn {
    padding-left: 20px;
  }
  .page-contacto .vc_col-sm-6.fadeIn .vc_row {
    margin-top: 50px;
  }
}
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  .grid_section .section_inner,
  .container_inner,
  .slider_content_outer {
    width: 100% !important;
    max-width: 100% !important;
  }
  .grid_section .section_inner,
  .container_inner {
    padding: 0 40px;
    box-sizing: border-box;
  }
  #back_to_top {
    display: none;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .mobile-align-center {
    text-align: center;
  }
  .with-more-padding-right {
    padding-right: 0;
  }
  h1 {
    font-size: 40px;
    line-height: 43px;
  }
  h2 {
    font-size: 38px;
    line-height: 41px;
  }
  h4 {
    font-size: 26px;
    line-height: 30px;
  }
  header .header_bottom {
    padding: 0 30px;
  }
  header .header_bottom .q_logo a {
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .popup_menu_holder .popup_menu_holder_inner {
    padding-left: 0;
  }
  .popup_menu_holder nav.popup_menu {
    padding: 110px 0 0 0;
  }
  .popup_menu_holder nav.popup_menu ul li {
    line-height: 20px !important;
  }
  .popup_menu_holder nav.popup_menu ul li a {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center !important;
  }
  .popup_menu_holder nav.popup_menu ul li a span {
    font-size: 18px !important;
  }
  .popup_menu_holder nav.popup_menu ul.sub_menu {
    position: relative;
    top: auto;
    margin: 0 !important;
    padding-bottom: 25px;
  }
  .popup_menu_holder .popup_menu_widget_holder {
    width: 100%;
    top: 400px;
  }
  .popup_menu_holder .popup_menu_widget_holder .textwidget {
    text-align: center !important;
  }
  .popup_menu_holder .popup_menu_widget_holder .textwidget a.network {
    display: inline-block;
  }
  .popup_menu_holder .popup_menu_widget_holder .textwidget a.network:after {
    content: " | ";
    display: inline-block;
    padding: 0 5px 0 8px;
  }
  .popup_menu_holder .popup_menu_widget_holder .textwidget a.network:last-of-type:after,
  .popup_menu_holder .popup_menu_widget_holder .textwidget a.network + br {
    display: none;
  }
  .popup_menu_holder .popup_menu_widget_holder .textwidget p:last-of-type {
    margin-top: 10px;
  }
  footer .footer_top {
    padding: 20px 0 80px 0 !important;
    text-align: center;
  }
  footer .footer_top .four_columns > div {
    width: 100%;
    margin-bottom: 0 !important;
  }
  footer .footer_top .four_columns > div .column_inner {
    padding: 0;
  }
  footer .footer_top .four_columns > div .column_inner > div {
    margin: 0 !important;
  }
  footer .footer_top .column1 {
    position: absolute;
    width: 90% !important;
    bottom: -40px;
  }
  footer .footer_top .column1 br,
  footer .footer_top .column2 br {
    display: none !important;
  }
  .home #scene .centered {
    margin: 50% 0 0 0;
  }
  .home h1 {
    font-size: 40px;
    line-height: 43px;
  }
  .page-present #block_0 {
    background-position: 50% 0 !important;
    background-size: cover !important;
  }
  .page-present #block_2 .wpb_text_column,
  .page-present #block_3 .wpb_text_column,
  .page-present #block_4 .wpb_text_column {
    width: 80%;
    padding: 10% !important;
  }
  .page-present #block_3 .wpb_single_image {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .page-present #block_3 h4:before {
    margin: -10px 0 0 220px !important;
  }
  .page-present #block_4 .vc_col-sm-6 {
    margin-left: 0 !important;
  }
  .page-present #block_4 h4:before {
    margin: -50px 0 0 220px !important;
  }
  .page-present #block_4 img {
    display: none;
  }
  .page-present #block_5b .section_inner_margin {
    margin-top: -570px;
  }
  .page-present #block_5b .with-more-padding-right {
    padding-right: 50px !important;
  }
  .page-present #info .info-content {
    box-sizing: border-box;
    width: 300px;
    height: 60%;
    margin: 15% auto 0 auto;
    padding: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-present #info .info-content .close-bt {
    margin: -70px -40px 0 0;
  }
  .page-equipo #block_0 .vc_column-inner {
    min-height: 400px;
  }
  .page-equipo #block_0 .text-left-in-grid {
    padding: 90px 20px 0 20px;
  }
  .page-equipo #block_1 .vc_col-sm-4 {
    width: 100% !important;
  }
  .equipo .equipo-item {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  .equipo .equipo-item .foto img {
    margin-left: 0 !important;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .equipo .equipo-item .data {
    text-align: center;
  }
  .equipo .equipo-item .data a.line-link:last-of-type {
    margin-right: 0;
  }
  .equipo .equipo-item .cv-wrapper {
    position: relative;
    height: 670px;
    margin-top: -670px;
  }
  .equipo .equipo-item .cv-wrapper .cv {
    width: 100%;
    height: 670px;
    margin: 0 !important;
    padding: 20px;
    background-color: #111;
  }
  .equipo .equipo-item .cv-wrapper .cv .close-bt {
    margin: 0;
  }
  .equipo .equipo-item .cv-wrapper .cv .foto-wrapper {
    height: 100px;
    overflow: hidden;
    text-align: center;
  }
  .equipo .equipo-item .cv-wrapper .cv img {
    width: 80px;
    margin: 0 auto;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper {
    padding: 20px 0 0 0;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper h5,
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper h5 + div {
    display: none;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper * {
    color: #fff;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper h6 {
    margin-top: 0;
    line-height: 20px;
    text-align: center;
  }
  .equipo .equipo-item .cv-wrapper .cv .cv-text-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }
  .page-clinica #block_0 .vc_parallax {
    width: 100%;
    min-height: 200px !important;
  }
  .page-clinica #block_0 .text-right-in-grid {
    width: auto;
    padding: 50px 0 30px 20px !important;
  }
  .page-clinica #block_1 .vc_column-inner,
  .page-clinica #block_2 .vc_column-inner,
  .page-clinica #block_3 .vc_column-inner,
  .page-clinica #block_4 .vc_column-inner,
  .page-clinica #block_6 .vc_column-inner {
    min-height: 260px;
  }
  .page-clinica #block_1 .vc_col-sm-4 {
    display: none;
  }
  .page-clinica #block_3 .text-right-in-grid {
    width: auto;
    padding: 40px 30px !important;
  }
  .page-clinica #block_3 .text-right-in-grid h3 {
    font-size: 28px;
    line-height: 31px;
  }
  .page-tecno #tecno_menu {
    display: none;
  }
  .page-tecno #block_0 .vc_col-sm-8 {
    width: 100% !important;
  }
  .page-tecno #block_0 .text-right-in-grid {
    width: auto;
    margin-left: 0;
    padding: 40px !important;
  }
  .page-tecno #block_1 {
    margin-top: 0 !important;
  }
  .page-tecno #block_1 .text-left-in-grid {
    width: auto;
    padding: 40px !important;
  }
  .page-tecno #block_3 .vc_col-sm-6 {
    min-height: 0 !important;
    padding: 30px;
  }
  .page-tecno #block_3 .vc_col-sm-6 img {
    padding-top: 0;
  }
  .page-tecno #block_3 .text-right-in-grid {
    padding: 0 !important;
  }
  .page-tecno #block_4 .text-left-in-grid {
    width: auto;
    padding: 40px !important;
  }
  .page-tecno #block_5 .vc_col-sm-6 {
    padding: 0;
  }
  .page-tecno #block_5 img {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .page-tecno #block_5 .text-right-in-grid {
    width: auto;
    padding: 40px !important;
  }
  .page-tecno #block_5 .text-right-in-grid p {
    margin-top: 0;
  }
  .page-tecno #block_6 .vc_col-sm-6 {
    min-height: 0 !important;
    padding: 30px;
  }
  .page-tecno #block_6 .vc_col-sm-6 img {
    padding-top: 0;
  }
  .page-tecno #block_6 .text-right-in-grid {
    padding: 0 !important;
  }
  .page-tecno #block_7 {
    background-size: 100% !important;
  }
  #trat_menu {
    display: none !important;
  }
  .page-maxilo #block_0 .vc_column-inner {
    min-height: 250px;
  }
  .page-maxilo #block_0 .text-right-in-grid {
    width: auto;
    padding: 30px 30px 30px 25px !important;
  }
  .page-maxilo #block_1 .vc_col-sm-6:first-of-type {
    width: 100%;
  }
  .page-maxilo #block_1 .vc_col-sm-6:last-of-type {
    width: 100%;
    margin-top: 30px;
  }
  .page-maxilo #block_1 .vc_col-sm-6:last-of-type p:last-of-type,
  .page-maxilo #block_1 .vc_col-sm-6:last-of-type hr:last-of-type {
    display: none;
  }
  .page-estetica #block_3 {
    background-size: cover;
    background-position: -100px 0 !important;
  }
  .page-estetica #block_3 .vc_col-sm-6:first-of-type {
    display: none;
  }
  .page-estetica #block_4 .text-right-in-grid {
    padding: 30px 30px 0 30px !important;
  }
  .page-estetica #block_5 .vc_col-sm-6 {
    min-height: 0 !important;
    padding: 30px;
  }
  .page-estetica #block_5 .vc_col-sm-6 img {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .page-estetica #block_5 .vc_column-inner {
    min-height: 140px;
  }
  .page-estetica #block_5 .text-right-in-grid {
    padding: 0 !important;
  }
  .page-estetica #block_6 .vc_column-inner {
    min-height: 1px;
  }
  .page-estetica #block_6 img {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .page-estetica #block_6 .text-left-in-grid {
    padding: 50px 20px;
  }
  .page-implant #block_0 .text-right-in-grid {
    padding: 60px 30px 30px 20px !important;
  }
  .page-implant #block_1 {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }
  .page-implant #block_3 .vc_col-sm-6 {
    min-height: 0 !important;
    padding: 30px;
  }
  .page-implant #block_3 .vc_col-sm-6 img {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .page-implant #block_3 .vc_column-inner {
    min-height: 140px;
  }
  .page-implant #block_3 .text-right-in-grid {
    padding: 0 !important;
  }
  .page-pedia #block_1 .text-left-in-grid {
    padding-left: 0 !important;
  }
  .page-pedia #block_1 .text-left-in-grid p:first-of-type {
    margin-top: 0;
  }
  .page-pedia #block_4 .vc_col-sm-3 {
    display: none;
  }
  .page-pedia #block_4 .text-right-in-grid {
    padding: 40px 100px 40px 40px !important;
  }
  .page-pedia #block_5 iframe {
    width: 100% !important;
    height: 230px !important;
  }
  .page-ortod #block_0 .vc_column-inner {
    min-height: 300px;
  }
  .page-ortod #block_0 .text-right-in-grid {
    width: auto;
    padding: 60px 30px 30px 20px !important;
  }
  .page-ortod #block_0 h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .page-ortod #block_1 {
    margin-top: 0 !important;
    padding: 40px 0 !important;
  }
  .page-ortod #block_1 .centered {
    width: auto;
  }
  .page-ortod #block_2a .vc_col-sm-8 {
    display: none;
  }
  .page-ortod #block_2b .vc_col-sm-3 {
    width: 100%;
    padding-right: 40px;
  }
  .page-ortod #block_2b .vc_col-sm-3 .wpb_text_column {
    padding-top: 0 !important;
  }
  .page-ortod #block_3 .vc_column-inner {
    min-height: 300px;
  }
  .page-ortod #block_3 .text-right-in-grid {
    width: auto;
    padding: 30px !important;
  }
  .page-ortod #block_3 .text-right-in-grid a {
    font-size: 9px;
  }
  .page-ortod #block_3 img {
    margin: 0 25px 0 0 !important;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .page-ortod #block_6 .vc_column-inner {
    min-height: 600px;
  }
  .page-ortod #block_6 .text-left-in-grid,
  .page-ortod #block_6 .text-right-in-grid {
    width: auto;
    padding: 80px 20px 0 20px !important;
  }
  .page-ortod #block_7 .wpb_single_image:first-of-type {
    display: none;
  }
  .page-ortod #block_8 .vc_column-inner {
    min-height: 450px;
  }
  .page-ortod #block_8 .text-left-in-grid {
    width: auto;
    padding: 70px 10px 40px 0;
  }
  .page-ortod #block_8 img {
    padding-top: 50px;
  }
  .page-ortog #block_0 .vc_column-inner {
    min-height: 320px;
  }
  .page-ortog #block_0 .text-left-in-grid {
    padding: 30px 30px 0 40px !important;
  }
  .page-sedacion #block_2 .vc_column-inner {
    min-height: 200px !important;
  }
  .page-sedacion #block_2 .text-left-in-grid {
    padding-top: 40px !important;
  }
  .page-casos .page_container_inner {
    padding: 0 30px !important;
  }
  .page-casos #block_0 {
    width: 100%;
  }
  .page-casos #block_search {
    width: 100%;
    padding-top: 0;
  }
  .page-casos #block_search li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .casos .item {
    width: 49% !important;
  }
  .casos .item div {
    width: 100% !important;
  }
  .casos .item.horizontal {
    height: 90px;
  }
  .casos .item.horizontal div {
    height: 90px;
  }
  .casos .item.horizontal img {
    margin-top: 0 !important;
  }
  .caso-single {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .caso-single .bt-back {
    padding-bottom: 30px;
  }
  .caso-single .cats-descrip {
    width: 100%;
  }
  .caso-single .cats-descrip a {
    display: inline-block;
    font-size: 13px;
  }
  .caso-single .cats-descrip a:after {
    content: " / ";
    display: inline-block;
    padding: 0 5px;
  }
  .caso-single .cats-descrip a:last-of-type:after {
    display: none;
  }
  .caso-single .cats-descrip .txt {
    font-size: 13px;
    line-height: 18px;
  }
  .caso-single .before-after {
    width: 100%;
    margin-top: 30px;
  }
  .caso-single .galeria li {
    width: 48% !important;
  }
  .page-contacto .page_container_inner {
    padding-top: 0 !important;
  }
  .page-contacto #block_1 {
    padding-top: 0;
  }
  .page-contacto h1 {
    margin-top: 40px;
  }
  .page-contacto h2 {
    font-size: 36px;
  }
  .page-contacto .vc_col-sm-6 .vc_col-sm-6 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .page-contacto .vc_col-sm-6 .vc_col-sm-6:last-of-type {
    width: 55%;
  }
  .page-contacto .social {
    padding-right: 30px;
  }
}
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
@media screen and (max-width: 350px) {
  .grid_section .section_inner,
  .container_inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-ortod #block_2b .section_inner_margin {
    margin-top: -880px;
  }
  .page-ortod #block_2b .section_inner_margin .vc_column-inner {
    padding-right: 0;
  }
  .casos .item {
    width: 48.5% !important;
  }
}
