.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}.navbar{ background-color:rgba(183,28,28,.8)}.page-footer,.top-nav-collapse{background-color:(183,28,28,.8)}@media only screen and (max-width:768px){.navbar{background-color:(183,28,28,.9)}}

main{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/fondo.webp')

}

html {scroll-behavior: smooth;}   /*Animación Smooth Scroll compatible con Firefox, Chrome y Opera */

hr {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-custom {
  color: #fff;
  background-color: rgb(183,28,28);
  border-color: rgb(183,28,28);
}


.border-cover-custom {
  border-left: 5px solid !important;
  border-right: 5px solid !important;
  border-left-color: rgba(255,255,255,0.8) !important;
  border-right-color: rgba(255,255,255,0.8) !important;
}

.rounded-cover-custom {
  border-radius: 0.8rem !important;
}
    
.md-form label,
.md-form input, 
.md-textarea  {
  color: white; !important;}

.text-size-ajustado {
  font-size:18px !important;}

.modal-custom {
  background-image: url('../images/fondo-navidad-movil.webp');
  background-attachment: fixed;
  border-radius: 0.8rem !important;
}

.close {
  float: right;
  margin: -1rem -0rem -0rem auto;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ccc;
  opacity: .8;
}

.close:hover {
  color: #fff;
}
.mt-6
{
  margin-top: 4.5rem !important;
}
.modal-dialog.modal-notify.modal-info.modal-aviso .modal-header {
  background-color: rgb(183,28,28); }
.modal-dialog.modal-notify.modal-info.modal-aviso .fas {
  color: rgb(183,28,28);  }
.modal-custom-anuncio {
  width: 1000px;
  height: 600px;
  max-width: 1000px;
}
@media only screen and (max-width:991.98px){
  .modal-custom-anuncio {
  width: 380px;
  height: 228px;
  max-width: 380px;}
  main{
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/fondo-navidad-movil.webp');   /*aquí va imagen para versión movil*/
}


}

#app-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  
}
#app-whatsapp{
	bottom: 15px;
	display: block;
}
 #app-whatsapp i{
	font-size: 63px;
}