/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.bg-azul {
  background: #164571;
  min-height: 410px;
}

.fto-ahijado {
  max-width: 400px;
  margin-bottom: 1.5rem;
  border-radius:150px;
}
.fha_cumple {
  margin-top: 8%;
}

.m-bienvenida {
  font-weight: 700;
}
.bg-book {
  background-image: url(../image/bg-cuadricula.png);
}
.text-azul {
  color: #164571;
}
.iconos-estadisticos {
  max-width: 95px;
}
.iconos-estadisticos1 {
  max-width: 105px;
}
.iconos-estadisticos2 {
  max-width: 105px;
}
.numero-est {
  font-size: 2.5rem;
  font-weight: 500;
  color: #a0a0a0;
}
.pd-bot-2rem {
  padding-bottom: 2rem;
}
.t-yellow {
  color: #ffb62f;
}
.text-celeste {
  color: #29abe2;
}
.n-ahijado {
  color: #ffffff;
  font-weight: 600;
}
.t-grado, .h-cumple {
  font-weight: 600;
}
@media (max-width: 767px) {
  .pd-interno {
    padding: 2rem;
    text-align: center;
  }
  .h-madrina {
    color: #ffb62f;
    font-size: 2rem !important;
  }
  .n-madrina {
    color: #164571;
    font-weight: 700;
    font-size: 1.7rem !important;
  }
  .f-bienvenida {
    font-size: 1.3rem;
    color: #898989;
  }
  .text-azul.t-interno {
    font-weight: 700;
}
}

@media (min-width: 1280px) {
  .bg-azul-nav {
    background: #164571;
    position:sticky;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
  }
  .h-madrina {
    color: #ffb62f;
    font-weight: 500;
    font-size: 3.5rem;
  }
  .n-madrina {
    color: #164571;
    font-weight: 700;
    font-size: 2.5rem;
  }
  .f-bienvenida {
    font-size: 1.3rem;
    color: #898989;
    padding-top: 1rem;
  }
  .videoDimensions{
    width: 650px;
    height: 400px;
  }
  .pd-interno {
    padding: 4rem;
    margin-left: -3rem;
  }
  .iconos-centrados {
    margin-left: -4rem;
  }
  .log-abc {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .text-azul.t-interno {
    font-weight: 700;
    margin: 2.5rem 0;
  }
}

@media (max-width: 991px) {
  .container-responsive {
    max-width: 92% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 1280px) {
  .bg-azul-nav {
    background: #164571;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
  }
  .videoDimensions{
    max-width: 420px;
    width: auto;
    height: 300px;
  }
  .log-abc {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    width: 90%;
  }

}
.s-detalles {
  margin-top: 1rem;
  padding: 0 15px;
}
.bg-celeste {
  background-color: #29abe2;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.dia-c {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.5rem;
}
.mes-c {
  color: #ffffff;
  font-weight: 700;
}
.pd-all-1rem {
  padding: 1rem;
}
.btn-certificados {
  max-width: 310px;
  margin-right: -10px;
}
.pastel-c {
  max-width: 70px;
  margin-bottom: 1rem;
}
.btn-pagos-pend {
  background: #ed1c24;
  border-radius: 1.5rem;
  border: 4px solid #ffffff;
  font-weight: 700;
  padding: 0.5rem 1.6rem;
  margin-top: 3%;
}
.btn-certificado-don {
  background: #ffb62f;
  border-radius: 1.5rem;
  border: 4px solid #ffffff;
  font-weight: 700;
  padding: 0.5rem 1.6rem;
}
.btn-celeste {
  background: #01c8e9;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-decoration: unset;
  border-radius: 1rem;
  font-size: 1.2rem;
}
.mano-btn {
  max-width: 18px;
  margin-left: 20px;
}
.mg-top-2rem {
  margin-top: 2rem;
}
.titulo-video {
  max-width: 380px;
  margin-bottom: 3rem;
}
.img-video {
  width: 100%;
  max-width: 450px;
  max-height: 400px;
}