:root {
  --main1: #3997b9;
  --main2: #e3ac09;
}

@font-face {
  font-family: "Questrial";
  src: URL("../fonts/Questrial.ttf") format("truetype");
}

body {
  font-family: "Questrial";
}

.slick-track {
  align-items: center;
  display: flex;
}

.img-cliente {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.img-cliente:hover {
  filter: grayscale(0%);
  transition: all 0.5s ease;
}

.nav-link {
  padding: 5px 10px !important;
  transition: all 0.3s;
  color: var(--main1) !important;
  font-family: "Questrial";
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .nav-link {
    padding: 25px 15px !important;
  }
}

.nav-link:hover {
  background-color: var(--main4);
  color: var(--main2) !important;
}

#carouselmain .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

#carouselmain .slick-dots li button:before {
  color: white !important;
}

#carouselmain .slick-dots {
  bottom: 10px;
}

.titulo1 {
  color: var(--main1) !important;
}

.titulo2 {
  color: var(--main2) !important;
  font-weight: 400;
}

#contacto label {
  color: #3e3e3e;
}

.div_icon {
  margin-bottom: 20px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgba(38, 69, 151, 0.1) !important;
  position: relative !important;
  margin-left: 0 !important;
  color: var(--main3) !important;
}

.nosotros_icons {
  position: absolute !important;
  font-size: 25px !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
}

.btn-primary {
  background-color: var(--main1) !important;
  border-color: var(--main1) !important;
  letter-spacing: 0.2mm;
  transition: 0.7 all;
}

.btn-primary:hover {
  background-color: var(--main2) !important;
  border-color: var(--main2) !important;
}

.slick-prev:before,
.slick-next:before {
  color: #3e3e3e;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.event-date {
  color: #ffffff;
  font-weight: 600;
  display: grid;
  align-items: center;
  margin: 0;
  align-self: center;
  font-size: 20px;
  background-color: var(--main1);
  height: auto;
}

@media only screen and (min-width: 992px) {
  .event-date {
    height: 100%;
  }
  .card-title,
  .card-text {
    text-align: left !important;
  }
}

#news .slick-prev {
  z-index: 999;
  left: -10px;
}
#news .slick-prev:before {
  font-size: 25px;
}
#news .slick-next:before {
  font-size: 25px;
}
#news .slick-next {
  right: -5px;
}

@media only screen and (min-width: 992px) {
  #news .slick-prev {
    left: 0px;
  }
  #news .slick-next {
    right: 0px;
  }
}


.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols>[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.hide1 {
  display: block !important;
      padding:10px 0 10px !important;
}

.hide2 {
  display: none !important;
      padding:0 !important;
}

@media only screen and (min-width: 992px) {
  .hide1 {
      display: none !important;
  }

  .hide2 {
      display: grid !important;
  }
}

.passtext{
  text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    padding-left: 15px;
    transform: translateY(-7px);
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
}


@media only screen and (min-width: 369px) {
  .passtext {
      top: -6px;
      transform: translateY(0px);
  }
}

.passtext:hover{
  color: rgba(0,0,0,0.7);
}

.checkbox {
  width: 100%;
  margin: 15px auto 0;
  position: relative;
  display: block;
}

.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}

.checkbox label {
  position: relative;
  font-weight: 600 !important;
}

.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.checkbox label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  border-left: 2px solid rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 6px;
  left: 10px;
}

.checkbox input[type="checkbox"]:checked~label::before {
  color: rgba(255, 255, 255, 0.6);
}

.checkbox input[type="checkbox"]:checked~label::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  /*vertical-align: sub;*/
}

.checkbox label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: 0;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.00) inset, 0 0 8px rgba(255, 255, 255, 0.0) !important;
  outline: 0 none !important;
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  font-family: QuickMedium;
  color: #3e3e3e !important;
  border-color: var(--main2) !important;
  border-bottom-style: solid !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width:1px !important;
  border-left-width: 0px !important;
  border-radius: 0px !important;
}
option{
  color: #3e3e3e !important;
}

select, textarea, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  font-family: QuickMedium;
  color: #3e3e3e !important;
  border-color: var(--main1) !important;
  border-bottom-style: solid !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 1px !important;
  border-left-width: 0px !important;
  border-radius: 0px !important;
  transition: all 0.5s !important;

}

textarea::placeholder, input[type="text"]::placeholder, input[type="file"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .uneditable-input::placeholder {
  color: rgba(1, 1, 1, 0.6);
}

ol.a {list-style-type: armenian;}
ol.b {list-style-type: cjk-ideographic;}
ol.c {list-style-type: decimal;}
ol.d {list-style-type: decimal-leading-zero;}
ol.e {list-style-type: georgian;}
ol.f {list-style-type: hebrew;}
ol.g {list-style-type: hiragana;}
ol.h {list-style-type: hiragana-iroha;}
ol.i {list-style-type: katakana;}
ol.j {list-style-type: katakana-iroha;}
ol.k {list-style-type: lower-alpha;}
ol.l {list-style-type: lower-greek;}
ol.m {list-style-type: lower-latin;}
ol.n {list-style-type: lower-roman;}
ol.o {list-style-type: upper-alpha;}
ol.p {list-style-type: upper-latin;}
ol.q {list-style-type: upper-roman;}
ol.r {list-style-type: none;}
ol.s {list-style-type: inherit;}

#directorio .hide1 {
  display: block !important;
      padding:10px 0 10px !important;
}

#directorio .hide2 {
  display: none !important;
      padding:0 !important;
}

@media only screen and (min-width: 992px) {
  #directorio .hide1 {
      display: none !important;
  }

  #directorio .hide2 {
      display: block !important;
  }
}

.auto_height { /* CSS */
  width: 100%;
}