﻿@font-face {
  font-family: 'ralewaybold';
  /* Montserrat-B */
  src: url('fonts/raleway-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/raleway-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-bold-webfont.woff2') format('woff2'), url('fonts/raleway-bold-webfont.woff') format('woff'), url('fonts/raleway-bold-webfont.ttf') format('truetype'), url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'ralewaylight';
  /* Montserrat-L */
  src: url('fonts/raleway-light-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-light-webfont.woff2') format('woff2'), url('fonts/raleway-light-webfont.woff') format('woff'), url('fonts/raleway-light-webfont.ttf') format('truetype'), url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: 'ralewayextralight';
  /* Montserrat-UL */
  src: url('fonts/raleway-extralight-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/raleway-extralight-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-extralight-webfont.woff2') format('woff2'), url('fonts/raleway-extralight-webfont.woff') format('woff'), url('fonts/raleway-extralight-webfont.ttf') format('truetype'), url('fonts/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
  font-style: normal;
  font-weight: lighter;
}
@font-face {
  font-family: 'ralewaythin';
  /* Montserrat-H */
  src: url('fonts/raleway-thin-webfont.eot');
  /* IE9 Compat Modes */
  src: url('fonts/raleway-thin-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-thin-webfont.woff2') format('woff2'), url('fonts/raleway-thin-webfont.woff') format('woff'), url('fonts/raleway-thin-webfont.ttf') format('truetype'), url('fonts/raleway-thin-webfont.svg#ralewaythin') format('svg');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'ralewayregular';
  /* Montserrat */
  src: url('fonts/raleway-regular-webfont.eot');
  src: url('fonts/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff'), url('fonts/raleway-regular-webfont.ttf') format('truetype'), url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
/*#a8c2dd*/
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
* {
  margin: 0;
  padding: 0;
}
/*a{
    border-bottom:none;
    text-decoration:none;
    &:hover{
            border-bottom:1px solid;
            padding-bottom:1px;
             text-decoration:none;
    }
}*/
html,
body {
  height: 100%;
}
body {
  font: 14px 'ralewayregular', Arial, sans-serif;
  color: #333333;
  line-height: 24px;
}
a,
a:hover,
a:focus {
  color: #333333;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
p {
  line-height: 24px;
}
p a {
  text-decoration: underline;
  color: #5991cb;
}
p a:hover {
  text-decoration: none;
}
.img_fullsize {
  width: 100%;
}
h1 {
  color: #333333;
  font: 60px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 53px;
}
h2 {
  font: 24px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  margin: 60px 0;
}
h2 hr {
  width: 75px;
  margin: 15px auto 35px;
  border-color: #5991cb;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}
h3 {
  font: 18px 'ralewaybold', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  margin: 30px 0;
}
h3 hr {
  width: 75px;
  margin: 15px auto 35px;
  border-color: #5991cb;
}
h4 {
  font: 16px 'ralewayregular', Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  margin: 30px 0;
}
strong {
  font-family: 'ralewaylight';
}
.container {
  max-width: 1200px;
  /*width: 1024px;*/
  padding: 0;
  margin: 0 auto;
}
input:focus,
button:focus {
  outline: 0;
}
@media (max-width: 1250px) {
  .container {
    width: 1000px;
  }
}
@media all and (max-width: 1050px) {
  .container {
    width: 93%;
    margin: 0 auto;
  }
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.btn {
  padding: 0 0 0 13px;
  background: transparent;
  color: #5991cb;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -border: 4px solid #5991cb;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  border: none;
  text-align: left;
  white-space: inherit;
}
.btn:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #5991cb;
  border-right: 1px solid #5991cb;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.btn:hover,
.btn a:hover {
  color: #5991cb;
}
.btn:focus,
.btn a:focus,
.btn:active,
.btn a:active {
  color: #5991cb;
}
.btn.white {
  color: white;
}
.btn.white:before {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.btn.noArrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn.noArrow:after {
  border-bottom: none;
  border-right: none;
}
.btn.noArrow:hover,
.btn.noArrow a:hover {
  color: white;
  border-color: #5991cb;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.flexslider {
  border: none;
}
.flexslider .flex-control-paging li a {
  background: transparent;
  border: 2px solid #5991cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #5991cb;
}
.bg-black-opacity {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.bg-black-opacity.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
input[type=text],
textarea {
  padding: 9px 10px 10px;
}
textarea {
  border-color: #ccc;
}
#modal-portal .modal-body {
  padding-top: 20px;
}
#modal-portal .input-form {
  display: block;
  width: 100%;
  margin: 15px 0;
}
#modal-portal strong {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.formulario {
  text-align: left;
}
.formulario h2 {
  text-align: left;
}
.formulario form label {
  font-size: 12px;
  color: #333333;
  display: block;
}
.formulario form input[type=text],
.formulario form textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.formulario form input[type=radio] {
  margin: 14px 5px 0 0;
}
.formulario form input[type=checkbox] {
  margin: 0 5px 0 0;
}
.formulario form .contenedor {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}
.formulario form .contenedor span.label-inline {
  margin-right: 20px;
}
ul.phantom-select {
  position: absolute;
  z-index: 999;
  height: 45px;
  list-style: none;
  width: 100%;
  background-color: white;
  cursor: pointer;
}
ul.phantom-select.on {
  height: 200px;
  border: 1px solid;
  border-color: #555;
  overflow: scroll;
}
ul.phantom-select.on li {
  display: block;
}
ul.phantom-select.on li.first {
  border: none;
}
ul.phantom-select li {
  display: none;
  padding: 9px 10px;
}
ul.phantom-select li:hover {
  background: #333333;
  color: white;
}
ul.phantom-select li.first {
  display: block;
  border: 1px solid;
  padding: 13px 10px;
  border-color: #555;
  color: #555;
  overflow: hidden;
}
ul.phantom-select li.first:hover {
  background: white;
  color: #555;
}
ul.phantom-select li.first span {
  float: left;
}
ul.phantom-select li.first i {
  float: right;
  font-size: 24px;
  line-height: 16px;
}
.checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0;
}
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 14px;
  color: #5991CB;
  transition: all .2s;
  top: -2px;
  left: 3px;
  font-size: 19px;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
@-moz-document url-prefix() {
  .checkbox [type="checkbox"]:not(:checked) + label:after,
  .checkbox [type="checkbox"]:checked + label:after {
    top: -12px;
    left: 3px;
    font-size: 30px;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 {
  margin: 30px auto;
  max-width: 600px;
  font-family: 'raleway';
  font-size: 14px;
  color: #333333;
}
.cal1 .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #5991cb;
  font-size: 30px;
}
.cal1 .clndr .clndr-controls .month {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 16px;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 33%;
}
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 34%;
  padding-right: 10px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  padding-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
.cal1 .clndr .clndr-table .header-days {
  height: 50px;
  font-size: 18px;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  color: #5991cb;
  font-family: ralewaybold;
}
.cal1 .clndr .clndr-table tr {
  height: 40px;
}
.cal1 .clndr .clndr-table tr td {
  vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
  width: 100%;
  height: inherit;
  position: relative;
}
.cal1 .clndr .clndr-table tr .day.today .day-contents,
.cal1 .clndr .clndr-table tr .day.my-today .day-contents {
  border: 2px solid #333333;
  color: #333333;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
  cursor: pointer;
}
.cal1 .clndr .clndr-table tr .day.today.event .day-contents,
.cal1 .clndr .clndr-table tr .day.my-today.event .day-contents {
  border: 2px solid #5991cb;
  color: #5991cb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  cursor: pointer;
}
.cal1 .clndr .clndr-table tr .day.event .day-contents,
.cal1 .clndr .clndr-table tr .day.my-event .day-contents {
  border: 2px solid #5991cb;
  color: #5991cb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.cal1 .clndr .clndr-table tr .day.inactive,
.cal1 .clndr .clndr-table tr .day.my-inactive {
  background: #ddd;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  width: 30px;
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
  width: 100%;
  height: inherit;
  background: #eee;
}
.cal1 .popover {
  width: 300px;
}
.cal1 .popover a {
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 15px;
}
.clndr-next-button,
.clndr-previous-button,
.clndr-next-year-button,
.clndr-previous-year-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.clndr-next-button.inactive,
.clndr-previous-button.inactive,
.clndr-next-year-button.inactive,
.clndr-previous-year-button.inactive {
  opacity: 0.5;
  cursor: default;
}
/*# sourceMappingURL=clndr.css.map */