@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');


html {
    scroll-behavior: smooth;
    scroll-margin-top: 105px
  }
body {
  color:#125167;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h1, h2 {
  font-weight: 800;
}
h2 {
  color: #020E61;
  font-size: 38px;
  margin-bottom: 40px;
}
.gray {
  color: #020E61;
}
h2.white {
  color:#fff;
  margin-bottom: 20px;
}
h4 {
  color: #6DBCF9;
  font-size: 19px;
  font-weight: 800;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .container {
  border-bottom: #fff solid 1px;
  padding-bottom: 5px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: transparent !important;
  color: #fff;
  padding-top:20px;
  padding-bottom: 20px;
}
.shrink nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color:#7562e0 !important;
}
.shrink nav li a {
  color:#fff !important;
}
.row {
  margin: 0px;
}
ul.navbar-nav.justify-content-end {
  margin-left: auto;
}
a.navbar-brand {
  color:#fff !important;
  font-size: 14px;
  font-weight: 400;
}
.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,
.navbar-light .navbar-nav .nav-link {
  color:#fff;
  font-size: 13px;
  font-weight: 400;  
}
#home {
  background: url(../img/slider.jpg) no-repeat;
  background-size: cover;  
}
.d-flex {
  display: flex;
  align-items: center;
}
#team {
  min-width: 100%
}
.carousel-item p {
  font-size: 14px;
}
.carousel-item h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 400;
}
.carousel-item h1 b {
  color: #7ED95A;
  font-weight: 700;
}
.row.row.align-items-center {
  height: 100vh;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #F7D0B0;
}
#home h1 {
  color:#fff;
  font-size: 38px;
}
#home p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 45px;
}
.light-blue {
  color: #6DBCF9;
  font-size: 16px;
}
.subtitle {
  color: #6DBCF9;
  font-size: 22px;
  font-weight: 700;
}
/*****body***/
.shrink {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
}
.divisor {
  background: #6D61B8;
  color:#fff;  
  padding: 30px 0px;
}
.divisor h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.divisor p {
  font-size: 18px;
}
.d-flex {
  display: flex;
  align-items: center;
}
#nosotros {
  background: url(../img/bg_01.jpg) no-repeat;  
}
#nosotros,
#asociados,
#services {
  scroll-margin-top: 100px;
}
#contact {
  scroll-margin-top: 180px;
}
.team {
  background: url(../img/team.svg) no-repeat top center;
  background-size: 80px;
  padding-top: 85px;
}
#services {
  background: #020E61;  
  color:#fff;
}
#services img {
  width: 40%;
}
#services h4 {
  min-height: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#services .subtitle {
  margin: 0px;
  min-height: 0;
}
.services {
  color: #6DBCF9;
}


/**slide***/
.carousel-indicators {
  margin-bottom: 0px;
  bottom: 20px;
}
#asociados .carousel-inner {
  padding-bottom: 45px;
}
.carousel-indicators li {
  background: #F7D0B0;
  border: none;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.carousel-indicators li.active {
  background: #371F36;
}
#contact img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50px;
}
div#contactform {
  width: 100%;
}
button#contact_form_submit {
  background: url(../img/send.svg) no-repeat 10px center #371F36;
  background-size: 23px;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 45px;
  text-transform: uppercase;
  width: 100%;
}
button#contact_form_submit:hover {
  background: url(../img/send.svg) no-repeat 10px center #130712; 
  background-size: 23px; 
  text-decoration: none;
}
.button-purple:hover {
  background: #130712;
  border-radius: 50px;
  color:#fff;
  text-decoration: none;
}
div#contactform input {
  background: #fff;
  width: 100%;
  border: #fff solid 1px;
  border-radius: 0px;
  height: 45px;
  padding: 15px;
}
input.btn-send {
  background: #6DBCF9 !important;  
  border: none !important;
  border-radius: 50px !important;
  color:#020E61;
  font-weight: 700;
  padding: 10px 35px !important;
  width: auto !important;

}
div#contactform textarea {
  background: #fff;
  border: #fff solid 1px;
  border-radius: 0px;
  padding: 15px;
  width: 100%;
}
iframe {
  height: 600px;
  width: 100%;
  margin-bottom: -6px;
}
.place-card.place-card-large {
  display: none !important;
}
.row.white-bg {
  background: #fff;
  position: relative;
  padding: 25px;
  margin-bottom: -40px;
  z-index: 9;
}
footer{
  background: #fff;
  color:#020E61;
  padding: 20px 0px;
}
footer .borders {
  color:#020E61;
  border-bottom: #DBDBDB solid 1px;
}
footer a {
  color:#020E61;
}
footer ul {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
ul.footer-menu {
  display: flex;
  list-style-type: none;
  margin-top: 15px;
  padding: 0px;
  justify-content: flex-end;
}
ul.footer-menu li a {
  color:#fff;
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 13px;
}
.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}
#contact {
  background: url(../img/contact.jpg) no-repeat;
  background-size: cover;
}
/****buttons*****/
.button-footer {
  color:#7ED95A;
  text-decoration: underline;
  text-transform: uppercase;
}
.button-footer:hover {
  color:#fff;
}
.button-purple {
  background: #6DBCF9;
  border-radius: 50px;
  border: none;
  color:#020E61;
  display: block;  
  font-weight: 800;
  text-align: center;
  width: 150px;
  padding: 8px 15px;  
}

@media (max-width:1210px)  {
  button#contact_form_submit {
    background: #371F36;    
}
}
@media (max-width:992px) {
  button.navbar-toggler {
    background: #6DBCF9;
  }  
  ul.navbar-nav.justify-content-end {
    text-align: center;
    padding: 20px;
  }
  .desktop { 
    display: none;
  }
  .mobile {
    display: block !important;
  }
  section#servicios {
    background: #371F36; 
  }
  button#contact_form_submit {
    background: url(../img/send.svg) no-repeat 10px center #371F36;
    background-size: 23px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    width: 100%;
  }
  footer {
    text-align: center;
  }
  ul.footer-menu li a {
    font-size: 10px;
  }
  ul.footer-menu {
    display: flex;
    list-style-type: none;
    margin-top: 15px;
    padding: 0px;
    justify-content: center;
  }
  #services img {
    margin-top: 40px;
  }
}
@media (max-width:600px) {
  h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 30px;
  }
  .carousel-item h1 {
    font-size: 40px;
  }
  .carousel-item p {
    font-size: 11px;
  }
  .footer-menu {
    display: none !important;
  }
  .email-profile {
    padding: 0px;
    background: none;
    font-size: 14px;
  }
  a.link {
    display: block;
    margin-bottom: 45px;
  }
  .asociado-icon {
    margin-top: 45px;
  }
  .flex-end {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
  /******Animation********/
  
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
  .shrink,
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  .shrink {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .shrink .top {
      display:none;
  }
  .shrink .container {
    padding: 0px;
    border: none;
  }
   /***images animation*****/
   .inline-photo {    
    opacity: 0;
    transform: translateY(4em) rotateZ(-0deg);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                opacity .3s .25s ease-out;   
    will-change: transform, opacity;
  }  
  .inline-photo.is-visible {
    opacity: 1;
    transform: rotateZ(-0deg);
  }
  