/*  ==============================================
Attraction - Table of Contents
==============================================

1. Reset Styles 
2. Layout and General Styles
3. Header
4. Teaser
        4.1. Flexslider / Video
5. Intro
6. Features
7. Plans
8. Testimonials
9. About
10. Gallery
11. Program
12. Prices
13. Map
14. Register
15. Contact
16. Footer

primary-color = #3097be
primary-hover-color = #207291

============================================== */

/* ==============================================
1 - Reset Styles
============================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    padding-top: 10;
    padding-right: 0;
    padding-left: -20;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    padding-left: 0px;
}
ul {
    list-style: none;
}

ol.lista {
    counter-reset: li;
    list-style: none;
}
ol.lista > li:before {
    counter-increment: li;
    content: '' counter(li) '. ';
    color: orange;
    font-size: 1.2em;

}

.lista li{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.20em;
    margin: 3% 0 0 5%;
    line-height: 1.3em;
    font-weight: 300;
}

.lista li span{
    font-weight: bold;
    text-decoration: underline;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==============================================
2 - SELLOS
============================================== */

.hero-section img{
    display: block;
    margin: -5px auto 0 auto;
}

.ave{

}

.ministerio{

}

.aesa{
    padding-right: 30px
}

.vueling{
    padding-top: 14px;       
}

.iberia{
    padding-top: 14px;
}

.qatar{

}

.hero-section h3{
    font-size: 15px;
    line-height: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.sellos{
    padding-top: 7px;
}


/* ==============================================
2 - Layout and General Styles
============================================== */

/*body {
        background: #333;
}*/

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 35px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 17px;
}

