.entornoPruebas{
  width: 250px;
  height: 50px;
  background-color: #f70000;
  position: fixed;
  top: 25%;
  left: 0;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border-radius: 10px;
  }

  .alert-error{
    border: #f70000 solid 1px !important;
    margin-bottom: 0.5rem;
  }

  .pie-imagen{
    position: absolute;
    font-size: 0.8rem;
    color: rgb(99, 99, 99);
    right: 10px;
    top: 0;
  }
  .bg-menu{
    background-color: transparent;
  }
  .bg-promo{
    background-color: transparent;
  }
  .bg-turquesa{
    background-color: #00B09F;
  }
  .bg-azul{
    background-color: #004862;
  }
  .bg-promo-menu{
    background-color: rgb(255, 255, 255);
  }
  .bg-oscuro{
    background-color: #1b2122;
  }
  .bg-promo-amarillo{
    background-color: #ECC123;
  }
 .color-promo{
   color: rgb(255, 255, 255);
  }
  .color-turquesa{
    color: #00B09F;
  }
  .color-azul{
    color: #004862;
  }
  .text-promo-rojo{
    color: rgb(255, 255, 255);
  }
  .text-promo-azul{
    color: #004862;
  }
  .cursor-blocked{
    cursor:not-allowed;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .btn-turquesa{
    background-color: #00B09F;
    color: #fff;
  }
  .btn-turquesa:hover{
    background-color: #004862;
    color: rgb(255, 255, 255);
  }
  .btn-turquesa:focus{
    background-color: #00B09F;
    color: rgb(0, 0, 0);
  } 
  .btn-promo{
    background-color: rgb(0, 0, 0);
    color: #fff;
  }
  .btn-promo:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  .btn-promo:focus{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  .btn-round-negativo{
    border-radius: 1.3rem!important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
  }
  .font-promo {
    font-family: 'Neo Sans Regular' !important;
    /* font-weight: bold; */
    letter-spacing: 0.05em;
  }
  .font-regular{
    font-family: 'Neo Sans Regular' !important;
  }
  .font-arial{
    font-family: Arial, Helvetica, sans-serif;
  }
  .gradiente-texto {
    background-clip: text;
    -webkit-background-clip: text; /* Para navegadores basados en WebKit, como Chrome y Safari */
    color: transparent;
    background-image: linear-gradient(to right, #00B09F, #004862);
  }
.cursor-pointer{
  cursor: pointer;
}
.text-rosaF{
  color: #E84DA1 !important;
}
.text-rosaL{
  color: #FFD4EF !important;
}
.bg-rosa{
  background-color: #E84DA1 !important;
}
.bg-rosaFlojo{
  background-color: #FFD4EF;
}
.bg-gris{
  background-color: #edeae6;
}
.text-amarillo{
  color: #fee304;
}
.text-lila{
  color: #864c87 !important;
}

/********************************************************************* scrollbar css *********************************************************/
  /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(209,232,228,1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e3d7c6; 
}
  
/********************************************************************* fuentes *********************************************************/


@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Black';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Light';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body{
  font-family:  Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  background-color: transparent;
}
h1{
  font-family: "Neo Sans Regular";
}
a{
  color: rgba(209,232,228,1);
}
.font-Mregular{
  font-family: 'Montserrat Regular';
}
.font-Mlight{
  font-family: 'Montserrat Light';
}
.font-Mblack{
  font-family: 'Montserrat Black';
}
.font-century{
  font-family: 'Century Gothic';
}
.font-gilroy{
  font-family: 'Gilroy';
}
/********************************************************************************** MENU  *******************************************************************************/
.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}
.navbar-light .navbar-brand {
  color: rgb(0, 0, 0);
}
.active{
  text-decoration: underline;
}
.btn-jardin{
  background-color: #E84DA1;
  color: white;
  border-color: #E84DA1;
  border-radius: 1rem;
}
.btn-jardin:hover{
  background-color: #FFD4EF !important;
  color: white;
}
/********************************************************************************** header  *******************************************************************************/

.video-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Ratio 16:9 */
}

.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-header{
  background-image: url('../img/header_superiorfull.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.line-text{
  line-height: 5rem;
}

/********************************************************************************** mecánica  *******************************************************************************/


/********************************************************************************** regalo  *******************************************************************************/

#divisor{
  height: 12rem;
  margin-top: -12rem;
  background-color: #1b2122;
}
#div-superior{
  z-index: 0;
}

