
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;    
  font-weight: 400;
}
h1,h2,h3{    
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 55px;
}
h1.purple {
  color: #101D3A;
  text-align: center;
}
.purple {
  color: #101D3A;
  text-align: center;
}
h2 {
  color: #101D3A;
  display:block;
  font-size: 35px;
  margin-bottom: 20px;
  position:relative;
}
h2.line-pink::before {
  content: '';
  position: absolute;
  top: 20px;
  background: #EBE214;
  width: 55px;
  height: 3px;
  left: -65px;
}
h3 {
  color: #101D3A;
  font-size: 24px;
  position:relative;  
  width:100%;
}
h4 {  
  font-size: 18px;
  margin-bottom: 20px;
}
h5 {
  color:#fff;
}
.Desktop a {
  margin: 0px 20px;
}
a.navbar-brand {
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  width: 125px;
  height: 120px;
}
.bg-light {
  background: transparent !important;
  padding: 0px 15px;
}
.navbar-nav {    
  display: flex;    
  align-items: center;
}
.navbar-expand-lg .navbar-collapse {  
  justify-content: center;
}
.navbar-nav li a {
  color:#fff !important;
  text-transform: uppercase; 
}
.logo {
  width:33%;
}
header {
  position: absolute;
  width: 100%;
  padding: 20px 0px;
  z-index: 9;
}
.row.align-items-center {
  height: 80vh;
}
.row {
  margin: 0;
}
#slider {
  background: url(../img/slidebg.jpg) no-repeat;
  background-size: cover;
  color: #101D3A;
}
#slider h4 {
  color:#fff;  
  font-size: 24px;
  margin-top: 20px;
}
#slider .yellow {
  background: #EBE214;
  padding: 8px 12px;
  position: relative;
}
.yellow::after {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  border-top: 0px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 82px solid #EBE214;
  width: 30px;
}
.yellow::before {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  border-bottom: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 82px solid #EBE214;
  width: 30px;
}
h4.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.container-fluid {
  max-width: 1440px;
}
video {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}
.d-flex {
  display: flex;
  align-items: center ;
}
.card {
  
  border: #ccc solid 1px;
  border-radius: 8px;
  box-shadow: #0000002a 3px 2px 3px 2px;
  padding: 25px;
}
.card h2 {  
  font-size: 32px;
  margin-bottom: 0px;
}
.card.orange {
  background: #EC9322;  
}
.card.pink {
  background: #F16260;
}
.card.blue {
  background: #4379B8;
}
.card.purple {
  background: #454CA0;
}
.card.green {
  background: #79a00a;
}
#mission {
  background: #101D3A;
  color:#fff;  
  position: relative;
}
#mission h2 {
  color:#fff;
}
#mission::before {
  content:'';
  position: absolute;
  top: 5vh;
  right: 10vh;
  background: url(../img/pattern.svg) no-repeat;
  background-size: 100%;
  width: 210px;
  height: 55px;
}
.goals {
  background: #101D3A;
  color:#fff;
}
.goals ul {
  list-style-type: none;
  padding: 0;
}
.goals h2 {
  color:#fff;
}
.goals li {
  background: url(../img/bullet-w.svg) no-repeat left center;
  background-size: 10px;
  padding-left: 15px;
}
.icon-res {
  display: inline-block;
  background: url(../img/icon.svg) no-repeat;
  background-size: 100%;
  width: 65px;
  height: 55px;
}
/*****Buttons*****/

