/* globals */
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/* Samples */
.secundary-page .content-secundary .logo-pic img{
    padding: 2.78vw 1.9vw;
}
.secundary-page .logo-line img{
    margin-top: 2vw;
    margin-bottom: 3vw;
}
.secundary-page .logo-line-sm img{
    margin-top: 2vw;
    margin-bottom: 3vw;
}
.secundary-page .logo-line2 img{
    margin-top: 3vw;
   
}

.secundary-page .content-secundary .logo-samp img {
    padding: 2.5vw 1.6vw !important;
   
}
.secundary-page .content-secundary h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    margin-left: 1.1vw;
}
@media (max-width: 767px) {
     .logos-sm {
        margin-top: 23vw !important;
        margin-bottom: -10vw !important;
    }
    .secundary-page .logo-line {
        display: none;
    }
}
@media (min-width: 768px) {
    .secundary-page .logo-line2 {
        display: none;
    }
}
/* Samples */


a{
    text-decoration: none !important;
    font-family: Gotham-Medium;
}
a img{
    width: 20px;
    margin-right: 5px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
.img-70{
    width: 70%;
}
.img-80{
    width: 80%;
}
.img-90{
    width: 90%;
}
.img-100{
    width: 100%;
}
.fz-19{
    font-size: 1.319vw !important;
}
.fz-17{
    font-size: 1.180vw !important;
}
.fz-18{
    font-size: 1.25vw !important;
}
.txt-initial{
    text-transform: initial;
}
.spacing{
    height: 8vw;
    background: transparent;
}
.spacing-2 {
    height: 3vw;
    background: transparent;
}
/* globals */

/* btn */
.home .container-btn{
    margin-top: 1vw;
}
.btn-home{
    font-size: 1.6vw;
}
.btn-home2 {
    padding: 14px 3vw 14px 3vw;
    font-size: 1.2vw;
    font-family: Gotham-Light !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-home3, .btn-home3a, .btn-home4  {
    padding: 14px 3vw 14px 3vw;
    font-size: 1.2vw;
    font-family: Gotham-Light !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-home4a  {
    width: 90%;
    padding: 14px 2vw 14px 2vw;
    font-size: 1.2vw;
    font-family: Gotham-Light !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-appt {
    padding: 2px 0vw 2px 0vw;
    font-size: 15px;
    font-family: Gotham-Light !important;
}
.btn-sm{
    padding: 10px 20px;
}
/* btn */

/* index */
.home .p-body{
    padding: 0px 7vw .2vw;
}
.home h1{
    font-family: Gotham-Light;
    font-size: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* index */

/* header */
.main-menu-btn {
    position: relative;
    display: block;
    padding: 0.815em 40px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 20px;
    height: 2px;
    width: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu-btn-logo-separator {
    margin-right: 0.222em;
    border-right: 1px solid #dad3c9;
    padding-right: 0.5em;
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked)~#main-menu {
    display: none;
}
#main-menu-state:checked~#main-menu {
    display: block;
}
.sm {
    position: relative;
    z-index: 10;
}
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0px 10px;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm ul {
    display: none;
}
.sm li,
.sm a {
    position: relative;
}
.sm a {
    display: block;
}
.sm a.disabled {
    cursor: not-allowed;
}
.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-items a,
.menu-items a:hover,
.menu-items a:focus{
    padding: 10px 12px;
    background: transparent;
    font-family: Gotham-Light;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-decoration: none;
}

.menu-items a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.menu-items a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}
.menu-items ul {
    background: transparent;
}
header .container-location ul{
    display: flex;
}
header .container-location ul li{
    margin-left: 5px;
}
header .address{
    padding: 5px 20px;
}
header .address a{
    font-family: Gotham-Light;
    font-size: 1.180vw;
}
header .social a{
    border-radius: 30px;
    height: 25px;
    width: 25px;
    display: inline-block;
    border: solid 1px white;
    text-align: center;
    line-height: 25px;
}
header .social2 a{
    font-family: Gotham-light;
    font-size: 1.180vw;
    line-height: 25px;
}
header .phone{
    padding: 5px 0px;
}
header .phone a{
    font-size: 1.2vw;
    font-family: Gotham-book;
}
header .social {
    padding: 5px 2vw;
}
header .social2 {
    padding: 5px 2vw;
}
header .container-logo img{
    width: 100%;
    height: auto;
    margin-left: 4vw;
}
header .container-logo{
    padding: 1vw 0vw 1vw 1vw;
}
header .line{
    border-right: solid 1px #02020266;
    height: 15px;
    position: absolute;
    top: 12px;
    right: -1vw;
}
.home header{
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
}
.fixed-top {
    border: none;
    justify-content: center !important;
    -webkit-animation-name: fixed-top;
    animation-name: fixed-top;
    padding-right: 0vw;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1005 !important;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
}
.fixed-top .container-logo{
    display: none !important;
}
.fixed-top .container-menu{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
}
@-webkit-keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.scrollToTop {
    display: none;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 29px;
    text-align: center;
    z-index: 1005 !important;
    border-radius: 30px;
}

/* header */

/* hero */
.hero .container-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 39vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text img{
    width: 35vw;
}
.hero h2{
    font-family: Gotham-book;
    font-size: 4.3vw;
    padding-top: 3vw !important;
    padding-bottom: 3vw;
    background: #f6f7f5b7;
}
#myVideo{
    width: 100%;
    height: auto;
}
@media (max-width: 767px){
    #myVideo{
        display: none;
    }
}
@media (min-width: 768px){
    #sm-pic {
        display: none;   
    }
}
/* hero */

