/*Fonts Titles h1, h2, h3, h4 */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');
/*Fonts p,a,span,input,etc*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');*/

/*@font-face {
  font-family: 'Monsterrat1';
  src: url("../fonts/RalewayThin.woff2") format("woff2");
}
@font-face {
  font-family: 'Monsterrat2';
  src: url("../fonts/RalewayRegular.woff2") format("woff2");
}
@font-face {
  font-family: 'Monsterrat3';
  src: url("../fonts/RalewayMedium.woff2") format("woff2");
}
@font-face {
  font-family: 'Monsterrat4';
  src: url("../fonts/RalewayBold.woff2") format("woff2");
}
@font-face {
  font-family: 'Crimson Text1';
  src: url("../fonts/CrimsontextSemibold.woff") format("woff");
}
@font-face {
  font-family: 'Crimson Text2';
  src: url("../fonts/CrimsontextRegular.woff") format("woff");
}
@font-face {
font-family: 'Crimson Text3';
src: url("../fonts/CrimsontextBold.woff") format("woff");
}*/
*{
  padding:0;
  margin:0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  background: #fff;
  color: #3e3e3e;
  scroll-behavior: smooth;
}
a{
 font-size: 19px;
 font-family: 'Source Sans Pro', sans-serif;
 font-family: 'Montserrat', sans-serif;
 font-weight: 300px;
 text-decoration: none;
}
h1,h2,h3,h4,h5{
  font-family: 'Crimson Text3', sans-serif;
  font-family: 'Crimson Text', sans-serif;
  /*  font-weight: 600;*/
}
h1{
  font-size: 48px;
  line-height: 50px;
  margin: 0;
  font-weight:700;
}
h2{
	font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}