.btn.btn-default {
  background: #101D3A;
  border:none;
  border-radius: 6px;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 25px;
  margin-top: 20px;  
}
.btn.btn-default:hover {
  background: #EBE214;
  color: #101D3A;
}
.btn.btn-white {
  background: #fff;
  border:none;
  border-radius: 0px;
  color:#1a2543;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 25px;
  margin-top: 20px;  
}
#gallery {
  background: #F16260;
}
li.nav-item.active a {
  font-weight: 700;
}
.spanish {
  background: url(../img/mx.svg) no-repeat left center;
  background-size: 20px;
  margin-left: 20px;
  padding-left: 22px;
}
.english {
  background: url(../img/usa.svg) no-repeat left center;
  background-size: 20px;
  margin-left: 20px;
  padding-left: 22px;
}
/***slider*****/
a.carousel-control-prev,
a.carousel-control-next {
  opacity: 1;
  width: 60px;
}
.carousel-control-next-icon {
  background: url(../img/next.svg) no-repeat center;
  background-color:#fff;
  background-size: 10px;
  width: 60px;
  height: 60px;
}
.carousel-control-prev-icon {
  background: url(../img/prev.svg) no-repeat center;
  background-color:#fff;
  background-size: 10px;
  width: 60px;
  height: 60px;
}
.social {
  margin-left: auto;
  margin-right: 15px;
}
.social a.insta {
  background: url(../img/insta.svg) no-repeat center;
  background-size: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-bottom: -4px;
}
/********/
.user-pic {  
  width: 33%;
  margin: 15px 0;
}
.team,
#about {
  padding: 45px 0px;
  background: url(../img/bg.jpg) repeat-x bottom;  
  
}
p.gray {
  color:#4379B8;
  margin: 20px 0px;
}
span.gray {
  color:#4379B8;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#team {
  padding: 80px 0px;
}
#servicios img {
  margin-bottom: 25px;
}
a.link {
  color:#4379B8;
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: #f1c3e7 solid 3px;
}
footer p,
#contacto p,
#elegirnos p {
  color:#fff;
}
#salones {
  background: url(../img/bg-salones.jpg) no-repeat;
  background-size: cover;  
  padding: 110px 0px;
  color:#c7d0ff;
}
#elegirnos h2,
#salones h2 {
  color:#fff;
  font-size: 24px;
}
#salones a.carousel-control-prev {
  right: unset;
  left: -120px;
  bottom: 0px;
  height: 60px;
  top: unset;
}
#salones a.carousel-control-next {
  right: unset;
  left: -60px;
  bottom: 0px;
  height: 60px;
  top: unset;
}
#eventos {
  padding: 80px 0px;
}
#eventos h3 {
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}
h3.pink {
  color: #f1c3e7;
}
#elegirnos {
  background: url(../img/bg-02.jpg) no-repeat bottom;
  background-size: cover;  
  padding: 150px 0px;
}
#elegirnos h3 {
  color:#fff;
}
/*****Testimonios*****/
#testimonials {
  padding: 80px 0px;
}
.testimonials-txt {
  font-size: 32px;  
  background: url(../img/quote.jpg) no-repeat top center;  
  padding-top: 80px;
}
.testimonials-txt span {
  background: #fff;
  position: relative;  
}
.testimonials-txt span::before {
  content: '';
  width: 250px;
  height: 3px;
  background: #f1c3e7;
  position: absolute;
  left: -30px;
  top: 20px;
  z-index: -1;
}
#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
  border: #1a2543 solid 1px;  
}

#testimonials a.carousel-control-prev {
  left: -75px;
}
#testimonials a.carousel-control-next {
  right: -75px;
}
#contacto {
  background: url(../img/contact.jpg) no-repeat ;
  background-size: cover;
  margin-top: -10px;
  padding: 40px 0px;
  position: relative;
  z-index: 2;
}
#contacto h3 {
  color:#fff;
}
/****Footer*****/
footer {
  background: #0b1429;  
  padding: 60px 0px;
}
footer h4 {
  color:#fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer h4::before {
  content: '';
  background: #EBE214;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 60px;
  height: 2px;
}
footer img {
  width: 24px;
}
footer li {
  list-style-type: none;
  display: block;
  padding: 5px 0px;
}
footer span.white {
  color:#fff;
  font-size: 12px;
}
footer a {
  color:#fff;
}
footer h5 {
  font-family: 'Prata', serif;
  font-size: 16px;
  margin-top: 10px;
}
footer img {
  margin-bottom: 25px;
}
footer a:hover {
  color: #EBE214;
}
.social-media {
  border-top: #fff solid 1px;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
}
.story {
  background: #101D3A;
  color:#fff;
  padding: 45px 0px;
  position: relative;
}
.story h2 {
  color:#fff;
}
.story::before {
  content:'';
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background:#EBE214;
}
/******nosotros******/
.cover {
  background: url(../img/slidebg.jpg) no-repeat;
  background-size: cover;
  padding: 15vh 0vh;
  color:#fff;
}
.breadcrumbs {
  position: relative;
  bottom: -5vh;
}
.breadcrumbs a {
  color: #f1c3e7;
}
.salones {
  padding: 40px 0px;
}
.details {
  background: #1a2543;
  padding: 20px 25px 40px 20px;
}
.details h4 {
  color:#fff;
  margin-bottom: 10px;
}
.perfil {
  padding: 45px 0;
}
ul.salones-lista,
ul.eventos {
  list-style-type: none;
  padding: 0;
}
ul.eventos li a {
  background: url(../img/bullet.jpg) no-repeat;
  color:#949494;
  font-weight: 700;
  padding-left: 20px;
}
h3.aside {
  position: relative;
  margin-bottom: 20px;
}
h3.aside::before {
  content: '';
  background: #f1c3e7;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 2px;
}
ul.salones-lista li a {
  color:#949494;
  font-weight: 700;
}
.caption {
  background: #fff;
  padding: 45px 25px;
  width: 90%;
  margin-left: 5%;
  box-shadow: #0000002a 2px 1px 16px;
  margin-top: -70px;
  position: relative;
}
#Perfiles .carousel-inner {
  padding-bottom: 45px;
}
span.link {
  border-bottom: #f1c3e7 solid 2px;
}
.form-group input {
  height: 42px;
  background: #f4f4f4;
  border:none;
}
.form-group textarea {
  background: #f4f4f4;
  border:none;
}
.Mobile {
  display: none;
}
/***********Animation***********/