/* hero-reviews */
.hero-reviews{
    margin-top: -8vw;
}
.hero-reviews h6{
    font-family: Gotham-Light;
    font-size: 1.8vw;
    line-height: 2.9vw;
    width: 32vw;
}
.hero-reviews h6 span{
    font-family: Sweetly-Broken;
    font-size: 4vw;
}
.hero-reviews h2{
    font-family: Gotham-light;
    font-size: 1.4vw;
    line-height: 2vw;
    margin-top: 4.5vw;
    margin-bottom: 0vw;
}
.hero-reviews h2 span{
    font-family: Gotham-medium;
    font-size: 1.8vw;
}
.hero-reviews .container-left{
    padding: 4vw 5vw 4vw 5vw;
    position: relative;
    z-index: 1;
}
.hero-reviews .container-right{
    z-index: 1;
}
.hero-reviews .container-right img{
    margin-left: 1.8vw;
    width: 82%;
}
.hero-reviews p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    line-height: 2vw;
    width: 28vw;
}
.hero-reviews hr{
    border-top: 2px solid #959f8b;
}

/* hero-reviews */

/* calls-outs */
.calls-outs{
    padding: 3vw 0px 3vw 0px;
    margin-top: 0px;
    position: relative;
    top: 6.4vw;
}
.calls-outs h3{
    font-family: Gotham-book;
    font-size: 1.6vw;
    margin-top: 1.1vw;
    margin-bottom: 3vw;
}
.hero-reviews p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    line-height: 2vw;
}
.calls-outs a{
    font-size: 1.2vw;
    letter-spacing: .15em;
    font-family: Gotham-Light;
    text-transform: uppercase;
}
/* calls-outs */


/* doc-home */
.home .doc-home{
    background: url("../images/home/home-doc-bac.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 15vw 7vw 16vw 7vw;
}
.home .doc-home h2{
    font-family: Gotham-medium;
    color: white;
    font-size: 3.6vw;
    font-weight: 300;
    margin-bottom: 2vw;
}
.home .doc-home p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    line-height: 2vw;
    width: 90%;
}
.home .doc-home p span{
    font-family: Gotham-Light;
    font-size: 1.6vw;
}
.home .doc-home a{
    font-family: Gotham-Medium;
    font-style: normal;
}
.home .doc-home {
    margin-bottom: -7.6vw !important;
}

/* doc-home */

