/* TABLE OF STYLES

1.Common styles and helpers
2.Header
3.Hero Slide
4.Home
  4.1.Cards Treatment
  4.2.Map
  4.3.After & Before
  4.4.Form
5.CTA
  5.1.CTA Mobile
6.Footer
7.Treatment Landing
  7.1.Hero Slide
  7.2.Pricing
  7.3.FAQs
8.Before & After
9.Studios
*/


/* 1.Common styles and helpers */

body {
  background-color: white;
  margin: 0;
}

@font-face {
  font-family: FuturaBold;
  src:url(../../assets/fonts/futuraBold.ttf);
}

@font-face {
  font-family: FuturaLight;
  src:url(../../assets/fonts/futuraLight.ttf);
}

@font-face {
  font-family: CurrierNow;
  src:url(../../assets/fonts/cour.ttf);
}

@font-face {
  font-family: FuturaMediumItalic;
  src:url(../../assets/fonts/FuturaMediumItalic.otf);
}

@font-face {
  font-family: FuturaSctotLight;
  src:url(../../assets/fonts/FuturaSctotLight.ttf);
}

@font-face {
  font-family: FuturaStdLightCondensed;
  src:url(../../assets/fonts/FuturaStdLightCondensed.ttf);
}

@font-face {
  font-family: FuturaStdLight;
  src:url(../../assets/fonts/FuturaStdLight.ttf);
}

.FuturaBold {
  font-family: FuturaBold;
}

.FuturaLight {
  font-family: FuturaLight;
}

.CurrierNow {
  font-family: CurrierNow;
}

.FuturaMediumItalic {
  font-family: FuturaMediumItalic;
}

.FuturaSctotLight {
  font-family: FuturaSctotLight;
}

.FuturaStdLightCondensed {
  font-family: FuturaStdLightCondensed;
}

.FuturaStdLight {
  font-family: FuturaStdLight;
}

