@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;900&display=swap');

html {
    scroll-behavior: smooth;
  }
body {
    color: #707070;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;    
}
h1,h2,h3 {
  font-family: 'Poppins', sans-serif;  
}
h2 {
  color: #910000;
  display:block;
  font-size: 35px;
  margin-bottom: 20px;
}
h3 {
  color: #017fc4;
  font-size: 24px;
  font-weight: 900;
  position:relative;  
  width:100%;
}
h4 {
  color: #017fc4;
  font-size: 16px;
  font-weight: 600;
}
.row {
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}
#slider-interior h1
 {
  font-weight: 900;
  font-size: 55px;
  color:#fff;
}
#slider {  
  background: url(../img/home.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  height: 55vh;  
  align-items: flex-end;
  margin-top: 75px;
}
#slider-interior {  
  background-size: cover;
  display: flex;
  height: 60vh;  
  align-items: center;
  margin-top: 90px;
}
.slogan {
  background: #017fc4 ;
  padding: 25px;
  width: 100%;
}
.slogan h1 {
  color: #fff;
  font-size: 32px;
  margin-right: 25px;
  margin-bottom: 0;
}
.basico {
  background: url(../img/bg01.jpg) no-repeat center;
}
.especializado {
  background: url(../img/bg-02.jpg) no-repeat;
}
.ortodon {
  background: url(../img/bg-03.jpg) no-repeat;
}
.cuidados {
  background: url(../img/bg-04.jpg) no-repeat;
}
.contactus {
  background: url(../img/bg-05.jpg) no-repeat;
}
header {  
  border: none;
  position: absolute;
  top: 0px;
  width:100%;
  z-index: 999;
}