.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 {
  background: #fff;
  box-shadow: #0000002a 1px 1px 6px 1px;
  padding: 10px 0px;
  position: fixed;
  top: 0px;
}
.shrink .nav-link {
  color: #101D3A !important;
}
.shrink .navbar-brand {
  background: url(../img/logomini-01.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 60px;
}
#values {
  background: #EBE214;
  padding: 45px 0px;
}
#values ul {
  list-style-type: none;
  padding: 0;
}
#values li {
  background: url(../img/bullet.svg) no-repeat left center;
  background-size: 10px;
  padding-left: 15px;
}
.pinkbg {
  background: #F16260;  
}
.pinkbg h3 {
  color:#fff;
  margin-bottom: 0px;
}
#mc_embed_signup {
  background: transparent !important;
}
#mc_embed_signup form {
  display: flex !important;
  align-items: flex-end;
  grid-gap: 10px;
}
#mc_embed_signup .mc-field-group {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  min-width: 280px;
}
#mc_embed_signup .button {  
  background: #454CA0 !important;
  height: 45px !important;
  margin:0px !important; 
  width: 190px !important;
}
#mc_embed_signup .mc-field-group input {
  height: 45px !important; 
}
#mc_embed_signup .mc-field-group label {
  color:#fff;
}
div#mc_embed_signup_scroll {
  display: flex;
  align-items: flex-end;
  grid-gap: 10px;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: 50px;
  padding: 5px;
  overflow: hidden;
  width: 100%;
  left: 0;
  margin: 0 5%;
  clear: both;
  position: absolute;  
  background: #d4f6db;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 100%;
}
@media (max-width:992px) {
  .Desktop {
    display: none;
  }
  .Mobile  {
    display: block;
  }
  .w-100,
  .img-fluid {
    margin-bottom: 20px;
  }
  #mission {
    padding-bottom: 40px;
  }
  .goals {
    padding-top: 40px;
  }
  .team,
  #about {
    background: #e6e5e5;    
  }
  .navbar-light .navbar-toggler-icon {   
    background-color:#fff;
    background-size:22px;
    padding:20px;
    border-radius: 6px;
  }  
  .navbar-nav {
    background-color: #F16260 !important;
    text-align:center;
    padding:20px;
  }
  .dropdown-menu.show {
    text-align:center;
  }
  .navbar-nav .social {
    display: none;
  }
  .dinamic-left {
    margin-left:-150%;
    margin-top:50px;
    width:250%;
  }
  .dinamic-right {
    margin-right:-150%;
    margin-top:50px;
    width:250%;
  }
  a.carousel-control-prev, a.carousel-control-next {
    opacity: 1;
    width: 40px;
  }
  #testimonials {
    padding: 40px;
  }
}
@media (max-width:768px) {
  #slider {
    padding-top: 0 !important ;
  }
  span.navbar-toggler-icon {
    background-color: #F16260 !important;
  }
  .navbar-brand {
    margin-top:5px;
  }
  .sucursal,
  .phones {
    display: none;
  }
  .top-info .col-3.text-right {
    float: right;
    margin-left: auto;
  }
  button.navbar-toggler {
   border:none;
  }
  #cover-profile {
    padding-top: 60px;
  }
  #conocenos::after {
    height: 290px;
    width:150px;
  }
  #sucursales {
    margin-top:35px;
  }
  #productos .col-lg-3.col-sm-6 {
    margin-bottom: 25px;
  }
}
@media (max-width:600px) {
  h2 {
    font-size:30px;
  } 
  #slider {
    padding:15px 0px;
    height:auto;
  }
  #slider img {
    margin-top: 50px;
    width: 100%;
}
#conocenos::after {
 display:none;
}
a.btn-link {
  margin-bottom:20px;
}
.row.spaced,
.col-md-8 .row .col-md-4 {
  padding: 0;
}
.mobile {
  display:none;
}
  .dinamic-left {
    background: transparent;
    margin-left:0%;
    margin-top:0px;
    padding:0px;
    width:100%;
  }
  .dinamic-right {
    margin-right:0%;
    margin-top:50px;
    padding:0px;
    width:100%;
  }
  #sucursal {
    background: url(../img/background-03.png) no-repeat fixed; 
    background-size:cover;    
  }
  #sucursal h3 {
    text-shadow: #0000005a 2px 2px 1px;
  }
  .contacto-section {
    background-size:100%;
  }
  .forms {
    width:90%;
    margin-left:5%;
    margin-top:90px;
  }
  .btn-download {
    margin-bottom:20px;
  }
  .mrg-top img {
    margin-bottom:20px;
  }
  #mc_embed_signup {
    max-width: 100%;
  }
  div#mc_embed_signup_scroll {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
    flex-direction: column;
  }
  .pinkbg {
    padding: 20px 0px;
  }
}