/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
/*
 * HTML5 Boilerplate
 *
 * 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: 'Apple Garamond';
  src: url('fonts/AppleGaramond.eot');
  /* IE9 Compat Modes */
  src: url('fonts/AppleGaramond.eot?#iefix') format('embedded-opentype'), url(/* IE6-IE8 */'fonts/AppleGaramond.woff') format('woff'), url(/* Modern Browsers */'fonts/AppleGaramond.ttf') format('truetype'), url(/* Safari, Android, iOS */'fonts/AppleGaramond.svg#svg') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Adobe Garamond Pro Bold';
  src: url('fonts/AGaramondPro-Bold.eot');
  /* IE9 Compat Modes */
  src: url('fonts/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'), url(/* IE6-IE8 */'fonts/AGaramondPro-Bold.woff') format('woff'), url(/* Modern Browsers */'fonts/AGaramondPro-Bold.ttf') format('truetype'), url(/* Safari, Android, iOS */'fonts/AGaramondPro-Bold.svg#svg') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Apple Garamond';
  src: url('fonts/AppleGaramond-Bold.eot');
  /* IE9 Compat Modes */
  src: url('fonts/AppleGaramond-Bold.eot?#iefix') format('embedded-opentype'), url(/* IE6-IE8 */'fonts/AppleGaramond-Bold.woff') format('woff'), url(/* Modern Browsers */'fonts/AppleGaramond-Bold.ttf') format('truetype'), url(/* Safari, Android, iOS */'fonts/AppleGaramond-Bold.svg#svg') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(fonts 'myriadpro-regular.eot');
  src: url('fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-regular.woff') format('woff'), url('fonts/myriadpro-regular.ttf') format('truetype'), url('fonts/myriadpro-regular.svg#myriadpro-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
button,
input,
select,
textarea {
  color: #222222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * 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 #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.btn-promociones {
  position: absolute;
  margin: 50px 0 0 70px;
}
header {
  background-image: url(../img/fondos/at.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header #contenedor {
  max-width: 1024px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  line-height: 40px;
}
header #contenedor #logo {
  padding-left: 35px;
}
header #contenedor h2 {
  font-family: 'Apple Garamond';
  font-size: 39px;
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  color: #dcd0bd;
  font-weight: lighter;
  text-shadow: black 3.1px 3.1px 3px;
}
header #contenedor p {
  font-family: 'Apple Garamond';
  font-size: 24.05px;
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-left: 100px;
  color: #dcd0bd;
  text-shadow: black 3.1px 3.1px 3px;
}
header #contenedor h1 {
  font-family: 'Adobe Garamond Pro Bold';
  font-size: 78.62px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 43px;
  color: #dcd0bd;
  text-shadow: black 1px 1px 2px;
}
header #contenedor #flecha {
  padding-bottom: 109px;
  padding-top: 55px;
  padding-left: 80px;
}
#info {
  width: 100%;
  background-color: #a49309;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 1px 3px black;
  -webkit-box-shadow: 0px 1px 3px black;
  box-shadow: inset 0px 1px 3px black;
}
#info #contenedor {
  padding: 1px;
  margin: 0 auto;
  max-width: 1024px;
  min-width: 320px;
  color: white;
  font-family: 'Apple Garamond';
}
#info #contenedor form {
  text-align: right;
  padding-right: 80px;
  display: block;
  margin: 15px 0 0;
}
#info #contenedor form .inps {
  color: #928b10;
  height: 20px;
  padding: 1px 2px 1px 10px;
  font-size: 12px;
  width: 100%;
  border-top: 5px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  margin-bottom: 10px;
  font-weight: bold;
}
#info #contenedor form textarea {
  color: #928b10;
  height: 120px;
  padding: 1px 2px 1px 10px;
  font-size: 12px;
  width: 100%;
  border-top: 5px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  margin-bottom: 10px;
  font-weight: bold;
  resize: none;
}
#info #contenedor form .myButton {
  background-color: #928b10;
  display: inline-block;
  border: 0;
  color: white;
  font-family: 'MyriadPro-Regular';
  font-size: 18px;
  font-weight: normal;
  padding: 6px 24px;
  text-decoration: none;
}
#info #contenedor form .myButton:hover {
  background-color: #7c760f;
}
#info #contenedor form .myButton:active {
  position: relative;
  top: 1px;
}
#info #contenedor form .myButtonS {
  background-color: transparent;
  display: inline-block;
  border: 0;
  color: white;
  font-family: 'MyriadPro-Regular';
  font-size: 18px;
  font-weight: normal;
  padding: 6px 24px;
  text-decoration: none;
}
#info #contenedor form .myButtonS:hover {
  background-color: transparent;
  color: #7c760f;
}
#info #contenedor form .myButtonS:active {
  position: relative;
  top: 1px;
}
#info #contenedor ul {
  list-style: none;
  padding-top: 0px;
  padding-bottom: 25px;
  display: block;
}
#info #contenedor ul li {
  width: 440px;
  display: table-cell;
  margin-right: 45px;
}
#info #contenedor ul li:first-child p,
#info #contenedor ul li:first-child h1 {
  text-align: center;
}
#info #contenedor ul li:first-child .btn-oficial {
  display: block;
  margin-top: 200px;
}
#info #contenedor ul li h2 {
  font-size: 36px;
  text-shadow: black 1px 1px 0.2em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#info #contenedor ul li h3 {
  font-size: 36px;
  text-shadow: black 1px 1px 2px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#info #contenedor ul li h3 span {
  font-size: 19px;
}
#info #contenedor ul li h4 {
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
#info #contenedor ul li ul {
  padding-left: 0px;
  padding-top: 0px;
  list-style-type: disc;
}
#info #contenedor ul li ul li {
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
}
#info #contenedor ul li h5 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#info #contenedor ul li p {
  font-size: 17px;
  font-style: italic;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
