/*Fonts Titles h1, h2, h3, h4,p,a,span,input,etc*/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&display=swap');
  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: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  background: #f2f2f2;
  color: #545655;
  scroll-behavior: smooth;
}
a{
  font-size: 19px;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;+
  font-weight: 200;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Playfair Display', sans-serif;
}
h1{
  font-size: 3rem;
  line-height: 54px;
  margin: 0;
  font-weight:700;
}
h2{
 font-size: 42px;
 line-height: 48px;
 font-weight: 700;
}
h3{
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
h4, h4 span{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h5{
 /* font-family: 'Crimson Text1';*/
 font-size: 24px;
 line-height: 30px;
 font-weight: 700;
}
h6{
 /* font-family: 'Crimson Text1';*/
 font-size: 22px;
 line-height: 26px;
 font-weight: 600;
}
a, p, span, label, li, ul li{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}
p{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
input, select, select option, option, textarea{
  font-family: 'Noto Sans';
  font-weight: 400;
  border: none;
  font-size: 18px;
}
input::placeholder, select::placeholder, select option, option::placeholder, textarea::placeholder{
  opacity: 1;
  border: none;
}
input[type="submit"],
button[type="submit"]{
  min-width: 180px;
  cursor: pointer;
  background:                                                                                           ;
}
.main-form{
  text-align: center;
  max-width: 960px;
  margin: auto;
}
.items-form{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.form-control{
  max-width: 100%;
  width: 460px;
  display: inline-block;
  margin-bottom: 10px;
}
.inputer, .selecter{
  border-radius: 2px;
  padding: 12px;
  max-width: 100%;
  width:460px;
  background: #fff;
  /*border:1px solid #617265;*/
  height: 34px;
  font-weight: 300;
}
.texter{
  border-radius: 2px;
  text-align: left;
  padding: 12px;
  background: #fff;
  height: 84px;
  max-width: 100%;
  width:460px;
  font-weight: 300;
}
.texter-rowspan2{
  height: 84px;
}
.texter-rowspan3{
  height: 134px;
}
.texter-rowspan4{
  height: 168px;
}
.selecter{
  height: 34px;
  font-size: 18px;
  padding: 0px 4px;
  border-radius: 2px;
}
.texter-zone{
  width:460px;
  resize: none;
  height: 88px;
  border-radius: 2px;
  font-size: 18px;
  padding: 8px 12px;
  max-width: 100%;
  background: #fff;
  font-weight: 300;
}
.inputer:focus, .selecter:focus, .texter-zone:focus, .texter:focus{
  opacity: 1;
  border: none;
  border-style: none;
  font-family: 'Montserrat';
}
.selecter option:focus {
  font-family: 'Montserrat';
}
.submiter{
  float: left;
  max-width: 100%;
  font-family: 'Montserrat';
  width:auto;
  min-width: 180px;
  letter-spacing: 0.1em;
  /*float: right;*/
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 20px;
  height: 34px;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  /*margin-top: -10px;*/
  color: #fff;
}
.submiter:hover{
  opacity: 0.9;
  transition: ease-in opacity 0.4s;
}
.submiter2{
  width: auto;
  padding: 8px 10px;
}
.submiter2:hover{
}
.navbar{
  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;
  color: #fff;
  border: none;
  /*text-transform: uppercase;*/
  padding: 6px 15px;
  font-size: 20px;
  /*font-weight: 600;*/
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
}
.btn-action:hover{
  display: inline-block;
  padding: 12px 18px;
  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;
}
.no-align{
  text-align: left;
}
.section{
  width: 100%;
  max-height: 100%;
  display: block;
  padding-bottom: 0px;
  /* margin-bottom: -3px;*/
}
.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;
}
.with-pd{
  padding-left: 30px;
  padding-right: 30px;
}
.with-pdg-10{
  padding:10px;
}
.with-pdg-15{
  padding:15px;
}
.with-pdg-20{
  padding:20px;
}
.with-pdg-25{
  padding: 25px;
}
.with-pdg-30{
  padding: 30px;
}
.with-pdg-35{
  padding: 35px;
}
.with-pdg-40{
  padding: 40px;
}
.with-pdg-45{
  padding: 45px;
}
.with-pdg-50{
  padding: 50px;
}
.with-pd-10{
  padding: 0px 10px;
}
.with-pd-15{
  padding: 0px 15px;
}
.with-pd-20{
  padding: 0px 20px;
}
.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: 10px 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-pdtb-70{
  padding: 70px 0px;
}
.with-pdtb-80{
  padding: 80px 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-pdb-10{
  padding-bottom: 10px;
}
.with-pdb-20{
  padding-bottom: 20px;
}
.with-pdb-30{
  padding-bottom: 30px;
}
.with-pdb-40{
  padding-bottom: 40px;
}
.with-pdb-50{
  padding-bottom: 50px;
}
.with-pdb-60{
  padding-bottom: 60px;
}
.with-pdb-80{
  padding-bottom: 80px;
}
.with-pdb-100{
  padding-bottom: 100px;
}
.with-pdl-10{
  padding-left: 10px;
}
.with-pdl-15{
  padding-left: 15px;
}
.with-pdl-20{
  padding-left: 20px;
}
.with-pdl-25{
  padding-left: 25px;
}
.with-pdl-30{
  padding-left: 30px;
}
.with-pdr-10{
  padding-right: 10px;
}
.with-pdr-15{
  padding-right: 15px;
}
.with-pdr-20{
  padding-right: 20px;
}
.with-pdr-25{
  padding-right: 25px;
}
.with-pdr-30{
  padding-right: 30px;
}
.with-mg-15{
  margin: 15px;
}
.with-mgt-20{
  margin-top: 20px;
}
.with-ml-20{
  margin-left: 20px;
}
.with-ml-30{
  margin-left: 30px;
}
.with-mr-20{
  margin-right: 20px;
}
.with-mr-30{
  margin-right: 30px;
}
.bg-color0{
  background-color: #fff;
} 
.bg-color1{
  background-color: #eaeaea !important;
}
.bg-dark-transparent{
  background-color: rgba(0,0,0,0.5) !important;
} 
.bg-color2{
  background-color: #1e4065 !important;
} 
.bg-color3{
  background-color: #92af68 !important;
}
.bg-color4{
  background-color: #375916 !important;
}
.bg-color5{
  background-color:                                                                                            !important;
}
.bg-color6{
  background-color: #444444 !important;
}
.bg-color7{
  background-color: #d4e5b9 !important;
}
.bg-color8{
  background-color: #edf7de !important;
}
.bg-color1, .bg-color2, .bg-color3, .bg-color4{
  border:none;
}
.color0{
  color: #fff;
}
.color1{
  color: #eaeaea;
}
.color2{
  color: #1e4065;
}
.color3{
  color: #92af68;
} 
.color4{
  color: #375916;
}
.color5{
  color:                                                                                           ;
}
.color6{
  color: #444444;
}
.color7{
  color: #1a1a1a;
}
.color8{
  color: #edf7de;
}
.border-lft-color5{
  display: inline-block;
  border-left:3px solid                                                                                           ;
}
.border-lft-color6{
  display: inline-block;
  border-left:3px solid #444444;
}
a.color5:hover{
  /*color:#efaf5b;*/
}
.p-italic{
  font-style: italic;
}
.p-thin{
  font-weight: 100;
}
.p-extra-light{
  font-weight: 200;
}
.p-light{
  font-weight: 300 !important;
}
.p-regular{
  font-weight: 400 !important;
}
.p-medium{
  font-weight: 500 !important;
}
.p-semibold{
  font-weight: 600 !important;
}
.p-bold{
  font-weight: 700 !important;
}
.p-extra-bold{
  font-weight: 800 !important;
}
.p-black{
  font-weight: 900 !important;
}
.uppercase{
  text-transform: uppercase;
}
.fs-10{
  font-size: 10px !important;
  line-height: 14px !important;
}
.fs-12{
  font-size: 12px !important;
  line-height: 16px !important;
}
.fs-13{
  font-size: 13px !important;
  line-height: 18px !important;
}
.fs-14{
  font-size: 14px !important;
  line-height: 20px !important;
}
.fs-15{
  font-size: 15px;
  line-height: 21px;
}
.fs-16{
  font-size: 16px;
  line-height: 22px;
}
.fs-18{
  font-size: 18px;
  line-height: 24px;
}
.fs-20{
  font-size: 20px !important;
  line-height: 26px;
}
.fs-22{
  font-size: 22px;
  line-height: 28px;
}
.t-thin{
  font-weight: 100 !important;
}
.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-extra-bold{
 font-weight: 800 !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;
  max-width: 100%;
  height: auto;
  width: 100%;
  min-height: 380px;
  background: #fdf8eb;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5{
  text-shadow: 0px 0px 6px rgba(0,0,0,0.45);
  color:#fff;
}
.head-section p{
  font-size: 20px;
  line-height: 26px;
}
.head-title, .body-txt{
  width: 100%;
}
.head-title.t-left, .body-txt.t-left{
  width: 100%;
  text-align: left;
}
.head-title.p-right, .
.t-right{
  width: 100%;
  text-align: right;
}
.cont-cards{
  max-width: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.item-gallery{
  display: flex;
  width:350px;
  max-width: 100%;
  margin: auto;
  align-items: center;
  align-content: center;
  text-align: center;
}
.item-gallery .img-gallery{
  max-width: 320px;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.item-gallery .img-gallery img{
  width: 100%;
  padding: 50px;
}
.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%;
}
.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;
}
.list-container ul li span{
  font-size: 14px;
  line-height: 26px;
}
.card-item .card-content .list-container ul li, .card-item .card-content p{
  /*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;
  font-size: 22px;
}
.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: 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 {
  cursor: pointer;
  width: 244px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  right:0px;
  bottom:0px;
  border-radius: 0px 0px 0px 8px;
  float:right;
  overflow: hidden;
  color: #fff;
}
.close-modal div:nth-child(1){
  background: #92af68;
  transition: ease-in 0.2s;
  padding: 8px 16px;
}
.close-modal div:nth-child(2){
  background: #375916;
  transition: ease-in 0.2s;
  padding: 8px 16px;
}
.close-modal:hover div:nth-child(1),
.close-modal:focus div:nth-child(1){
  transition: ease-in 0.4s;
  text-decoration: none;
  cursor: pointer;
  background: #375916;
}
.close-modal:hover div:nth-child(2),
.close-modal:focus div:nth-child(2){
  transition: ease-in 0.4s;
  text-decoration: none;
  cursor: pointer;
  background: #92af68;
}
.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%;
}
.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;
}
.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;
  /* 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;
  }
}