@font-face {
    font-family: 'CanaroBook';
    src: url('fonts/Canaro-Book.woff2') format('woff2'),
        url('fonts/Canaro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CanaroBook';
    src: url('fonts/Canaro-Bold.woff2') format('woff2'),
        url('fonts/Canaro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canaro';
    src: url('fonts/Canaro-SemiBold.woff2') format('woff2'),
        url('fonts/Canaro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canaro';
    src: url('fonts/Canaro-ExtraBold.woff2') format('woff2'),
        url('fonts/Canaro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*, h5 {
  font-family: 'CanaroBook';
}




.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;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

.img-full {
  width: 100%;
}

.cbp-spmenu {
  background: #1f1f48;
  position: fixed;
}


.cbp-spmenu h3 {
  color: #233050;
  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: relative;
  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;
  margin-right: 10px;
}

#showRight span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  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 i {
  font-size: 38px;
}
/*-------------- Header ------------------ */




.grid-nosotros {
  background: url('img/nosotros_fondo.jpg') no-repeat;
  background-position-x:  100%;
  padding-top: 60px;
}

h3 {
  font-family: 'Canaro';
  font-weight: bold;
  color: #faa738;
}

.btn-blue {
  background: #1f1f48;
  color: #fff;
  padding: 12px 40px;
  border-radius: 36px;
  cursor: pointer;
}

.img-nosotros {
  padding-top: 120px;
}

.grid-catalogo {
  background: #f0f2f2;
  padding-top: 50px;
  padding-bottom: 10px;
}

.swiper-catalogo {
  padding-top: 40px;
  padding-bottom: 50px;
}

.p-catalogo {
  color: #243d60;
  font-family: 'Canaro';
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}

.img-catalogo {
  max-width: 90px;
  margin: 0 auto;
  display: block;
}

.grid-promociones {
  padding-top: 60px;
}

.swiper-promociones {
  padding-bottom: 40px;
}

.cell-curso-home {
  margin-bottom: 30px;
}

.grid-sucursales {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-sucursal-grid {
  border-radius: 10px;
  border: 1px solid #1f1f48;
  height: 390px;
  padding: 20px 40px 0px 40px !important;
}

.cell-sucursal-grid:hover {
  border: 6px solid #1f1f48;
  cursor: pointer;
  padding: 20px 37px 0px 37px !important;
}

.location-dot {
  margin: 0 auto;
  display: block;
  color: #faa738;
  font-size: 32px;
}

.p-location {
  font-family: 'CanaroBook';
  font-weight: bold;
  color: #1f1f48;
  margin-top: -16px;
  font-size: 20px;
  margin-bottom: 3px;
}

.color-blue {
  color: #1b1813;
}

.yellow-link {
  color: #faa738;
  display: block;
  font-family: 'Canaro';
}

.whatsapp-btn {
  background: #1f1f48;
  color: #fff;
  max-width: 257px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 37px;
}

.cell-half {
  width: 25% !important;
}

.grid-frases {
  height: 300px;
  padding-top: 70px;
}

.p-frase {
  color: #faa738;
  font-family: 'Canaro';
  font-weight: bold;
  font-size: 30px;
}

.p-autor {
  color: #fff;
  font-family: 'Canaro';
  font-weight: bold;
}


#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  margin-top: -14px;
  font-size: 10px;
}

#mensaje {
  height: 80px;
}

.cell-contacto {
  background: #f4f4f4;
  padding-top: 70px;
}

.title-info-contacto {
  margin-bottom: 0px;
}

.p-info-contacto a{
  color: #000;
}
.font-small {
    font-size: 13px;
}
.p-gray {
    color: #878787;
}
[type='text'], textarea {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}
.proteccion {
    margin-top: 60px;
    margin-bottom: 40px;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
}

.btn-send {
    background: #1f1f48;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 15px 118px;
    border-radius: 30px;
    float: right;
    cursor: pointer;
}

.title-contacto {
  color: #1f1f48;
}

.grid-contacto {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-footer {
  background: #14141e;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
}

.logo-footer {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.font-copy {
  font-size: 12px;
}

.footer-link {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 30px;
}

.grid-header {
  margin-bottom: -112px !important;
  z-index: 10;
  display: block;
  position: relative;
  padding-top: 16px;
  color: #fff;

}

.grid-header-page {
  margin-bottom: -112px !important;
  z-index: 10;
  display: block;
  position: relative;
  padding-top: 16px;
  color: #fff;
  background: #14141e;
}

.p-header{ 
  cursor: pointer; 
  margin-top: 13px;
}

.a-header{ 
  color: #fff;
  cursor: pointer; 
  margin-top: 13px;
  display: block;
}

@media screen and (max-width: 425px) {
  .grid-nosotros {
    background: none;
  }

  .cell-pad0-mob {
    padding: 0 !important;
  }
  .btn-blue {
    width: 100%;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .cell-sucursal-grid {
    height: 477px !important;
  }

  .grid-frases {
    height: 500px;
    padding-top: 30px;
  }
  .p-frase {
    font-size: 21px;
  }

  .small-up-2 > .cell {
    width: 42%;
  }
  .swiper-catalogo-mobile {
    padding-bottom: 40px;
  }
  .grid-header {
    margin-bottom: -121px !important;
    z-index: 10;
    display: block;
    position: relative;
    padding-top: 16px;
    color: #fff;
  }
  .grid-header-page {
    margin-bottom: -121px !important;
    z-index: 10;
    display: block;
    position: relative;
    padding-top: 16px;
    color: #fff;
  }
}
