<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Tailwind missing 2xl breakpoint */

@media (min-width:1536px){
  .xxl\:mt-10{margin-top: 2.5rem;}
  .xxl\:mb-10{margin-bottom: 2.5rem;}
  .xxl\:mr-28{margin-right: 7rem;}
  .xxl\:pt-20{padding-top:5rem}
  .xxl\:px-20{padding: 5rem;}
  .xxl\:px-28{padding: 7rem;}
  .xxl\:px-32{padding: 8rem;}
  .xxl\:text-xl{font-size: 1.25rem;}
  .xxl\:text-2xl{font-size: 1.5rem;}
  .xxl\:text-3xl{font-size: 1.875rem;}
  .xxl\:text-4xl{font-size: 2.25rem;}

}

/*  Donde Vernos Styles  */


body{
  font-family: 'Montserrat';
}

.bg {
    background-color: #0e1625;
    transition: all .8s;
    background-image: url(/static/img/tuamc/donde-vernos/bg.png);
    overflow: visible;
    background-position: right;
    background-repeat: none;
}

@media (max-width: 769px) {
  .bg {
    background-position-y: -100px;
  }
}

.overlay {
background-color: rgba(15, 27, 52, 0.5);
z-index: -1;
}

.bg-red {
  background-color: #BE0000;
}

.bg-blue {
  background-color: #030d21;
}

.img-container {
  z-index: -2;
}
.img-container img {
  z-index: -2;
}

#desktop .bg-image {
  width: 73%;
}

.show-btn-text {
  color:  #0F1C33;
}

/*  Icono WhatsApp  */
.icon-bar {
  width: 65px;
  position: fixed;
  bottom: -30px; 
  right: 2%;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
} 
.icon-bar a {
  display: block;
  padding: 16px 16px 16px 20px;
  color: #fff;
  border-radius: 50%;
}
.whatsapp {
  background: #53d365;
  color: #fff;
}

.icon-bar &gt; a &gt; i.fa {
  font: normal normal normal 30px/1 FontAwesome;
}</pre></body></html>