/* globals */
@media (max-width: 991px) {
    a{
        font-size: 13px !important;
    }
    .bg-wood{
        background-size:cover;
    }
    .style-li{
        font-size: 14px;
        line-height: 22px;
    }
}
/* globals */
/* header */
@media (min-width: 1100px) {
    header nav {
        justify-items: flex-end !important;
        display: flex;
        justify-content: flex-end !important;
    }
    
}

@media (min-width: 965px) {
    header nav {
        justify-items: center;
        display: flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
        justify-content: center;
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }

    .menu-items ul {
        position: absolute;
        width: 12em;
    }

    .menu-items li {
        float: left;
    }

    .menu-items.sm-rtl li {
        float: right;
    }

    .menu-items ul li,
    .menu-items.sm-rtl ul li,
    .menu-items.sm-vertical li {
        float: none;
    }

    .menu-items a {
        white-space: nowrap;
    }

    .menu-items ul a,
    .menu-items.sm-vertical a {
        white-space: normal;
    }

    .menu-items .sm-nowrap>li>a,
    .menu-items .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        font-size: 14px;
        background: #4A372E;
        color: white !important;
    }

    .menu-items .sm-nowrap>li>a:hover {
        background: white;
        color: #4A372E!important;
    }

    .menu-items {
        background: transparent;
    }

    .menu-items a span.sub-arrow {
        /* icon menu movil */
        top: auto;
        margin-top: 0;
        bottom: 13px;
        margin-left: -5px;
        right: 0;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #BBBCB5  transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .menu-items a.highlighted span.sub-arrow:before {
        display: none;
    }
    
}