.pt-6 {
  padding-top: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .size33 {
    font-size: 2.9rem;
  }

  .size30 {
    font-size: 2.4rem;
  }

  .size24 {
    font-size: 2rem;
  }

  .size16 {
    font-size: 1.2rem;
  }

  .size15 {
    font-size: 1.1rem;
  }

  .size14 {
    font-size: 1.4rem;
  }

  .size13 {
    font-size: 1.1rem;
  }

  .size11 {
    font-size: 1rem;
  }

  .size10 {
    font-size: .8rem;
  }

  .size8 {
    font-size: .7rem;
  }

  .size7 {
    font-size: .6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .size33 {
    font-size: 3.3rem;
  }

  .size30 {
    font-size: 3rem;
  }

  .size24 {
    font-size: 2.4rem;
  }

  .size16 {
    font-size: 1.6rem;
  }

  .size15 {
    font-size: 1.5rem;
  }

  .size13 {
    font-size: 1.3rem;
  }

  .size14 {
    font-size: 1.4rem;
  }

  .size11 {
    font-size: 1.1rem;
  }

  .size10 {
    font-size: 1rem;
  }

  .size8 {
    font-size: .8rem;
  }

  .size7 {
    font-size: .7rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .fontFaqSmall {
    font-size: .8rem !important;
  } 
}

@media (min-width: 767px) {
    .bgimageOrthodontics h1 {
      font-size: 2.2rem !important;
    }
}

.btn-primary {
  color: #7cbcc8;
  font-size: 16px;
  font-family: FuturaBold;
  background: transparent;
  border: 2px solid #7cbcc8;
  position: relative;
  padding: 12px 18px 6px 18px;
}

.btn-primary:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(124, 188, 200, .1);
  color: #7cbcc8;
  transition: all 1s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
}

.btn-primary:hover {
  background: transparent;
  color: #7cbcc8;
  border-color: rgba(124, 188, 200, .1);
}

.btn-primary:hover:before {
  width: 100%;
}

.text-primary {
  color: #222222 !important;
}

.text-brand {
  color: #7cbcc8 !important;
}

.text-orthodontics {
  color: #fbb288;
}

.text-veneers {
  color: #fde0a3;
}

.text-acid {
  color: #caa4cd;
}

.text-whitening {
  color: #879cd1;
}

.text-secondary {
  color: #999999 !important;
}

.text-grey-dark {
  color: #777777 !important;
}

.text-grey {
  color: #eeeeee;
}

.bg-primary {
  background-color: #f9f9f9 !important;
}

.bg-white {
  background-color: white;
}

.bg-brand {
  background-color: #7cbcc8;
}

.bg-dark {
  background-color: #343a40;
}

.bg-grey-light {
  background-color: #cccccc;
}

.bg-bootstrap {
  background-color: #f9f9f9;
}

.bg-bootstrap-dark {
  background-color: #f3f3f3;
}

.bg-orthodontics {
  background-color: #fbb288;
}

.bg-veneers {
  background-color: #fde0a3;
}

.bg-whitening {
  background-color: #879cd1;
}

.bg-acid {
  background-color: #caa4cd;
}

.bg-green {
  background-color: green;
}

/* 2.Header */

.navbar-expand-xl .navbar-nav .nav-link,
.navbar-nav .dropdown-item {
  color: #333333;
  font-family: FuturaMediumItalic;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.nav-item:hover .nav-link {
  background-color: #7cbcc8;
  color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #7cbcc8;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:#7cbcc8;
}

@media (max-width: 768px) {
  .nav-item {
    margin-top: 12px;
  }

  .nav-link {
    padding: .5rem 1rem .2rem 1rem;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  .dropdown-menu {
    margin-top: 0;
  }
}

.dropdown-menu {
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  border-color: #7cbcc8;
  z-index: 9999;
}

.navbar-toggler {
  background: #ffffff;
  color: #7cbcc8;
  padding: .25rem .75rem .05rem .75rem;
  margin-right: 12px;
}

@media (max-width: 1199px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-brand {
    margin-left: 12px;
  }
  .navbar-nav {
    padding: 15px;
    text-align: center;
  }
  .nav-item {
    text-align: center;
    margin: .7rem 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    margin-left: 12px;
    margin-top: -8px;
  }
  .nav-link {
    padding: .2rem 2rem 0 2rem;
  }
}

.shrink {
  background-color: #ffffff;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

#theGrillzClub > a, #theGrillzClub > a:hover {
    background: #000;
    color: #fff;
}

/* 3.Hero Slide */

.bgimage {
  width: 100%;
  height: 100vh;
  background: url('../../assets/images3/home-slide-xl.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}

.bgimage-xs {
  width: 100%;
  height: 100vh;
  background: url('../../assets/images3/home-slide-xs.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}

.bgimage .caption {
  position: absolute;
  right: 2%;
  left: 2%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  bottom: 180px;
}

.bgimage h1 {
  color: #222222;
  font-family: FuturaBold;
  font-size: 2.2rem;
}

/* Mobile */

.captionMobile {
  position: absolute;
  bottom: 120px;
}

.paddingCaptionPrice {
  padding: .5rem .3rem 0 .3rem;
}

/* 4.Home */
  
/* 4.1.Cards Treatment */

.card {
  border: 0;
}

.card:hover {
  cursor: pointer;
  opacity: .8;
}

#orthodontics .card, #veneers .card, #whitening .card, #acid .card {
  background-color: #fafafa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

@media (min-width: 769px) {
  #orthodontics .card-price,
  #veneers .card-price,
  #whitening .card-price,
  #acid .card-price {
    color: #222222;
    font-size: 2.5rem;
  }

  #orthodontics .card-price span,
  #veneers .card-price span,
  #whitening .card-price span,
  #acid .card-price span {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  #orthodontics .card-price,
  #veneers .card-price,
  #whitening .card-price,
  #acid .card-price {
    color: #222222;
    font-size: 2rem;
  }

  #orthodontics .card-price span,
  #veneers .card-price span,
  #whitening .card-price span,
  #acid .card-price span {
    font-size: 1rem;
  }
}

#veneers .text-treatment {
  color: #fde0a3;
}

#veneers .btn-treatment {
  color: #fde0a3;
  font-size: 14px;
  font-family: FuturaBold;
  background: transparent;
  border: 1px solid #fde0a3;
  position: relative;
  padding: 9px 10px 4px 10px;
}

#whitening .text-treatment {
  color: #879cd1;
}

#whitening .btn-treatment {
  color: #879cd1;
  font-size: 14px;
  font-family: FuturaBold;
  background: transparent;
  border: 1px solid #879cd1;
  position: relative;
  padding: 9px 10px 4px 10px;
}

