/*
Theme Name: Lic. Gabriela Hernandez
Theme URI: https://zukun.com.ar
Author: Emiliano Gudiño, Noelia Gerlo
Author URI: https://zukun.com.ar/user/gudinoemiliano
Description: Es un theme diseÃ±ado exclusivamente para ser usado en el sitio de la nutricionista Milagros GudiÃ±o
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: zukun_peritaje_caligrafico

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

iframe {
    max-width: 100%;
}

main.container-fluid {
    position: relative;
    padding-top: 70px;
}

#wpadminbar {
    position: fixed!important; 
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 1em;
    color: #4d4d4d;
    line-height: 1.6;
}

h1 {
    font-family: 'Unna', serif;
    font-size: 2em;
    font-weight: bold;
    color: #c49a6a;
    margin-bottom: 20px;
    margin-top: 40px;
    width: fit-content;
    position: relative;
    padding: 0px 5px;
}

h1:before {
    position: absolute;
    background: #f2f2f2;
    content: ' ';
    width: 100%;
    display: inline-block;
    height: 20px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.post-container h1::before {
    display: none;
}

h2 {
    font-family: 'Unna', serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #4d4d4d;
}

h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}
    
a:hover {
    color: #c49a6a;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

header {
    background-color: #333333;
    color: #f2f2f2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 10;
    box-shadow: 0px 2px 5px 0px rgba(51,51,51,0.8);
    padding: 0px 5%;
}

header.initial-header.intro-desktop {
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
}

header > * {
    float: right;
}

.header-nav-logo {
    float: left;
    margin-top: 10px;
}

.header-nav-logo img {
    max-width: 215px;
}

footer img {
    width: 100%;
}

.introduction .intro-outer {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 1000px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 40%, rgba(255,255,255,0) 100%);
}

.introduction .intro-inner h1 {
    font-size: 3em;
    color: #FFF;
    width: 100%;
    text-shadow: 0px 0px 5px #333;
}

.introduction .intro-inner h3 {
    font-size: 1.5em;
    color: #FFF;
    text-shadow: 0px 0px 5px #333;
    letter-spacing: 0.15em;
}

.introduction .intro-inner .box {
    border: 1px solid #FFF;
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #333;
}

.introduction .intro-inner .box h4 {
    font-size: 1.5em;
    color: #FFF;
    text-shadow: 0px 0px 5px #333;
    text-transform: uppercase;
    margin: 0px;
}

.biography img {
    width: 100%;
}

.appointment-action-clickable{
    cursor: pointer;
}

.appointment-action { 
    border: 2px solid #f2f2f2;
    padding: 5px 10px;
    margin-top: 20px;
    margin-left: 10px;
}

.appointment-action:hover {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.header-nav {
    height: 70px;
}

.header-nav ul {
    list-style: none;
    background-color: #333333;
    margin: 0px;
    padding: 0px;
}

.header-nav ul li {
    padding: 25px 20px;
    text-align: center; 
    float: left;
    position: relative;
}

.header-nav ul li a,
.header-nav ul li a:visited{
    color: #f2f2f2;   
}

.header-nav ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.header-nav ul li.current_menu_item a,
.header-nav ul li.current_page_item a{
    color: #FFFFFF;
}

.sub-menu {
    display: none;
}

.nav-menu > li .sub-menu {
    position: absolute;
    margin: 0px;
    top: 70px;
    left: 0px;
    width: 160px;
    background-color: #c49a6a;
    padding: 0px 20px;
}

.nav-menu > li .sub-menu li {
    float: none;
    padding: 10px 0px;
    color: #f2f2f2;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
}

.nav-menu > li .sub-menu li:last-child {
    border-bottom: none;
}

#menu-button, #sound-button {
    font-size: 1.5em;
    line-height: 70px;
    margin-left: 20px;
    float: right;
    margin-top: 5px;
    color: #f2f2f2;
}

#menu-button:hover {
   color: #c49a6a;
}

.container-fluid {
    padding: 0px 5%;
}

.container-fluid-reverse {
    width: 111%;
    margin-left: -5.5%;
}

section.search .services > div {
    padding-top: 75px;
}

section.introduction {
    position: relative;
    padding-top: 0px;
    margin-bottom: 60px;
}

.owl-carousel {
    position: relative;
    width: 100%;
}

.introduction .owl-carousel-container {
    width: 111.1111%;
    margin-left: -5.5555%;
}

.owl-item figure,
.owl-item figure img{
    width: 100%;
}

.introduction video.media {
    width: 100%;
    object-fit: cover;
}

.owl-item .conteiner-text-content {
    position: absolute;
    top: 0px;
    margin-left: 6%;
    margin-top: 10px;
    padding: 0px 3%;
    width: 90%;
}

.owl-item-galery .conteiner-text-content h1 {
    position: relative;
    font-size: 1.5em;
    line-height: inherit;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.featured-container {
    position: relative;
    bottom: 0px;
}

ul.featured {
    list-style: none;
    padding: 0px;    
}

ul.featured h2 {
    color: #f2f2f2;
    text-align: center;       
    font-size: 1.3em !important;
    padding-top: 20px;
}

.featured-item > div {
    height: 80px;
}

.featured-item-light > div {
    background-color: #c49a6a;
}

.featured-item-medium > div {
    background-color: #c49a6a;
}

.featured-item-dark > div {
    background-color: #333333;
}

.glyphicon {
    margin-right: 5px;
}

.biography h1 {
    margin-top: 0px;
}

.index h1 {
    margin: 40px auto 20px auto;
}

.content-category {
    color: #c49a6a;
    font-family: 'Unna', serif;
    text-transform: uppercase;
}

.services .owl-item,
.staff .owl-item {
    padding: 0 15px;
}

.services .owl-theme .owl-controls .owl-buttons div {
    margin-top: 100px;
    margin-right: 5px;
    margin-left: 5px;
}

.services .owl-item {
    padding-top: 50px;    
}

.services .content-image {
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
    text-align: center;
}

.services .content-image-inner {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100px;
    line-height: 100px;
    z-index: 0;
    border: 1px solid #CCC;
}
    
.services .content-image-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    z-index: -1;
    opacity: 0.8;
}

.services .content-image-inner img {
    max-width: 60px;
}

.services .content-detail {
    text-align: left;
    border-left: 5px solid #c49a6a;
    padding: 0px 10px;
}

.owl-controls clickable {
    margin: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #CCC!important; 
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 12px!important;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background: #fff!important;
    border: 1px solid #CCC!important;
    opacity: 1!important;
    height: 40px;
    width: 40px;
    line-height: 35px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ccc!important;
    color: #fff!important;
}

.page-with-gallery .owl-theme .owl-controls .owl-buttons div {
    opacity: 0.6!important;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
}

.owl-index-carousel.owl-theme .owl-controls {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 0;
}

.owl-buttons {
    position: absolute;
    width: 100%;
    top: calc(50% - 15px);
}

.owl-prev {
    left: -10px;
}

.owl-next {
    right: -10px;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}

nav.navigation.pagination {
    width: 100%;
    text-align: center;
}

.client-category h3 {
    font-size: 1.0em;
    text-transform: none;
}

.client-category .row {
    margin: 0px 5px;
    border-top: 1.5px solid #F2F2F2;
    padding: 10px 0px;
}

.client-category {
    position: relative;
}

.client-category i{
    cursor: pointer;
}

.client-childs-container {
    position: absolute;
    right: 0px;
    background: #FFFFFF;
    z-index: 2;
    padding: 10px;
    border: 1px solid #F2F2F2;
    box-shadow: 2px 3px 5px #666;
    width: 100%;
}

.client-childs-container::after {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 10%;
    height: 20px;
    width: 20px;
    background: #F2F2F2;
    transform: rotate(45deg);
    z-index: 0;
    display: block;
}

.client-childs-container::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: calc(10% - 10px);
    height: 15px;
    width: 40px;
    background: #FFF;
    z-index: 1;
    display: block;
}

.client-childs-container ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.client-childs-container h4 {
    font-size: 1em;
    font-weight: initial;
}

#parallax-text h1 {
    color: #FFF;
    padding: 0px;
    margin: 40px auto 0px auto;
}

#parallax-text h1::before {
    display: none;
}

#parallax-text {
    overflow: hidden;
    background: rgba(0,0,0,0.35);
}

.parallax-container {
    margin-top: 40px;
}

#parallax-text p {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    font-size: 1.2em;
}

#parallax-text .btn {
    background: initial;
    color: #FFF;
    border-color: #FFF;
    display: block;
    float: none;
    margin: 10px auto 40px auto;
    width: fit-content;
    font-size: 1em;
    font-weight: initial;
    padding: 5px 10px;
    line-height: initial;
}

.staff {
    width: 111.1111%;
    margin-left: -5.5555%;
    padding: 0px 5.5555%;
    position: relative;
    display: block;
    background-color: #c49a6a;
}

.staff-box {
    background: #fff;
    position: relative;
    transition: all ease 0.5s;
}

.staff .content-detail {
    padding: 20px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.speciality {
    text-transform: uppercase;
    color: #c49a6a;
}

a.speciality:hover {
    color: #c49a6a;
}

.staff .owl-theme .owl-controls .owl-buttons div {
    color: #c49a6a;
    border: none;
}

.staff i.glyphicon.glyphicon-chevron-left:hover {
    color: #333333;
}

.see {
    display: inline-block;
    text-align: center;
}

.see a {
    text-align: center;
    border: 2px solid #f2f2f2;
    color: #f2f2f2;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.see-all {
    width: 100%;
    margin-top: 40px;
}

.see a:hover {
    border-color: #333333;
    color: #333333;
}

.news img {
    width: 100%;
}

.news h2:hover {
    color: #c49a6a;
}

article.entry-inner {
    margin-bottom: 30px;
    border: 1px solid #F2F2F2;
}

article.entry-inner .content-detail {
    padding: 0px 20px;
}

.contact .content {
    overflow: hidden;
}

.contact .glyphicon {
    color: #c49a6a;
}

.contact-form-field {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form-field > * {
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    border-color: #c49a6a;
    box-shadow: 0 0 0 0.2rem rgba(196,154,106,.25);
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(196,154,106,.25);
}

.contact .input-group textarea.form-control {
    min-height: 108px;
    max-height: 108px;
}

.half-div {
    width: 100%;
    margin-right: 0%;
}

.input-group.contact-form-field input.form-control {
    width: 100%;
}

textarea, .input-group textarea.form-control {
    max-height: 110px;
    max-width: 100%;
    min-height: 110px;
}

.btn {
    float: right;
    font-size: 1.0em;
    text-transform: uppercase;
    background-color: #fff;
    color: #333333;
    border: 1px solid #333;
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    background-color: #FFF;
    color: #c49a6a;
    border: 1px solid #c49a6a;
}

.btn:active {
    background-color: #FFF;
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.btn.waiting{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.featured-item-dark div:hover {
    background-color: #2461ab;
}

.other-contact.row {
    margin-top: 30px;
}

.suggestion,
.work {
    overflow: hidden;
    padding: 0 15px;
}

.suggestion {
    background-color: #c49a6a;
    margin-bottom: 20px;
}

.work {
    background-color: #c49a6a;
}

.other-contact h2 {
    font-size: 1em;
    float: left;
    margin-bottom: 20px;
    color: #f2f2f2
}

.see-more {
    float: right;
    margin-top: 21px;
}

.see-more a {
    padding: 7px 12px;
}

footer {
    background-color: #333333;
    color: #f2f2f2;
    text-align: center;
    margin-top: 60px;
}

footer .row {
    padding: 20px 0px 0px 0px;
}

footer .row p {
    color: #f2f2f2;
    text-align: left;
    margin: 0px;
    padding: 10px 0px;
}

footer a {
    color: #F2F2F2;
}

footer ul {
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

footer li {
    margin: 10px 0px;
}

.social-share {
    border: 2px solid #F2F2F2;
    padding: 5px 0px 0px 0px;
    margin: 20px 0px;
    border-left: 0px;
    border-right: 0px;
}

.entry-information {
    margin-bottom: 10px;
}

.entry-tags .btn {
    float: none;
}

.social-share-item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    height: 25px;
}

.social-icons img {
    width: 35px;
}

.fb-footer {
    background-color: #c49a6a;
    margin-top: 30px;
    height: 50px;
    padding: 10px 0px;
}

.fb-footer p {
    padding: 0px;
}

img.footer-logo {
    width: 200px;
    margin-top: 30px;
}

.fb-footer:hover {
    background: #14a0ef;
}

.data-fiscal {
    float: right;
    margin-top: 15px;
}

.data-fiscal img {
    max-height: 70px;
}

.copy-right {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #c49a6a;
    margin-top: 30px;
}

.copy-right p {
    color: #f2f2f2;
}

.copy-right a {
    color: #999;
}

.introduction h2,
.introduction h3 {
    color: #c49a6a;
}

.introduction .intro-outer.intro-mobile {
    position: relative;
    height: initial;
    background: #FFF;
}

.introduction .intro-mobile .intro-inner h1 {
    font-size: 1.8em;
    color: #333;
    text-shadow: none;
    margin: 15px 0px;
}

.introduction .intro-mobile .intro-inner h3 {
    font-size: 0.8em;
    color: #c49a6a;
    text-shadow: none;
}

.introduction .intro-mobile .intro-inner .box {
    margin: 10px 20px;
    box-shadow: none;
    border-color: #333;
    padding: 5px;
}

.introduction .intro-mobile .intro-inner .box h4 {
    color: #333;
    text-shadow: none;
    font-size: 0.8em;
}

.coberturas-box > div { 
    padding: 15px 15px;
    border: 1px solid #CCC;
    height: 50px;
    margin-bottom: 20px;
}

.coberturas-box p {
    text-align: center;
    text-transform: uppercase;
} 

.sugerencias .contact-form {
    margin-top: 0px; 
}

.sugerencias h2 {
    margin-top: 30px; 
}

.sugestion .input-group textarea.form-control {
    min-height: 182px;
    max-height: 182px;
}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 20px;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
    display      : inline-block;
    margin-left  : -20px;
    line-height  : 15px;
    margin-bottom: 15px;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
    display          : inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    border           : 1px solid #ccc;
    vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 10px;
  color       : rgb(153,204,102);
  font-size   : 10px;
  line-height : 10px;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px;
    background: #c49a6a;
}

section.staff-section {
    position: relative;
}

a.filter-button {
    float: right;
    padding: 4px 5px 0px 5px;
}

.staff-section .glyphicon {
    margin-right: 0px;
}

.filter-button.btn:hover,
.filter-button.btn:active,
.filter-button.btn:focus {
    background-color: #2461ab;
}

.filter-list li > div:hover,
.filter-list li > div:focus {
    color: #c49a6a;
}

span#active-staff-filter {
    font-size: 0.8em;
}

.staff-section h2 {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}

.staff-section .content-image {
    position: absolute;
    margin-top: 10px;
    margin-left: -15px;
    z-index: 100;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
}

.staff-section .content-image img {
    width: 100%;
}

.filter-list {
    position: absolute;
    width: 100%;
    background-color: #333333;
    color: #f2f2f2;
    z-index: 101;
}

.filter-list ul {
    list-style: none;
    padding: 0;
}

.filter-list li > div {
    padding: 15px 0;
    border-top: 1px solid #c49a6a;
    margin: 0 15px;
}

.filter-list li:nth-child(1) > div {
    border-top: none;
}

.line-brake::before {
    margin: 10px 0px 30px 0px;
    content: ' ';
    width: 40px;
    height: 2px;
    position: relative;
    background-color: #c49a6a;
    display: block;
}


h2.peritacion-type {
    margin-top: 30px;
}

.index section.services {
    text-align: center;
}

.index section.services h2.services-title {
    border-left: 2px solid #c49a6a;
    border-right: 2px solid #c49a6a;
    padding: 0px 20px;
    display: inline-block;
}

section.services .btn {
    display: inline-block;
    float: none;
    margin-top: 20px;
}

section.biography .btn {
    float: none;
}

.index .biography h1 {
    margin-left: inherit;
    margin-right: inherit;
}

.page_services .services-box {
    text-align: center;
    margin-bottom: 20px;
}

.page_services .content-title {
    background-color: #c49a6a;
    padding: 15px 15px 5px 15px;
}

.page_services .content-description {
    border: solid 1px #CCC;
    padding: 15px;
}

.page_services h2 {
    color: #f2f2f2;
    margin-top: 0;
}

.professional-box {
    border: solid 1px #CCC;
    padding: 0px 15px;
}

.professional-title {
    background-color: #c49a6a;
    padding: 10px 15px;
    margin-top: 30px;
}

.professional-title h1 {
    color: #f2f2f2;
    margin: 0;
}

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

.professional:first-child {
    border-top: none;
}
 
.category-filter-item {
    cursor:pointer;
}

.modal-content h1 {
    margin: 5px 0px;
}

.whatsapp-icon {
    width: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.modal-body {
    padding: 0px 15px 15px 15px;
}

.modal-content h2 {
    margin-top: 35px;
}

.appointment-method-email h3,
.appointment-method-whatsapp h3 {
    margin-top: 30px;
}

.owl-item img {
    width: 100%;
}

.page-with-gallery .text {
    margin-bottom: 20px;
}

.owl-item-galery .conteiner-text a.btn {
    float: none;
}

@media (min-width: 360px) {
    
    .other-contact h2 {
        font-size: 1.3em;
    }
    
    .see-more-button {
        margin-top: 15px;
    }

}

@media (max-width: 480px) {
    
    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        top: 0;
        position: absolute;
        height: 20px;
        width: 100%;
    }
    
    .owl-theme .owl-controls .owl-pagination {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }
    
    .owl-item .conteiner-text-content {
        position: relative;
        top: 0px;
        margin-left: 3%;
        margin-top: -20px;
        padding: 0px 3%;
        width: 90%;
    }
    
    .owl-item-galery conteiner-text-content h1 {
        font-size: 1.5em;
        line-height: inherit;
        padding: 15px 0;
    }
    
    .page-with-gallery .owl-theme .owl-controls .owl-buttons div {
        margin-top: 90px;
    }
    
}

@media (min-width: 480px){
    .appointment-action {
        padding: 10px 15px;
        margin-top: 12px;
        margin-left: 20px;
    }
    
    .owl-item .conteiner-text-content {
        width: 40%;
        margin-left: 4%;
    }

    .conteiner-text {
        left: 0;
        position: absolute;
        width: 73%;
        overflow: hidden;
        height: 100%;
        top: 0;
    }

    .conteiner-text-content {
        z-index: 1;
        display: block;
    }

    .conteiner-background {
        background: #c49a6a;
        width: 70%;
        height: 800%;
        z-index: -1;
        position: absolute;
        display: block;
        top: -60%;
        left: -2%;
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
    }

    .conteiner-background:after {
        content: "";
        position: absolute;
        border-right: 30px solid #c49a6a;
        left: 107%;
        height: 800%;
    }

    .conteiner-image {
        position: relative;
        width: 75%;
        z-index: -2;
        margin-left: 25%;
    }
    
    .owl-item-galery .conteiner-text-content h1:before,.owl-item-galery .conteiner-text-content h1:after {
        content: ' ';
        position: absolute;
        top: 0; 
        border-bottom: 1.5px solid #f1f1f1;
        width: 40%;
        left: 0;
    }

    .owl-item-galery .conteiner-text-content h1:after{
        bottom: 0;
    }
    
    .owl-item-galery .conteiner-text-content h1 {
        color: #f1f1f1;
        font-size: 0.9em;
        margin-top: 10px;
        padding: 8px 0;
    }
    
    .owl-item-galery .conteiner-text a.btn {
        font-size: 0.9em;
        padding: 5%;
    }
    
    ul.featured h2 {        
        padding-top: 25px;
    }
    
    .other-contact h2 {
        font-size: 1.5em;
    }    
   
}

@media (max-width: 768px){
    .header-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
    }
    
    .header-nav ul li {
        float: none;
        margin: 0 20px;
        padding: 15px 0px;
        text-align: left;
        border-top: 1px solid #c49a6a;
    }
    
    .nav-menu > li .sub-menu {
        width: 100%;
        top: 50px;
        background-color: inherit; 
        position: initial;
    }
    
    .nav-menu > li .sub-menu li {
        margin-left: 0px;
        margin-right: -20px;
        border-top: none;
    }
    
    .header-nav ul li:first-child {
        border-top: none;
    }
    
    .header-nav ul li.menu-item-has-children:after {
        content: "\e114";
        position: absolute;
        margin-top: 15px;
        right: 0px;
        top: 0px;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    
    .header-nav ul li.menu-item-has-children .sub-menu li:last-child {
        padding-bottom: 0;
    }
    
    .sub-menu ul li:first-child {
        border-top: none;
        padding-bottom: 0px;
    }
    
    i.glyphicon.glyphicon-menu-hamburger {
        margin-left: 10px;
    }
    
    .btn.btn-whatsapp {
        float: none;
        padding: 10px 10px 5px 10px;
        border-radius: 0;
        font-weight: inherit;
    }
    
    .btn.btn-whatsapp p {
        color: #f2f2f2;
    }
    
    input.btn.send-button {
        margin-top: 15px;
    }
    
    span#active-staff-filter {
        display: none;
    }

    section.introduction {
        padding-top: 70px;
    }
    
}

@media (min-width: 768px){
    .nav-menu > li:hover .sub-menu {
        display: block;
    }

    .header-nav ul li {
        padding: 25px 10px;
    }

    .appointment-action {
        padding: 5px 10px;
        margin-top: 16px;
        margin-left: 10px;
    }
    
    .featured-container {        
        width: 100%;
    }
    
    .conteiner-background:after {
        border-right: 40px solid #c49a6a;
    }
    
    .owl-item-galery .conteiner-text-content h1 {
        font-size: 1.5em;
        margin-top: 20px;
        padding: 12px 0;
    }
    
    .owl-item .conteiner-text-content {
        margin-left: 4%;
    }
    
    .owl-item-galery .conteiner-text a.btn {
        font-size: 1.2em;
    }
    
    ul.featured h2 {        
        padding-top: 15px;
    }
    
    .half-div {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    
    form .half-div:nth-child(2n) {
        margin-right: 0%;
    }
    
    footer li.featured-item > div {
        height: 70px;
    }
    
    .filter-list li:nth-child(1) > div,
    .filter-list li:nth-child(2) > div {
        border-top: none;
    }
    
    .modal-content {
        margin-top: 100px;
    }

    .desktop-columns-text {
        column-count: 2;
        column-rule: 1px solid #F2f2f2;
        column-gap: 40px;
    }
}

@media (max-width: 768px) {
    
}

@media (min-width: 835px) {
   
}

@media (max-width: 992px){
   
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 992px){
    
    .header-nav ul li {
        padding: 25px 20px;
    }
    
    .appointment-action {
        margin-left: 20px;
    }

    .appointment-action {   
        padding: 10px 15px;
        margin-top: 12px;
        margin-left: 20px;
    }
    
    ul.featured h2 {        
        font-size: 1.5em;
        padding-top: 20px;
    }
    
    .suggestion {
        margin-bottom: 0;
    }

    .center-footer {
        margin-top: 30px;
    }
    
    img.footer-logo {
        margin-top: 20px;
    }
    
    .data-fiscal {
        margin-top: 0px;
    }
    
    .fb-footer {
        margin-top: 41px;
    }
    
    .text {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }
    
    .text h2:first-child {
        margin-top: 0px;
    }

    .owl-item-galery .conteiner-text-content h1 {
        font-size: 1.8em;
        margin-top: 35px;
    }
    
    .owl-item-galery .conteiner-text-content h1:before, .owl-item-galery .conteiner-text-content h1:after {
        border-bottom: 2px solid #f1f1f1;
    }
    
}

@media (min-width: 1200px){
    
    header {
        padding: 0px 10%;
    }
    
    .header-nav ul li {
        padding: 25px 25px;
    }
    
    .appointment-action {
        margin-left: 25px;
    }
    
    .container-fluid {
        padding: 0px 10%;
    }

    .container-fluid-reverse {
        width: 125%;
        margin-left: -12.5%;
    }

    .introduction .owl-carousel-container {
        width: 125%;
        margin-left: -12.5%;
    }
    
    .owl-item .conteiner-text-content {
        margin-left: 11%;
        width: 33%;
    }
    
    .owl-item-galery .conteiner-text-content h1 {
        font-size: 2em;
    }
    
    .owl-item-galery .conteiner-text-content h1:before, .owl-item-galery .conteiner-text-content h1:after {
        border-bottom: 3px solid #f1f1f1;
    }
    
    .conteiner-background:after {
        border-right: 50px solid #c49a6a;
    }
    
    .owl-item-galery .conteiner-text a.btn {
        font-size: 1.5em;
        margin-top: 30px;
    }
    
    ul.featured h2 {        
        padding-top: 25px;
    }
    
    .owl-prev {
        left: -50px;
    }

    .owl-next {
        right: -50px;
    }
    
    .staff {
        width: 125%;
        margin-left: -12.5%;
        padding: 0px 12.5%;
    }

    footer li.featured-item > div {
        height: 50px;
    }
    
    .filter-list li:nth-child(1) > div,
    .filter-list li:nth-child(2) > div,
    .filter-list li:nth-child(3) > div {
        border-top: none;
    }
    
    .page-with-gallery .owl-theme .owl-controls .owl-buttons div {
        opacity: 1!important;
        margin: 5px;
    }
    
}

@media (min-width: 1300px) {
    
}

@media (min-width: 1500px) {
    
}

@media (min-width: 1600px) {
    
    .owl-item .conteiner-text-content {
        margin-left: 11%;
        width: 35%;
    }
    
    .owl-item-galery .conteiner-text-content h1 {
        font-size: 3em;
    }
    
    .conteiner-background:after {
        border-right: 60px solid #c49a6a;
    }
    
} 

@media print {
    
}


    