@media (max-width: 991px) {
    header .location p {
        font-size: 12px;
    }
    .menu-items a,
    .menu-items a:hover,
    .menu-items a:focus,
    .menu-items a:active {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sm li {
        margin: 0px!important;
    }
    header nav {
        justify-content: flex-start !important;
    }
    header .location a {
        margin-top: 10px;
    }
    header .container-menu{
        display: initial !important;
    }
    header .line{
        display: none;
    }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
    header nav {
        justify-items: center !important;
        display: flex;
        justify-content: center !important;
    }
}

@media (max-width: 1100px) {
    header nav {
        padding-right: 0vw;
    }
}
/* header */

/* hero */
@media (max-width: 991px) {
    .header-fixed header {
        position: relative;
    }
    .hero {
        margin-top: 0;
    }
    .hero .container-text h6 a{
        font-size: 1.388vw !important;
    }
}

@media (max-width: 575px) {
    .hero .container-text {
        top: 4vw;
        width: 100%;
    }
    .img-play img{
        width: 10px;
    }
    .hero .container-text h4 {
        font-size: 3vw;
        width: 46vw;
    }
    .hero .container-text h2 {
        font-size: 5.5vw;
        width: 64vw;
    }
    .hero .container-text h6 {
        width: 39vw;
    }
    .hero .container-text h6 a{
        font-size: 2.5vw !important;
    }
}
/* hero */

/* call-outs */
@media (max-width: 767px) {
    .calls-outs{
        margin-top: -2.5vw;
        padding: 4.5vw 11vw 2vw 11vw;
    }
    .calls-outs .goog-stars img {
        margin: 0 0 3vw 0;
        width: 100%;
        height: auto;
    }
    .calls-outs h1 {
        font-size: 18px;
        width: 100%;
    }
    .calls-outs h2 {
        font-size: 18px;
    }
    .calls-outs p {
        font-size: 16px;
    }
}
/* call-outs */

/* philosophy */
@media (max-width: 991px){
    .philosophy .container-img {
        top: -75px;
    }
}
@media (max-width: 767px){
    .philosophy .container-img {
        position: relative;
    }
    .philosophy .container-img {
        top: 30px;
    }
    .philosophy h1 {
        font-size: 20px;
        text-align: center;
    }
    .philosophy p {
        font-size: 15px;
        margin-top: 25px;
        line-height: 27px;
    }
    .philosophy {
        background: #112344;
        padding: 23vw 0px;
    }
}
/* philosophy */

/* doctor */
@media (max-width: 991px){
    .doctor p {
        font-size: 14px;
        line-height: 23px;
    }
    .doctor h5 {
        font-size: 13px;
        line-height: 21px;
    }
}
@media (max-width: 767px){
    .doctor h1 {
        font-size: 22px;
        padding-left: 0px;
        margin-bottom: 35px;
        text-align: center;
    }
    .doctor .title {
        font-size: 18px;
        margin-bottom: 0px;
        padding-top: 0vw;
    }
    .doctor h1 span {
        font-size: 15px;
    }
    .doctor .img-text {
        width: 50%;
    }
}
/* doctor */

/* services */
@media (max-width: 991px){
    .services h1 {
        font-size: 17px;
    }
    .services h2, p {
        font-size: 14px !important;
    }
    .services h3 {
        font-size: 13px;
    }
    .services ul li {
        font-size: 11px;
    }
}
@media (max-width: 767px){
    .services{
        overflow: hidden;
        margin-top: 60px;
    }
    .services .container-img-right {
        padding-left: 0vw;
    }
    .services ul {
        margin-bottom: 0;
    }
    .services .container-text-left {
        padding: 0px 30px;
    }
    .services .title {
        display: inherit;
        padding-left: 0px;
        text-align: center;
    }
    .services .container-text-right {
        padding: 40px 19px;
    }
    .services .img-smile{
        margin: auto;
    }
    .diagonal-top-service {
        display: none;
    }
}
/* services */

/* footer */
@media (max-width: 991px){
    footer .hours ul li:nth-child(1) {
        width: 40px;
    }
}
@media (max-width: 767px){
    footer ul li {
        font-size: 14px;
    }
    footer span {
        width: 46%;
    }
    footer .hours span {
        width: 36%;
    }
}
@media (max-width: 500px){
    footer span {
        width: 62%;
    }
    footer .hours span {
        width: 52%;
    }
}
/* footer */

/* content secundary */
@media (max-width: 991px){
    .content-secundary .container-service-1 {
        width: 25vw
    }
    .content-secundary .container-btn a{
        width: auto;
    }
    .testimonials ul li:nth-child(3){
        display: initial !important;
    }
    .testimonials.my-n5{
        margin-top: 0px !important;
    }
    .btn-services{
        width: 100px !important;
    }
    .img-play img{
        margin-right: 0px;
    }
}
@media (max-width: 767px){
    .page-intro .container-text {
        padding: 4vw 0vw 6vw 7vw;
    }
    .content-secundary img.img-intro {
        margin-top: 5vw;
    }
    .content-secundary img {
        width: 230px;
        margin-bottom: 50px;
    }
    .content-secundary .gallery img {
        margin-bottom: 0px;
    }
    .page-intro h1 {
        font-size: 20px;
    }
    .content-secundary h1 {
        font-size: 21px;
        text-align: center;
    }
    .content-secundary h2 {
        font-size: 20px;
    }
    .content-secundary h3 {
        font-size: 14px;
    }
    .content-secundary h4 {
        font-size: 17px;
    }
    .content-secundary .container-btn a img{
        width: 15px;
        margin-bottom: 0px;
    }
    .content-secundary .container-btn a {
        padding: 2vw 1vw;
    }
    .content-secundary .container-service-1 {
        width: 100%
    }
    .secundary-reviews {
        height: auto;
        padding: 40px 0px;
    }
    .secundary-reviews h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .secundary-insurance h6 {
        font-size: 16px;
    }
    .title-intro-pr{
        font-size: 19px !important;
    }
    .content-secundary .testimonials img {
        margin-bottom: 0px;
    }
    .testimonials .social {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .testimonials ul li:nth-child(2) img {
        margin-right: 0px;
    }
    .google-reviews {
        padding: 20px;
    }
    .secundary-contact .img-intro{
        width: 90%;
        margin: auto;
        display: block;
    }
    .secundary-contact .after-hours {
        width: 100%;
        text-align: center;
    }
    .secundary-contact p{
        text-align: center;
    }
    .secundary-contact ul li {
        font-size: 13px;
    }
    .secundary-contact ul li:nth-child(1) {
        width: 80px;
    }
    .secundary-appointment .btn-contact {
        font-size: 13px;
        width: 35vw;
        margin-bottom: 50px;
    }
    .secundary-appointment .btn-contact img {
        width: 15px;
        margin-bottom: 0px;
    }
    .secundary-reviews h5{
        height:50vh;
    }
}
@media (max-width: 575px){
    .secundary-reviews h5{
        height:400px;
    }
    .page-intro .container-img {
        position: relative;
    }
    .page-intro .container-text {
        padding: 6vw 0vw 6vw 0vw;
        text-align: center;
    }
    .secundary-technologies ul{
        margin-bottom: 0px;
    }
    .secundary-appointment .btn-contact {
        width: 55vw;
    }
}
/* end content secundary */

/* Landing page */
/* Section 1 */
@media (max-width: 767px) {
    .section-1 h2 {
        font-size: 18px;
    }
    .section-1 h2 span {
        font-size: 16px;
    }
    .section-1 h5 {
        font-size: 13px;
        line-height: 23px;
    }
    .section-1 .reviews{
        padding-top: 50px;
    }
}
/* Section 1 */

/* Section 2 */
@media (max-width: 767px) {
    .section-2 h2 {
        font-size: 18px;
        width: 100%;
        text-align: center;
        line-height: 25px;
    }
    .section-2 ul li {
        font-size: 13px;
    }
    .section-2 h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 35px;
        line-height: 25px;
    }
    .section-2 p {
        line-height: 22px;
    }
}
/* Section 2 */

/* Section 3 */
@media (max-width: 767px) {
    .section-3 h2 {
        font-size: 18px;
    }
    .section-3 h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .section-3 ul li {
        font-size: 13px;
    }
    .section-3 h1 {
        font-size: 18px;   
    }
    .section-3 p {
        line-height: 22px;
    }
    .section-3 .container-img img{
        margin-top: 30px;
    }
    .section-3 .pl-5, .section-3 .pr-5 {
        padding-left: 1rem!important;
    }
}
/* Section 3 */

/* section-4 */
@media (max-width: 991px){
    p {
        font-size: 14px !important;
    }
    .section-4 ul li {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .section-4 h2 {
        font-size: 18px;
        text-align: center;
    }
    .section-4{
        overflow: hidden;
        margin-top: 60px;
    }
    .section-4 .container-img-right {
        padding-left: 0vw;
    }
    .section-4 ul {
        margin-bottom: 0;
    }
    .section-4 .container-text-left {
        padding: 0px 30px;
    }
    .section-4 .title {
        display: inherit;
        padding-left: 0px;
        text-align: center;
    }
    .section-4 .container-text-right {
        padding: 40px 19px;
    }
    .section-4 .title img{
        width: auto;
    }
    .diagonal-top-service {
        display: none;
    }
}
/* section-4 */

/* section-5 */
@media (max-width: 991px){
    .section-5 p {
        font-size: 14px;
        line-height: 23px;
    }
    .section-5 h5 {
        font-size: 13px;
        line-height: 21px;
    }
    .section-5 ul li {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .section-5 {
        padding: 0vw 7vw 20px;
    }
    .section-5 h1 {
        font-size: 22px;
        padding-left: 0px;
        margin-bottom: 35px;
        text-align: center;
    }
    .section-5 .title {
        font-size: 18px;
        margin-bottom: 0px;
        padding-top: 40px;
    }
    .section-5 h1 span {
        font-size: 15px;
    }
    .section-5 .img-text {
        width: 140px;
    }
    .section-5 ul {
        margin-top: 50px;
    }
    .section-5 .mb-5{
        margin-bottom: 0rem !important;
    }
    .section-5 .pl-5, .section-5 .pr-5 {
        padding-left: 1rem!important;
    }
    
}
/* section-5 */

/* section-6 */
@media (max-width: 767px){
    .section-6 h1 {
        font-size: 20px;
        text-align: center;
    }
    .section-6 .p-5 {
        padding: 1rem!important;
    }
}
/* section-6 */

/* section-7 */
@media (max-width: 767px){
    .section-7 h1 {
        font-size: 20px;
    }
    .section-7 h2 {
        font-size: 17px;
    }
    .section-7 h3 {
        font-size: 18px;
    }
    .section-7 h3 span {
        font-size: 15px;
    }
    .section-7 p {
        line-height: 22px;
    }
    .section-7 h4 {
        font-size: 16px;
    }
    .section-7 h4 span {
        font-size: 19px;
    }
    .section-7 ul li {
        font-size: 13px;
        line-height: 22px;
    }
    .section-7 .p-5 {
        padding: 1rem!important;
        margin-top: 30px;
    }
    .sub-reviews{
        font-family: Gotham-Medium;
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 0px !important;
    }
}
/* section-7 */
@media (max-width: 660px){
    .doctor h5{
        height: 150px;
    }
}
@media (max-width: 400px){
    .doctor h5{
        height: 190px;
    }
}