#acid .text-treatment {
  color: #caa4cd;
}

#acid .btn-treatment {
  color: #caa4cd;
  font-size: 14px;
  font-family: FuturaBold;
  background: transparent;
  border: 1px solid #caa4cd;
  position: relative;
  padding: 9px 10px 4px 10px;
}

/* 4.2.Map */


/* 4.3.After & Before */

#afterBefore a {
  text-decoration: none;
}

#afterBefore .card-body {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 1rem;
}

#afterBefore .card-body h3 {
  font-size: 1rem;
  margin-bottom: .4rem;
}

/* 4.4.Form */

@media (min-width: 768px) {
  .borderForm {
    background-color: #ffffff;
    border: 1px solid #7cbcc8;
    padding: 2.4rem 2rem 1rem 2rem;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .contactInfo {
    background-color: #7cbcc8;
    padding: 3rem 2rem 0rem 2rem;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media (max-width: 767px) {
  .borderForm {
    background-color: #ffffff;
    border: 1px solid #7cbcc8;
    padding: 2.4rem 2rem 1rem 2rem;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .contactInfo {
    background-color: #7cbcc8;
    padding: 3rem 2rem 0rem 2rem;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.contactInfo li {
  margin-bottom: 45px;
}

.contactInfo li:last-child {
  margin-bottom: 0;
}

.contactInfo a {
  text-decoration: none;
}

.contactInfo i {
  margin-bottom: 10px;
  color: #ffffff;
}

.contactInfo span {
  color: #ffffff !important;
  font-family: FuturaMediumItalic;
}

/* 5.1.CTA Mobile */

#fixed-call-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: #7fbcc7;
  box-shadow: 3px 3px 12px grey;
  -webkit-box-shadow: 3px 3px 12px grey;
  -moz-box-shadow: 3px 3px 12px grey;
}

#fixed-call-mobile table {
  width: 100%;
}

#fixed-call-mobile td {
    font-size: 1em;
  font-family: FuturaMediumItalic;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}

#fixed-call-mobile a {
  font-size: 1.3em;
  font-family: FuturaMediumItalic;
  text-transform: uppercase;
  color: #fff;
  padding-top: 3px;
}

#fixed-call-mobile i {
  color: white;
}

.mobile-appoinment {
  background: #7fbcc7;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  width: 70%;
}

.mobile-appoinment a {
    padding: 0px 10px 0px 10px;
}

.mobile-whatsapp {
  background-color: rgb(37, 211, 102);
  width: 30%;
}

/* 6.Footer */

footer img {
  max-width: 160px;
}

footer i {
  color: #b7b7b7;
}

footer i:hover {
  color: #7cbcc8;
}

#footerStickyBar span, #footerStickyBar a {
  color: #ffffff;
  font-size: .7rem;
}

/* 7.Treatment Landing */

/* 7.1.Hero Slide */


@media (min-width: 1501px) {
    .bgimageOrthodontics .caption {
        position: absolute;
        right: 2%;
        left: 55%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        top: 200px;
  }
}

@media (min-width: 1026px) and (max-width: 1500px) {
    .bgimageOrthodontics .caption {
        position: absolute;
        right: 2%;
        left: 55%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        top: 110px;
  }
}

@media (min-width: 1031px) and (max-width: 1100px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderOrtodonciaPC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderEsmaltePC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderBlanqueamientoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderAcidoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderGrillzPC001.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #stickerz .bgimageOrthodontics {
    width: 100%;
    height: 40vh;
    background: url('../../assets/images3/sliderStickerPC001.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 12px;
  }

  .priceTop {
    font-size: 3rem;
  }

  .priceTop span {
    font-size: 1.1rem;
  }
}

