


.hideme
{
    opacity:0;
}
.navbar{
  background-color: #FFF !important;
}

.nav-link{
  color:#fbc02d !important;
}

.card-title{
  text-align: center;
}

.card-link{
  text-decoration: none;
  color: #000;
}

.card-link:hover{
  color:#FBC02D!important;
}

input{
  border-radius:25px!important;
}

label{
  color:#fbc02d;
  font-weight: bold;
}

.card-footer{
  background-color: #FFF;
  border-top: 0;
  border-radius: 25px !important;
}

.container-fluid{
  padding: 0 !important;
}

.btn{
  border-radius: 25px !important;
}

.header-page{
  background: url(../../assets/img/header.svg)no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 150px;
}

.about{
  background-color: #fbc02d !important;
  color: #FFF;
  padding-top:60px;
  padding-bottom: 60px;
}

.servicios{
  padding-top:120px;
  padding-bottom: 120px;
  background-color: #F5F6FA;
}

.serviciosCar{
  padding-top:40px;
  padding-bottom: 120px;
  background-color: #F5F6FA;
}

.card{
  border-radius: 25px !important;
}

.newsletter{
  background-color: #fbc02d !important;
}

.modalJuego {
  background-color: #2F5597 !important;
}

.btn-lectura{
  background-color: #FFBF00 !important;
  color:#FFF;
}

.btn-lectura:hover{
  background-color: #FFBF00 !important;
  color:#000;
}

.contenido{
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #F5F6FA;
}

.clientes{
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #fbc02d !important;
  color:#FFF;
}

.testimonios{
  padding-top:120px;
  padding-bottom: 120px;
  background-color: #F5F6FA;
}

.ventajas{
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #fbc02d !important;
  color:#FFF;
}

.frase{
  padding-top:100px;
  padding-bottom: 100px;
  background-color: #F5F6FA !important;
}

.contacto{
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #fbc02d !important;
  color:#FFF;
}

.footer{
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #2F5597 !important;
  color:#FFF;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fbc02d;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: #fbc02d;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid #fbc02d;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #fbc02d;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #fbc02d;
}

.carousel-indicators li {
  margin-top: 250px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #fbc02d;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fbc02d;
}

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}


.carouselContenidoClientesIndicadores li{
  margin-right: 3px;
margin-left: 3px;
background-color: transparent!important;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}

.cardSquare{
  border-radius: 0 !important;
}
