@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700);
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 25px;
  font-style: normal; }

.flaticon-facebook29:before {
  content: ""; }

.flaticon-google2:before {
  content: ""; }

.flaticon-instagram12:before {
  content: ""; }

.flaticon-linkedin24:before {
  content: ""; }

.flaticon-logotype46:before {
  content: ""; }

.flaticon-pinterest33:before {
  content: ""; }

.flaticon-twitter2:before {
  content: ""; }

.flaticon-whatsapp:before {
  content: ""; }

html {
  font-size: 10px; }

body {
  font-family: "Lato";
  color: #555; }

.btn-primary-full, .btn-primary-empty, .btn-secundary-full, .btn-secundary-empty {
  margin: 5px;
  padding: 10px 35px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-primary-full:hover, .btn-primary-full:focus, .btn-primary-empty:hover, .btn-primary-empty:focus, .btn-secundary-full:hover, .btn-secundary-full:focus, .btn-secundary-empty:hover, .btn-secundary-empty:focus {
    color: #fff; }

.btn-primary-full {
  background-color: #1F4B65;
  border-color: #1F4B65;
  color: #fff; }
  .btn-primary-full:hover, .btn-primary-full:focus {
    background-color: #1F4B65; }

.btn-primary-empty {
  background-color: transparent;
  border: 1px solid #1F4B65;
  color: #1F4B65; }
  .btn-primary-empty:hover, .btn-primary-empty:focus {
    background-color: #1F4B65; }

.btn-secundary-full {
  background-color: #FE4E34;
  border-color: #FE4E34;
  color: #fff; }
  .btn-secundary-full:hover, .btn-secundary-full:focus {
    background-color: #fff; }

.btn-secundary-empty {
  background-color: transparent;
  border: 1px solid #FE4E34;
  color: #FE4E34; }
  .btn-secundary-empty:hover, .btn-secundary-empty:focus {
    background-color: #FE4E34; }

.tp-menu .navbar-default {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2); }
  .tp-menu .navbar-default .navbar-brand {
    height: auto; }
  .tp-menu .navbar-default .navbar-nav {
    margin-top: 10px; }
    .tp-menu .navbar-default .navbar-nav li a {
      padding: 15px 10px;
      text-transform: uppercase; }
      .tp-menu .navbar-default .navbar-nav li a:hover, .tp-menu .navbar-default .navbar-nav li a:focus {
        color: #FE4E34; }

.tp-banner {
  height: 410px;
  background-image: url(../img/banner_01.jpg);
  background-position: 50%;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-align: center;
  display: webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.tp-section {
  padding: 45px 0;
  text-align: center; }
  .tp-section h2 {
    color: #FE4E34;
    font-size: 3.5rem;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase; }
    .tp-section h2 span {
      font-weight: 300; }
  .tp-section h3 {
    font-weight: 300;
    text-transform: uppercase; }
  .tp-section p {
    font-size: 1.6rem; }
  .tp-section img {
    border-radius: 4px;
    margin: 15px auto; }
  .tp-section ul {
    color: #555;
    font-size: 1.6rem;
    list-style: none;
    padding-left: 0; }
  .tp-section hr {
    width: 15%;
    border: 2px solid #FE4E34; }

.tp-section-primary {
  background-color: #f0f4ec; }
  .tp-section-primary h2 {
    color: #1F4B65; }
  .tp-section-primary hr {
    width: 15%;
    border: 2px solid #1F4B65; }

.tp-section-secundary {
  background-color: white; }
  .tp-section-secundary h2 {
    color: #FE4E34; }
  .tp-section-secundary h3 {
    color: #FE4E34; }
  .tp-section-secundary hr {
    width: 15%;
    border: 2px solid #FE4E34; }

#tp-carousel-thumbs .tp-flex {
  display: webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
#tp-carousel-thumbs .carousel-indicators {
  width: 100%;
  position: relative;
  left: inherit;
  bottom: 0;
  margin-top: 15px;
  margin-left: 0;
  margin-bottom: 0;
  overflow: hidden; }
  #tp-carousel-thumbs .carousel-indicators li {
    border-color: #FE4E34; }
    #tp-carousel-thumbs .carousel-indicators li.active {
      background-color: #FE4E34; }

.tp-form {
  margin-top: 20px; }
  .tp-form input.form-control, .tp-form textarea.form-control {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tp-form input.form-control:hover, .tp-form input.form-control:focus, .tp-form textarea.form-control:hover, .tp-form textarea.form-control:focus {
      background-color: #fff;
      border-color: #1F4B65; }
  .tp-form input.form-control {
    height: 45px; }

.tp-social {
  background-color: #1F4B65;
  color: #fff;
  padding: 35px 0;
  text-align: center;
  text-transform: uppercase; }
  .tp-social ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0; }
    .tp-social ul li {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
      .tp-social ul li:last-child {
        margin-right: 0; }
      .tp-social ul li a {
        color: #fff;
        text-decoration: none;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .tp-social ul li a:hover, .tp-social ul li a:focus {
          color: #FE4E34; }

.tp-footer {
  background-color: #1F4B65;
  color: #fff;
  font-weight: 300;
  padding: 15px 0;
  text-align: center; }

@media (max-width: 1199px) {
  .tp-menu .navbar-default .navbar-brand img {
    max-width: 330px; } }
@media (max-width: 991px) {
  .tp-menu {
    text-align: center; }
    .tp-menu .navbar-default .navbar-header {
      width: 100%; }
    .tp-menu .navbar-default .navbar-brand {
      width: 100%;
      margin: 0 auto; }
      .tp-menu .navbar-default .navbar-brand img {
        margin: 0 auto; }
    .tp-menu .navbar-default .navbar-nav {
      float: none !important; }
      .tp-menu .navbar-default .navbar-nav li {
        display: inline-block;
        float: none; } }
@media (max-width: 767px) {
  .btn-primary-full, .btn-primary-empty, .btn-secundary-full, .btn-secundary-empty {
    width: 100%; }

  .tp-menu .navbar-default .navbar-brand {
    width: auto; }
    .tp-menu .navbar-default .navbar-brand img {
      max-width: 215px;
      margin: 0; }
  .tp-menu .navbar-default .navbar-header {
    width: auto; }
  .tp-menu .navbar-default .navbar-toggle {
    margin-top: 15px; }
  .tp-menu .navbar-default .navbar-nav {
    margin-top: 7.5px; }
    .tp-menu .navbar-default .navbar-nav li {
      display: block;
      float: none; }

  .tp-banner {
    height: 200px; }
    
  #tp-carousel-thumbs .tp-flex {
    display: block; }

  .tp-social ul li:first-child {
    width: 100%;
    margin-bottom: 5px; } }