/*! 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.
 */

 /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 4, 2019 */



@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * 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 only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /*-----------Tipografías---------------*/
   
.bold{
  font-weight: bold;
}

.italic{
  font-style: italic;
}

.light{
  font-weight: 300;
}

.brandon{
	font-family: "brandon_grotesqueregular";
}

.brandon-bold{
	font-family: "brandon_grotesquebold";
}

/*-----------Colores---------------*/

.blanco{
	color: #fff;
}

.gris{
  color: #474747;
}

.azul{
  color: #002241;
}

/*----------Sitio------------*/

body{	
	height: 100vh; 
  width: 100%;
  float: left;
	/*overflow: hidden;*/
  background-size: cover!important;
  background-repeat: no-repeat;
}

body, html{
	font-family: "brandon_grotesqueregular";
}

#suscribe{
	width: 100%;
}


.img-fondo{
  width: 100%;
  height: 100%;
}

.img-fondo img{
  display: none;
}

.img-fondo img.active{
  display: block;
}

.img-fluid.sombra{
  cursor: pointer;
  width: 100%;
}

.overlay{
  width: 100%;
  height: 100%;
  float: left;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  display: none;
  cursor: pointer;
}

.overlay.active{
  display: block;
}

.overlay img{
  width: 20%;
  margin: 20% auto;
  display: block;
}

.aftern, .aftere, .aftert{
	position: relative;
	display: block;
    width: 30%;
    float: left;
}

.submit{
	width: 10%!important;
	padding: 15px!important;
	background: #cfd677;
	color: #fff;
}

#suscribe input{
	border:none;
	padding: 15px 39px;
	margin: 0;
	width: 100%;

}

.br-grey{
	border-right: 2px solid #c7c8c8!important;
}

.aftern:after{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/NOMBRE.png);
    position: absolute;
    top: 0;
    background-size: contain;
    margin: 14px 10px;
}

.aftere:after{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/EMAIL.png) no-repeat;
    position: absolute;
    top: 0;
    background-size: contain;
    margin: 14px 10px;
}

.aftert:after{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/TELÉFONO.png);
    position: absolute;
    top: 0;
    background-size: contain;
    margin: 14px 10px;
}

.icono{
	float: left;
	margin: 0 15px;
}

.icono img{
	height: 30px;
	width: auto;

}

.brochure-blanco{
	
	color: #fff;
	border: 2px solid #fff;
	padding: .4em;
	border-radius:.4em;
	display: block;
	text-align: center;
	margin-top: 16px;
	
}

.brochure-blanco:hover{
	color: #000!important;
	 background: #fff;
  text-decoration: none;
  

}

.gran-texto{
    font-size: 4rem;
    margin-bottom: 0.2em;
    margin-top: 0;
    text-align: center;
}


.sombra{
	-webkit-box-shadow: 15px 11px 16px 7px rgba(0,0,0,0.6);
-moz-box-shadow: 15px 11px 16px 7px rgba(0,0,0,0.6);
box-shadow: 15px 11px 16px 7px rgba(0,0,0,0.6);
}


.clic{
  width: 100%;
  display: block;
  color: #ccc;
}

.clic h1{

}

#pie{
  position: absolute;
  bottom: 0;
}

.contenido{
  height: 100%;
  width: 100%;
  float: left;
}

.cuerpo{
  position: absolute;
  top: 5%;
  width: 100%;
  height: 95%;
}

.contenido .carousel,
.contenido .carousel.ipad{
  width: 100%;
  height: 100%;
}

.contenido .carousel-cell,
.contenido .ipad .carousel-cell {
  width: 100%;
  height: 100%;
}

.flickity-button{
  background: transparent!important;
  color: #000;
}

.flickity-prev-next-button {
  width: 64px;
  height: 64px;
}

button.flickity-button {
    z-index: 9999999;
}

.ipad{
  display: none;
}
/*==================================
	Responsiveness
===================================*/

@media (max-width: 767.98px) {

  body,
  html{
    overflow-x: hidden;
  }

  .flickity-prev-next-button {
      width: 24px;
      height: 24px;
      display: none;
  }

	.gran-texto{
		    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
	}

	.aftern, .aftere, .aftert{
		width: 100%;
	}

	#suscribe input{
		border: none!important;
		margin-bottom: 25px; 
	}

	.submit{
		width: 100%!important;
	}

	.slider .carousel-cell{
		width: 100%;
		
	}

  .body1{
    background: #82afca url('../img/fondos/1-movil.jpg') no-repeat;
  }

  .body2{
    background: #82afca url('../img/fondos/3-movil.jpg')no-repeat;
  }

  .body3{
    background: #82afca url('../img/fondos/4-movil.jpg')no-repeat;
  }

  .body4{
    background: #82afca url('../img/fondos/5-movil.jpg')no-repeat;
  }


  .vuno, 
  .vdos,
  .vtres,
  .vcuatro,
  .vcinco{
    margin-bottom: 2rem;
  }

  .margin-wide{
    margin: 0!important;
  }

  #pie {
      margin: 0!important;
      padding: 0!important;
      text-align: center;
  }

  .icono{
    width: 100%;
  }

  .icono a {
    width: 100%;
    text-align: center;
  }

  #pie p {
      text-align: center!important;
  }

  .logo{
    width: 50%;
    margin: 0 auto;
    display: block;
  }

}


@media (min-width: 768px) and (max-width: 991.98px) { 
	body{
		height: auto;
	}

  .ipad{
    display: block;
  }

  .normal{
    display: none;
  }

  .carousel,
  .flickity-viewport{
    min-height: 100vh;
  }

	.gran-texto{
		font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
    text-align: center;
	}

	.aftern, .aftere, .aftert{
		/*width: 100%;*/
	}

	#suscribe input{
		/*border: none!important;*/
		/*margin-bottom: 30px; */
	}

	.submit{
		/*width: 100%!important;*/
	}

	.slider .carousel-cell{
		width: 100%;
		
	}

	.slider .carousel-cell img{
		width: 100%;
	}

	.margin-wide{
		margin-top: 4rem!important;
		margin-bottom: 3rem!important;
	}

  .aftern, .aftere, .aftert {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      margin-bottom: 1rem;
  }

  .logo{
    margin:0 auto;
    display: block;
  }

  .submit {
    width: 100%!important;
  }

  .vuno, 
  .vdos,
  .vtres,
  .vcuatro,
  .vcinco{
    margin-bottom: 3rem;
  }


}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	body{
		height: 100vh;
	}

	.gran-texto{
		margin: 4rem 0;
	}

	.margin-wide{
	    margin-top: 7rem !important;
    	margin-bottom: 7rem;
	}

	#pie{
	    position: absolute;
    	width: 100%;
    	bottom: 0;
	}

  .ipad{
    display: block;
  }
  .normal{
    display: none;
  }

 }


@media (min-width: 1200px) and (max-width: 1365.98px){
	body{
		height: 100vh;
	}

	.row.mt-3{
		margin-top: 4rem!important;
	}

	.gran-texto{
		margin-top: 4rem;
		margin-bottom: 2rem;
	}

.margin-wide{
	margin-top: 5rem!important;
	margin-bottom: 1.5rem;
}



}

@media (min-width: 1920px) {

	.row.mt-3{
		margin-top: 4rem!important;
	}

	.gran-texto{
		margin-top: 4rem;
		margin-bottom: 2rem;
	}

	.margin-wide {
    margin-bottom: 6rem;
    margin-top: 9rem!important;
  }

}


.carousel img{
  height: 100vh;
  width: 102%;
}


/* ==========================================================================
   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;
  }
}

