@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700;900&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.container {
  width: 1220px;
}
header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
h1, h2 {
  font-weight: 900;
}
h2 { 
  color:#214574;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 25px;
}
h2 b {
  color: #c4b08d;
}
h3 {
  font-weight: 700;
  font-size: 26px;
}
h4.list-post {
  font-weight: 700 ;
  font-size: 18px;
  margin-bottom: 0px;
}
p.list {
  font-size: 18px;
}
ul.list-d,
span, p {
  font-family: 'Times New Roman', Times, serif;
}
p b {
  font-weight: bold;
}
p.bullet {
  background: url(../img/bullet.svg) no-repeat left 5px;
  background-size: 16px;
  padding-left: 20px
}
p.bullet-b {
  background: url(../img/bullet-b.svg) no-repeat left 5px;
  background-size: 16px;
  padding-left: 20px
}
.bg-light {
  background: transparent !important;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}
span.footer {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  position: relative;
  padding-left: 65px;
}
span.topline {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  position: relative;
  padding-left: 85px;
}
span.footer::before {
  content:'';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 50px;
  height: 3px;
  background: #c4b08d;
}
.directorio-a .col-md-4 {
  background-color: #fff;
  outline: #ccc solid 1px;
  padding: 15px 15px 15px 95px;
  background-size: 55px;
  background-position: 15px 15px; 
}
span.topline::before {
  content:'';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 70px;
  height: 3px;
  background: #c4b08d;
}
.top {  
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 11px;
  padding-top: 20px;
}
.top span {
  color:#fff;
  font-size: 10px;
  line-height: 12px;;
}
.top span b {
  font-weight: 700;
}
.navbar-brand {
  background: url(../img/logo-01.png) no-repeat;
  background-size: 100%;
  height: 90px;
  width: 360px;
}
div#navbarNav { 
  background: #c4b08d;
  height: 90px;
  margin-top: 20px;
  padding-left: 15px;
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #231f20;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.dropdown-item {
  color: #231f20;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-light .navbar-nav .nav-link img {
  width: 20px;
  height: auto;
}
.nav-link.social {
  padding: 10px 0px !important;
  margin-right: 7px;
}
.data-currency {
  height: 90px;
  background: #214574;
  color: #fff;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  padding: 0px 15px;
  align-content: stretch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.carousel-item {
  height: 95vh;
  border-radius: 0px 0px 150px 0px;
  position: relative;  
}
#cover .carousel-item {
  height: 70vh;
}
span.type-currency {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -15px;
}
.values {
  font-size: 13px;
  margin-top: -10px;
}
.values b {
  font-weight: 700;
}
.carousel-item::before {
  content:'';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #214574;
  border-radius: 0px 0px 150px 0px;
}
#cover .carousel-item::before {
  content:'';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 90%;
  background: #214574;
  border-radius: 0px 0px 150px 0px;
}
.carousel-item .container {
  color:#fff;
  padding-top: 35vh;
}
.carousel-item h1 {
  font-size: 70px;
  line-height: 74px;
  position: relative;
}
.carousel-item h1::before {
  content:'';
  position: absolute;
  left: -115px;
  top: -20px;
  width: 95px;
  height: 135px;
  background: url(../img/decoration.svg) no-repeat;
  background-size: 100%;
  z-index: 999;  
}
.carousel-item h1 b {
  color:#c4b08d;
}
.carousel-item p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  margin-top: 20px;
}
.padding-standard {
  padding: 55px 0px;
}
img.b-radius {
  border-radius: 100px 0px 100px 0px;
}
h3.nosotros-icon {
  background: url(../img/nosotros.svg) no-repeat;
  background-size: 90px;
  padding: 20px 0px 20px 120px;  
}
h3.mission-icon {
  background: url(../img/mision.svg) no-repeat;
  background-size: 90px;
  padding: 20px 0px 20px 120px;  
}
h3.vision-icon {
  background: url(../img/vision.svg) no-repeat;
  background-size: 90px;
  padding: 20px 0px 20px 120px;  
}
section.logos {
  background: #214574;
  padding-top: 45px;
  padding-bottom: 150px
}
.recepcion {
  background: url(../img/icon-01.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-02 {
  background: url(../img/juridico.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-03 {
  background: url(../img/icon-02.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-04 {
  background: url(../img/operacion.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-05 {
  background: url(../img/icon-03.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-06 {
  background: url(../img/icon-04.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-07 {
  background: url(../img/otros.svg) no-repeat;
  background-size: 80px;
  padding: 10px 0px 20px 95px;  
}
.icon-02 h3,
.icon-03 h3,
.icon-04 h3,
.icon-05 h3,
.icon-06 h3,
.icon-07 h3,
.recepcion h3 { 
  font-size: 18px;
}
.first.mb-0 {
  margin-bottom: 0px !important;
}
p.big {
  font-size: 18px;
}
.card-body {
  background: #eaebeb;
  border-radius: 0px 25px 0px 25px;  
  padding: 55px 20px 25px 20px;
  position: relative;
}
.card.h-100  {
  border: none;
}
h5.card-title {
  color: #214574;
  font-weight: 700;
}
a.link {
  color: #214574;
  font-weight: 700;
  border-bottom:#214574 solid 2px;
}
a.link:hover {
  color: #214574;
  font-weight: 700;
  border-bottom:#214574 solid 2px;
  text-decoration: none;
}

/******Buttons******/
.btn-success {
  background: #c4b08d;
  border-color:#c4b08d;
  border-radius: 50px;
  color: #231f20;
  font-weight: 700;
  padding: 8px 25px;
}
.btn-success:hover {
  background: #caa668;
  color: #231f20;  
}
.contacto {
  background: #fff;
  border-radius: 150px 0px 0px 0px;
  margin-top: -90px
}
.contacto .col-md-7 {
  padding-top: 75px;
  padding-bottom: 45px;
}
.phone {
  background: url(../img/phone-icon.svg) no-repeat left top;
  background-size: 80px;
  padding-left: 95px;
  padding-top: 20px;
}
.hours {
  background: url(../img/time-icon.svg) no-repeat left top;
  background-size: 80px;
  padding-left: 95px;
  padding-top: 20px;
}
.address {
  background: url(../img/address-icon.svg) no-repeat left top;
  background-size: 80px;
  padding-left: 95px;
  padding-top: 20px;
}
.phone span,
.hours span,
.address span {
  font-size: 14px;
}
#contactform {
  background: #eaebeb;
  margin-bottom: -45px;
  margin-top: 90px;
  padding: 35px 20px;
  border-radius: 16px;
}
#contactform  input {
  border-color:#fff;
  border-radius: 50px;
  height: 50px;
}
#contactform textarea {
  border-color:#fff;
  border-radius: 20px;  
}
#contactform h3 {
  color:#214574;
}
button#contact_form_submit {
  background:#214574;
  border: #214574 solid 1px;
  border-radius: 50px;
  color:#fff;
  height: 40px;
  width: 180px;
  display: block;
  
}
iframe {
  width: 100%;
  margin-bottom: -45px;
}
footer {
  background:#214574;
  color:#fff;
  font-size: 14px;
  padding: 25px 0px;
  position: relative;
  z-index: 2 ;
}
footer h4 {
  color:#c5b18e;
  font-size: 19px;
  font-weight: 700;
}
.w-facebook {
  background: url(../img/w-fb.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 35px;
  margin-right: 8px;
  width: 25px;
}
.w-twt {
  background: url(../img/w-twt.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 37px;
  margin-right: 8px;
  width: 35px;
}
.w-yt {
  background: url(../img/w-yt.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 37px;
  margin-right: 8px;
  width: 37px;
}
.t-phone {
  background: url(../img/w-phone.svg) no-repeat;
  background-size: 24px;
  padding-left: 30px;
}
.t-time {
  background: url(../img/w-time.svg) no-repeat;
  background-size: 24px;
  padding-left: 30px;
}
.t-address {
  background: url(../img/w-location.svg) no-repeat;
  background-size: 24px;
  padding-left: 30px;
}
.bottom {
  background: #caa668;
  color: #231f20;  
  padding: 15px 0px;
}
.bottom b {
  font-weight: 700;
  font-size: 12px;
}
.bottom li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;  
}
.bottom li a {
  color: #231f20;
  text-transform: uppercase;
  padding: 0px 6px !important;
}
/***interiors****/
.otros {
  background: #eaebeb;
  border-radius: 0px 25px 0px 25px;
  padding: 55px 20px 25px 20px;
  position: relative;
}
.otros::before {
  content:'';
  position: absolute;
  left: 20px;
  top: -65px;
  background: url(../img/otros.svg) no-repeat;
  width: 100px;
  height: 100px;
}
.gray,
.direccion-jur {
  background: #eaebeb;
  border-radius: 0px 25px 0px 25px;
  padding: 55px 20px 25px 20px;
  position: relative;
  margin-bottom: 100px !important;
}
.direccion-jur::before {
  content:'';
  position: absolute;
  left: 20px;
  top: -65px;
  background: url(../img/juridico.svg) no-repeat;
  width: 100px;
  height: 100px;
}
.first hr,
.otros hr,
.direccion-jur hr {
  border-top: #cbcdce solid 3px;
}
.second,
.operacion {
  background: #214574;
  border-radius: 0px 25px 0px 25px;
  color: #fff;
  padding: 55px 20px 25px 20px;
  position: relative;
  margin-bottom: 100px !important;
}
.operacion::before {
  content:'';
  position: absolute;
  left: 20px;
  top: -65px;
  background: url(../img/operacion.svg) no-repeat;
  width: 100px;
  height: 100px;
}
.second hr,
.operacion hr {
  border-top:#fff solid 3px;
}
.trd,
.despachos {
  background: #c4b08d;
  border-radius: 0px 25px 0px 25px;
  padding: 55px 20px 25px 20px;
  position: relative;
  margin-bottom: 100px !important;
}
.despachos::before {
  content:'';
  position: absolute;
  left: 20px;
  top: -65px;
  background: url(../img/despachos.svg) no-repeat;
  width: 100px;
  height: 100px;
}
.trd hr,
.despachos hr {
  border-top:#214574 solid 3px;
}
.gallery-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-flex img {
  border-radius: 50px 0px 50px 0px;
  width: 24%;
  margin-bottom: 2%;
}
fieldset {
  width: 100%;
  display: flex;
  padding: 10px 20px;
}
fieldset .row {
  min-width: 80% !important;
  float: right;
  max-width: 80%;
  padding-left: 15px;
}
fieldset input {
  height: 14px !important;
}
input#fileUpload1::-webkit-file-upload-button,
input#exampleFormControlFile1::-webkit-file-upload-button {
  visibility: hidden;
}
input#fileUpload1::before,
input#exampleFormControlFile1::before {
  content: 'Adjuntar CV';
  display: inline-block;
  background: #C4B08D;
  border: 1px solid #C4B08D;
  border-radius: 100px;
  padding: 10px 20px;
  outline: none;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  -webkit-user-select: none;
  cursor: pointer;  
  font-size: 10pt;
}
input#exampleFormControlFile1:hover::before {
  border-color: black;
}
input#fileUpload1:active::before,
input#exampleFormControlFile1:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
}
.first {
  background: #eaebeb;
  border-radius: 0px 25px 0px 25px;
  padding: 55px 20px 25px 20px;
  position: relative;
  margin-bottom: 100px !important;
}
.img-top {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 20px;
}
img.text-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
  /***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);
  }  
  .carousel-indicators {
      z-index: 1;
  }

  @media (max-width:768px) {
    
  }
 