@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
  }
body {
    color: #707070;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;    
}
h1,h2,h3 {
  font-family: "Montserrat", sans-serif;
}
h2 {
  color: #707070;
  display:block;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}
h4 {  
  font-size: 18px;
  font-weight: 700;  
  margin-bottom: 24px;  
}
.row {
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}
#control {
  background: url(../img/controlbg.jpg) no-repeat;
  background-size: cover;
  padding: 75px 0px;
}
#control h1,
#slider h1 {
  font-weight: 400;
  font-size: 50px;
  color:#fff;
}
#control h1 span,
#slider h1 span {
  font-size: 28px;
  margin-top: 20px;
}
#slider {  
  background: url(../img/home-cover.jpg) no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;  
  align-items: center;
}
#slider .btn-white {
  margin-left: auto;
}
header {  
  border: none;
  padding-top: 8px;
}
.shrink {
  background:#fff;
  box-shadow: #0000002a 2px 2px 6px 1px;
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 999;
}
.shrink div#navbarNav{
  box-shadow: none;
  padding: 0px;
}
.shrink .navbar-brand {  
  width: 85px;
  height: 85px;  
  margin-top: -80px;
}
ul.navbar-nav li.social {
  margin-left:10px;
  margin-top:5px;
}
.navbar-light .navbar-nav .nav-link {
  color: #145978;
  font-size: 13px;
  padding: 5px 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #31A2D4;
}
.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: #fff;
 font-weight: 600;
}
.bg-light {
  background: #fff !important; 
  padding: 0;  
}
ul.navbar-nav {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
.top {
  color: #145978;
  display: flex;
  width: 100%;  
  padding-top: 10px;
  padding-bottom: 10px;
}
.top h4.logo {
  margin-bottom: 0;
}
.top h4.logo a {  
    background: url(../img/logo.svg) no-repeat left center;
    background-size: 75px;
    color: #31A2D4;
    font-size: 18px;
    font-weight: 700;
   display: inline-block;
   padding-left: 90px;
   padding-top: 16px;
   padding-bottom: 16px;
}
ul.navbar-nav  {
  margin-left: 95px;
  margin-top: -15px;
}
.top p {
  font-size: 13px;
  margin-bottom: 0px;
  margin-right: 15px;
}
.cover-int {
  background: url(../img/cover-int.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  height: 35vh;  
  padding-bottom: 2vh;
}
.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;
}
.facebook {
  background: url(../img/icon-fb.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;  
}
.instagram {
  background: url(../img/icon-insta.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;  
}
.linkedin {
  background: url(../img/icon-linkedin.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.youtube {
  background: url(../img/icon-youtube.svg) no-repeat center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.btn-white {
  background: #fff;
  border-radius: 50px;
  color: #31A2D4;
  padding: 10px 25px;
  display: block;
  margin-top: 20px;
  max-width: 180px;
  text-align: center;
}
.btn-blue {
  background: #31A2D4;
  border-radius: 50px;
  color: #fff;
  padding: 10px 25px;
  display: block;
  margin-top: 20px;
  max-width: 180px;
  text-align: center;
}
.jfBrandingBadge,
iframe#JotFormIFrame-240726641504856 .formFooter {
  display: none !important;
}
.jfBrandingBadgeContainerVariant1 .jfBrandingBadge {
  display: none !important;
  position: fixed;
  bottom: -65px !important;
}
.btn-dark-blue {
  background: #104962;
  border-radius: 50px;
  color: #fff;
  padding: 10px 25px;
  display: block;
  margin-top: 20px;
  max-width: 180px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-dark-blue:hover {
  background: #fff;
  color:#104962;
  text-decoration: none;
}
.btn-blue:hover,
.btn-white:hover {
  background: #104962;
  color:#fff;
  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;
}
.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;
}
h2.light-blue {
  position: relative;
  margin-bottom: 40px;
}
.light-blue::before {
  content: '';
  background: #31A2D4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 80px;
  height: 5px;
}
#services {
  background: #31A2D4;
  color:#fff;
  padding: 65px 0px;
}
#services small {
  color:#fff;
}
h2.dark-blue {
  color: #fff;
  position: relative;
}
h2.dark-blue::before {
  content: '';
  background: #104962;
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 80px;
  height: 5px;  
}
.row.services h4 {
  margin-top: 10px;
}
.row.services  {
  background: url(../img/bullet.svg) no-repeat left center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.map iframe {
  border-radius: 20px;
  width: 100%;
}

/*****button*****/
input.btn-send {
  background: #2B2A29;
 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: rgb(233,233,233);
  background: linear-gradient(187deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 90%);
  padding: 65px 0px;
}
#treatment {
  background: rgb(233,233,233);
  background: linear-gradient(187deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 90%);
  padding: 65px 0px;
}
#treatment h4 {
  font-size: 16px;
}
.m-bottom {
  border-bottom: #707070 solid 1px;
}
.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%;
}
#staff {
  background: #31A2D4;
  color: #fff;
  padding: 65px 0px;
}
#staff small {
  color:#fff;
}
#team .col-md-4 {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
#team .col-md-4 .btn-blue {
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}
.card-header h2 button {
  color: #F74709;
  font-weight: 600;
}
.card-header h2 button:hover {
  color: #FFD501;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.treatment {
  background: url(../img/icon-treatment.svg) no-repeat left top;
  background-size: 75px;
  padding-left: 95px;
}
.modalities {
  background: url(../img/icon-modalities.svg) no-repeat left top;
  background-size: 75px;
  padding-left: 95px;
}
.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: -160px;
  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;
  border-radius: 50px;
  border: #F74709 solid 1px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;  
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  background: #F74709;
}
.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 {
  background: url(../img/bottom.svg) no-repeat left bottom;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
footer p {
  font-size: 12px;
  margin-bottom: 5px;
}
.link-footer {
  list-style: none;
  padding: 0;
}
/*****Contacto******/
.spaced {
  background: #F2F2F2;
  padding: 65px 0px;
}
small {
  color: #707070;
  font-size: 13px;
}
.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 {  
  padding-top: 35px;
  color:#fff;
}
footer ul {
  list-style-type: none;
}
footer a {
  font-size: 12px;
  color:#fff;
}
footer a:hover {
  color:#68d1ff;
}
.d-block {
  display: block;
  margin-bottom: 35px;
  margin-top: 10px;
  width: 100%;
}
.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: rgb(49,162,212);
  background: linear-gradient(187deg, rgba(49,162,212,1) 0%, rgba(25,81,106,1) 100%);
  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;
}
#modalities {
  background: rgb(233,233,233);
  background: linear-gradient(187deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 90%);
}
/***********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,
.shrink,
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.bottom {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.shrink {  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shrink .bg-light {
  box-shadow: none;
}
#contactform textarea,
#contactform input {
  border-radius: 4px;
  border: none;
  padding: 8px 10px;
}
.flex {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.flex a {
  color:#fff;
  font-size: 13px;
}
footer img {
  width: 100px;
}
@media (max-width:992px) {
  .bg-light {
    box-shadow: none;
  }
  .navbar-light .navbar-toggler {
    border: none;
    margin-left: auto;
    margin-top: -55px;
  }
  .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%;
    text-align: center;
    height: auto;
    margin-left: 0px;
  }
  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;
  }  
  .navbar-brand {
    width: 70px !important;
    height: 70px !important;    
    background-size: 80% !important;
    margin-top: 0 !important;
  }
  .top .ml-auto {
    display: none;
  }
  .logo a {
    font-size: 12px !important;
    background-size: 60px !important;
    padding-left: 70px !important;
  }
  #team .col-md-5.offset-md-1,
  .col-md-6.pl-5 {
    margin-bottom: 45px;
  }
  #control h1,
  #slider h1 {
  font-weight: 400;
  font-size: 32px !important;
  color:#fff;
}
#control h1 span, #slider h1 span {
  font-size: 22px;
  margin-top: 20px;
}
.reverse {
  display: flex;
  flex-direction: column-reverse;
}
  
}
@media (max-width:600px) {
  header#banner {
    background:#fff;
    top: 0px;
  }
 
  .navbar-brand {
    width: 70px !important;
    height: 70px !important;
    background-size: 80% !important;
    margin-top: 0 !important;
  }
  .navbar-nav {
    height: 100vh;
    overflow-y: scroll;
  }
  #slider {
    padding:15px 0px;
    height:auto;
    height: 100vh;
  }
  #slider h1 {
    font-size: 40px;
  }
  .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;
  }
  iframe {
    width: 100%;
  }
}