h3{
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}
h4{
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}
h5{
 /* font-family: 'Crimson Text1';*/
 font-size: 22px;
 line-height: 24px;
 font-weight: 600;
}
a, p, span, label, li{
  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
p{
 font-family: 'Montserrat', sans-serif;
 font-weight: 300;
 font-size: 19px;
 line-height: 28px;
}
input, select, select option, option, textarea{
  /* font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Montserrat';
  font-weight: 400;
  border: none;
}
input::placeholder, select::placeholder, select option, option::placeholder, textarea::placeholder{
  opacity: 1;
}
input[type="submit"]{
  cursor: pointer;
}
button[type="submit"]{
  cursor: pointer;
}
.navbar{
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
.desktop-only{
  display: block;
}
.movil-only{
  display: none;
}
.label{
  display: block;
  letter-spacing: 1px;
  margin-bottom:8px;
}
.btn-action{
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  /*text-transform: uppercase;*/
  padding: 6px 15px;
  font-size: 20px;
  /*font-weight: 600;*/
  border-radius: 4px;
  font-family: 'Monsterrat4', sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.btn-action:hover{
  display: inline-block;
  padding-left: 8px;
  letter-spacing: 0.05em;
  transition: ease-in 0.2s;
}
.dote{
  background: lightgray;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
  border-radius: 50%;
}
.os-animation{
  opacity: 0;
}  
.os-animation.animated{
  opacity: 1;
} 
.section::before{
  display: block;
}
.section{
  width: 100%;
  max-height: 100%;
  display: inline-block;
  /* margin-bottom: -2px;*/
}
.mainbox{
  max-width: 100%;
  position: relative;
  display: flex;
  width: 100%;
}
.container{
  max-width: 100%;
  width: 1250px;
  margin: auto !important;
}
.container2{
  display: inline-block;
  max-width: 100%;
  width: 1250px;
  margin: 0 auto !important;
  margin-bottom:-3px;
}
.medium-container{
  max-width: 100%;
  width: 960px;
  margin: 0 auto !important;
}
.medium-container .cartoon{
  text-align: center;
}
.tercio-container{
  max-width: 100%;
  width: 640px;
  margin: 0 auto !important;
}
.other-wdt{
  max-width: 100%;
  width:680px;
}
.subcontain{
  width: 100%;
  display: inline-block;
}
.withpd{
  padding-left: 30px;
  padding-right: 30px;
}
.with-pdg-15{
  padding:15px;
}
.with-pdg-20{
  padding:20px;
}
.with-pdg-25{
  padding: 25px;
}
.with-pdg-30{
  padding: 30px;
}
.with-pd-15{
  padding: 0px 15px;
}
.with-pd-25{
  padding: 0px 25px;
}
.with-pd-30{
  padding: 0px 30px;
}
.with-pd-40{
  padding: 0px 40px;
}
.with-pd-50{
  padding: 0px 50px;
}
.with-pdtb-10{
  padding: 15px 0px;
}
.with-pdtb-15{
  padding: 15px 0px;
}
.with-pdtb-20{
  padding: 20px 0px;
}
.with-pdtb-25{
  padding: 25px 0px;
}
.with-pdtb-30{
  padding: 30px 0px;
}
.with-pdtb-35{
  padding: 35px 0px;
}
.with-pdtb-40{
  padding: 40px 0px;
}
.with-pdtb-50{
  padding: 50px 0px;
}
.with-pdtb-60{
  padding: 60px 0px;
}
.with-pdt-10{
  padding-top: 10px;
}
.with-pdt-20{
  padding-top: 20px;
}
.with-pdt-30{
  padding-top: 30px;
}
.with-pdt-40{
  padding-top: 40px;
}
.with-pdt-50{
  padding-top: 50px;
}
.with-pdt-60{
  padding-top: 60px;
}
.with-pdt-80{
  padding-top: 80px;
}
.with-pdt-100{
  padding-top: 100px;
}
.with-mgt{
  margin-top: 20px;
}
.bg-color0{
  background-color: #fff;
} 
.bg-color1{
  background-color: #efefef;
} 
.bg-color2{
  background-color: #edf1f5;
} 
.bg-color3{
  background-color: #0b3848;
}
.bg-color4{
  background-color: #1d5468;
}
.bg-color5{
  background-color: #F3AF4B;
}
.bg-color6{
  background-color: #202020;
}
.bg-color1, .bg-color2, .bg-color3, .bg-color4, .bg-color5, .bg-color6{
  border:none;
}
.color0{
  color: #fff;
}
.color1{
  color: #f6f6f6;
}
.color2{
  color: #edf1f5;
}
.color3{
  color: #0b3848;
} 
.color4{
  color: #1d5468;
}
.color5{
  color: #F3AF4B;
}
.color6{
  color: #202020;
}
.color7{
  color: #454545;
}
a.color5:hover{
  color:#efaf5b;
}
.p-italic{
  font-style: italic;
}
.p-extra-light{
  font-weight: 200;
}
.p-light{
  font-weight: 300;
}
.p-regular{
  font-weight: 400;
}
.p-medium{
  font-weight: 400;
}
.p-semibold{
  font-weight: 600;
}
.p-bold{
  font-weight: 700;
}
.p-black{
  font-weight: 900;
}
.uppercase{
  text-transform: uppercase;
}
.fs-12{
  font-size: 12px !important;
  line-height: 16px;
}
.fs-14{
  font-size: 14px;
  line-height: 20px;
}
.fs-16{
  font-size: 16px;
  line-height: 22px;
}
.fs-18{
  font-size: 18px;
  line-height: 24px;
}
.fs-20{
  font-size: 20px;
  line-height: 26px;
}
.fs-22{
  font-size: 22px;
  line-height: 28px;
}
.t-extra-light{
  font-weight: 200 !important;
}
.t-light{
  font-weight: 300 !important;
}
.t-regular{
  font-weight: 400 !important;
}
.t-medium{
  font-weight: 500 !important;
}
.t-semibold{
 font-weight: 600 !important;
}
.t-bold{
 font-weight: 700 !important;
}
.t-black{
  font-weight: 900 !important;
}
.flt-left{
  float: left;
}
.flt-right{
  float: right;
}
.t-left{
  text-align: left;
}
.t-right{
  text-align: right;
}
.t-center{
  text-align: center;
}
.hg-180{
  height: 180px;
}
.med-icon{
  width: 150px;
  margin-bottom: 10px;
}
.parallax{
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -3px;
}
.head-title, .body-txt{
  width: 100%;
  text-align: center;
}
.head-title .body-txt p{
  font-size: 22px;
}
.head-title.t-left, .body-txt.t-left{
  width: 100%;
  text-align: left;
}
.head-title.p-right, .body-txt.t-right{
  width: 100%;
  text-align: right;
}
.cont-cards{
  max-width: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cont-card-item{
  width: 410px;
  display: inline-flex;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
}
.card-item{
  border-radius:4px;
  text-align: center;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  width: 380px;
  margin: auto;
  align-self: top;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15); 
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
  /* align-items: center;*/
  /*align-content: center;*/
  overflow: hidden;
}
.card-item .card-img{
  height: 240px;
  width: 100%;
  background: #000;
}
.card-item .card-img img{
  height: 240px;
  object-fit: cover;
  opacity: 0.6;
  object-position: center;
}
.card-item .card-content{
  min-height: 220px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 25px;
}
.card-item .card-content .list-container ul li, .card-item .card-content p{
  font-size: 16px;
  line-height: 24px;
  color:#202020;
  /*font-weight: 400;*/
}
.card-item:hover{
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.25); 
  box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.25);
}
.card-item:hover .card-img img{
  opacity: 1;
  transition: ease-in 0.4s;
}
.card-icon{
  width:100px;
  margin-bottom: 10px;
}
.card-content{}
.card-icon img{
  margin-top: -15px;
}
.card-img{
  width:100%;
  height: 320px;
}
.card-img img{
  width:100%;
  height: 320px;
  width:100%;
  object-position: center;
  object-fit: cover;
}
.list-container .list li .carret{
  display: inline-block;
  padding-right: 8px;
}
.list-item{
  max-width: 100%;
  width: 480px;
}
.item-ls-desc{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.item-ls-desc .square-icon{
  overflow: hidden;
  width: 34px;
  height: 34px;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
}
.item-ls-desc span{
  padding-left:10px;
  font-size: 16px;
  display: inline-block;
  line-height: 19px;
  position: relative;  /*  line-height: 36px;*/
}
.cont-mapa{
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 380px;
  border: none;
}
.cont-mapa iframe{
  filter: saturate(2%);
}
.cont-mapa:hover iframe{
  transition: ease-in 0.2s;
  filter: saturate(100%);
}
.cont-modals{
  width: 100%;
}
/* The Modal (background) */
.modal {
  position: relative;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  padding-bottom: 100px;
  top: 0;
  height: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 20;
}
.close-modal {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #6893b2;
  background: #f6f7fb;
  position: absolute;
  right:-10px;
  top:-10px;
}
.close-modal:hover,
.close-modal:focus{
  text-decoration: none;
  cursor: pointer;
}
.close-modal:hover{
  font-size: 22px;
}
.modal-content{
  background: #fff;
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  max-width: 720px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align:center;
  margin-bottom: 100px;
}
.modal-header {
  width: 100%;
  /* background-color: #5cb85c;*/
  color: white;
}
.modal-header img{
  display: block;
  width: 100%;
}
.project-brand{
  width: 100%;
  height: 120px;
  text-align: center;
  background: #f6f7fb;
}
.project-brand img{
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 120px;
}
.modal-body p{
  max-width: 100%;
  width: 560px;
  margin: auto;
}
.modal-body .modal-text{
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-footer img{
  display: block;
  width: 100%;
}
.footer{
  position: relative;
  direction: inline-flex;
}
.pie-page{
  position: relative;
  z-index: 2;
  display: flex;
  height: auto;
  width: 100%;
  bottom: 0;
  max-width: 100%;
}
.footer h2{
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom:8px;
}

.social_footer{
  /*  float: right;*/
  position: relative;
  width: 200px;
  text-align: center;
}
.social_footer p{
  margin-bottom: 10px;
}
.social_footer a{
  display: inline-block;
}
.btn_social{
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 6px 8px;
  background: transparent;
  border-radius: 4px;
  color: #F3AF4B;
  display: inline-block;
}
.btn_social div{
  display: inline-block;
  font-size: 24px;
}
.btn_social:hover{
  transform: rotateY(360deg);
  /* border:1px solid #fff;*/
  background: transparent;
  transition: ease-in 0.4s;
  color: #6893b2;
  color: #efaf5b;
}
.thisonix{
  position: relative;
  /*display: inline-block;
  vertical-align: bottom;*/
}
.item-pie-page{
  padding: 10px 0px;
  line-height: 28px;
}
.item-pie-page a, .item-pie-page span{
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
}
.item-pie-page a:hover{
  text-decoration: underline;
}
/* Add Animation modal */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@media screen and (max-width:1023px){
  .card-item{
    height: auto;
  }
}
@media screen and (max-width:767px){
  .card-item{
    height: auto;
  }

}