/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * 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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  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 #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    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 */
@font-face {
  font-family: 'abelregular';
  src: url('fonts/abel-regular-webfont.eot');
  src: url('fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/abel-regular-webfont.woff2') format('woff2'), url('fonts/abel-regular-webfont.woff') format('woff'), url('fonts/abel-regular-webfont.ttf') format('truetype'), url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VerdanaRegular';
  src: url('fonts/verdana.eot');
  src: url('fonts/verdana.eot') format('embedded-opentype'), url('fonts/verdana.woff2') format('woff2'), url('fonts/verdana.woff') format('woff'), url('fonts/verdana.ttf') format('truetype'), url('fonts/verdana.svg#VerdanaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ========================================================================================================================================================================================
  Css Generales
   ======================================================================================================================================================================================== 
*/
.center {
  max-width: 1024px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
section {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.class_box_shadow {
  width: 100%;
  height: 100%;
  min-height: 74px;
  margin: auto;
  background: transparent;
  border: 5px solid white;
  position: relative;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.8);
}
/* ========================================================================================================================================================================================
  Css De la página de aterrizaje
   ======================================================================================================================================================================================== 
*/
header {
  width: 100%;
  height: 74px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  z-index: 10;
}
header .center img {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 10px;
}
.banner_principal {
  height: 698px;
}
.banner_principal .center {
  height: 522px;
  z-index: 100;
}
.banner_principal .center p {
  z-index: 100;
  color: #FFFFFF;
}
.banner_principal .center p.titulo {
  font-family: 'abelregular';
  font-size: 64.51px;
  width: 545px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 57px;
  float: left;
  position: relative;
  top: 80px;
  left: 50px;
}
.banner_principal .center p.titulo span {
  font-size: 52.95px;
}
.banner_principal .center p.texto1 {
  font-family: 'abelregular';
  font-size: 24px;
  float: right;
  width: 545px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  top: 89px;
  right: 428px;
}
.banner_principal .center p.texto1 span {
  font-size: 30.63px;
}
.banner_principal .center p.texto2 {
  z-index: 100;
  font-family: 'abelregular';
  font-size: 19.31px;
  position: relative;
  top: 486px;
  left: -495px;
  text-transform: uppercase;
}
.banner_principal .bolitas {
  width: 100%;
  height: 766px;
  margin: 0 auto;
  background: transparent url('../img/banners/2.png') center top no-repeat;
  z-index: 10;
  margin-top: -770px;
  position: relative;
  top: 210px;
}
.banner_principal .bolitas .arrow-right {
  background: url(../img/slider_principal/der.png) no-repeat left top;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -35px;
  width: 50px;
  height: 84px;
  z-index: 100;
}
.banner_principal .bolitas .arrow-left {
  background: url(../img/slider_principal/izq.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 84px;
  padding-right: 20px;
  z-index: 100;
}
.banner_principal .formulario_banner {
  width: 100%;
  height: 252px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/detalles/1.png') center top no-repeat;
  z-index: 10;
  position: relative;
  top: -17px;
  margin-top: 0px;
}
.banner_principal .formulario_banner .centro {
  max-width: 1024px;
  height: 252px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_principal .formulario_banner .centro .fon button {
  position: relative;
  top: 23px;
  left: 600px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #0077BE;
  border: none;
  border-style: none;
  color: #FFFFFF;
  font-family: 'abelregular';
  font-size: 18px;
  width: 150px;
  height: 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_principal .formulario_banner .centro .fon {
  font-family: 'VerdanaRegular';
  font-size: 30px;
  float: right;
  margin-top: -16px;
  font-style: italic;
  color: #0475bd;
  margin-right: 10px;
}
.banner_principal .formulario_banner .centro .fon span {
  font-weight: bold;
  font-style: italic;
}
.banner_principal .formulario_banner .centro form {
  /* firefox 19+ */

  /* ie */

  max-width: 404px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: 0px;
}
.banner_principal .formulario_banner .centro form ::-webkit-input-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 17px;
  padding-left: 5px;
}
.banner_principal .formulario_banner .centro form ::-moz-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 17px;
  padding-left: 5px;
}
.banner_principal .formulario_banner .centro form :-ms-input-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 17px;
  padding-left: 5px;
}
.banner_principal .formulario_banner .centro form input:-moz-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 17px;
  padding-left: 5px;
}
.banner_principal .formulario_banner .centro form .ins {
  width: 100%;
  height: 31px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  background: transparent;
  margin-top: 24px;
  margin-left: 10px;
  border: none;
  border-style: none;
}
.banner_principal .formulario_banner .centro form .insp {
  width: 200px;
  height: 31px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-left: 9px;
  background: transparent;
  border: none;
  border-style: none;
}
.banner_principal .formulario_banner .centro form .isp {
  width: 190px;
  height: 31px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  background: transparent;
  margin-top: 9px;
  border: none;
  border-style: none;
  margin-right: -15px;
}
.banner_principal .formulario_banner .centro form .field {
  width: 100%;
  height: 81px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  margin-top: 10px;
  margin-left: 7px;
  border: none;
  border-style: none;
  resize: none;
}
.banner_principal .formulario_banner .centro form .btTxt {
  width: 152px;
  height: 27px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #0077be;
  border: none;
  border-style: none;
  font-family: 'VerdanaRegular';
  color: #FFFFFF;
  position: relative;
  top: 20px;
  right: 116px;
  float: right;
  font-size: 17px;
}
.banner_principal .device {
  width: 100%;
  height: 698px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -788px;
  position: relative;
  top: 0px;
  z-index: 8;
  float: none;
}
.banner_principal .device .arrow-right {
  background: url(../img/slider_principal/der.png) no-repeat left top;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 84px;
  z-index: 100;
}
.banner_principal .device .arrow-left {
  background: url(../img/slider_principal/izq.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 84px;
  padding-right: 20px;
  z-index: 100;
}
.azul {
  background: #005082;
  width: 100%;
  height: 73px;
  margin-top: 57px;
  z-index: 100000000000000;
}
.talleres {
  height: 397px;
  background: url('../img/banners/1.jpg') center top no-repeat;
}
.talleres .center {
  text-align: center;
}
.talleres .center img {
  position: relative;
  top: 150px;
}
.productos {
  background: #005082 url('../img/banners/2.jpg') center top no-repeat;
  height: 639px;
}
.azul_rayo {
  width: 100%;
  height: 301px;
  background: url('../img/banners/3.jpg') center top no-repeat;
}
.azul_rayo .center p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
}
.azul_rayo .center p.titulo {
  font-family: 'abelregular';
  font-size: 35.39px;
  width: 609px;
  position: relative;
  top: 100px;
}
.sc {
  width: 100%;
  height: 341px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.somo {
  width: 100%;
  height: 491px;
  background: url('../img/banners/4.jpg') center top no-repeat;
}
.somo .center p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.somo .center p.titulo {
  font-family: 'abelregular';
  font-size: 32.31px;
  color: #1a517f;
  margin-top: 0px;
  position: relative;
  top: 61px;
  left: 20px;
  width: 220px;
  float: left;
  text-transform: uppercase;
}
.somo .center p.texto1 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 625px;
  float: left;
  margin-top: 123px;
  margin-left: -192px;
}
.somo .center p.texto2 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 625px;
  float: left;
  margin-top: 20px;
  margin-left: 26px;
}
.somo .center p.texto3 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  float: right;
  width: 610px;
  margin-right: 12px;
  margin-top: 16px;
}
.somo .center p.texto4 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  float: right;
  width: 615px;
  margin-right: 09px;
  margin-top: 10px;
}
.somo .center p.texto5 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  float: right;
  width: 617px;
  margin-right: 07px;
  margin-top: 10px;
}
.azul2 {
  width: 100%;
  height: 41px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #005082 ;
}
.parallax {
  width: 100%;
  height: 506px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/banners/parallax.jpg') center center no-repeat;
}
.certificado {
  width: 100%;
  height: 639px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/banners/5.jpg) center top no-repeat;
}
.certificado .center p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.certificado .center p.titulo {
  font-family: 'abelregular';
  font-size: 32.31px;
  color: #1a517f;
  margin-top: 64px;
  width: 186px;
  margin-left: 20px;
}
.certificado .center p.texto1 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 671px;
  margin-left: -183px;
  margin-top: 117px;
}
.certificado .center p.texto2 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 609px;
  margin-top: 18px;
  margin-left: 21px;
}
.certificado .center p.texto3 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 565px;
  margin-top: 12px;
  margin-left: 20px;
}
.certificado .center p.texto4 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 484px;
  margin-top: 18px;
  margin-left: 19px;
}
.certificado .center p.texto5 {
  font-family: 'VerdanaRegular';
  font-size: 12px;
  width: 455px;
  margin-top: 79px;
  margin-left: -486px;
}
.certificado .center a {
  float: right;
}
.certificado .center a .certificado1 {
  margin-top: -105px;
  margin-right: 191px;
}
.certificado .center a .certificado2 {
  margin-top: 66px;
  margin-right: 0px;
}
.inovando {
  width: 100%;
  height: 430px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/banners/6-1.jpg') center top no-repeat;
}
.contacto {
  width: 100%;
  height: 751px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.contacto .center p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto .center p.titulo {
  font-family: 'abelregular';
  font-size: 32.31px;
  color: #1a517f;
  width: 123px;
  margin-left: 20px;
  margin-top: 95px;
}
.contacto .center p.texto {
  font-family: 'VerdanaRegular';
  font-size: 17.96px;
  width: 759px;
  margin-left: 20px;
  margin-top: 10px;
}
.contacto .center .normal_ {
  float: left;
  position: relative;
  top: 244px;
  left: -485px;
}
.contacto .center .lefti,
.contacto .center .rigti {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto .center .lefti {
  float: left;
  /* firefox 19+ */

  /* ie */

}
.contacto .center .lefti ::-webkit-input-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 12.32px;
  padding-left: 10px;
}
.contacto .center .lefti ::-moz-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 12.32px;
  padding-left: 10px;
}
.contacto .center .lefti :-ms-input-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 12.32px;
  padding-left: 10px;
}
.contacto .center .lefti input:-moz-placeholder {
  color: #a0a0a0;
  font-family: 'VerdanaRegular';
  font-size: 12.32px;
  padding-left: 10px;
}
.contacto .center .lefti p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto .center .lefti p.titulol {
  font-family: 'abelregular';
  font-size: 20.6px;
  color: #1a517f;
  margin-left: 20px;
  margin-top: 40px;
}
.contacto .center .lefti form {
  max-width: 378px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
}
.contacto .center .lefti form .insp {
  width: 100%;
  height: 31px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-style: none;
  background: #ECECEC ;
  margin-top: 20px;
}
.contacto .center .lefti form .field {
  width: 378px;
  height: 71px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-style: none;
  background: #ECECEC ;
  margin-top: 20px;
}
.contacto .center .lefti form .btTxt {
  width: 140px;
  height: 23px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
  border-style: none;
  background: #0077be;
  color: #FFFFFF;
  font-family: 'VerdanaRegular';
  font-size: 13.73px;
  float: right;
  margin-top: 20px;
}
.contacto .center .rigti {
  float: right;
}
.contacto .center .rigti p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto .center .rigti p.titulor {
  font-family: 'abelregular';
  font-size: 20.6px;
  color: #1a517f;
  margin-top: 37px;
}
.contacto .center .rigti p.fon1 {
  font-family: 'VerdanaRegular';
  font-size: 20.6px;
  font-style: italic;
  padding-left: 50px;
  margin-top: 35px;
  color: #1a517f;
}
.contacto .center .rigti p.fon1 button {
  position: relative;
  top: 0px;
  left: 00px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #0077BE;
  border: none;
  border-style: none;
  color: #FFFFFF;
  font-family: 'abelregular';
  font-size: 18px;
  width: 150px;
  height: 25px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contacto .center .rigti p.fon1 span {
  font-weight: bold;
  font-style: italic;
  position: relative;
  left: -50px;
}
.contacto .center .rigti p.fon2 {
  font-family: 'VerdanaRegular';
  font-size: 20.6px;
  font-style: italic;
  padding-left: 0px;
  margin-top: 5px;
  color: #1a517f;
}
.contacto .center .rigti p.fon2 span {
  font-weight: bold;
  font-style: italic;
  position: relative;
  left: 0px;
}
.contacto .center .rigti p.texto1 {
  font-family: 'VerdanaRegular';
  font-style: italic;
  font-size: 18.31px;
  color: 777777;
  margin-top: 35px;
}
.contacto .center .rigti p.correo {
  margin-top: 35px;
  color: 777777;
}
.contacto .center .rigti p.correo a {
  font-family: 'VerdanaRegular';
  font-style: italic;
  font-size: 16.02px;
  color: 777777 !important;
  text-decoration: none;
}
footer {
  width: 100%;
  height: 223px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/banners/1.png') center top no-repeat;
  margin-top: -155px;
}
footer .center p {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  color: #FFFFFF;
  font-family: 'abelregular';
}
footer .center p.titulo {
  font-family: 'abelregular';
  font-size: 32.31px;
  text-align: right;
  text-transform: uppercase;
  margin-right: 55px;
}
footer .center p.texto1 {
  font-family: 'abelregular';
  font-size: 15px;
  margin-top: 174px;
}
footer .center a {
  float: right;
}
footer .center a button {
  width: 140px;
  height: 23px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: none;
  border-style: none;
  background: #0077be;
  color: #FFFFFF;
  font-family: 'VerdanaRegular';
  font-size: 13.73px;
  float: right;
  margin-top: 142px;
  margin-right: -149px;
}
footer .center a .nodo5 {
  font-family: 'abelregular';
  font-size: 15px;
  width: 84px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 186px;
  right: -153px;
}
.gracias {
  width: 100%;
  height: 350px;
  background: #005082;
}
.gracias .center {
  color: #FFFFFF;
  font-family: 'abelregular';
  font-size: 51px;
  text-align: center;
  padding-top: 50px;
}
/* ==========================================================================
   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: #000 !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 #999;
    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;
  }
}