/********************************************************************************** countdown  *******************************************************************************/


#countdown .wrapper{
  text-align: center;
}
#countdown .time{
  color: #fff;
  font-size: 3.5rem;
  padding: 0.25rem;
}
#countdown .label{ 
  font-size: 1rem;
  display: block;
  color: #fff;
  /* text-shadow     : 2px 2px #FF0620; */
}
#countdown svg{
  font   : bold 5rem;
  width  : 100%;
  height : 120px;
}

#countdown text{
  fill            : none;
  stroke          : #fff;
  stroke-width    : 6px;
  stroke-linejoin : round;
  /* text-shadow     : 2px 2px #FF0620; */
  animation       : 2s pulsate infinite;
}

@keyframes pulsate {
  50%{ text-shadow: 4px 4px #fff; }
}
/********************************************************************************** participa  *******************************************************************************/

.pastilla-round{
  border-radius: 0rem 5rem 5rem 0rem;
}

form#formReg_l label{
  display: block;
  font-weight: 800;
  color: #fff;
}
form#formReg_l input{
}
form#formReg_l .form-control {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-radius: 5rem ;

  font-size: 1rem;
}
form#formReg_l .form-select {
  color: rgb(0, 0, 0);
  background-color: #fff;
  border-radius: 5rem ;

  font-size: 1rem;
}

form#formReg_l label.custom-control-label{
   display: block !important;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  }
form#formReg_l .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}

form#formReg_l .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(0, 0, 0);
}

form#formReg_l .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(0, 0, 0);
}
form#formReg_l .form-select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(0, 0, 0);
  opacity: 1; /* Firefox */
}

form#formReg_l .form-select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(0, 0, 0);
}

form#formReg_l .form-select::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(0, 0, 0);
}
form#formReg_l a{
  color: #ffffff;
}
form option {
  color:#000000;
  font-size: 1rem;
}
form option:hover {
  background-color: #ffffff;
}
form .input-group-text{
  background: #fff;
  border: none;
  border-radius: 10rem !important;
}
form .form-check-input:checked {
  background-color: #00B09F;
  border-color: #00B09F;
}
/********************************************************************************** contacto  *******************************************************************************/

#img-es{
  margin-top: -5rem;
  z-index: -1;
}

.tel_promo a{
  text-decoration: none;
}
.email_contacto a{
  text-decoration: none;
}
.fs-grande{
  font-size: 8rem;
}
#signo-es{
  margin-top: -1.5rem;
}

/********************************************************************************** footer  *******************************************************************************/

footer ul {
  list-style: none;
}
footer a {
  color:rgb(0, 0, 0);
  font-size: 0.8rem;
}
footer a:hover {
  text-decoration: underline;
  color:rgb(0, 0, 0)
}
footer .small {
  color:rgb(0, 0, 0);
  font-size: 0.7rem;
}
footer img .small{
  max-width: 1.5rem;
}
.logoBonduellPie{
  max-width: 8rem;
}
.pull-right {
  float: right;
}
.xs-d-flex{
  flex-direction: column;
}
/********************************************************************************** Area personal  *******************************************************************************/
.card-width{
  min-width: 10rem;
  }
.flex-adapt{
  flex-direction: column!important;
}

/********************************************************************************** textos  *******************************************************************************/

/********************************************************************************** regalos  *******************************************************************************/
.border-r{
  border-radius: 1rem;
}
#img-girada{
  transform: rotate(180deg);
}
#regalos{
  margin-top: -8rem;
}
/********************************************************************************** media query  *******************************************************************************/
@media (min-width: 768px) {
 .card-width{
    min-width: 7rem;
    }
}

@media (min-width: 992px) {
 
  #divisor{
    height: 27rem;
    margin-top: -27rem;
  }
}
@media (min-width: 1024px) {
  .flex-adapt{
    flex-direction: row!important;
  }
}
@media (min-width: 1200px) {
  .bg-promo-menu{
    background-color: transparent;
  }
  .email_contacto a{
    font-size: 2rem;
  }
  #img-es{
    margin-top: -7rem;
    z-index: -1;
  }

}
@media (min-width: 1600px) {

  .font-big{
    font-size: 2rem;
  }
  .font-regular{
    font-size: 1.5rem;
  }
  .font-small{
    font-size: 1.2rem;
  }
  .card-width{
  min-width: 10rem;
  }
}