@media (min-width: 1025px) and (max-width: 1030px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderOrtodonciaPC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderEsmaltePC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderBlanqueamientoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderAcidoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderGrillzPC001.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #stickerz .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderStickerPC001.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 12px;
  }

  .priceTop {
    font-size: 3rem;
  }

  .priceTop span {
    font-size: 1.1rem;
  }
}

@media (min-width: 1101px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderOrtodonciaPC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderEsmaltePC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderBlanqueamientoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderAcidoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderGrillzPC001.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #stickerz .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderStickerPC001.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 12px;
  }

  .priceTop {
    font-size: 3rem;
  }

  .priceTop span {
    font-size: 1.1rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 65vh;
    background: url('../../assets/images3/sliderOrtodonciaPC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 65vh;
    background: url('../../assets/images3/sliderEsmaltePC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 65vh;
    background: url('../../assets/images3/sliderBlanqueamientoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 65vh;
    background: url('../../assets/images3/sliderAcidoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 65vh;
    background: url('../../assets/images3/sliderGrillzPC001.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  .bgimageOrthodontics .caption {
    position: absolute;
    right: 2%;
    left: 55%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 95px;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 12px;
  }

  .priceTop {
    font-size: 3rem;
  }

  .priceTop span {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 57vh;
    background: url('../../assets/images3/sliderOrtodonciaPC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 57vh;
    background: url('../../assets/images3/sliderEsmaltePC.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 54vh;
    background: url('../../assets/images3/sliderBlanqueamientoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 54vh;
    background: url('../../assets/images3/sliderAcidoPC.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 54vh;
    background: url('../../assets/images3/sliderGrillzPC001.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  .bgimageOrthodontics .caption {
    position: absolute;
    right: 2%;
    left: 55%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 50px;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 8px;
  }

  .priceTop {
    font-size: 2rem;
  }

  .priceTop span {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  #orthodontics .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderOrtodonciaXS.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #veneers .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderEsmalteXS.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #whitening .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderBlanqueamientoXS.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  #acid .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderAcidoXS.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }
  
  #grillz .bgimageOrthodontics {
    width: 100%;
    height: 100vh;
    background: url('../../assets/images3/sliderGrillzXS001.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
  }

  .bgimageOrthodontics .captionMobile {
    position: absolute;
    right: 2%;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    bottom: 70px;
  }

  .bgimageOrthodontics label {
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 0;
    display: inline;
  }

  .bgimageOrthodontics li {
    color: #999999;
    font-size: 1rem;
    font-family: FuturaStdLight;
    margin-top: 12px;
  }

  .priceTop {
    font-size: 3rem;
  }

  .priceTop span {
    font-size: 1.1rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #stickerz .bgimageOrthodontics {
      width: 100%;
      height: 65vh;
      background: url('../../assets/images3/sliderStickerPC001.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #stickerz .bgimageOrthodontics {
      width: 100%;
      height: 54vh;
      background: url('../../assets/images3/sliderStickerPC001.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
    }
}

@media (max-width: 575px) {
  #stickerz .bgimageOrthodontics {
      width: 100%;
      height: 100vh;
      background: url('../../assets/images3/sliderStickerXS001.jpg') !important;
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
   }
}

/* 7.2.Pricing */


#pills-home-tab, #pills-profile-tab, #pills-profile-tab2, #pills-profile-tab3 {
  font-size: 1.3rem;
}

a.nav-item,
a.nav-item:hover,
.nav-link:hover {
  color: #ffffff !important;
  opacity: 1;
}

.nav-item .nav-link.active {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  color: #ffffff !important;
  opacity: 1;
}

.nav-item .nav-link {
  color: #222222;
}

#pills-tabContent {
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#pills-home, #pills-profile, #pills-profile2, #pills-profile3 {
  padding: 3rem 3rem 2rem 3rem;
}

.offer {
  float: right;
  padding: 15px;
  color: #ffffff;
  margin-right: -3rem;
  margin-top: -3rem;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
}

.part1 {
  display: block;
  font-size: 1.2rem;
}

.part2 {
  font-size: .8rem;
}

.financeTax {
  font-size: .5rem;
  color: #cccccc;
  line-height: 10px;
}

/* 7.3.FAQs */

#faqs .card-header {
  background-color: white;
  border-bottom: none;
  padding: .75rem 0 .75rem 0;
}

#faqs .card-body {
  padding: 1.25rem 0 1.25rem 0;
  background-color: white;
}

#faqs button:hover,
#faqs button:focus {
  text-decoration: none;
}

@media (max-width: 359px) {
  #faqs .btn {
    padding: 0;
    font-size: .75rem;
  }
}

@media (min-width: 360px) and (max-width: 575px) {
  #faqs .btn {
    padding: 0;
    font-size: .9rem;
  }
}

@media (min-width: 576px) {
  #faqs .btn {
    padding: 0;
    font-size: 1.1rem;
  }
}

#faqs .btn-link {
  color: #222222;
}

/* 8.Before & After */

.card-body {
  border: 1px solid #f9f9f9;
  border: none;
}

/*------- 9.BEFORE & AFTER -------*/

/*------- start new -------*/

#AfterBefore .carousel-caption {
  text-align: left !important;
}
@media (min-width: 992px) {
  #AfterBefore .carousel-caption {
      width: 28%;
  }
  #AfterBefore #carouselExampleSlidesOnly p {
    font-family: FuturaBold;
    font-size: 1.6rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly h1 {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly label {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #ffffff;
    display: block;
  }
  #AfterBefore #carouselExampleSlidesOnly small {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #ffffff;
  }
  #AfterBefore1 {
    margin-top: 5%;
    margin-bottom: 6%;
  }
  #AfterBefore1 h2 {
    font-family: FuturaMediumItalic;
    font-size: 1.5rem;
    color: #7cbcc8;
    text-transform: uppercase;
  }
  #AfterBefore1 li {
    font-family: FuturaBold;
    font-size: 1.5rem;
    color: #000000;
  }
  #AfterBefore1 span {
    font-size: 2rem;
    margin-right: -17px;
  }
  #AfterBefore1 .imgDeco {
    width: 6%;
    margin-bottom: -20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #AfterBefore1 h2 {
    font-family: FuturaMediumItalic;
    font-size: 1.5rem;
    color: #7cbcc8;
    text-transform: uppercase;
  }
  #AfterBefore1 li {
    font-family: FuturaBold;
    font-size: 1.5rem;
    color: #000000;
  }
  #AfterBefore1 span {
    font-size: 2rem;
    margin-right: -17px;
  }
  #AfterBefore1 .imgDeco {
    width: 6%;
    margin-bottom: -20px;
  }
  #AfterBefore .carousel-caption {
      width: 40%;
  }
  #AfterBefore #carouselExampleSlidesOnly p {
    font-family: FuturaBold;
    font-size: 1.1rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly h1 {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly label {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
    display: block;
  }
  #AfterBefore #carouselExampleSlidesOnly small {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
  }
  #AfterBefore1 {
    margin-top: 5%;
    margin-bottom: 6%;
  }
  #AfterBefore1 h2 {
    font-family: FuturaMediumItalic;
    font-size: 1.3rem;
    color: #7cbcc8;
    text-transform: uppercase;
  }
  #AfterBefore1 li {
    font-family: FuturaBold;
    font-size: 1.3rem;
    color: #000000;
  }
  #AfterBefore1 span {
    font-size: 1.8rem;
    margin-right: -10px;
  }
  #AfterBefore1 .imgDeco {
    width: 6%;
    margin-bottom: -20px;
  }
}
@media (max-width: 575px) {
  #AfterBefore .carousel-caption {
      width: 70%;
      bottom: 0 !important;
  }
  #AfterBefore #carouselExampleSlidesOnly p {
    font-family: FuturaBold;
    font-size: 1rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly h1 {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #ffffff;
  }
  #AfterBefore #carouselExampleSlidesOnly label {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: .9rem;
    color: #ffffff;
    display: block;
  }
  #AfterBefore #carouselExampleSlidesOnly small {
    font-family: FuturaMediumItalic;
    text-transform: uppercase;
    font-size: .9rem;
    color: #ffffff;
  }
  #AfterBefore1 {
    margin-top: 12%;
    margin-bottom: 16%;
  }
  #AfterBefore1 h2 {
    font-family: FuturaMediumItalic;
    font-size: 1.1rem;
    color: #7cbcc8;
    text-transform: uppercase;
  }
  #AfterBefore1 li {
    font-family: FuturaBold;
    font-size: 1.1rem;
    color: #000000;
  }
  #AfterBefore1 span {
    font-size: 1.7rem;
    margin-right: -17px;
  }
  #AfterBefore1 .imgDeco {
    width: 6%;
    margin-bottom: -20px;
  }
}
#AfterBefore1 .AfterBeforeBox {
  border: 5px solid #000000;
  padding: 2rem 1rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url(https://smysecret.com/assets/images2/arrowRightOrtodoncia.png) !important;
    width: 76.64px;
    height: 110.4px;
}
#carouselExampleIndicators .carousel-control-next {
  opacity: 1;
}
#carouselExampleIndicators .carousel-control-prev-icon {
  display: none;
}
#AfterBefore3 {
  margin-top: 9%;
  margin-bottom: 3%;
}
#AfterBefore3 iframe {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}
@media (max-width: 500px) {
  #AfterBefore3 iframe {
    height: 200px;
  }
}
@media (min-width: 501px) {
  #AfterBefore3 iframe {
    height: 550px;
  }
}