#info #contenedor ul li p span {
  font-weight: bold;
}
#info #contenedor ul li h6 {
  font-size: 36px;
  font-style: italic;
  font-weight: lighter;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
#info #contenedor ul li h6 span {
  font-size: 24px;
  color: #9cd4bf;
}
#info #contenedor ul li h6 span a {
  text-decoration: none;
  color: #9cd4bf;
}
#video {
  z-index: 1;
  padding: 1px;
  background-color: #dfbd28;
  -moz-box-shadow: 0px 1px 1px black;
  -webkit-box-shadow: 0px 1px 1px black;
  box-shadow: inset 0px 1px 1px black;
}
#video #contenedor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1024px;
  min-width: 320px;
  text-align: center;
}
#video #contenedor iframe {
  padding-top: 70px;
  padding-bottom: 70px;
}
#formulario {
  width: 100%;
  padding: 1px;
  background-color: #3b372e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 1px 1px black;
  -webkit-box-shadow: 0px 1px 1px black;
  box-shadow: inset 0px 1px 1px black;
}
#formulario #contenedor {
  max-width: 1024px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}
#formulario #contenedor ul {
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
#formulario #contenedor ul li {
  width: 440px;
  display: inline-block;
  margin-right: 45px;
}
#formulario #contenedor ul li h2 {
  font-weight: lighter;
  color: white;
  font-family: Arial;
  font-size: 24px;
  line-height: 24px;
  padding-left: 20px;
}
#formulario #contenedor ul li h2 span {
  font-size: 14px;
}
#formulario #contenedor ul li .tabla {
  border: 1px solid transparent;
}
#formulario #contenedor ul li #img {
  margin-top: 30px;
}
#formulario #contenedor ul li img {
  margin-top: 2px;
  margin-right: 2px;
}
#formulario #contenedor ul li h3 {
  font-weight: lighter;
  color: white;
  font-family: Arial;
  font-size: 18px;
  line-height: 17px;
  padding-left: 20px;
}
#formulario #contenedor ul li h3 span {
  font-size: 14px;
}
footer {
  width: 100%;
  padding: 1px;
  background-color: #49463e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 5px black;
  -webkit-box-shadow: 0px 2px 5px black;
  box-shadow: inset 0px 2px 5px black;
}
footer #contenedor {
  max-width: 1024px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}
footer #contenedor ul {
  list-style: none;
  padding-top: 30px;
  padding-bottom: 40px;
}
footer #contenedor ul #li2 {
  display: inline-block;
  margin-right: 90px;
  width: 390px;
  color: white;
  font-family: 'Apple Garamond';
  font-size: 17px;
  font-style: italic;
}
footer #contenedor ul #li2 span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
footer #contenedor ul #li2 span a {
  color: white;
  text-decoration: none;
}
footer #contenedor ul #li1 {
  display: inline-block;
  margin-right: 80px;
}
footer #contenedor ul #li3 {
  display: inline-block;
}
footer #contenedor ul #li3 img {
  margin-right: 5px;
}
#footer1 {
  height: 80px;
  background-image: url(../img/fondos/colores.jpg);
  background-position: center top;
  background-repeat: repeat;
  width: 100%;
}
#footer2 {
  width: 100%;
  height: 19px;
  background-color: #afac97;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, 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;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   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, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    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 for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
