/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, .lead {
	ffont-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	etter-spacing: -0.5px;
	color: #FFF;
	font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 300;
}

/*------------------Utilities---------------------*/
a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover, a:focus {
	text-decoration: none;
	color: #231f20;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 5px 70px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
	background-color: #4674B8;
	color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: #4674B8;
	color: #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
	background-color: #A9A9A9;
	color: #231f20;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #4675B8;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background:#4675B8;
}

.white-bg {
  background: #ffffff;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #fff;
    margin: auto;
    min-height: 100px;
    padding-top: 8px;
    position: fixed;
    top: -100px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
	color: #01A3D2;
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 2px 1px 0px #FFFFFF;
	font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #2B72B4;
	opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
	background-color: #2B72B4;
}

.logo img {
	margin-top: 6px;
}


/* ==========================================================================
   Nav 2 Styles
   ========================================================================== */


.navbar2 {
    border: 0px solid rgba(0, 0, 0, 0);
	
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
  padding: 40px 0px 0px 0px;
   margin: auto;
    min-height: 125px;
    padding-top: 30px;
    position: fixed;
      transition: top 0.4s ease 0s;
}

.navbar2.open {
    top: 0;
}

.navbar2-inverse .navbar2-nav > li > a, .navbar2-nav a {
	color: #01A3D2;
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 2px 1px 0px #FFFFFF;
	font-weight: bold;
}

.navbar2-inverse .navbar2-nav > li > a:hover {
	color: #2B72B4;
	opacity: 0.6;
}

.nav2 > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar2-inverse .navbar2-collapse2, .navbar2-inverse .navbar2-form {
    border-color: #fff;
}

.navbar2-inverse .navbar2-toggle {
	border-color: transparent;
	background-color: #AB0000;
}

.logo2 img {
	margin-top: 1px;
}


/* ==========================================================================
   Main styles
   ========================================================================== */


.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}
.signin {
  padding-top: 9px;
}


.mouse-icon {
	border: 2px solid #fff;
	border-radius: 16px;
	display: block;
	height: 50px;
	margin-top: -130px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	position: relative;
	width: 30px;
	z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 50px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}


.cruz {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#be-the-first {
  background: url(../elementos/fondo_curvo.png) #fff no-repeat center center ;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#be-the-first2 {
  background: url(../elementos/fondo_curvo2.png) #fff no-repeat top center ;
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pie {
  background: url(../elementos/pie.png) #fff no-repeat center center ;
  min-height: 300px;
 width: 100%;
}
hr.line {
	width: 100%;
	border: 1px solid;
}



.blue {
	border-color: #70cbce;
	color: #4674B8;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}



#invite {
  background: #fff
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}

.img-center {
	display:block;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 0px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #fff;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 20px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #E8EAEA;
	background-color: #01A3D2;
	border-radius: 21px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

.features.first {
	border-top: 1px dotted #E8EAEA;
	background-color: #616161;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }
.img-center {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a: {
	text-decoration: none;
	color: #01A3D2;
	font-weight: inherit;
	font-size: inherit;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover, a:focus {
	text-decoration: none;
	color: #2D4C76;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header {
	background: url(../elementos/top_ch.jpg) no-repeat center center;
	width: 100%;
  padding: 20px 0px 0px 0px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.header2 {
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
  padding: 40px 0px 0px 0px;
  height: 25%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

	#pie {
  background: url(../elementos/pie_ch.png) #fff no-repeat center center ;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
texto {
	padding-top: 20px;
	text-align: justify;
}

	
}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }
/* ==========================================================================
   Main styles
   ========================================================================== */
header {
	background: url(../elementos/top_med.jpg) no-repeat center center;
	width: 100%;
	padding: 50px 0px 0px 0px;
	height: 100vh;
	overflow: hidden;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	.header2 {
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
	padding: 40px 0px 0px 0px;
	height: 25%;
	overflow: hidden;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	.texto {
	color: #4674B8;
	font-size: 13px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	}
	.img-center {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	#pie {
  background: url(../elementos/pie_ch.png) #fff no-repeat center center ;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
/* ==========================================================================
   Main styles
   ========================================================================== */
header {
	background: url(../elementos/top_med.jpg) no-repeat center center;
	width: 100%;
	background-size: 100%;
	padding: 50px 0px 0px 0px;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	.header2 {
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
	padding: 40px 0px 0px 0px;
	height: 25%;
	overflow: hidden;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	.img-center {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
		.texto {
	color: #4674B8;
	font-size: 13px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	}
	#pie {
  background: url(../elementos/pie.png) #fff no-repeat center center ;
  min-height: 100px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}
/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
/* ==========================================================================
   Main styles
   ========================================================================== */
header {
	background: url(../elementos/top_med.jpg) no-repeat center center;
	width: 100%;
		background-size: cover;
	padding: 20px 0px 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
		.header2 {
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
	padding: 40px 0px 0px 0px;
	height: 25%;
	overflow: hidden;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.img-center {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}

.formulario {
	padding-left: 13px;
	/* [disabled]padding-right: 39px; */
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.formulario2 {
	padding-left: 13px;
	/* [disabled]padding-right: 39px; */
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	border-width: 0px;
	color: #009BDB;
}
.texto {
	color: #4674B8;
	font-size: 15px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	}
.promocion{
	background: url(../elementos/blank.png) no-repeat center center;
	width: 100%;
	display: block;
	z-index: 10;
	margin: auto auto;
	position: absolute;
	;
	
}
/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

header {
  background: url(../elementos/top.jpg) no-repeat center center;
  width: 100%;
  padding: 20px 0px 0px 0px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

	.header2 {
	background: url(../elementos/top_med2.jpg) no-repeat center center;
	width: 100%;
	padding: 40px 0px 0px 0px;
	height: 25%;
	overflow: hidden;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 12%;
}
		.texto {
	color: #4674B8;
	font-size: 14px;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
			
		}
	.promocion{
background: url(../elementos/) no-repeat center center;
	width: 100%;
	display: block;
		z-index: 10;
	margin: auto auto;
	position: absolute;

	
}
}
@media screen{
}

@media screen and (orientation:landscape){
}

@media screen{
}

@media (min-width:320px){
.container .row .nav.navbar-nav.navbar-right {
	
}

}
