
/*** PABLO ***/

header {
}

.navbar-nav li a {
    font-family:"HelveticaNeue";
}

.top h1 {
    font-size: 3.2em;
}

.navbar.navbar-default {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.19);
}

main {
    margin-top: 100px;
}

.footer-datos {
    background-color: #545454;
    padding: 40px 0;
}

.iconos-footer span {
    color: #fff;
    display: block;
    float: left;
    width: 20px;
    height: 30px;
    padding-top: 2px;
}

 p {
    font-family: "HelveticaNeueLight";
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
}

.footer-datos .img-logo {
    margin-bottom: 20px;
}

.footer-datos a:link, .footer-datos a:visited, .footer-disclaimer a:link, .footer-disclaimer a:visited {
    color: #00aeef;
} {
    color: #00aeef;
}

.footer-disclaimer {
    
    background: #313131;

}

.footer-disclaimer div {
    padding: 10px 0;
    text-align: center;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #fff!important;
}

/**** PABLO end ****/


/* Fonts */
@font-face {
    font-family: "Helvetica65";
    /*src: url('fonts/Helvetica65.eot');*/
    /*src: url('fonts/Helvetica65d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica65.woff') format('woff'), url('fonts/Helvetica65.ttf') format('truetype'), url('fonts/Helvetica65.svg#Helvetica65') format('svg');*/
    src: url('fonts/helveticaneue.eot');
    src: url('fonts/helveticaneued41d.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue.woff') format('woff'), url('fonts/helveticaneue.ttf') format('truetype'), url('fonts/helveticaneue.svg#HelveticaNeue') format('svg');
    font-style: normal;
    font-weight: normal; 
}

@font-face {
    font-family: "HelveticaNeueBold";
    src: url('fonts/helveticabold.eot');
    src: url('fonts/helveticaboldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/helveticabold.woff') format('woff'), url('fonts/helveticabold.ttf') format('truetype'), url('fonts/helveticabold.svg#HelveticaNeue') format('svg');
    font-style: normal;
    font-weight: normal; 
}

@font-face {
    font-family: "HelveticaNeue";
    src: url('fonts/helveticaneue.eot');
    src: url('fonts/helveticaneued41d.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue.woff') format('woff'), url('fonts/helveticaneue.ttf') format('truetype'), url('fonts/helveticaneue.svg#HelveticaNeue') format('svg');
    font-style: normal;
    font-weight: normal; 
}