h1 span {
    color: #3097be;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

h2 span {
    color: #13459d;
}

h3 {
    font-size: 20px;
    line-height: 90px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    line-height: 26px;
    color: #3097be;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}


p {
    font-size: 1.09em;
    font-family: 'Helvetica Neue', sans-serif, 'Open Sans', sans-serif, Arial, sans-serif;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: #333333;
    margin-left: 0%;
}

a {
    text-decoration: none;
    color: #0050ef;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
}

p a{
    text-decoration: underline;

}

a:hover {
    text-decoration: none;
    color: #207291;
}

.padding-top {
    padding-top: 25px;


}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.image-left {
    float: left;
    margin: 0 30px 30px 0;
}

.image-right {
    float: right;
    margin: 0 0 30px 30px;
}

.no-margin-bottom {
    margin-bottom: 10px;
}

.container {
    padding: 20px 0 20px 0;
}

.color-text {
    color: #3097be;
}

.color-background {
    background: #FBFCEA;
    color: #ffffff;
    margin-bottom:0;
}

.color-background h2 {
    color: #ffffff;
}

.white-background {
    background: white;
}

.light-gray-background {
    background: #f2f2f2;
}

.gray-background {
    background: #dedede;
}

.dark-gray-background {
    background: #333333;
}

.dark-gray-background h2 {
    color: #ffffff;
}

.dark-gray-background p {
    color: #bebebe;
}

.darker-background {
    background: #191919;
}

.darker-background h2 {
    color: #ffffff;
}

.darker-background h3 {
    color: #ffffff;
}

.darker-background p {
    color: #bebebe;
}

.hero-section {
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.hero-section:hover {
    background-color:#FBFCE2;
}

.button-dark {	
    background: #ffffff;
    color: #3097be;
    padding: 12px 30px 12px 30px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
    display: block;
    text-align: center;
}

.button-dark:hover {
    background: #3097be;
    color: #ffffff;
}

.form-error {
    background-color: #610000 !important;
}

label.error {
    border-radius: 5px;
    background-color: rgb(46, 154, 163);
    margin-top: -24px;
}

/* ==============================================
3 - Header
============================================== */

.header {
    background: #ffffff;
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #eaeaea;
}

body.fixed-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header .container {
    padding: 0px;
}

.logo {
    padding-top:4px;
}

ul.nav {
    float: right;
    margin-bottom: 0px;
}

ul.nav li {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

ul.nav li a {
    padding: 30px 20px;
    color: #333333;
    -webkit-transition: color linear .2s, background linear .2s;
    -moz-transition: color linear .2s, background linear .2s;
    -o-transition: color linear .2s, background linear .2s;
}

ul.nav li a:hover {
    color: #3097be;
    background: #f2f2f2;
}

.mobile-nav {
    margin-top: 20px;
}

/* ==============================================
4 - Teaser
============================================== */

.teaser {
    margin-top: 0px;

}

.teaser .container {
    padding: 0px;
}

.teaser {
    background: url(../images/1920X570-TCP3.jpg) 80% center no-repeat;
}

.teaser .text-container {
    height: 316px;
    margin-top: 100px;
    margin-bottom: 40px;
}

.teaser .text-container h1 {
    color: #3097be;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 1px 1px #191919;
}

.teaser .text-container h2 {
    color: #ffffff;
    text-shadow: 1px 1px #191919;
}

.teaser .page-title h2 {
    float: right;
    background: #ffffff;
    padding: 10px 20px 0px 20px;
    margin-bottom: 0px;
    margin-top: 40px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.teaser .darker-page-title h2 {
    background: #1b1b1b;
    color: #ffffff;
}

/* ==============================================
4.1 - Flexslider / Video
============================================== */

.flexslider,
.video {
    background: #333333; 
    border: none; 
    position: relative; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    -o-box-shadow: none;
    margin-bottom: 0;
}

.teaser .flexslider,
.teaser .video {
    margin: 10opx 0 40px 0; 
}

.flex-control-nav {
    width: auto; 
    position: absolute; 
    bottom: 10px;
    right: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 0 0 5px; 
    display: inline-block; 
    zoom: 1; 
    *display: inline;
}

.flex-control-paging li a {
    width: 20px; 
    height: 20px; 
    display: block; 
    background: #ffffff; 
    cursor: pointer; 
    text-indent: -9999px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    -o-border-radius: 2px; 
    border-radius: 2px;
    box-shadow: none;
}

.flex-control-paging li a:hover { 
    background: #333333; 
}

.flex-control-paging li a.flex-active { 
    background: #3097be; 
    cursor: default; 
}

.fullwidth-video {
    width: 100%;
    height: 500px;

}
/* ==============================================
5 - Intro
============================================== */

.featured {
    min-height: 500px;
    margin-top: -417px;
    margin-bottom: 30px;
}

.featured h2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0 28px 30px;
    color: #ffffff;
    margin-bottom: 0px;
    background-color: rgb(40, 119, 75);
}

.featured h4 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0 28px 30px;
    color: #ffffff;
    margin-bottom: 0px;
    background-color: rgb(40, 119, 75);}

.featured form {
    background: #292929;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: -20px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 18px;
    padding-left: 30px;
}

.featured p {
    color: #bebebe;
}

.featured form input {
    width: 58%;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 12px 86px 4px 43px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s,color linear .2s;
    -moz-transition: background linear .2s,color linear .2s;
    -o-transition: background linear .2s,color linear .2s;
}

.featured form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.featured form input:focus {
    background: #3097be url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.featured form label {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 50px;
    color: #bebebe;
    position: relative;
    z-index: 50;
    padding-top: 8px;
}

.featured form .checkbox-container {
    position: relative;
}

.featured form .checkbox-container .checkbox-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    -o-border-radius: 3px; 
    border-radius: 3px;
    margin-top: 8px;
    background: #474747;
}

.checkbox-on .checkbox-placeholder {
    background: #3097be url(../images/icon-checkbox.png) center center no-repeat !important;
}

.featured form .checkbox-container input {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.featured form input[type="submit"] {
    background: #3097be;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 25%;
}

.featured form input[type="submit"]:hover {
    background: #207291;
}

.featured .event-recap {
    background: #292929;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    margin-top: -20px;
}

.featured .event-recap div {
    padding-left: 68px;
    margin-bottom: 20px;
}

.featured .event-recap div h3 {
    color: #3097be;
}

.featured .event-recap div h3,
.featured .event-recap div p {
    margin-bottom: 0px;
}

.featured .event-recap .event-date {	
    background: url(../images/icon-event-date.png) left center no-repeat;
}

.featured .event-recap .event-time {
    background: url(../images/icon-event-time.png) left center no-repeat;
}

.featured .event-recap .event-location {
    background: url(../images/icon-event-location.png) left center no-repeat;
}

.featured a.event-button {
    width: 100%;
    text-align: center;
    line-height: 40px;
    background: #3097be;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.featured a.event-button:hover {
    background: #207291;
}

/* ==============================================
6 - Features
============================================== */

.icon-container {
    width: 60px;
    height: 60px;
    padding: 9px;
    background: #ffffff;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px; 
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.icon-container2 {
    width: 15px;
    height: 15px;
    padding: 9px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    margin-bottom: 90px;
}

.titulo_blanco {

    color:#FFF
}

.beneficios{
    color: #bebebe;
    font-size: 14px;
    font-family: Lato, sans-serif;
    line-haight: 25px;
    margin-left: -10%;	


}
.features .span6:hover .icon-container {
    background: #d6d6d6;
}

.features .float-left {
    margin-right: 15px;
    margin-bottom: 10px;
}

.features .features-row {
    margin-bottom: 30px;
}

.features .last {
    margin-bottom: 0px;
}

/* ==============================================
7 - Plans
============================================== */

.price-block {
    background: #f2f2f2;
    padding: 30px;
    width: 240px;
}

.plan-title {
    width: 100%;
    text-align: center;
    background: #3097be;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px; 
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.plans .span3 {
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.plans .span3:hover .plan-title {
    background: #333333;
}

.plans .span3:hover {
    background: #f2f2f2;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
}

.plans .info-column:hover {
    background: transparent;
}

.plans .span3:hover .plan-row {
    border-bottom: 1px solid #ffffff;
}

.plans .info-column:hover .plan-row {
    border-bottom: 1px solid #f2f2f2;
}

.plans .span3:hover .button-row {
    border-bottom: none;
}

.hide-plan {
    background: transparent;
}

.plans .span3:hover .hide-plan {
    background: transparent;
}

.plan-row {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

.price-row {
    height: 80px;
    line-height: 80px;
}

.plan-price {
    font-size: 24px;
    color: #3097be;
}

.hidden-info {
    display: none;
}

.button-row {
    height: 80px;
    line-height: 80px;
    border-bottom: none;
}

.button-row a {
    background: #3097be;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px; 
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.button-row a:hover {
    background: #333333;
}

/* ==============================================
8 - Testimonials
============================================== */

.bubble {
    position: relative;
    background: #f2f2f2;
    padding: 30px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    font-style: italic;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px; 
    border-radius: 6px;
    -webkit-transition: background linear .2s, color linear .2s;
    -moz-transition: background linear .2s, color linear .2s;
    -o-transition: background linear .2s, color linear .2s;
}

.bubble:after {
    display: block; 
    width: 0;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 15px;
    border: 10px solid transparent;
    border-top-color: #f2f2f2;
    -webkit-transition: border-color linear .2s;
    -moz-transition: border-color linear .2s;
    -o-transition: border-color linear .2s;
}

.testimonials .span4:hover .bubble {
    background: #3097be;
    color: #ffffff;
}

.testimonials .span4:hover .bubble:after {
    border-top-color: #3097be;
}

.gray-background .bubble {
    background: #ffffff;
}

.gray-background .bubble:after {
    border-top-color: #ffffff;
}

.person {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.person img {
    margin-right: 20px;
}

.testimonio { 
    text-align:right;
    color: #FFF;
    margin-top: -29px;
}

/* ==============================================
9 - About
============================================== */

.about img {
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px;
    border-radius: 6px; 
}

/* ==============================================
10 - Gallery
============================================== */

.gallery .gallery-row {
    margin-bottom: 20px;
}

.gallery .image-container {
    background: #3097be url(../images/icon-plus.png) center center no-repeat;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px;
    border-radius: 6px; 
}

.gallery .image-container img {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity linear .2s;
    -moz-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px;
    border-radius: 6px; 
}

.gallery .image-container:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: .2;
}

/* ==============================================
11 - Program
============================================== */

.program table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
}

.program table.last-table {
    margin-bottom: 0px;
}

.program table:hover thead td {
    background: #3097be;
}

.program table:hover thead td h3 {
    color: #ffffff;
}

.program table thead td {
    padding: 20px;
    background: white;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.program table thead td h3 {
    color: #3097be;
    margin-bottom: 0px;
    -webkit-transition: color linear .2s;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
}

.program table tbody tr.odd {
    background: #f2f2f2;
}

.program table tbody tr.even {
    background: #ffffff;
}

.program table tbody td {
    padding: 20px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #333333;
}

.program table tbody td.column-one {
    width: 30%;
    color: #666666;
    border-right: 1px solid #dddddd;
}

/* ==============================================
12 - Prices
============================================== */

.prices .ticket {
    background: #333333;
    padding: 30px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    z-index: 30;
    position: relative;
}

.prices .ticket h4 span {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;

}

.título {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    padding-right: 20px;
    color: #f2f2f2
}

.prices .ticket p {
    color: #f2f2f2;
    margin-bottom: 0px;
}

.prices a.ticket-button {
    background: #3097be;
    color: #ffffff;
    display: block;
    padding: 15px 30px;
    padding-top: 45px;
    margin-top: -30px;
    z-index: 20;
    position: relative;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    -o-border-radius: 10px; 
    border-radius: 10px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    margin-bottom: 40px;
}

.prices .span6:hover a.ticket-button {
    background: #207291;
}

/* ==============================================
13 - Map
============================================== */

.map {
    height: 400px;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    margin: 0;
}

/* ==============================================
14 - Register
============================================== */

.register form {
    margin-top: 20px;
}

.register form input {
    width: 320px;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s,color linear .2s;
    -moz-transition: background linear .2s,color linear .2s;
    -o-transition: background linear .2s,color linear .2s;
}

.register form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.register form input:focus {
    background: #3097be url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.register form label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #bebebe;
    position: relative;
    z-index: 50;
}

.register form .checkbox-container {
    position: relative;
}

.register form .checkbox-container .checkbox-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    -o-border-radius: 3px; 
    border-radius: 3px;
    margin-top: 8px;
    background: #474747;
}

.checkbox-on .checkbox-placeholder {
    background: #474747 url(../images/icon-checkbox.png) center center no-repeat !important;
}

.register form .checkbox-container input {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.register form input[type="submit"] {
    background: #3097be;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
}

.register form input[type="submit"]:hover {
    background: #207291;
}

ul.downloads li {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    color: #bebebe;
    margin-bottom: 20px;
}

ul.downloads li a {
    color: #bebebe;
}

ul.downloads li a:hover {
    color: #3097be;
}

ul.downloads li a i {
    color: #3097be;
    font-size: 24px;
    padding-right: 20px;
}

/* ==============================================
15 - Contact
============================================== */

.contact form {
    margin-top: 20px;
}

.contact form input {
    width: 320px;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s,color linear .2s;
    -moz-transition: background linear .2s,color linear .2s;
    -o-transition: background linear .2s,color linear .2s;
}

.contact form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}

.contact form input:focus {
    background: #78b127 url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.contact form input[type="submit"] {
    background: #78b127;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
}

.contact form input[type="submit"]:hover {
    background: #57801d;
}

.contact textarea {
    width: 340px;
    max-width: 340px;
    max-height: 120px;
    height: 120px;
    padding: 20px;
    color: #bebebe;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -o-border-radius: 10px; 
    border-radius: 10px;
    background: #474747;
    border: none;
    box-shadow: none;
}

.contact textarea:hover,
.contact textarea:focus {
    box-shadow: none;
}

.contact .contact-infos i {
    margin-right: 20px;
}


/* ==============================================
16 - Footer
============================================== */

.social {
    margin-bottom: 35px;
}

.social li {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 10px;
}

.social li a {
    display: block;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: #ffffff;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -o-border-radius: 6px; 
    border-radius: 6px;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
}

.social li a i {
    font-size: 30px;
    width: 32px;
    color: #333333;
}

.social li a:hover {
    background: #3097be;
}



#caracteristicas strong{
    font-weight: bold;
    color: #0F2A8B;
    font-size: 15px;
    text-transform: uppercase;
}

.centrado{
    text-align: center;

}

.subtitulo strong{
    font-size: 18px;
    color: #999;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#centra{
    margin:0 auto;
    width:100%;


}	


.relleno{
    height: 800px;
}


.checkbox-container .error {
    margin-top: 0px;
    width: 70%;
    margin-left: 40px;
}

#provincias + label.error {
    margin-top: 7px;
}

.featured2 {
    min-height: 500px;
    margin-top:  9%;
    margin-bottom: 30px;

}

.featured3 {
    margin-top: 38%;
    margin-bottom: 30px;
    margin-left: 10%;
    padding: 5px 0 14px 0;
        
}
.featured2 form {
    background: rgba(41, 41, 41, 0.90);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    margin-top: -20px;
}

.featured2 h2 {
    background: #3360D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0 35px 30px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}
.featured2 form input:hover {
    background: #666666 url(../images/icon-right.png) no-repeat 20px center;
}
.featured2 form input {
    width: 260px;
    background: #474747 url(../images/icon-right.png) no-repeat 20px center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 12px 20px 12px 40px;
    color: #bebebe;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: background linear .2s,color linear .2s;
    -moz-transition: background linear .2s,color linear .2s;
    -o-transition: background linear .2s,color linear .2s;
}
.featured2 form input[type="submit"]:hover {
    background: rgb(24, 134, 73);
}
.featured2 form input[type="submit"] {
    background: #FF9227;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background linear .2s;
    -moz-transition: background linear .2s;
    -o-transition: background linear .2s;
    padding-left: 20px;
}

.featured2 form input:focus {
    background: #3097be url(../images/icon-right.png) no-repeat 20px center;
    color: #ffffff;
    box-shadow: none !important;
}

.featured2 p{
    color: #bebebe;
}

.featured2 form label {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 45px;
    color: #bebebe;
    position: relative;
    width: 190px;
    margin-left: -6px;
    width: 190px;
}

.featured2 form .checkbox-container .checkbox-placeholder {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #474747;
}

.featured2 form .checkbox-container input {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

p span{
    color: black;
    font-weight: 600;


}

.sin-padding-bottom {
    padding-bottom: 0;
}


.enlace-formulario {
    color: #bebebe;
    text-decoration: underline;
}

.logo2{
    width: 10%;
    margin-right: 15px;
    margin-top: 15px;
}

.caja-bullet{
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;

  border:1px solid red;
    background: rgba(41, 41, 41, 0.70);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 3x;
    min-height: 200px;
    border: gray 1px solid;

}
.caja-bullet h4{
  
    text-align: center;
    margin-top:10px;
    margin-bottom: 0px;
    font-size: 1.5em;
    color:#3360D6;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}


#success, #error {
    display:none
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
	

	
	
	
}
#success span p, #error span p {
    margin-top:6em
}
#success span p {
  color:#9bd32d;
  	color: #bebebe;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-left: -6px;
    padding-left: 45px;
    position: relative;
    width: 190px;
}
#error span p {
  color:#c0392b;
}

.caja-bulletbis2 {
    background: rgba(206, 11, 0, 0.7) none repeat scroll 0 0;
    border: 1px solid gray;
    box-sizing: border-box;

}
.featured4 {

    padding: 5px 0 14px;
}

.caja-bulletbis2 h4 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}