ul.navbar-nav li.social {
  margin-left:10px;
  margin-top:5px;
}
.navbar-light .navbar-nav .nav-link {
  color: #474544;
  font-size: 13px;
  padding: 5px 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0883C6;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { 
 color: #0883C6;
 font-weight: 600;
}
a.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  background-size: 100%;
  margin-left: 15px;
  width: 133px;
  height: 76px;  
}
.bg-light {
  background: #fff !important;
  padding: 0;
  box-shadow: #0000002a 0px 3px 5px;
}
ul.navbar-nav {
  padding-bottom: 5px;
  padding-top: 5px;  
}
.top {
  background: #004077 !important;  
  color:#fff;
  display: flex;
  width: 100%;
  padding: 8px 15px;
}
.top a {
  color:#fff;
  font-size: 13px;
}
.top p {
  margin-bottom: 0;
}
.cover-int {
  background: url(../img/cover-int.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  height: 35vh;  
  padding-bottom: 2vh;
}
.phone {
  background: url(../img/icon-phone.svg) no-repeat left center;
  background-size: 14px; 
  padding-left: 20px; 
}
.location {
  background: url(../img/location.svg) no-repeat left top;
  background-size: 14px; 
  margin-bottom: 20px;
  padding-left: 20px; 
}
.time {
  background: url(../img/time.svg) no-repeat left top;
  background-size: 14px; 
  margin-bottom: 20px;
  padding-left: 20px; 
}
.mail {
  background: url(../img/mail.svg) no-repeat left center;
  background-size: 14px;   
  padding-left: 20px; 
}
.margin-l {
  margin-left: 25px;
}
.cover-int h1 {
  color:#FFF;
  font-weight: 900;  
}
.cover-int h1 .orange {
  color: #e5007e;
}
.nosotros .d-flex{
  display: flex;
  align-items: center;
}
.container-fluid {
  padding: 0px;
}
.pattern {
  background: url(../img/pattern.svg) no-repeat 15px bottom;
  background-size: 250px;
  padding-bottom: 65px;
}
footer h4 {
  color:#fff;
}
.social-media {
  display: flex;
  justify-content: center;
}
iframe {
  width: 100%;
}
#contacto {
  background: #28A6DE;
}
.facebook {
  background: url(../img/icon-fb.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 10px;
  height: 19px;
  margin-left: 10px;
  
}
.whatsapp {  
  display: block;
  height: 42px;
  width: 42px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.whatsapp img {
  max-width: 100%;
}
footer h4.text-center.like {
  background: url(../img/like.svg) no-repeat center top;
  background-size: 25px;
  padding-top: 35px;
}
.instagram {
  background: url(../img/icon-insta.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  margin-right: 15px;
}
.linkedin {
  background: url(../img/icon-linkedin.svg) no-repeat center;
  background-size: 18px;
  display: block;
  width: 24px;
  height: 34px;
}
.btn-white {
  background: #21a1db;
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  display: block;  
  max-width: 220px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-white:hover {
  background: #fff;
  color:#21a1db;
  text-decoration: none;
}
div#myTabContent,
ul#myTab {
  width: 100%;
}
table.table.table-hover {
  margin-top: 45px;
}
th.text-center {
  padding: 25px 0px;
}
.nav-tabs .nav-link {
  border-radius: 0px;
  background: #fff;
  box-shadow: #0000002a 2px 3px 5px;
  margin-right: 5px;
}
a {
  color: #F74709;
}
.txt-white {
  color:#fff;
  font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #F74709;
  color: #fff;
}
.nav-link:focus,
.nav-link.active:focus {
  outline: none !important;
}
.clientesinterior {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;  
  margin-top: 30px;
}
.clientesinterior img {
  width: 17%;
}
.dropdown-menu .dropdown-item  {
  font-size: 13px;
}
ol.click.col-md-2 {
  padding-left: 0;
}
ol.click.col-md-2 li {
  list-style-type: none;
  height: 177px;
  margin-bottom: 15px;
}
ol.click.col-md-2 li:hover {
  cursor: pointer;
}
.services-items {
  display: flex;
  flex-wrap: wrap;
}
.item {  
  width: 20%;
}
.item h4 {
  font-size: 18px;
}
.item img {
  height: 60px;
  margin-bottom: 25px;
}
.line-mod {
  padding-top: 110px;
  background: url(../img/top.svg) no-repeat top center;
  position: relative;
}
.line {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;  
}
.line-mod h4,
.line h4 {
  background: #fff;
  padding: 10px 0px;
  position: relative;
  z-index: 1;
}
.line::before {
  content:'';
  background: #0883C6;
  bottom: 0;
  width: 1px;
  height: 100%;
  position: absolute;
}
.line-mod::before {
  content:'';
  background: #0883C6;
  bottom: 0;
  width: 1px;
  height: 60%;
  position: absolute;
}
.line-mod::after {
  content:'';
  background: #0883C6;
  border-radius: 50px;
  bottom: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-left: -5px;
}
.our-list li {
  margin-bottom: 8px;
}
.line-mod-bottom {
  background: url(../img/bottom-line.svg) no-repeat bottom center;
}
/*****Interior*******/
.row.about-interior {
  display: flex;
  align-items: center;
}

.treatment {
  background: url(../img/bg.svg) no-repeat top right;
  background-size: 75%;
  padding: 45px 0px;
  position: relative;
}
.treatment::before {
  content: '';
  position: absolute;
  background: #0883C6;
  width: 100%;
  height: 80vh;
  bottom: 0;
  left: 0;
}
.blue-color {
  background: #055078;
  color:#fff;
}
.blue-light-color {
  background: #28A6DE;
  color:#fff;
}
.blue-bottom  h3,
.blue-light-color h3,
.blue-color h3 {
  color:#fff;
}
.ortodoncia {
  background: url(../img/bg-service.jpg) no-repeat top right #98d3e3;
  background-size: 90%;
  padding: 65px 0px;
}
.white {
  background: #fff;
  padding: 25px;
}
.blue-bottom {
  background: #055078;
  color:#fff;
  padding: 25px;
}
/*************/
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery img {
  width: 33%;
  margin-top: -2px;
}
.gallery img:hover {
  cursor: pointer;
}
.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
button.close.text-right.p-2 {
  color:#fff;
  text-shadow: none;
  position: absolute;
  z-index: 99;
  background: red;
  opacity: 1;
  font-weight: 300;
  right: 0;
}
.modal-content {
  border: none;
}
.modal-content img {
  margin-top: -3px;
}
/*****button*****/
input.btn-send {
 background: #055078;
 color: #fff;
}

.button:hover,
a.btn-orange:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
/***sections****/
.white-bg {
  background:#fff;
  box-shadow: #0000002a 0px 3px 5px;
  margin-top: -65px;  
  padding: 20px;
}
img.map {
  position: relative;
  right: -15px;
}
.row.no-gutters {
  display: flex;
  align-items: center;
}
.about {
  background: url(../img/bg.svg) no-repeat top right;
  background-size: 60%;
  padding: 55px 0px;
}

.services {
  background: #F3FAFC;
  padding: 65px 0px;
}
.card-title {
  color: #0883C6;
  text-align: center;
}
.card-text {
  font-size: 12px;
}
.img-top {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.d-flex {
  display: flex;
  align-items: center;
}
.card-white {
  background: #fff;
  border-radius: 6px;
  box-shadow: #0000002a 2px 2px 3px 3px;
  margin-left: -40px;
  padding: 75px 55px;
}
.blue-bg {
  background: #017fc4 ;  
  padding: 65px 0px;
}
.blue-bg h3 {
  color:#fff;
}
.flexed {
  display: flex;
  box-shadow: #0000002a 2px 2px 3px 3px;
  padding: 0;
  margin-right: 2%;  
  max-width: 48%;  
  margin-top: 2%;
}
.flexed .content {
  padding: 15px;
}
.flexed .content p {
  margin: 0;
}
.flexed .content h3 {
  font-size: 22px;
  font-weight: 600;
}
/******Slider*******/
.carousel-control-next, .carousel-control-prev {
  border: none;
  opacity: 1;
}
.carousel-control-next {
  background: url(../img/next.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: -80px;
  top: 100px
}
.carousel-control-prev {
  background: url(../img/prev.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: -160px;
  top: 100px
}
.carousel-control-prev span,
.carousel-control-next span {
  display: none;
}
/****/
.clients {
  background: #fff;
  padding: 45px 0px;
}
.clientes {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px; 
  justify-content: center;  
  margin-top: 45px; 
}
.clientes img {
  width: 16%;
}
#faqs {
  background: url(../img/bg-faqs.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0px;
}
#faqs .card-body {
  font-size: 13px;
  padding: 20px 30px;
}
#faqs h3 {
  color:#fff;
  text-align: center;
}
.card-header {
  background:  #fff;
}
.card-header h2 button {
  color: #F74709;
  font-weight: 600;
}
.card-header h2 button:hover {
  color: #FFD501;
}
.Testimoniales {
  background: url(../img/bgtestimonials.jpg) no-repeat left bottom #F2F2F2 ;
  background-size: 100%;
  padding: 65px 0px;
}
.white-slide {
  background:#fff;
  box-shadow: #0000002a 2px 3px 5px;
  padding: 105px 10vh;
  position: relative;
}
.white-slide::before {
  content:'';
  position: absolute;
  left: -45px;
  top: -45px;
  width: 100px;
  height: 100px;
  background: url(../img/quote.svg) no-repeat;
  background-size: 100%;
}
.white-slide p {
  font-size: 16px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  background: #fff;
  border-radius: 50px;
  border: #fff solid 1px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;  
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  background: #fff;
}
.blog {
  padding: 45px 0px;
}
.card {
  border: none !important;
}
.col.mb-4 {
  box-shadow: #0000002a 2px 3px 5px;
  border-radius: 4px;
  max-width: 24%;
  margin-right: 1%;
  padding: 0px;
}
h4.card-title {
  font-size: 14px;
  font-weight: 600;
}
span.date {
  color: #F74709;
  font-size: 12px;
}
footer h4 {
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
footer p {
  font-size: 11px;
  margin-bottom: 5px;
}
.link-footer {
  list-style: none;
  padding: 0;
}
/*****Contacto******/
.spaced {
  background: #F2F2F2;
  padding: 65px 0px;
}
small {
  color: #2B2A29;
  font-size: 16px;
}
.contacto-section {
  background: url(../img/bg-contacto-03.jpg)no-repeat;
  background-size:75%;
}
#contactform {
  margin-top: 45px;
}
form input {
  width:100%;
  height: 45px;
  margin-bottom: 0px;
}
.form-group {
  width: 100%;
  margin-bottom: 0px;
}
.form-group textarea,
.form-group input {
  border: none;
  border-radius: 0px;
  box-shadow: #0000002a 3px 4px 7px;
}
form textarea {
  width:100%;
  height: 120px;
  margin-bottom:15px;
}
b.orange {
  color: #F74709;
}
p.mail {
  background: url(../img/icon-mail.svg) no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
h5 {
  font-size: 15px;
}
.blue {
  background: #009ee2;
  border-radius: 20px;
  color:#fff;
  padding: 30px;
  position: relative;
  margin-top: 65px;
}
.blue::after {
  content:'';
  background: #F3007F;
  border-radius: 20px;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: -45px;
  z-index: -2;
}
.btn-primary {
  background:url(../img/send.svg) no-repeat center #009ee2;
  background-size: 25px;
  border:none;
  border-radius: 50px;
  display: block;
  padding:8px 0px;
  width: 45px;
  height: 45px;  
}
.contact-form-submit {
  margin-left: auto;
  margin-top: -35px;
}
footer {
  background:#004077;
  padding-top: 35px;
  color:#fff;
  position: relative;
}
footer a {
  font-size: 12px;
  color:#fff;
}
footer a:hover {
  color:#21a1db;
}
.social-net {
  list-style-type: none;
  display: flex;
  padding-left:0px;  
}
.social-net li {
  padding: 5px 0px;
  margin-top:10px;
  margin-right: 10px;
}
.social-net li a {
  color: #fff;
    font-size: 16px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;    
    border-radius: 20px;
    line-height: 30px;
}
footer p.icon {
  background: url(../img/icon-white-04.png) no-repeat;
  background-size:15px;
  margin-top:15px;
  padding-left: 25px;
}
.dropdown-item img {
  width: 130px;
}
.quote {
  background: #910000;
  color:#fff;
  padding: 65px 0px;
}
.quote h2 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.bottom-info {
  background: #313030;
  color:#fff;
  margin-top: 10px;
  padding: 20px 0px;
}
/***********Animation***********/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mis-sucursales:hover .bottom,

.bottom {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

#contactform textarea,
#contactform input {
  border-radius: 4px;
  border: none;
  padding: 8px 10px;
}
.flex {
  display: flex;
  align-items: center;
}
.flex a {
  color:#fff;
  font-size: 11px;
}
footer img {
  width: 100px;
}
@media (max-width:992px) {
  .bg-light {
    box-shadow: none;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  .navbar-light .navbar-toggler-icon {   
    background-color:#fff;
    background-size:22px;
    padding:20px;
    border-radius: 0px;
  }  
  .navbar-nav {
    background:#fff;
    text-align:center;
    padding:20px;
  }
  ul.navbar-nav {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    background: #004077;
    height: auto;
  }
  ul.navbar-nav a {
    color: #fff !important;
  }
  .dropdown-menu.show {
    background: #017fc4;
  }
  li.nav-item.ml-auto.flex {
    display: none;
  }
  .linkedin,
  .instagram,
  .facebook {
    margin: 5px auto;
  }
  .dropdown-menu.show {
    text-align:center;
  }
  .navbar-nav li.social {
    display: none;
  }
  .dinamic-left {
    margin-left:-150%;
    margin-top:50px;
    width:250%;
  }
  .dinamic-right {
    margin-right:-150%;
    margin-top:50px;
    width:250%;
  }
  
}
@media (max-width:768px) {
  #slider {
     padding: 20px !important;
  }
  .nav-tabs .nav-link {
    width: 100%;
  }
  div#myTabContent, ul#myTab li {
    width: 100%;
    margin-bottom: 8px;
  }
  .navbar-brand {
    margin-top:5px;

  }
  #cover-profile {
    padding-top: 60px;
  }
  #conocenos::after {
    height: 290px;
    width:150px;
  }
  #sucursales {
    margin-top:35px;
  }
  .clientes {
    grid-gap: 20px;    
  }
  .clientes img {
    width: 32%;
  }
  .row.d-flex.no-gutters {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top {
    display: none;
  }
  .navbar-brand {
    width: 70px !important;
    height: 70px !important;
    background-size: 80% !important;
    margin-top: 0 !important;
  }  
  #slider {
    margin-top: -65px;
    padding: 0 !important;
    height: 65vh;
  }
  #slider h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .slogan {
    background: #017fc4;
    padding: 15px;
    width: 100%;
  }
  .slogan.d-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .blue-bg .col.mb-4 {
    min-width: 100%;
  }
  .social-media {
    display: flex;
    justify-content: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:600px) {
  header#banner {
    background:#fff;
    top: 0px;
  }
  .navbar-brand {
    width: 140px !important;
    height: 70px !important;
    background-size: 80% !important;
    margin-top: 0 !important;
  }
  .navbar-nav {
    height: 100vh;
    overflow-y: scroll;
  }  
  
  .white-bg {
    margin-top: -25px;
  }
  ol.click.col-md-2 {
    display: flex;
    grid-gap: 2%;
    margin-top: 2%;
  }
  ol.click.col-md-2 li {
    width: 30%;
  }
  ol.click.col-md-2 li img {
    height: 90px;
  }
  .item {
    width: 50%;
    margin-bottom: 25px;
  }
}