@font-face {
    font-family: 'Delecta';
    src: url('fonts/Delecta-Bold.woff2') format('woff2'),
        url('fonts/Delecta-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delecta';
    src: url('fonts/Delecta-Medium.woff2') format('woff2'),
        url('fonts/Delecta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*, h1, h2, h3, h4, h5, h6 {
  font-family: 'Delecta';
  font-weight: 500;
}




p {
  font-size: 19px;
}

.bold {
  font-family: 'Delecta';
  font-weight: bold;
}


.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.cbp-spmenu {
  background: #192a67;
  position: fixed;
}


.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 0px;
  margin: 0;
  font-weight: 300;
  background: rgb(255 255 255 / 30%);
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 10px;
  
  text-transform: uppercase;
}

.cbp-spmenu-vertical {
  width: 269px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  padding: 11px 20px;
  
  font-weight: 700;
  font-size: 22px;
}

.cbp-spmenu-vertical a:first-child {
  border-bottom: 0px solid #000301;
  padding: 11px;
}

.cbp-spmenu-right {
  right: -269px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

#showRight {
  float: right;
}

#showRight, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 39px;
  height: 37px;
  position: absolute;
  margin: 6px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 0px;
  right: 16px;
}

#showRight span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #192a67;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#showRight span:nth-child(1) {
  top: -2px;
}

#showRight span:nth-child(2) {
  top: 10px;
}

#showRight span:nth-child(3) {
  top: 23px;
}

#showRight.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#showRight.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#showRight.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 55.1875em){

  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }

}

@media screen and (max-height: 26.375em){

  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 246px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px;
  }

  .cbp-spmenu-right {
    right: -190px;
  }

  .cbp-spmenu-push-toright {
    left: 190px;
  }
}
.close-menu {
  text-align: right;
}

.close-menu i {
  font-size: 38px;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}


/*-------------- Header ------------------ */

.fixed {
  position: fixed;

}

.grid-header {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-shadow: 1px 6px 22px -6px rgba(77,77,77,0.75);
  -webkit-box-shadow: 1px 6px 22px -6px rgba(77,77,77,0.75);
  -moz-box-shadow: 1px 6px 22px -6px rgba(77,77,77,0.75);
}
.menu a {
  color: #214070;
  font-weight: 600;
  font-size: 1rem;
}

.menu a:hover {
  color: #7dc189;
}

.button.primary {
  border-radius: 0;
  font-weight: bold;
}

.logo-nosotros {
  max-width: 198px;
  margin-top: -8px;
  margin-right: -5px;
}

.btn-registro {
  margin-left: 1rem; 
  background-color:#346bb2;
  color: #fff !important;
}

.btn-registro:hover {
  background-color:#7dc189;
}

.div-parent-blue {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.blue-div {
  background: #192a67;
  border-radius: 20px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.icono-nosotros {
  max-width: 60%;
}

.servicio-box {
  border: 2px solid #214070;
  border-radius: 15px;
  padding: 1.5rem;
  height: 100%;
}

.icono-titulo {
  display: flex;
  align-items: end;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.icono {
  max-width: 71px;
  flex-shrink: 0;
}

.titulo-servicio {
  color: #346bb2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
}

.descripcion {
  margin: 0;
  font-size: 0.95rem;
  color: #192a67;
}

#nosotros {
  padding-top: 50px;
  padding-bottom: 80px;
}

.cell-info-nosotros {
  margin-top: 60px;
}

.light-blue {
  color: #346bb2;
}

.dark-blue {
  color: #192a67;
}

.blue {
  color: #014593;
}

.green {
  color: #7dc189;
}

.white {
  color: #fff;
}

.grid-banner-home {
  padding-top: 70px !important;
}


.cell-info-nosotros p{
  color: #192a67;
  text-align: justify;
}

.cell-servicio {
  margin-bottom: 30px;
}

.btn-green {
  background: #7dc189;
  color: #192a67;
  font-size: 24px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#bannerFinal {
/*  background: url('img/fondo-colores.jpg')100% 100% no-repeat;
  background-size: cover;*/
  margin-top: 100px;
  background: #61A099;
background: linear-gradient(82deg,rgba(97, 160, 153, 1) 0%, rgba(54, 109, 178, 1) 18%, rgba(9, 60, 132, 1) 55%, rgba(25, 42, 103, 1) 100%);
}

.img-banner-final {
  margin-top: -30px;
}

.title-banner {
  margin-top: 45px;
}

.subtitle-banner {
  margin-top: 30px;
  margin-bottom: 35px;
}

#contacto{
  margin-top: 80px;
  margin-bottom: 70px;
}

.subtitle-contacto {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-contacto-blue {
  background: #014593;
  margin-top: 33px;
  padding: 33px 63px;
  color: #fff;
}

span.radio-label.blue {
  font-size: 20px;
}

.radio-custom {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  font-weight: 600;
  color: #214070;
  margin-bottom: 7px;
}

.radio-custom input[type="radio"] {
  appearance: none;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #e2e2e2;
  border: 3px solid transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease;

}

.radio-custom input[type="radio"]:checked {
  border: 3px solid #214070;
  background-color: white;
}

.wp-icon {
  width: 25px;
}

.p-telefono {
  margin-top: 40px;
  margin-bottom: 0px;
}

.p-mail {
  margin-top: 30px;
}

.grid-contacto {
  margin-top: 30px;
}

.label-contacto {
  font-size: 20px;
}

[type='text'], textarea{
  background: #e4e5e4;
    border: 0px solid;
    box-shadow: none;
}

[type='radio']{
  margin: 0;
}

.btn-send {
  background: #346bb2;
  font-size: 23px;
  padding: 8px 31px;
}

.sitio-dev {
  font-size: 14px;
}

.rss-contacto {
  font-size: 33px;
  margin-right: 25px;
}

textarea {
  height: 150px;
}

footer {
  background: #192a67;
}

@media screen and (max-width: 430px) {
  .grid-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  h2, .h2 {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .small-centered {
    margin: 0 auto;
    display: block;
  }

  #nosotros {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .img-banner-final {
    margin-top: -100px;
    margin-bottom: -34px;
  }

  .small-text-center {
    text-align: center;
  }

  .grid-contacto {
    margin-top: -19px;
  }
  .logo-nosotros {
    max-width: 168px;
    margin-top: -8px;
    margin-right: -5px;
  }
}