@font-face {
    font-family: "HelveticaNeueUltraLight";
    src: url('fonts/helveticaneueultralight.eot');
    src: url('fonts/helveticaneueultralightd41d.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueultralight.woff') format('woff'), url('fonts/helveticaneueultralight.ttf') format('truetype'), url('fonts/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
    font-style: normal;
    font-weight: normal; 
}
@font-face {
    font-family: "HelveticaNeueLight";
    src: url('fonts/helveticaneue-light-webfont.eot');
    src: url('fonts/helveticaneue-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneue-light-webfont.woff') format('woff'), url('fonts/helveticaneue-light-webfont.ttf') format('truetype'), url('fonts/helveticaneue-light-webfont.svg#HelveticaNeueLight') format('svg');
    font-style: normal;
    font-weight: normal; 
}

* {
    font-family:inherit;
}

body,html {
    font-family: "Helvetica65";
    overflow-x:hidden;
    height: 100%;
}

a {
    color:inherit;
}
button {
    font-family: inherit;
}

.btn {
    border-radius:40px;
}
.btn-primary {
    background-color:#a83370;
    border-color: #a83370;
    outline:none;
}
.btn-primary:hover,.btn-primary:visited, .btn-primary:active {
    background-color:#a02665;
    border-color: #a02665;
}
.btn-primary:focus{
    background-color:#B03A80;
    border-color: #B03A80;
    outline:none;
}

form {
    margin:0;
}

ul,ol{
    padding:0;
    list-style: none;
    margin:0;
}

.table-cell{
    vertical-align: middle;
    display:table-cell;
}
.b-image-cover {
    background-size:cover;
    background-position: 50%;
}
.block-3x2, .block-1x1{
    position:relative;
    width:100%;
}
.block-3x2:before,.block-1x1:before {
    padding-top: 66.6666%;
    content:"";
    display:block;
}
.block-3x2:before {
    padding-top: 66.6666%;
}
.block-1x1:before {
    padding-top: 100%;
}
.b-center {
    margin-left:auto;  
    margin-right:auto;  
}
.block-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.bg-green {
    background-color:#009594;
    color:white;
}
.bg-black {
    background-color:black;
    color:white;
}
.pd-20 {padding:20px!important;}
.pd-40 {padding:40px!important;}
.mr-0 {margin:0!important;}
.mr-0-b {margin-bottom:0!important;}
.pd-0 {padding:0!important;}
.h100{height:100%}
.fc-fucsia {
    color:#a83370;
}

/*-------------------------------------------------------------*/
.navbar {
    min-height:0;
    background-color:transparent;
    margin:0;
    border:0;
}
.navbar-brand{
    margin:0;
    padding:0;
    width:auto;
    height:auto;
    line-height: 1;
}
.navbar-header .navbar-toggle .icon-bar{
    background-color:#444;
}
.navbar-header .navbar-toggle{
    border-color:#444;
}
.header-logo {
    max-height: 100px;
    max-width: 100%;
}
.navbar-nav {
    text-align: right;
}
.header-menu li {
    display:inline-block;
}
.navbar-nav li a {
    display:inline-block;
    color:black;
    font-size:14px;
    line-height: 100px;
    padding:0 20px;
}
.navbar-nav li a:hover {
    display:inline-block;
    color:black;
    font-size:14px;
    line-height: 100px;
    padding:0 20px;
    background-color: inherit !important;
}

/**** PABLO ****/

@media screen and (max-width:1024px){

    .navbar-nav li a {
        padding:0 10px;
        font-size:13px;    
        line-height: 70px;
    }
    
    .header-logo {
        height: 70px;
    }

    main {
    margin-top: 70px;
}

}

/*@media screen and (max-width:1000px){
    .navbar-nav li a {
        padding:0 10px;
        font-size:13px;    
        line-height: 70px;
    }
    
    .header-logo {
        height: 70px;
    }
}*/

/**** PABLO end ****/

/*---------------------------------------------------------------*/
.owl-theme .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    margin-top:-15px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    background: transparent;
    border-radius: 0;
    width: 30px;
    height: 30px;

}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 0%;
    transform: rotate(-135deg);
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0%;
    transform: rotate(45deg);
}
.owl-pagination .owl-page span {
    background: #bfbfbf;
}
.owl-pagination .owl-page span {
    background: #bfbfbf!important;
    opacity:1!important;
}
.owl-pagination .owl-page.active span {
    background: black!important;
}
/*---------------------------------------------------------------*/
.buscador {
    background-color:#a83370;
    color:white;
    position:relative;
}
.buscador h3 {
    line-height: 100px;
    margin:0;
}
.buscador .input-col {
    height: 100px;
    display: table;
}
.buscador input{
    border-radius: 40px;
    width: 100%;
    color: black;
    line-height: 20px;
    border: 0;
    padding: 10px 15px;
}
.buscador button{
    border:0;
    background:transparent;
    padding:0;
    position:absolute;
    right:20px;
    padding:5px;
    height:40px;
    top: 27px;
}
.buscador button img{
    height:100%;
}
.newsletter {
    background-color:#f2f2f4;
    color:black;
    position:relative;
    padding: 40px 0;
}
.newsletter h3 {
    line-height: 120px;
    margin:0;
}
.newsletter .input-col {
    height: 120px;
    display: table;
}
.newsletter input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 85%;
    color: black;
    line-height: 20px;
    border: 0;
    padding: 10px 15px;
    display:block;
    float:left;
    border:1px solid #ddd;
}
.newsletter button{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 15%;
    line-height: 20px;
    border: 0;
    padding: 10px 0;
    display:block;
    float:left;
    color:white;
    background-color: black;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;

}


/*---------------------------------------------------------------*/

footer {
    widht:100%;
}

.sitemap {
    padding:40px 0;
    width:100%;
    color:black;
}
section {
    position:relative;
}

/*--------------------------------------------------------*/

@media screen and (max-width: 1200px){

    .newsletter input{
        width:75%;
    }
    .newsletter button{
        width:25%;
    }

}



@media screen and (max-width: 900px){

.top h1 {
    font-size: 2em;
}

.buscador .input-col, .newsletter .input-col {
    width:100%;
    height: 0;
    margin-bottom: 30px;
}

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

.buscador button {
    top: 0px;
}

.newsletter h3 {
    line-height: 80px;
}

}


@media screen and (max-width: 768px) {
 .home-events .container {
        padding: 0px!important;
 }

.navbar-nav {
    margin: 0;
}

.nav>li {
    text-align: center;

}

.navbar-nav li a {
        line-height: 40px;
 }

.navbar-toggle {
    margin-top: 18px;

}

}

@media screen and (max-width: 640px) {

h3 {
    font-size: 20px;
}

.pd-40 {
    padding-top:20px!important;
    padding-bottom:20px!important;
}

.newsletter h3 {
    line-height: 30px;
    margin-bottom: 20px;
}

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.menu_activo a:link, .menu_activo a:visited {
    background: #a83370 none repeat scroll 0 0;
    color: white!important;
    width: 100%;
}

.menu_activo a:hover {
    color: #777!important;
}