/* doc-home2 */
.home .doc-home2{
    background: url("../images/home/doc2-bac.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 10vw 7vw 5vw 7vw;
}
.home .doc-home2 h2{
    font-family: Gotham-medium;
    color: white;
    font-size: 3.6vw;
    font-weight: 300;
    margin-bottom: 2vw;
    margin-bottom: 2vw;
}
.home .doc-home2 p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    line-height: 2vw;
    width: 85%;
}
.home .doc-home2 p span{
    font-family: Gotham-Light;
    font-size: 1.6vw;
}
.home .doc-home2 .docc-txt {
    padding: 0 0 0 2vw;
}
.home .doc-home2 .docc-pic img {
    width: 90%;
    height: auto;
}

/* doc-home2 */


/* reviews-body */
.home .reviews-body{
    background: url("../images/home/bg-reviews.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 5vw 0 6vw 0;
    height: 35vw;
    margin-bottom: 0vw !important;
}
.home .reviews-body a{
    font-family: Gotham-Medium;
    font-style: normal;
}
.home .reviews-body {
    margin-bottom: -0vw !important;
}
.home .reviews-body img {
    width: 15%;
    height: auto;
}
/* reviews-body */

/* services */
.services .container-btn-service{
    padding: 10px 0px;
}
.services .container-btn-service a{
    font-family: Gotham-light;
    font-size: 1.2vw;
    letter-spacing: .2em;
}
.services h2 {
    padding: 1.4vw 0 1.4vw 0 !important;
    font-family: Gotham-book;
    font-size: 3.4vw;
}
/* services */

/* about */

.about {
    padding: 5vw 0px 8vw;
}
.about h2 {
    text-align: center;
    font-family: Gotham-book;
    font-size: 2.6vw;
    font-weight: 300;
}
.about p {
    margin-top: 2vw;
    font-family: Gotham-Light;
    font-size: 1.2vw;
    width: 95%;
    line-height: 200% !important;
}
.about p span{
    font-family: Gotham-Bold;
}

/* about */

/* doctor */
.doctor h1{
    font-size: 2.5vw;
}
.doctor{
    padding: 0vw 0vw 5vw;
}
.doctor p{
    font-family: Gotham-Light;
    line-height: 2.2vw;
    font-size: 1.6vw;
}
.doctor p span{
    font-family: Gotham-Book;
    font-style: italic;
}
.doctor .container-text{
    padding: 5vw 2vw;
}
.doctor iframe{
    border: 2px solid #748067;
    padding: 8px;
}
/* doctor */

/* reviews */
.video--testimonial {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 0px auto;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
	border: 0;
	border: 1px solid #1a324a;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
}
/* reviews */

/* footer */
footer iframe{
    margin-bottom: -5px;
}
footer .phone ul{
    display: flex;
}
footer .phone ul li{
    font-family: Gotham-Book;
    font-size: 1.111vw;
}
footer .phone ul li{
    margin-right: 10px;
}
footer .phone .text-phone{
    font-size: 1.7vw;
    font-family: Gotham-Bold;
}
footer .address{
    font-family: Gotham-Light;
    font-size: 1.25vw;
}
footer .social a {
    border-radius: 50%;
    padding: 3px;
    font-size: 22px!important;
    width: 35px!important;
    height: 35px!important;
    text-align: center;
    display: inline-block;
    
}
footer .social {
    padding-left: 1.5vw;
}
footer .social ul{
    padding-left: 1vw;
}
footer .social ul li{
    margin-right: 5px;
}

footer span{
    display: block;
    width: 18vw;
    margin: auto;
}
footer i{
    margin-right: 6px;
    font-size: 1.7vw;
}
.container-hours{
    padding: 0px 5vw;
}
.container-hours ul{
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 10px;
}
.container-hours ul li{
    font-family: Gotham-Light;
    font-size: 1.11vw;
}

.container-hours ul li{
    width: auto;
}
.container-hours p{
    font-family: Gotham-Light;
    font-size: 1.041vw;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
footer .img-contact a img{
        width: 100% !important;
        margin: 0;
}
footer .foot-year {
    margin-top: 2vw;
    margin-left: 3vw;
 }
 footer .foot-year span{
    display: contents;
  
 }
/* footer */

/* content secundary */



.secundary-page {
    background: #fff !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    padding: 0 0 0 0;
}
.secundary-page .p-body{
    padding: 0px 7vw .2vw;
}
.secundary-page h1{
    padding: 0 0 0 1.7vw;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: -1vw;
    margin-left: 3vw;
}
.secundary-page .secundary-philosophy h1{
    font-family: Gotham-Book;
    font-size: 3.5vw;
}

.secundary-page .content-secundary h3{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    line-height: 2.5vw;
    width: 56vw;
    margin: auto;
}
.secundary-page .content-secundary h4{
    font-family: Gotham-medium;
    font-size: 1.458vw;
}
.secundary-page .content-secundary h5{
    font-family: Gotham-light;
    font-size: 1vw;
}
.secundary-page .content-secundary p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    margin-bottom: 25px;
}
.secundary-page .content-secundary .upper-content {
    padding-right: 4vw;
}
.secundary-page .content-secundary p span{
    font-family: Gotham-Book;
    font-size: 1.527vw;
}
.secundary-page .content-secundary p a{
    font-family: Gotham-book;
    font-size: 1.3vw;
}
.content-secundary .content-patient-forms a{
    font-size: 1.2vw;
    margin-bottom: 10px;
}
.secundary-page .content-secundary {
    padding: 5vw 3vw;
}
.secundary-page .reviews-body {
    background: url("../images/home/bg-reviews.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 21vw 0px 5.5vw 0px;
    margin-top: -16vw;
    margin-bottom: -0vw !important;
    position: relative;
    z-index: -1;
}

.secundary-page .secundary-carrucel{
    margin-bottom: 0vw !important;
}
.secundary-page .secundary-carrucel .carousel-inner{
    height: 15vw;
    /* background: red; */
}
.secundary-page .secundary-carrucel-resources .carousel-inner{
    height: 15vw;
    /* background: red; */
}

.secundary-page .reviews-body p, .home .reviews-body p{
    font-family: Gotham-Book;
    font-style: italic;
    font-size: 1.8vw;
    text-align: center;
    margin: auto;
    height: 16vw;
    width: 85%;
    line-height: 2.8vw;
    padding: 2vw 6vw 1vw 6vw;
}
.secundary-page .reviews-body p span, .home .reviews-body p span{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
}
.secundary-page .reviews-body .social, .home .reviews-body .social{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.secundary-page .reviews-body ul li:nth-child(1) img, .home .reviews-body ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.secundary-page .reviews-body ul li:nth-child(2) img, .home .reviews-body ul li:nth-child(2) img {
    width: 135px;
}
.secundary-page .content-secundary .gallery {
    padding: 4vw 8vw;
}
.secundary-page .content-secundary .gallery img{
    width: 100%;
    padding: 5px;
}
.secundary-page .content-secundary .title-line::before{
    content: "";
    position: absolute;
    width: 41vw;
    right: 0;
    top: 2.2vw;
    height: 0.5px;
    background: #57565665;
}
.secundary-page .content-secundary .office .title-line::before{
    width: 45vw;
}
.tarjets img{
    border: none;
    width: 80%;
}
.secundary-page .container-btn a{
    display: block;
    font-family: Gotham-light;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 1.3vw;
    display: block;
    padding: 1.8vw 0px;
}
.secundary-page .page-intro{
    padding: 3vw 0px;
}
.secundary-page .content-secundary .row{
    margin: 0 !important;
}
.secundary-page .content-secundary ul{
    list-style: outside;
    margin-left: 18px;
    font-family: Gotham-Light;
}
.secundary-page .content-secundary ul li a{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.secundary-page .content-secundary ul li {
    font-family: Gotham-Light;
    font-size: 1.3vw;
}
.secundary-page .content-secundary .more-information{
    font-size: 1.597vw !important;
    margin-top: 40px;
}
.secundary-page .content-services .title-line::before {
    width: 38vw;
    right: 5vw;
    top: 2.3vw;
}
.content-insurance iframe{
    padding: 7px;
    border: 2px solid #748067;
}
.secundary-page .content-patient-forms .title-line::before, .content-secundary .content-insurance .title-line::before, .secundary-page .content-payment .title-line::before {
    width: 47vw;
}
.secundary-page .content-secundary .content-insurance p{
    font-family: Gotham-Light;
    font-size: 1.25vw;
}
.secundary-page .content-secundary .content-insurance img{
    width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.secundary-page .content-secundary .content-plan h2 {
    font-size: 2.5vw !important;
}
.secundary-page .content-secundary .content-reviews p{
    font-style: italic;
    font-size: 1.319vw;
}
.secundary-page .content-secundary .content-reviews p span{
    font-style: normal;
    display: block;
    margin-top: 30px;
}
.secundary-page .content-secundary .vid-tri img{
    display: block;
    padding-bottom: 2vw !important;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
}
.secundary-page .covid-text {
    margin-top: 1vw;
    padding: 3vw 7vw 8vw 7vw !important;
}
.secundary-page .covid-text h2 {
    padding: 0vw 0 0vw 8vw !important;
}
.secundary-page .covid-text ul {
    padding: 0vw 1vw 0vw 1vw !important;
}
.secundary-page .content-secundary .content-contact p, .secundary-page .content-secundary .content-contact p a{
    font-family: Gotham-book;
    font-size: 1.319vw;
}
.secundary-page .content-secundary .content-contact p span{
    font-family: Gotham-book;
}
.secundary-page .content-secundary .content-contact ul{
    list-style: none;
    margin-left: 0;
}
.secundary-page .content-secundary .content-contact ul li{
    font-family: Gotham-Light;
    font-size: 1.319vw;
}
.secundary-page .content-contact button{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    box-shadow: 0px 0px 2px #02020266;
    border-radius: 7px;
    border: none;
    padding: 8px 3vw;
    margin-top: 15px;
}
.secundary-page .content-contact .appt-btn a{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    background: #808b74;
    color: #fff;
    box-shadow: 0px 0px 2px #02020266;
    border-radius: 7px;
    border: none;
    padding: 8px 3vw;
    margin-top: 15px;
}
.secundary-page .content-contact .appt-btn a:hover {
    color: #95c363;
}
.secundary-page .content-contact input, .secundary-page .content-contact textarea{
    font-family: Gotham-Book;
    font-size: 12px;
    border-radius: 0;
    padding: 1.4vw 10px;
}
.secundary-page .content-contact .form-group {
    margin-bottom: .5rem;
}
.secundary-page .content-contact .text-appointment{
    width: 22vw;
    margin: auto;
    display: block;
}
.secundary-page .content-secundary.testimonials .social{
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.secundary-page .content-secundary.testimonials ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.secundary-page .content-secundary.testimonials ul li:nth-child(2) img {
    width: 135px;
    margin-right: 0px;
}
/* content secundary */

/* Landing page */
.landing-page .hero h2 span{
    font-size: 2.1vw;
    font-family: Gotham-Medium;
}
/* .landing-page header{} */
.btn-xl-lp{
    font-family: Gotham-Medium;
    padding: 12px 20px;
    box-shadow: 0px 0px 3px #02020266;
    border-radius: 7px;
    opacity: 1;
    font-size: 1.4vw;
}
.container-subtitle{
    padding: 1vw 0px;
    position: relative;
    z-index: 1;
    margin-top: -6.4vw;
}
.container-subtitle h1{
    font-family: Gotham-book;
    font-size: 2.5vw;
    line-height: 5vw;
}
.container-subtitle h1 span{
    font-family: Gotham-Bold;
    font-size: 2.5vw;
}
.hero.lp h2{
    font-family: Gotham-Light;
    font-size: 3.7vw;
    margin-left: 2vw;
    background: transparent;
}
.hero.lp .container-text {
    top: 16vw;
    padding-left: 9vw;
}
/* Section 1 */
.home .section-2 h1{
    margin-top: 0;
}
.section-1 hr {
    margin: 25px 0px;
}
.section-1 ul{
    display: flex;
    padding: 0;
    list-style: none;
}
.section-1 ul li {
    margin-top: 5px;
    margin-right: 15px;
}
.section-1 ul li img{
    width: 20px;
    margin-right: 30px;
}
.section-1 h2{
    font-family: Gotham-Bold;
    font-size: 1.319vw;
    line-height: 2vw;
}
.section-1 h2 span{
    font-family: Gotham-Book;
    font-size: 1.458vw;
}
.section-1 h5{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    text-align: center;
    line-height: 2.5vw;
    font-style: italic;
    margin-top: 25px;
}
.section-1 h5 span{
    font-style: normal;
}
.section-1 .container-left{
    padding: 5vw 6vw 5vw;
}
.section-1 .container-right{
    padding: 5vw 5vw 4vw;
}
.section-1 .reviews ul{
    justify-content: center;
}
.section-1 .reviews ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.section-1 .reviews ul li:nth-child(2) img {
    width: 135px;
}
/* Section 1 */

/* section 2 */
.section-2 {
    padding: 6vw 1vw 15vw;
}
.section-2 h1{
    font-family: Gotham-Bold;
    font-size: 2.361vw;
    line-height: 2.8vw;
}
.section-2 h1 span{
    font-family: Gotham-Book;
}
.section-2 h2{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
    width: 36vw;
    line-height: 2.3vw;
}
.section-2 h3{
    font-family: Gotham-Bold;
    font-size: 1.458vw;
    font-style: italic;
    width: 32vw;
    line-height: 2.3vw;
}
.section-2 h3 span{
    font-family: Gotham-Book;
    font-style: normal;
}
.section-2 p{
    font-family: Gotham-Light;
    font-size: 1.597vw;
    margin-top: 35px;
    line-height: 2.5vw;
    width: 39vw;
}
.section-2 hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-2 ul{
    display: flex;
    padding: 0;
    list-style: none;
}
.section-2 ul li img{
    width: 20px;
    margin-right: 10px;
}
.section-2 ul li i{
    margin-right: 10px;
}
.section-2 ul li{
    font-family: Gotham-Bold;
    font-size: 1.180vw;
}
.section-2 ul li span{
    font-family: Gotham-Book;
}
/* section 2 */

/* section 3 */
.section-3{
    padding: 6vw 7vw 9vw;
}
.section-3 h2{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-top: 20px;
    margin-bottom: 30px;
}
.section-3 h2 span{
    font-size: 1.597vw;
}
.section-3 h3{
    font-family: Gotham-Light;
    font-size: 1.597vw;
    line-height: 2.4vw;
}
.section-3 h3.title-dental{
    font-family: Gotham-Medium;
    font-size: 1.944vw;
    line-height: 2.4vw;
}
.section-3 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-3 p span{
    font-family: Gotham-Book;
    font-size: 1.319vw;
}
.section-3 .container-img img{
    width: 100%;
    height: 14vw;
}
.section-3 ul{
    list-style: outside;
    margin-top: 35px;
    padding-left: 15px;
}
.section-3 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-3 ul li:nth-child(1){
    list-style: none !important;
    margin-left: -15px;
}
.section-3 ul span{
    font-family: Gotham-Book;
    font-size: 1.319vw;
    text-align: left;
}
.section-3 .btn-xl-lp, .section-7 .btn-xl-lp{
    font-size: 1.19vw;
}
/* section 3 */

/* section 4 */
.section-4{
    padding: 10vw 7vw;
}
.section-4 h2{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-bottom: 45px;
}
.section-4 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 40px;
}
.section-4 p span{
    font-family: Gotham-Book;
    font-size: 1.319vw;
    margin-bottom: -12px;
    display: block;
}
.section-4 ul{
    list-style: outside;
    padding-left: 15px;
}
.section-4 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-4 ul span{
    font-family: Gotham-Medium;
}
/* section 4 */

/* section 5 */
.section-5{
    padding: 5vw 7vw 9vw;
}
.section-5 h1{
    font-family: Gotham-book;
    font-size: 2.083vw;
}
.section-5 .img-text{
    width: 55%;
    margin-right: 25px;
    margin-bottom: 0px;
}
.section-5 .title{
    font-family: Gotham-Book;
    font-size: 1.319vw;
    margin-bottom: 15px;
    display: block;
}
.section-5 p{
    font-family: Gotham-Light;
    font-size: 1.319vw;
    line-height: 2.4vw;
}
.section-5 ul{
    padding-left: 15px;
    list-style: outside;
    margin-top: 40px;
}
.section-5 ul li{
   font-family: Gotham-Light;
   font-size: 1.319vw;
}
.section-5 .light{
    font-family: Gotham-Light;
}
/* section 5 */

/* section 6 */
.section-6{
    padding: 3vw 7vw 15vw;
}
.section-6 h1{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-bottom: 25px;
    margin-top: 15px;
}
.section-6 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2.1vw;
}
.section-6 p span{
    font-family: Gotham-Book !important;
    font-size: 1.111vw;
}
.section-6 p img{
    width: 45%;
    margin-left: 10px;
}
.section-6 .text-implants{
    font-family: Gotham-Light;
    width: 31vw;
}
.section-6 .text-implants span{
    font-family: Gotham-Book;
}
.container-implants{
    padding: 0vw 4vw;
}
.section-6 .container-implants img{
    height: 18vw;
    width: 100%;
}
.section-6 .col-12 .col-12{
    margin-top: 5vw;
}
/* section 6 */

/* section 7 */
.container-subtitle.opinion {
    margin-bottom: -9vw;
}
.section-7{
    padding: 13vw 7vw 6vw;
}
.section-7 h1{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h2{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-7 h2 span{
    font-family: Gotham-Bold;
}
.section-7 h3{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-7 h3 span{
    font-size: 1.111vw;
}
.section-7 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-7 h4{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h4 span{
    font-family: Gotham-Bold;
    font-size: 1.805vw;
}
.section-7 h5{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h5 span{
    font-family: Gotham-Bold;
    font-size: 1.805vw;
}
.section-7 ul{
    list-style: outside;
    padding-left: 15px;
    margin-top: 30px;
}
.section-7 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-7 .second-opinion p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-7 .second-opinion p span{
    font-family: Gotham-Book;
}
/* section 7 */
/* new */
.ul-services ul{
    margin-left: 0 !important;
    width: 15vw;
}
.ul-services ul.wd-100{
    margin-left: 0 !important;
    width: 100%;
}
.ul-services ul li{
    list-style: none !important;
}
.prl-services{
    padding: 0px 0vw 0px 3vw;
}
.ul-center{
    display: flex;
    justify-content: center;
}
footer .btn-home{
    font-size: 1.4vw;
    pointer-events: none;
}
.sub-title{
    font-size: 1.736vw !important;
    color: #514e4e !important;
    font-family: Gotham-Light !important;
    width: 58vw !important;
}
.text-green-5{
    font-size: 3.263vw !important;
}
/* carousel fade */
.carousel-fade .carousel-item {
    display: block;
    /* position: absolute; */
    opacity: 0;
    transition: opacity .90s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto !important;
        width: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 95px !important;
        padding: 10px 10px 5px 10px !important;
        box-sizing: border-box !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0 !important;
        bottom: 95px !important;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        justify-content: center !important;
        display: flex !important;
    }
}
.subTitle{
    list-style: none !important;
    margin-left: -15px !important;
}
.img-contact a img{
    	width: 100% !important;
}
.buttonResources {
    background: #7e8b72;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    min-width: 50%;
    padding: 13px 45px;
    font-family: Gotham-Light;
}
button.buttonResources:focus {
    outline: 1px dotted !important;
}

.buttonResources:hover{
    color: #fff;
}

.font-service ul li a{
    font-size: 1vw !important;
}
.t-line::before{
    top: 4.2vw !important;
}
/* .font-service ul li a.fontz-1{
    font-size: 1.0vw !important;
} */
