/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/montserrat-regular.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat Light';
  src: url('../fonts/montserrat-light.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('../fonts/montserrat-medium.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/montserrat-bold.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Montserrat Semibold';
  src: url('../fonts/montserrat-semiBold.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/opensans-regular.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Georgia Italic';
  src: url('../fonts/georgia-italic.ttf') format('truetype') /* Safari, Android, iOS */
}
html {
  box-sizing: border-box;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
body{
  background-color: #e5e5e5;
  overflow-x: hidden;
  font-family: 'Open Sans Regular', sans-serif;
}
*, *:after, *:before{
  box-sizing: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow none resizing of textareas.
 */
textarea {
  resize: none;
}
/* Removing margin of the paragraph */
p{
  margin: 0;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Cambios en bootstrap */
#navbarNav{
  justify-content: flex-end;
}
.navbar-toggler{
  color: #fff!important;
}
.nav-link{
  color: #fff!important;
}
.carousel-control-prev{
  height: 50px;
  top: 30%;
}
.carousel-control-next{
  height: 50px;
  top: 30%;
}
/* Mis estilos */
:root{
  --morado: #100219;
  --rosado: #ff246e;
  --claro:  #e5e5e5;
}
/* Clases reutilizables */
.btn-reservar-form{
  background-color: var(--rosado);
  color: #fff;
  padding: .5rem 3rem;
  transition: .4s ease all;
  margin-bottom: 20px;
}
.btn-reservar-form:hover{
  background-color: var(--morado);
}
.btn-reserva{
  background-color: var(--morado);
  color: #fff;
  font-size: 1.5rem;
  padding: .5rem 3rem;
  text-transform: uppercase;
  transition: .4s ease all;
}
.btn-reserva:hover{
  background-color: var(--rosado);
  color: #fff;
  text-decoration: none;
}
.btn-pdf{
  display: inline-block;
  margin-top: 1.5rem;
  text-align: center;
}
.trendy-logo{
  width: 180px;
  margin: 0 auto; /* add */
  display: block !important; /* add */
  margin-top: 15px; /* add */
 margin-bottom: 15px;
}


/* Header */
.header{
  background-color: var(--morado);
}
.navbar-brand img{
  width: 100px;
}
/* = Hero = */
.hero{
  background-image: url('../media/img/hero.jpg');
  background-position: center center;
  background-size: cover;
  padding: 2rem 0;
  position: relative;

  min-height: 51rem;
}
.hero-texto{
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-texto h2{
  font-family: 'Montserrat Regular';
  font-size: 2rem;
  margin: 0;
  text-align: justify;
  text-transform: uppercase;
}
.hero-texto span{
  font-family: 'Georgia Italic', sans-serif;
  font-size: 3rem;
  
 text-shadow:  -5px 0px 2px #9a9090; /* ADD */
}
.hero-form{
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem 2rem;

  /* WARNING:  */
  /*box-shadow: 0px 3px 15px #00000087;*/
  left: 2.5%;
  position: relative;
  top: 15px;
  width: 95%;
}
.hero-form h4{
  font-family: 'Georgia Italic', sans-serif;
  font-size: 2rem;
  text-align: center;
}
.hero-form p{
  color: grey;
  margin-bottom: 1rem;
}
.hero-form label{
  margin: 0;
}
.hero-form input,
.hero-form textarea,
.hero-form select{
  border: 1px solid var(--rosado);
  margin-bottom: 1rem;
  padding-left: .5rem;
  width: 100%;
}
.contenedor-btn-form{
  padding-top: 1rem;
  text-align: center;
}
/* = Eventos Trendy = */
.eventos-trendy{
  /*padding: 7.5rem 0;*/ /* edit */
  margin-bottom: 4em;
}
.eventos-trendy p{
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.5 !important; /* add */
  margin-bottom: 4em !important; /* add */
}
.eventos-trendy-img{
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
}
.eventos-trendy-img img{
  width: 90%;
}
/* = Experiencia = */
.experiencia::before{
  background-color: var(--morado);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: -20px;
  transform: skewY(-3deg);
  transform-origin: top left;
  width: 100%;
  z-index: -10;
}
.experiencia{
  background-color: var(--morado);
  color: #fff;
  position: relative;
}
.experiencia .container{
  z-index: 10;
}
.experiencia-num{
  padding: 1rem 0;
  text-align: center;
}
.experiencia-num h2{
  font-family: 'Georgia Italic', sans-serif;
  font-size: 7rem;
  font-weight: bold;
}
.experiencia-num h4{
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
}
.experiencia::after{
  background-color: var(--morado);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 60px;
  transform: skewY(-3deg);
  transform-origin: top left;
  width: 100%;
  z-index: -10;
}
/* = Nuestros servicios = */
.nuestros-servicios{
  padding: 8rem 0;
}
.nuestros-servicios-textos{
  background-image: url('../media/img/textura.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
}
.nuestros-servicios-img{
  text-align: center;
}
.nuestros-servicios h2{
  font-family: 'Georgia Italic', sans-serif;
  font-size: 2.5rem;
}
.nuestros-servicios p{
  font-family: 'Montserrat Regular';
  font-size: 1.2rem;
  text-align: justify;
}
.nuestros-servicios ul{
  font-family: 'Montserrat Regular';
  font-size: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  text-transform: uppercase;
}
.nuestros-servicios ul li::marker{
  color: var(--rosado);
}
/* = Testimoniales = */
.testimoniales::before{
  background-color: var(--rosado);
  content: '';
  height: 100%;
  left: 0;
  padding-bottom: 5rem;
  position: absolute;
  top: -60px;
  transform: skewY(5deg);
  transform-origin: top left;
  width: 100%;
  z-index: -10;
}
.testimoniales{
  background-color: var(--rosado);
  color: #fff;
  padding-bottom: 3rem;
  position: relative;
}
.testimonial-img{
  padding-bottom: 2rem;
  text-align: center;
}
.testimonial-img img{
  width: 150px;
}
.testimonial-textos ul{
  list-style: none;
  text-align: center;
}
.testimonial-textos p{
  font-family: 'Montserrat Regular';
  text-align: justify;
}
.testimonial-textos ul li{
  margin-bottom: .5rem;
}
.testimonial-textos ul li:last-child::before{
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 42%;
  position: absolute;
  top: 27px;
  width: 70px;
}
/* = Reserva evento = */
.reserva-evento{
  background-image: url('../media/img/evento.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 2rem 0 5rem 0;
}
.reserva-evento h2{
  font-family: 'Georgia Italic', sans-serif;
  margin-bottom: 2rem;
}
/* Footer */
.footer{
  padding-top: 2rem;
}
.footer,
.footer a{
  color: var(--morado);
  text-transform: uppercase;
}
/* = Copyright = */
.footer h3{
  font-size: 1.2rem;
  font-weight: 600;
}
.footer-ubi{
  background-image: url('../media/img/icon-ubi.png');
}
.footer-email{
  background-image: url('../media/img/icon-mail.png');
}
.footer-tel{
  background-image: url('../media/img/icon-tel.png');
}
.footer-ubi,
.footer-email,
.footer-tel{
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 4rem;
  text-align: center;
}
.copyright{
  border-top: 1px solid #000;
  margin-top: 1.5rem;
  padding: 1rem 0;
  text-align: center;
}

.total {
  background: #ff246e;
  color: #fff;
  padding: 8px 10px;
  width: 100%; /* width: 250px; edit */
  text-align: center;
  
  /*right: 0px;*/ /* edit */
  font-size: 1rem; /* 14px edit */
  /* z-index: 999999; */
  
  left: 0;
  position: absolute; 
  bottom: -80px;
}
.total p {
	color: #fff;
	font-size:12px !important;
}

.fila {
	border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
    padding: 8px 8px 0px 8px;
    float: left;
}

.fila span {
	width: 75%;
	float: left;
	font-size: 13px;
    font-weight: 700;
}

.fila input[type='checkbox'] {
	 width: 20px;
	 height:20px;
	 float: right;	 
}

.fila .input-group {  
	
    width: 25%;
    margin-bottom: 5px;
    padding-left: 5px;
}

.fila label {
	width: 100%;
	color:#757474;
}

.fila .cantidad {
	width: 70%;
	border:1px solid #ccc;
}

.fila .precio {
	width: 25%;
	margin-left: 5%;
}

/* ==========================================================================
   Responsive web design (First Mobile)
   ========================================================================== */

/*@media screen and (max-width: 768px) {
	
	.total{
		bottom: 0px;
	    width: 100%;    
	}
}*/

.m-list {
 display: inherit;
 text-align: center;
}

@media screen and (max-width: 992px) {
.navbar-nav > li > a#insBtn, .navbar-nav li > a#facBtn, .navbar-nav li > a#whatBtn {
  	width: 33%;
  	float: left;
  	text-align: center;
  	/* background-color: #f00;*/
  }
}

@media screen and (min-width: 992px) {
  /* Cambios en bootstrap */
  .carousel-control-prev {
    left: -100px;
  }
  .carousel-control-next{
    right: -175px;
  }
  .navbar-nav li{
    margin-right: 1.5rem;
  }
  .navbar-nav li:last-child{
    margin: 0;
  }
  /* Hero */
  .hero{
    min-height: 35rem;
    padding: 5rem 0;
  }
  .hero-form{
    
  }
  .hero-texto{
    padding-top: 150px;
  }
  /* = Experiencia = */
  .experiencia::before{
    top: -20px;
    transform: skewY(-2deg);
  }
  .experiencia::after{
    transform: skewY(-2deg);
    top: 65px;
  }
  .experiencia-num h2{

  }
  .experiencia-num h4{

  }
  /* = Eventos Trendy = */
  .eventos-trendy-img{
    padding: 4rem 0;
  }
  .eventos-trendy-img img{
    width: 75%;
  }
  /* = Nuestros servicios = */
  .nuestros-servicios{
    min-height: 50rem;
  }
  .nuestros-servicios-textos{
    background-size: 90%;
    padding-bottom: 7rem;
    padding-top: 5rem;
  }
  .nuestros-servicios h2{
    font-size: 3.3rem;
    margin-bottom: 1.5rem;
  }
  .nuestros-servicios p{
    font-size: 1.4rem;
    width: 76%;
  }
  .servicio-img{
    position: absolute;
  }
  .servicio-img-1{
    right: 0;
    top: 0;
    width: 250px;
    z-index: 3;
  }
  .servicio-img-2{
    right: 0;
    top: 40%;
    width: 350px;
    z-index: 2;
  }
  .servicio-img-3{
    left: 5%;
    top: 0;
    width: 400px;
    z-index: 1;
  }
  /* = Testimoniales = */
  .testimoniales::before{
    top: -115px;
    transform: skewY(3deg);
  }
  .testimonial-textos ul{
    display: flex;
  }
  .testimonial-textos ul li{
    font-family: 'Georgia Italic', sans-serif;
    margin-right: 2rem;
  }
  .testimonial-textos ul li:last-child::before{
    height: 2px;
    left: 20%;
    top: 12px;
    transform: rotate(90deg);
    width: 20px;
  }
  .testimonial-textos ul li p{
    text-align: justify;
  }
  /* Footer */
  .footer-ubi,
  .footer-email{
    border-right: 1px solid #000;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media screen and (max-width: 575px) {
	.fila .input-group {
		width: 100% !important;
		justify-content: center !important;
		text-align: center !important;
	}
	
	.total {
		position: relative;
		bottom: 0px;
	}
	
}
@media screen and (max-width: 815px) {
	.hero {
		min-height: 11rem !important;
	}
	.trendy-logo {
		margin-top: 50px;
	}
}
