body {
  background: #ffffff;
  color: #666769;
  font-family: "Averta Regular";
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0 0 20px 0;
  font-family: "Averta Bold Italic";
  color: #000000;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #d1986b;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
strong,
b {
  font-weight: normal;
  font-family: "Averta Bold Italic";
}
.container-in {
  max-width: 1100px;
  margin: 0 auto;
}
.row {
  margin: 0 !important;
}
*:focus {
  outline: none;
}
.hover {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.grecaptcha-badge {
  display: none;
}
.wrap {
  display: table;
  margin: 0 auto;
}
.wrap .ico {
  float: left;
  margin: 0 17px 0 0;
}
.wrap .text {
  float: left;
}
.form-wrap input,
.form-wrap textarea,
.form-wrap select {
  width: 100%;
  border: 0;
  padding: 10px;
  background: #ffffff;
  height: 32px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000;
  font-family: "Roboto Bold";
}
.form-wrap input::-webkit-input-placeholder,
.form-wrap textarea::-webkit-input-placeholder,
.form-wrap select::-webkit-input-placeholder {
  color: #000000;
}
.form-wrap input::-moz-placeholder,
.form-wrap textarea::-moz-placeholder,
.form-wrap select::-moz-placeholder {
  color: #000000;
}
.form-wrap input:-ms-input-placeholder,
.form-wrap textarea:-ms-input-placeholder,
.form-wrap select:-ms-input-placeholder {
  color: #000000;
}
.form-wrap input:-moz-placeholder,
.form-wrap textarea:-moz-placeholder,
.form-wrap select:-moz-placeholder {
  color: #000000;
}
.form-wrap select {
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../../images/select.svg) #ffffff 95% center no-repeat;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
}
.form-wrap textarea {
  height: 100px;
}
.btn-g {
  background: #ffffff;
  color: #000000;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
  transition-timing-function: cubic-bezier(0.75,0,0.125,1);
  width: 182px;
  height: 45px;
  display: block;
  padding: 15px 10px;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.btn-g::before,
.btn-g::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}
.btn-g::before {
  content: "";
  background: #c48153;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
  transition-timing-function: cubic-bezier(0.75,0,0.125,1);
}
.btn-g::after {
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.btn-g:hover,
.btn-g:focus {
  color: #c48153;
}
.btn-g:hover::before,
.btn-g:focus::before {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn-g.hoverlineblack::before {
  background: #000000;
}
.btn-g.btn-bluelight {
  background: #c9e5e2;
}
.btn-g.btn-bluelight::after {
  background: #c9e5e2;
}
.btn-g.btn-bluelight:hover::after {
  background: #ffffff;
}
header {
  width: 100%;
}
header img.logo {
  width: 70px;
  margin: 20px;
}
header .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .outer-menu {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 3;
}
header .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  margin: 0;
}
header .outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
header .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
header .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  width: 22px;
}
header .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
header .outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
header .outer-menu .checkbox-toggle:checked ~ .menu > div {
  width: 862px;
  transition-duration: 0.75s;
}
header .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
header .outer-menu .checkbox-toggle:hover + .hamburger {
  -webkit-box-shadow: 0px 0px 0px 5px #ffffff;
  -moz-box-shadow: 0px 0px 0px 5px #ffffff;
  box-shadow: 0px 0px 0px 5px #ffffff;
}
header .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
header .outer-menu .hamburger {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  background: #c9e5e2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}
header .outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #d1986b;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .outer-menu .hamburger > div:before,
header .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  right: 0;
  width: 11px;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
header .outer-menu .hamburger > div:after {
  top: 8px;
  width: 27px;
}
header .outer-menu .menu {
  top: 30px;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  position: fixed;
}
header .outer-menu .menu > div {
  width: 0;
  max-height: 50px;
  color: #fefefe;
  background: #d5eae8;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: all 0.4s ease;
  flex: none;
  backface-visibility: hidden;
  overflow: hidden;
  position: absolute;
  right: 80px;
}
header .outer-menu .menu > div > div {
  text-align: center;
  max-width: 100%;
  max-height: 50px;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
  text-transform: uppercase;
  font-size: 12px;
}
header .outer-menu .menu > div > div > ul > li {
  padding: 0;
  font-size: 12px;
  float: left;
}
header .outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #000000;
  padding: 17px 26px;
  margin: 0 9px;
}
header .outer-menu .menu > div > div > ul > li > a:hover {
  color: #c48153;
}
header .outer-menu .menu > div > div > ul > li > a:hover:after,
header .outer-menu .menu > div > div > ul > li > a:hover::before {
  opacity: 10;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .outer-menu .menu > div > div > ul > li > a:after,
header .outer-menu .menu > div > div > ul > li > a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #c48153;
  top: 25px;
  opacity: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .outer-menu .menu > div > div > ul > li > a:after {
  left: 0;
}
header .outer-menu .menu > div > div > ul > li > a::before {
  right: 0;
}
header .outer-menu .menu > div > div > ul > li.active a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #c48153;
}
header .outer-menu .menu > div > div > ul > li.active a:after,
header .outer-menu .menu > div > div > ul > li.active a::before {
  opacity: 10;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .outer-menu .idioma-wrap {
  background: #c9e5e2;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 50px;
  width: 165px;
  margin: 0 30px 0 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  border: solid 3px #ffffff;
}
header .outer-menu .idioma-wrap a {
  color: #666769;
}
header .outer-menu .idioma-wrap a.active_idioma,
header .outer-menu .idioma-wrap a:hover {
  color: #000000;
}
header .outer-menu .idioma-wrap span {
  color: #A1C9C5;
  margin: 0 10px;
}
.whatsappon {
  position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 0;
}
.showcase {
  position: relative;
  padding: 0 0 0 173px;
}
.showcase .slider-home {
  margin: 0;
}
.showcase .slider-home .item img {
  width: 100%;
}
.showcase .slider-home .item .container-int {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
  bottom: 60px;
  width: 100%;
  padding: 0 60px;
}
.showcase .slider-home .item .container-int h3 {
  font-size: 45px;
  line-height: 53px;
  color: #ffffff;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -webkit-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -moz-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  width: 68%;
}
.showcase .slider-home .item .container-int h3 span {
  display: block;
  clear: both;
}
.showcase .slider-home .slick-dots {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.showcase .slider-home .slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}
.showcase .slider-home .slick-dots li button {
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 12px;
  width: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.showcase .slider-home .slick-dots li button::before {
  display: none;
}
.showcase .slider-home .slick-dots li.slick-active button,
.showcase .slider-home .slick-dots li:hover button {
  background: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.showcase .appointment-wrap {
  position: absolute;
  z-index: 5;
  right: 60px;
  bottom: 60px;
}
.showcase .appointment-wrap .ico-phone {
  text-align: right;
  margin: 0 0 18px 0;
}
.showcase .appointment-wrap .info a {
  background: #ffffff;
  width: 323px;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #000000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 12px 0;
  -webkit-box-shadow: 0px 0px 0px 5px transparent;
  -moz-box-shadow: 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 5px transparent;
}
.showcase .appointment-wrap .info a p {
  margin: 0;
}
.showcase .appointment-wrap .info a .col.one p {
  float: left;
  margin: 0 15px 0 0;
}
.showcase .appointment-wrap .info a .col.one img {
  float: left;
}
.showcase .appointment-wrap .info a .col.two {
  padding: 0;
}
.showcase .appointment-wrap .info a:hover {
  background: #c9e5e2;
  -webkit-box-shadow: 0px 0px 0px 5px #ffffff;
  -moz-box-shadow: 0px 0px 0px 5px #ffffff;
  box-shadow: 0px 0px 0px 5px #ffffff;
}
.showcase .bar-menu {
  width: 173px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
  height: 100%;
  text-align: center;
}
.showcase .bar-menu .logo {
  width: 130px;
  margin: 0 auto;
  padding: 0 10px;
}
.showcase .bar-menu .title {
  font-size: 13px;
  line-height: 15px;
  margin: 30px 0;
  text-transform: uppercase;
}
.showcase .bar-menu .list .item {
  margin: 0 0 45px 0;
  position: relative;
}
.showcase .bar-menu .list .item a:hover h3 {
  color: #d1986b;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.showcase .bar-menu .list .item .img {
  margin: 0 0 15px 0;
}
.showcase .bar-menu .list .item .img img {
  width: 35px;
}
.showcase .bar-menu .list .item h3 {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Averta Regular";
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.showcase .bar-menu .list .item .sub-menu {
  position: absolute;
  background: #ffffff;
  right: -449px;
  width: 400px;
  padding: 30px;
  border-radius: 5px;
  text-align: left;
  top: 0;
  opacity: 0;
  z-index: -5;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.showcase .bar-menu .list .item .sub-menu h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  font-family: "Averta Bold Italic";
}
.showcase .bar-menu .list .item .sub-menu h4 {
  font-size: 13px;
  margin: 0 0 25px 0;
}
.showcase .bar-menu .list .item .sub-menu ul {
  padding: 0;
  list-style: none;
  margin: 0 0 8px 0;
  font-size: 12px;
}
.showcase .bar-menu .list .item .sub-menu ul li {
  margin: 0 0 25px 0;
}
.showcase .bar-menu .list .item .sub-menu ul li a {
  color: #000000;
}
.showcase .bar-menu .list .item .sub-menu ul li a:hover {
  color: #c48153;
}
.showcase .bar-menu .list .item .sub-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 26px solid #ffffff;
  left: -25px;
  top: 8%;
}
.showcase .bar-menu .list .item:hover > .sub-menu {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 10;
  z-index: 5;
}
.home-one {
  background: #e3f3f1;
  padding: 118px 0;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.home-one .col.one {
  border-top: solid 2px #c9e5e2;
  padding: 28px 0 0 0;
}
.home-one .col.one h3 {
  font-family: "Averta Regular";
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.home-one .col.one .btn-g {
  margin: 30px 0 0 0;
}
.home-one .col.one .controlers {
  margin: 120px 0 0 0;
}
.home-one .col.one .controlers .controler-slider {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: inline-block !important;
}
.home-one .col.one .controlers .controler-slider.slick-prev-two {
  background: url(../../images/left.svg) center center no-repeat;
}
.home-one .col.one .controlers .controler-slider.slick-next-two {
  background: url(../../images/right.svg) center center no-repeat;
}
.home-one .slider-two-wrap {
  position: absolute;
  top: 118px;
  right: -11%;
  width: 70%;
}
.home-one .slider-two-wrap .item {
  margin: 0 10px;
}
.home-one .slider-two-wrap .item a .img {
  overflow: hidden;
}
.home-one .slider-two-wrap .item a .description {
  background: #ffffff;
  padding: 20px;
  width: 80%;
  float: right;
  top: -50px;
  position: relative;
  z-index: 1;
}
.home-one .slider-two-wrap .item a .description h3 {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-one .slider-two-wrap .item a .description .col {
  padding: 0;
}
.home-one .slider-two-wrap .item a .description .col.category h4 {
  background: #f0f0f1;
  font-size: 10px;
  display: table;
  padding: 5px 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 8px 0 0 0;
  color: rgba(0,0,0,0.5);
  font-family: "Averta Regular";
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-one .slider-two-wrap .item a .description .col.more {
  text-align: right;
}
.home-one .slider-two-wrap .item a .description .col.more img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
  float: right;
}
.home-one .slider-two-wrap .item a img {
  width: 100%;
}
.home-one .slider-two-wrap .item a:hover .img img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.home-one .slider-two-wrap .item a:hover .description h3 {
  color: #c48153;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-one .slider-two-wrap .item a:hover .col.category h4 {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #e3f3f1;
  color: #000000;
}
.home-one .slider-two-wrap .item a:hover .col.more img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 -10px 0 0;
}
.three-home {
  background: url(../../images/bg-three.jpg);
  position: relative;
  z-index: 1;
  background-size: 58%;
  background-repeat: no-repeat;
}
.three-home .col.one {
  padding: 50px 20px 0 0;
  font-size: 16px;
}
.three-home .col.one h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Averta Regular";
  margin: 0 0 25px 0;
}
.three-home .col.two {
  background: #a95d3a;
  color: #ffffff;
  padding: 40px 0 40px 40px;
}
.three-home .col.two .title {
  margin: 0 0 55px 0;
}
.three-home .col.two h4 {
  color: #ffffff;
}
.three-home .col.two h3 {
  font-family: "Averta Regular";
  color: #ffffff;
  margin: 0 0 25px 0;
}
.three-home .col.two .btn-g {
  margin: 30px auto 0;
}
.three-home .container-in {
  position: relative;
  z-index: 2;
}
.three-home .container-in .btnplay {
  margin: 130px auto;
  display: table;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.three-home .container-in .btnplay svg circle {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.three-home .container-in .btnplay:hover {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.three-home .container-in .btnplay:hover svg circle {
  fill: #e3f3f1;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.three-home::before {
  content: "";
  background: linear-gradient(180deg,#ffffff 14.64%,rgba(255,255,255,0.308758) 62.47%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.three-home::after {
  content: "";
  background: #a95d3a;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
.four-home {
  position: relative;
  height: 430px;
  overflow: hidden;
}
.four-home .embed-responsive-16by9 {
  padding-bottom: 25%;
  height: 110%;
  width: 110%;
  top: -15px;
  left: -15px;
}
.four-home .container-in {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 25px;
}
.four-home .container-in .info-contact {
  width: 394px;
  height: 380px;
  padding: 8px;
  position: absolute;
  right: 0;
  background: rgba(255,255,255,0.95);
}
.four-home .container-in .info-contact .info-contact-int {
  padding: 24px 35px;
  line-height: 14px;
  color: #000000;
  position: relative;
}
.four-home .container-in .info-contact .info-contact-int .ico-waze {
  position: absolute;
  right: 0;
  top: 0;
}
.four-home .container-in .info-contact .info-contact-int .ico-waze img {
  width: 40px;
  height: 40px;
}
.four-home .container-in .info-contact .info-contact-int a {
  color: #000000;
}
.four-home .container-in .info-contact .info-contact-int a:hover {
  color: #d1986b;
}
.four-home .container-in .info-contact .info-contact-int .wrap {
  width: 100%;
}
.four-home .container-in .info-contact .info-contact-int .wrap .text {
  padding: 20px 0 0 0;
}
.four-home .container-in .info-contact .info-contact-int .wrap .ico {
  float: right;
  margin: 0;
}
.four-home .container-in .info-contact .info-contact-int .wrap .ico img {
  width: 40px;
  height: 40px;
}
.four-home .container-in .info-contact .info-contact-int .redes {
  margin: 0 0 15px 0;
  display: inline-block;
  clear: both;
  width: 100%;
}
.four-home .container-in .info-contact .info-contact-int .redes a {
  float: left;
  margin: 0 8px 0 0;
}
.four-home .container-in .info-contact .info-contact-int .redes a svg circle {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.four-home .container-in .info-contact .info-contact-int .redes a:hover svg circle {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  stroke: #a15e40;
}
.four-home .container-in .info-contact .info-contact-int h3 {
  font-size: 24px;
  font-family: "Averta Regular";
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.four-home .container-in .info-contact .info-contact-int h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.five-home {
  position: relative;
  padding: 40px 0;
}
.five-home .container-in {
  position: relative;
  z-index: 2;
}
.five-home .container-in h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 55px 0;
  font-family: "Averta Regular";
  text-transform: uppercase;
}
.five-home .container-in .col.one {
  color: #000000;
  padding: 0 80px 0 0;
}
.five-home .container-in .col.one p {
  margin: 0 0 27px 0;
}
.five-home .container-in .col.one h3 {
  text-align: left;
  font-size: 24px;
  margin: 0 0 45px 0;
}
.five-home .container-in .col.two {
  color: #000000;
  padding: 0 0 0 80px;
}
.five-home .container-in .col.two .item {
  margin: 0 0 15px 0;
}
.five-home .container-in .col.two p {
  margin: 0 0 15px 0;
}
.five-home .container-in .col.two .btn-g {
  float: right;
}
.five-home::before,
.five-home:after {
  content: "";
  width: 50%;
  height: 100%;
  z-index: 1;
  top: 0;
  position: absolute;
}
.five-home::before {
  background: #c9e5e2;
  left: 0;
}
.five-home::after {
  background: #e3f3f1;
  right: 0;
}
footer {
  padding: 20px 0;
  background: #060606;
  color: #ffffff;
}
footer .col.one img {
  width: 136px;
}
footer .col.two ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 50px 0 0 0;
}
footer .col.two ul li {
  display: inline-block;
  margin: 0 8px;
}
footer .col.two ul li a {
  color: #ffffff;
}
footer .col.two ul li a:hover {
  color: #a95d3a;
}
footer .col.two ul li.active a {
  color: #a95d3a;
}
footer .copy .container-in {
  border-top: solid 1px #c9e5e2;
  padding: 50px 0 0 0;
  margin: 50px auto 0;
}
footer .copy .container-in .col-copy.two {
  text-align: right;
  font-size: 12px;
  color: #8d8d8d;
}
footer .copy .container-in .col-copy.two a {
  color: #8d8d8d;
}
footer .copy .container-in .col-copy.two a:hover {
  color: #ffffff;
}
.page-home header img.logo {
  display: none;
}
.page-int .banner-category {
  position: relative;
}
.page-int .banner-category img {
  width: 100%;
}
.page-int .banner-category .title-banner {
  position: absolute;
  font-size: 24px;
  top: 0;
  text-align: center;
  margin: 10% auto 0 auto;
  color: #ffffff;
  width: 100%;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -webkit-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -moz-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  text-transform: uppercase;
  z-index: 2;
}
.page-int .banner-category .filter-wrap {
  width: 470px;
  background: #ffffff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
  bottom: -27px;
  z-index: 2;
  height: 55px;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.page-int .banner-category .filter-wrap .col.one {
  font-family: "Roboto Bold";
  color: #000000;
  padding: 18px 15px;
}
.page-int .banner-category .filter-wrap .col.one p {
  margin: 0;
}
.page-int .banner-category .filter-wrap .col.two {
  padding: 10px 15px;
}
.page-int .banner-category .filter-wrap .col.two select {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../../images/select.svg) #ffffff 95% center no-repeat;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  height: 35px;
  border: 2px solid #EAF4F3;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  width: 100%;
  color: rgba(0,0,0,0.5);
}
.page-int .banner-category::before {
  content: "";
  background: linear-gradient(180deg,rgba(164,96,65,0.05) 0%,rgba(164,85,65,0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
}
.page-int.category-page .content-category {
  margin: 60px 0 80px 0;
  background: #ffffff;
}
.page-int.category-page .content-category .container-in p {
  text-align: center;
}
.page-int.category-page .content-category .container-in .intro {
  text-align: center;
  padding: 0 120px;
}
.page-int.category-page .content-category .container-in .list-category {
  margin: 35px 0 0 0;
}
.page-int.category-page .content-category .container-in .list-category .col {
  width: 32%;
  margin: 15px 0 45px 0;
  background: #f8f8f8;
  padding: 30px 48px 48px 48px;
  border-radius: 5px;
}
.page-int.category-page .content-category .container-in .list-category .col .img {
  text-align: center;
  margin: 0 0 28px 0;
}
.page-int.category-page .content-category .container-in .list-category .col .img img {
  width: 36px;
}
.page-int.category-page .content-category .container-in .list-category .col h3 {
  text-align: center;
  margin: 0 0 23px 0;
  font-family: "Averta Regular";
  font-size: 13px;
}
.page-int.category-page .content-category .container-in .list-category .col .description .btn-g {
  margin: 0 auto;
  bottom: -20px;
  cursor: pointer;
  position: absolute;
  left: 85px;
}
.page-int.category-page .content-category .container-in .list-category .col.col-middle {
  margin: 15px 2% 45px 2%;
}
.page-int.category-page .content-category .container-in .info a {
  background: #ffffff;
  width: 323px;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #000000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 12px 0;
  border: solid 1px #c9e5e2;
  margin: 40px auto 0 auto;
}
.page-int.category-page .content-category .container-in .info a p {
  margin: 0;
}
.page-int.category-page .content-category .container-in .info a .col.one p {
  float: left;
  margin: 0 15px 0 0;
}
.page-int.category-page .content-category .container-in .info a .col.one img {
  float: left;
}
.page-int.category-page .content-category .container-in .info a .col.two {
  padding: 0;
}
.page-int.category-page .content-category .container-in .info a:hover {
  background: #c9e5e2;
}
.page-int.surgery-detail .banner-surgery-detail {
  margin: 0 0 60px 0;
}
.page-int.surgery-detail .banner-surgery-detail img {
  width: 100%;
}
.page-int.surgery-detail .content-surgery-detail {
  padding: 50px 0 0 0;
}
.page-int.surgery-detail .content-surgery-detail .col.one h4 {
  font-family: "Averta Regular";
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
.page-int.surgery-detail .content-surgery-detail .col.one .sub-details .one {
  font-size: 18px;
  color: #666769;
}
.page-int.surgery-detail .content-surgery-detail .col.one .sub-details .two {
  font-size: 20px;
  color: #000000;
  margin: 0 0 30px 0;
}
.page-int.surgery-detail .content-surgery-detail .col.two p {
  float: left;
  text-align: justify;
  margin: 0 0 25px 0;
}
.page-int.surgery-detail .slider-detail {
  padding: 80px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.page-int.surgery-detail .slider-detail .col.one {
  margin: 120px 0 0 0;
  padding: 0;
}
.page-int.surgery-detail .slider-detail .col.one .quotes {
  width: 8%;
  float: left;
}
.page-int.surgery-detail .slider-detail .col.one .quotes img {
  width: 100%;
}
.page-int.surgery-detail .slider-detail .col.one h3 {
  font-family: "Averta Bold Italic";
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  width: 92%;
  padding: 12px 0 0 10px;
}
.page-int.surgery-detail .slider-detail .col.one .controlers {
  margin: 150px 0 0 0;
  position: relative;
  overflow: hidden;
  float: right;
}
.page-int.surgery-detail .slider-detail .col.one .controlers .controler-slider {
  display: block !important;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  float: left;
  margin: 0 0 0 20px;
}
.page-int.surgery-detail .slider-detail .col.one .controlers .controler-slider.slick-prev-three {
  background: url(../../images/left.svg) center center no-repeat;
}
.page-int.surgery-detail .slider-detail .col.one .controlers .controler-slider.slick-next-three {
  background: url(../../images/right.svg) center center no-repeat;
}
.page-int.surgery-detail .slider-detail .col.two {
  padding: 0;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item {
  padding: 50px 0 0 30px;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item a {
  overflow: hidden;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item a .more {
  position: relative;
  width: 65px;
  height: 65px;
  background: url(../../images/sum.svg) center center no-repeat;
  bottom: 65px;
  opacity: 0;
  float: right;
  right: 25px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item a .more:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item:hover a .more {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  bottom: 95px;
  opacity: 1;
}
.page-int.surgery-detail .slider-detail::before {
  content: "";
  background: #e3f3f1;
  width: 100%;
  position: absolute;
  height: 300px;
}
.page-int.blog-category .container-in {
  position: relative;
  z-index: 2;
}
.page-int.blog-category .blog-featured {
  padding: 60px 0 50px 0;
  position: relative;
}
.page-int.blog-category .blog-featured .col {
  height: 360px;
  position: relative;
}
.page-int.blog-category .blog-featured .col a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 150px 25px;
}
.page-int.blog-category .blog-featured .col.one {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 3% 0 0;
  width: 65%;
}
.page-int.blog-category .blog-featured .col.one .description {
  background: transparent;
}
.page-int.blog-category .blog-featured .col.one .description h3 {
  color: #ffffff;
  font-size: 26px;
  text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -webkit-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
  -moz-text-shadow: 2px 3px 2px rgba(0,0,0,0.2);
}
.page-int.blog-category .blog-featured .col.two {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 31%;
}
.page-int.blog-category .blog-featured .col .description {
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding: 15px;
}
.page-int.blog-category .blog-featured .col .description h3 {
  font-size: 14px;
}
.page-int.blog-category .blog-featured .col .description .col-int {
  padding: 0;
}
.page-int.blog-category .blog-featured .col .description .col-int.category h4 {
  background: #f0f0f1;
  font-size: 10px;
  display: table;
  padding: 5px 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 8px 0 0 0;
  color: rgba(0,0,0,0.5);
  font-family: "Averta Regular";
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.blog-category .blog-featured .col .description .col-int.more {
  text-align: right;
}
.page-int.blog-category .blog-featured .col .description .col-int.more img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
  float: right;
}
.page-int.blog-category .blog-featured::before {
  content: "";
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  background: #e3f3f1;
  z-index: 1;
}
.page-int.blog-category .blog-list {
  position: relative;
}
.page-int.blog-category .blog-list .item {
  margin: 0 0 50px 0;
}
.page-int.blog-category .blog-list .item a .img {
  overflow: hidden;
  height: 260px;
}
.page-int.blog-category .blog-list .item a .img img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}
.page-int.blog-category .blog-list .item a .description {
  background: #f8f8f8;
  width: 100%;
  padding: 15px;
}
.page-int.blog-category .blog-list .item a .description h3 {
  font-size: 14px;
}
.page-int.blog-category .blog-list .item a .description .col {
  padding: 0;
}
.page-int.blog-category .blog-list .item a .description .col.category h4 {
  background: #f0f0f1;
  font-size: 10px;
  display: table;
  padding: 5px 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin: 8px 0 0 0;
  color: rgba(0,0,0,0.5);
  font-family: "Averta Regular";
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.blog-category .blog-list .item a .description .col.more {
  text-align: right;
}
.page-int.blog-category .blog-list .item a .description .col.more img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 38px;
  float: right;
}
.page-int.blog-category .blog-list .item a:hover .img img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.page-int.blog-category .blog-list .item a:hover .description h3 {
  color: #c48153;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-int.blog-category .blog-list .item a:hover .col.category h4 {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #e3f3f1;
  color: #000000;
}
.page-int.blog-category .blog-list .item a:hover .col.more img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 -10px 0 0;
}
.page-int.blog-category .blog-list::before {
  content: "";
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  background: #e3f3f1;
  z-index: 1;
}
.page-int.page-services-detail .top-services-detail {
  background: #e3f3f1;
  padding: 60px 0;
}
.page-int.page-services-detail .top-services-detail .wrap {
  display: block;
  font-size: 18px;
  margin: 0 0 0 20px;
}
.page-int.page-services-detail .top-services-detail .wrap a {
  color: #63798C;
}
.page-int.page-services-detail .top-services-detail .wrap a .text {
  padding: 8px 0 0 0;
}
.page-int.page-services-detail .top-services-detail .wrap a:hover {
  color: #b9734a;
}
.page-int.page-services-detail .top-services-detail .col {
  padding: 0;
}
.page-int.page-services-detail .services-detail-one .col.one {
  padding: 100px 0;
  font-size: 18px;
}
.page-int.page-services-detail .services-detail-one .col.one h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
  color: #63798C;
}
.page-int.page-services-detail .services-detail-one .col.two {
  position: relative;
  top: -161px;
}
.page-int.page-services-detail .services-detail-one .col.two .controlers {
  margin: 15px 0 0 0;
  text-align: center;
}
.page-int.page-services-detail .services-detail-one .col.two .controlers .controler-slider {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}
.page-int.page-services-detail .services-detail-one .col.two .controlers .controler-slider.slick-prev-two {
  background: url(../../images/left.svg) center center no-repeat;
}
.page-int.page-services-detail .services-detail-one .col.two .controlers .controler-slider.slick-next-two {
  background: url(../../images/right.svg) center center no-repeat;
}
.page-int.page-services-detail .services-detail-two {
  background: #f8f8f8;
  position: relative;
  padding: 0 0 40px 0;
}
.page-int.page-services-detail .services-detail-two .col.one {
  text-align: center;
  padding: 80px 0 0 0;
}
.page-int.page-services-detail .services-detail-two .col.one .ico {
  margin: 0 0 15px 0;
}
.page-int.page-services-detail .services-detail-two .col.one .ico img {
  width: 60px;
}
.page-int.page-services-detail .services-detail-two .col.one h3 {
  margin: 0 0 20px 0;
  font-family: "Averta Regular";
  text-transform: uppercase;
  font-size: 13px;
}
.page-int.page-services-detail .services-detail-two .col.one h4 {
  margin: 0 0 20px 0;
  color: #b9734a;
  text-transform: uppercase;
  font-size: 13px;
}
.page-int.page-services-detail .services-detail-two .col.one .btn-g {
  margin: 30px auto;
  font-size: 18px;
  padding: 11px 10px;
  width: 260px;
}
.page-int.page-services-detail .services-detail-two .col.two {
  padding: 0;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m {
  background: #e3f3f1;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-heading-m {
  font-size: 18px;
  font-family: "Averta Bold Italic";
  margin: 0;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-heading-m a {
  color: #63798C;
  padding: 35px 25px;
  display: block;
  background: url(../../images/more.svg) 95% center no-repeat;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-heading-m a:not(.collapsed),
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-heading-m a:focus {
  background: url(../../images/less.svg) 95% center no-repeat;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse {
  font-size: 15px;
  line-height: 16px;
  padding: 0 25px 25px 25px;
  position: relative;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse .panel-body {
  padding: 0;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse .btn-w {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse .more-b {
  opacity: 10;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse.in .more-b {
  opacity: 0;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m:nth-child(odd) {
  background: #e3f3f1;
}
.page-int.page-services-detail .services-detail-two .col.two .panel-default-m:nth-child(even) {
  background: #ffffff;
}
.page-int.page-services-detail .services-detail-two::after {
  content: "";
  width: 100%;
  height: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.modal-backdrop {
  background-color: #fff;
  opacity: 0.7;
}
.modalvideo .close {
  opacity: 10;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 40px;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Averta Regular";
}
.modalvideo .modal-dialog {
  width: 70%;
}
.modalvideo .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.modalvideo .modal-content .modal-body {
  padding: 0;
}
.modalgray .modal-dialog {
  width: 706px;
}
.modalgray .modal-dialog .closemodal {
  border: 0;
  background: url(../../images/clouse-modal.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
}
.modalgray .modal-dialog .modal-content {
  background-color: #f8f8f8;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 50px 70px;
}
.modalgray.modalservices .header-modal {
  width: 70%;
  margin: 0 auto 35px;
  display: table;
}
.modalgray.modalservices .header-modal .col {
  padding: 0;
}
.modalgray.modalservices .header-modal .col.img {
  margin: 0 20px 0 0;
  text-align: center;
}
.modalgray.modalservices .header-modal .col.img img {
  width: 36px;
}
.modalgray.modalservices .header-modal .col.title {
  padding: 5px 0 0 0;
}
.modalgray.modalservices .header-modal .col.title h3 {
  font-size: 20px;
  margin: 0;
  font-family: "Averta Regular";
}
.modalgray.modalservices .modal-int {
  background: #ffffff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 25px 60px;
}
.modalgray.modalservices .modal-int h4 {
  font-size: 12px;
  background: url(../../images/title-m.svg) left center no-repeat;
  padding: 8px 0 8px 30px;
}
.modalgray.modalservices .modal-int ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  font-size: 12px;
}
.modalgray.modalservices .modal-int ul li {
  margin: 0 0 20px 0;
}
.modalgray.modalservices .modal-int ul li a {
  color: #000000;
}
.modalgray.modalservices .modal-int ul li a:hover {
  color: #c48153;
}
.modalgray.modalcoffe .modal-dialog .modal-content {
  background: #a95d3a;
  color: #ffffff;
}
.modalgray.modalcoffe .modal-dialog .modal-content h3 {
  text-align: center;
  color: #ffffff;
}
.modalgray.modalcoffe .modal-dialog .modal-content p {
  text-align: center;
}
.modalgray.modalcoffe .modal-dialog .modal-content .formulario-wrap {
  margin: 20px 0 0 0;
}
.modalgray.modalcoffe .modal-dialog .modal-content .formulario-wrap .form-row {
  margin: 0 0 15px 0;
}
.modalgray.modalcoffe .modal-dialog .modal-content .formulario-wrap .btn-g {
  margin: 0 auto;
  display: table;
}
.modalgray.modalmorekeren .modal-dialog {
  width: 890px;
}
.modalgray.modalmorekeren .modal-dialog .morekeren h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 50px 0;
  font-family: "Averta Regular";
}
.modalgray.modalmorekeren .modal-dialog .morekeren .video-wrap {
  padding: 0 30px;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .biowrap {
  background: #e3f3f1;
  padding: 20px;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .biowrap img {
  float: left;
  margin: 0 25px 10px 0;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .trajectory {
  margin: 50px 0;
  font-size: 16px;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .trajectory ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .trajectory .logo {
  margin: 40px auto 0;
  display: block;
}
.modalgray.modalmorekeren .modal-dialog .morekeren .col-md-4 {
  margin-bottom: 30px;
}
.fancybox-nav span {
  width: 30px;
  height: 30px;
  background-size: 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-position: center !important;
}
.fancybox-prev {
  left: 0 !important;
  opacity: 0.6;
}
.fancybox-prev span {
  background-image: url(../../images/arrow-l.svg) !important;
}
.fancybox-prev:hover {
  opacity: 1;
}
.fancybox-next {
  right: 0 !important;
  opacity: 0.6;
}
.fancybox-next span {
  background-image: url(../../images/arrow-r.svg) !important;
}
.fancybox-next:hover {
  opacity: 1;
}
.fancybox-item span {
  width: 26px;
  height: 26px;
  background-size: 26px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
}
.fancybox-close {
  opacity: 0.6;
}
.fancybox-close span {
  background-image: url(../../images/close.svg) !important;
}
.fancybox-close:hover {
  opacity: 1;
}
.icons-wrap {
  display: none;
  padding: 0 0 15px 0;
}
.icons-wrap .col {
  text-align: center;
  margin: 20px 0;
}
.icons-wrap .col a {
  display: block;
  width: 100%;
  height: 100%;
}
.icons-wrap .col h4 {
  font-size: 13px;
  margin: 5px 0;
}
.icons-wrap .col .img {
  height: 60px;
  vertical-align: middle;
  display: table !important;
  margin: 0 auto;
}
.icons-wrap .col .img .img-int {
  vertical-align: middle;
  display: table-cell !important;
}
.icons-wrap .col .img .img-int img {
  width: 33px;
  margin: 0 auto;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
@media (max-width: 1440px) {
  .home-one .slider-two-wrap .item a .description {
    width: 100%;
    top: 0;
  }
  .showcase .slider-home .item .container-int h3 {
    width: 55%;
  }
}
@media (max-width: 1220px) {
  .showcase .bar-menu {
    width: 210px;
  }
  .showcase .bar-menu .list .item {
    margin: 0 0 5px 0;
  }
  .showcase .bar-menu .list .item h3 {
    font-size: 11px;
    margin: 0 0 10px 0;
  }
  .showcase .bar-menu .title {
    margin: 15px 0;
  }
  .showcase .bar-menu .logo {
    padding: 0;
  }
  .showcase .slider-home .item .container-int h3 {
    font-size: 35px;
    width: 45%;
  }
  .home-one {
    padding: 118px 20px 0 20px;
    min-height: 575px;
  }
  .three-home {
    padding: 0 20px;
    z-index: 1;
  }
  .five-home {
    padding: 40px 20px;
  }
  .page-int.blog-category .blog-featured {
    padding: 60px 20px;
  }
  .page-int.surgery-detail .slider-detail .col.one {
    padding: 0 20px 0 20px;
  }
  .page-int.page-services-detail .top-services-detail {
    padding: 60px 20px;
  }
  .page-int.page-services-detail .services-detail-one {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  header .outer-menu {
    position: absolute;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu {
    pointer-events: auto;
    visibility: visible;
    background: #2b2b2b;
    top: 0;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu >div {
    max-height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: block;
    background: transparent;
    width: 98%;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu >div >div {
    max-height: 100%;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu >div >div ul {
    padding: 25% 0;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu >div >div ul li {
    float: none;
  }
  header .outer-menu .checkbox-toggle:checked ~.menu >div >div ul li a {
    color: #ffffff;
  }
  header .outer-menu .idioma-wrap {
    font-size: 13px;
  }
  .showcase {
    padding: 0;
  }
  .showcase .slider-home .item .container-int {
    top: 40%;
    bottom: inherit;
    z-index: 2;
    text-align: center;
  }
  .showcase .slider-home .item .container-int h3 {
    font-size: 30px;
    width: 100%;
  }
  .showcase .slider-home .item::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.5);
  }
  .showcase img.logo-g {
    display: none;
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    width: 150px;
  }
  .showcase .appointment-wrap .info a {
    width: 280px;
    height: 42px;
    font-size: 13px;
    padding: 12px 0;
  }
  .showcase .appointment-wrap .ico-phone a img {
    width: 45px;
  }
  .bar-menu {
    padding: 50px 20px;
    overflow: hidden;
    display: none;
  }
  .bar-menu .title {
    text-align: center;
    margin: 0 0 50px 0;
  }
  .bar-menu .title br {
    display: none;
  }
  .bar-menu .list .item {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 100px;
    margin: 0 0 8px 0;
  }
  .bar-menu .list .item a .img {
    height: 55px;
    margin: 0 0 15px 0;
  }
  .bar-menu .list .item a .img img {
    width: 40px;
    margin: 0 auto;
  }
  .bar-menu .list .item a h3 {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Averta Regular";
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .bar-menu .list .item .sub-menu {
    display: none;
  }
  .home-one .col {
    float: left;
  }
  .home-one .col.one {
    width: 25%;
  }
  .home-one .col.two {
    width: 75%;
  }
  .home-one .slider-two-wrap .item a .description h3 {
    text-align: center;
  }
  .home-one .slider-two-wrap .item a .description .col {
    float: none;
    text-align: center;
    clear: both;
    width: 100%;
  }
  .home-one .slider-two-wrap .item a .description .col.category h4 {
    margin: 0 auto;
  }
  .home-one .slider-two-wrap .item a .description .col.more {
    margin: 15px 0 0 0;
  }
  .home-one .slider-two-wrap .item a .description .col.more img {
    float: none;
    margin: 0 auto;
  }
  .three-home .col {
    float: left;
  }
  .three-home .col.one {
    width: 58%;
    font-size: 14px;
  }
  .three-home .col.one .btnplay svg {
    width: 95px;
    height: 95px;
  }
  .three-home .col.two {
    width: 41%;
  }
  .four-home {
    height: 630px;
  }
  .five-home .container-in .col {
    float: left;
    width: 50%;
  }
  .five-home .container-in .col.one {
    padding: 0 20px 0 0;
  }
  .five-home .container-in .col.two {
    padding: 0 0 0 20px;
  }
  footer .col {
    float: left;
  }
  footer .col.one {
    width: 25%;
  }
  footer .col.two {
    width: 75%;
  }
  footer .col.two ul {
    font-size: 11px;
  }
  footer .col.two ul li {
    margin: 0 3px;
  }
  footer .col.two ul li:first-child {
    display: none;
  }
  footer .copy .container-in {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
  footer .copy .col-copy {
    float: none;
    width: 100%;
    text-align: center !important;
    font-size: 10px !important;
  }
  .modalgray .modal-dialog {
    width: 95%;
    margin: 10% auto;
  }
  .modalgray .modal-dialog .modal-content {
    padding: 50px 20px;
  }
  .modalgray .modal-dialog .modal-content h3 {
    font-size: 22px;
  }
  .modalgray.modalservices .header-modal .col.img {
    margin: 0;
  }
  .modalgray.modalservices .header-modal .col.title h3 {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .modalgray.modalservices .modal-int {
    padding: 25px 20px;
  }
  .modalgray.modalservices .modal-int ul {
    font-size: 10px;
  }
  .modalgray.modalservices .modal-int .col {
    float: left;
    width: 50%;
  }
  .page-int.category-page .content-category .container-in .list-category .col {
    float: left;
    padding: 20px 15px 0 15px;
  }
  .page-int .banner-category .filter-wrap {
    width: 95%;
  }
  .page-int .banner-category .filter-wrap .col {
    float: left;
  }
  .page-int .banner-category .filter-wrap .col.one {
    width: 16%;
  }
  .page-int .banner-category .filter-wrap .col.two {
    width: 83%;
  }
  .page-int.blog-category .blog-featured .col {
    float: left;
  }
  .page-int.blog-category .blog-list .row .item {
    float: left;
    width: 50%;
  }
  .page-int.blog-category .blog-list .row .item:last-child {
    float: none;
    width: 100%;
    clear: both;
  }
  .page-int.surgery-detail .slider-detail .col.one {
    float: left;
    width: 33%;
  }
  .page-int.surgery-detail .slider-detail .col.two {
    float: left;
    width: 66%;
  }
  .page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item {
    padding: 0 5px;
  }
  .page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item a .more {
    display: none;
  }
  .page-int.page-services-detail .top-services-detail {
    padding: 20px;
  }
  .page-int.page-services-detail .top-services-detail .wrap {
    font-size: 12px;
    margin: 0;
  }
  .page-int.page-services-detail .top-services-detail .wrap .text {
    padding: 13px 0 0 0;
  }
  .page-int.page-services-detail .services-detail-one {
    padding: 0 20px;
  }
  .page-int.page-services-detail .services-detail-one .col.one {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
  }
  .page-int.page-services-detail .services-detail-one .col.one h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
  .page-int.page-services-detail .services-detail-one .col.two {
    position: static;
    padding: 0 0 50px 0;
  }
  .page-int.page-services-detail .services-detail-one .col.two img {
    margin: 0 auto;
  }
  .page-int.page-services-detail .services-detail-two .col.one {
    padding: 30px 0 0 0;
  }
  .page-int.page-services-detail .services-detail-two .col.one .btn-g {
    font-size: 14px;
    padding: 7px 10px;
    width: 260px;
    clear: both;
    display: table;
  }
  .page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-heading-m {
    font-size: 15px;
  }
  .page-int.page-services-detail .services-detail-two .col.two .panel-default-m .panel-collapse {
    font-size: 13px;
  }
  .modalvideo .modal-dialog {
    width: 98%;
    margin: 8% auto;
  }
  .icons-wrap {
    display: block;
  }
  .icons-wrap .col {
    float: left;
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .btn-g {
    height: 35px;
    padding: 11px 10px;
    font-size: 11px;
  }
  header .outer-menu .hamburger {
    height: 40px;
    width: 40px;
    right: 0;
  }
  header .outer-menu .hamburger div::after {
    width: 15px;
  }
  header .outer-menu .idioma-wrap {
    height: 37px;
    width: 165px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 0;
  }
  header .outer-menu .checkbox-toggle {
    height: 40px;
    width: 40px;
    right: 0;
  }
  header .outer-menu .checkbox-toggle:checked+.hamburger>div {
    width: 22px;
  }
  header img.logo {
    width: 60px;
  }
  .showcase .appointment-wrap .info a {
    display: none;
  }
  .showcase .slider-home .item .container-int {
    padding: 0 20px;
  }
  .bar-menu h3 {
    font-size: 20px;
  }
  .bar-menu .list .item a h3 {
    font-size: 12px;
  }
  .home-one {
    padding: 40px 20px;
    height: auto;
  }
  .home-one .slider-two-wrap {
    position: static;
    width: 100%;
  }
  .home-one .col {
    float: none;
  }
  .home-one .col.one {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .home-one .col.one h3 {
    text-align: center;
    font-size: 18px;
  }
  .home-one .col.one .btn-g {
    margin: 40px auto 30px;
  }
  .home-one .col.one .controlers {
    margin: 20px;
    text-align: center;
  }
  .home-one .col.two {
    width: 100%;
  }
  .three-home {
    padding: 0;
    background-size: 112%;
  }
  .three-home .container-in .btnplay {
    margin: 30px auto;
  }
  .three-home .col {
    float: none;
    height: auto !important;
  }
  .three-home .col.one {
    width: 100%;
    padding: 40px 20px;
  }
  .three-home .col.one h3 {
    text-align: center;
    font-size: 18px;
  }
  .three-home .col.one .btnplay svg {
    width: 95px;
    height: 95px;
  }
  .three-home .col.two {
    padding: 40px 20px;
    width: 100%;
  }
  .three-home .col.two h3 {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 18px;
  }
  .three-home .col.two .btn-g {
    margin: 40px auto 0;
  }
  .three-home::after {
    display: none;
  }
  .three-home::before {
    background: rgba(255,255,255,0.9);
  }
  .four-home {
    height: auto;
  }
  .four-home .embed-responsive-16by9 {
    padding-bottom: 55%;
  }
  .four-home .container-in {
    position: static;
  }
  .four-home .container-in .info-contact {
    position: static;
    width: 100%;
  }
  .four-home .container-in .info-contact .info-contact-int .ico-waze {
    top: 15px;
    right: 15px;
  }
  .four-home .container-in .info-contact .info-contact-int h3 {
    text-align: center;
    font-size: 18px;
  }
  .five-home .container-in .col.one h3 {
    font-size: 18px;
  }
  footer .col {
    float: none;
    text-align: center;
  }
  footer .col.one {
    width: 100%;
  }
  footer .col.one img {
    width: 150px;
  }
  footer .col.two {
    width: 100%;
  }
  footer .col.two ul {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 10px;
  }
  footer .col.two ul li {
    margin: 0 3px;
    display: block;
    margin: 0 0 8px 0;
  }
  footer .col.two ul li:first-child {
    display: block;
  }
  .page-int .banner-category .filter-wrap {
    bottom: -46px;
  }
  .page-int .banner-category .title-banner {
    font-size: 22px;
  }
  .page-int.category-page .content-category {
    padding: 40px 20px;
    margin: 0;
  }
  .page-int.category-page .content-category .container-in .intro {
    padding: 0;
  }
  .page-int.category-page .content-category .container-in .list-category .col {
    float: none;
    width: 100%;
    padding: 15px;
    margin: 0 0 30px 0 !important;
  }
  .page-int.category-page .content-category .container-in .list-category .col .description {
    height: auto !important;
  }
  .page-int.category-page .content-category .container-in .info a {
    font-size: 12px;
    height: 38px;
    padding: 9px 0;
  }
  .page-int.blog-category .blog-featured .col {
    width: 100% !important;
    float: left;
    margin: 0 0 20px 0 !important;
  }
  .page-int.blog-category .blog-featured .col.one .description h3 {
    font-size: 22px;
    text-align: center;
  }
  .page-int.blog-category .blog-featured .col.one .description .col-int.category h4 {
    margin: 0 auto;
  }
  .page-int.blog-category .blog-list .item {
    margin: 0 0 20px 0;
  }
  .page-int.blog-category .blog-list .item a .img {
    height: auto;
  }
  .page-int.blog-category .blog-list .item a .img img {
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .page-int.blog-category .blog-list .item a .description .col.more {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .page-int.blog-category .blog-list .item a .description .col.more img {
    margin: 0 auto;
    display: block;
    width: 28px;
    height: 28px;
  }
  .page-int.surgery-detail .content-surgery-detail .col.one {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-int.surgery-detail .content-surgery-detail .col.one h4 {
    margin: 0 0 40px 0;
    font-size: 18px;
  }
  .page-int.surgery-detail .content-surgery-detail .col.one h4 br {
    display: none;
  }
  .page-int.surgery-detail .content-surgery-detail .col.one .sub-details {
    overflow: hidden;
  }
  .page-int.surgery-detail .content-surgery-detail .col.one .sub-details p {
    font-size: 12px !important;
    margin: 0 0 5px 0 !important;
  }
  .page-int.surgery-detail .content-surgery-detail .col.two {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .page-int.surgery-detail .content-surgery-detail .col.two p {
    columns: initial;
  }
  .page-int.surgery-detail .slider-detail .col {
    width: 100% !important;
    float: none !important;
  }
  .page-int.surgery-detail .slider-detail .col.one {
    margin: 0;
    overflow: hidden;
    padding: 20px;
  }
  .page-int.surgery-detail .slider-detail .col.one h3 {
    font-size: 13px;
  }
  .page-int.surgery-detail .slider-detail .col.one .controlers {
    display: block;
  }
  .page-int.surgery-detail .slider-detail .col.two .slider-three-wrap .item a .more {
    width: 30px;
    height: 30px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .controlers {
    display: block !important;
  }
}
@media (max-width: 620px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: bold;
    font-family: Helvetica;
    font-style: italic;
  }
  header img.logo {
    width: 50px;
    margin: 15px;
    display: block !important;
  }
  header .outer-menu {
    right: 15px;
    top: 20px;
  }
  header .outer-menu .idioma-wrap {
    height: 31px;
    width: 119px;
    font-size: 12px;
    padding: 4px 10px;
    margin: 4px 0 0 0;
  }
  .showcase img.logo-g {
    width: 115px;
    display: none;
  }
  .showcase .slider-home .item::before {
    display: none;
  }
  .showcase .slider-home .item .container-int {
    text-align: left;
    top: 65%;
  }
  .showcase .slider-home .item .container-int h3 {
    font-size: 15px;
    line-height: normal;
  }
  .showcase .appointment-wrap {
    right: 15px;
    bottom: 0;
  }
  .showcase .appointment-wrap .ico-phone a img {
    width: 35px;
  }
  .five-home .container-in .col {
    float: none;
    width: 100%;
  }
  .five-home .container-in .col.one {
    padding: 0;
  }
  .five-home .container-in .col.one h3 {
    text-align: center;
  }
  .five-home .container-in .col.two {
    padding: 0;
  }
  .modalgray.modalservices .modal-int ul li {
    margin: 0 0 5px 0;
  }
  .modalgray.modalservices .modal-int h4 {
    font-family: Helvetica;
    font-weight: bold;
    font-style: italic;
  }
  .modalgray.modalservices .modal-int .col {
    float: none;
    width: 100%;
  }
  .page-int.blog-category .blog-featured {
    padding: 60px 20px 0 20px;
  }
  .page-int.blog-category .blog-featured .col {
    height: auto;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
  }
  .page-int.blog-category .blog-list .row .item {
    float: none;
    width: 100%;
  }
  .modalgray.modalmorekeren .modal-dialog {
    width: 100%;
    margin-top: 0 !important;
  }
  .modalgray.modalmorekeren .modal-dialog .morekeren .col-md-4 {
    width: 50%;
    float: left;
  }
}