/*------- end new -------*/

#AfterBefore .image {
  display: block;
  width: 100%;
  height: auto;
}
#AfterBefore .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00b3c5;
}
#AfterBefore a:hover .overlay {
  opacity: 0.6;
  cursor: pointer;
}
#AfterBefore .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#AfterBefore .overlay i {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#AfterBefore .edit {
  width: 120px;
}
#AfterBefore .small-text {
  font-size: 1rem;
}
#AfterBefore .carousel-caption {
  text-align: left !important;
}
* {box-sizing: border-box;}
#AfterBefore .img-comp-container {
  position: relative;
  height: 640px; /*should be the same height as the images*/
}
#AfterBefore .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}
#AfterBefore .img-comp-img img {
  display:block;
  vertical-align:middle;
}
#AfterBefore .img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #777777;
  opacity: 0.7;
  border-radius: 50%;
}
#AfterBefore #carouselExampleIndicators {
  margin-bottom: 130px;
}
#AfterBefore .carousel-indicators {
  bottom: -25px;
}
#AfterBefore .carousel-indicators li {
  text-indent: 0px;
  width: 120px;
}
#AfterBefore .carousel-indicators li img {
  opacity: .6;
}
#AfterBefore .carousel-indicators li.active img {
  opacity: 1;
}
#AfterBefore .carousel-indicators li img {
  width: 100%;
}

/*------- 10.NUESTRAS SONRISAS -------*/

#NuestrasSonrisas .image {
  display: block;
  width: 100%;
  height: auto;
}
#NuestrasSonrisas .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #00b3c5;
}
#NuestrasSonrisas a:hover .overlay {
  opacity: 0.6;
  cursor: pointer;
}
#NuestrasSonrisas .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#NuestrasSonrisas #pills-tabContent i {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#NuestrasSonrisas .nav-pills .nav-link {
  border-radius: .4rem;
  font-family: Semibold;
  font-size: 1rem;
  border: 2px dashed #FF9A03;
  margin: 0 5px;
  color: #FF9A03;
}
#NuestrasSonrisas .nav-pills .nav-link.active {
  background-color: #000000;
  border-color: #000000;
  color: #fff !important;
  font-family: FuturaMediumItalic;
}
#NuestrasSonrisas .nav-pills .nav-link {
  border-radius: .4rem;
  font-family: Semibold;
  font-size: 1rem;
  border: 2px dashed #000000;
  margin: 0 5px;
  color: #000000;
  font-family: FuturaMediumItalic;
}