@charset "utf-8";
/* CSS Document */

body {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Catamaran', sans-serif;
  color: #62656a;
  -webkit-font-smoothing: antialiased;
  background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  color: #303236;
  letter-spacing: -.04px;
  font-weight: 300;
  margin: 0;
}

h1 {
  font-size: 45px;
  color: #133568;
  margin-bottom: 30px;
}

h2 {
  font-size: 28px;
  color: #133568;
  margin-bottom: 20px;
  line-height: 40px;
}

h3 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 36px;
}
h4 {
  font-size: 17px;
}

a {
  color: #1757b8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #ff7841;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
  line-height: 28px;
  color: #333;
  letter-spacing: .08px;
}

ul {
  padding: 0;
  margin-bottom: 30px;
}

ul li {
  list-style: none;
}

.panel-group .panel-heading .icon-indicator:before {
    content:"\e082";
}

.panel-group .panel-heading.collapsed .icon-indicator:before {
    content:"\e081";
}

.black {
    color: #000;
}

/********** Dorp Cap ************/
.firstcharacter {
  float: left;
  color: #fff;/*62656a*/
  font-size: 32px;
  line-height: 60px;
  font-family: Georgia;
  margin-right: 15px;
}
.box-style {
  background-color:blue;/*C4002D*/
  padding: 5px 20px;
}

/* Buttons */
.tp-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
.tp-btn-default {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
.tp-btn-orange {
  background-color: #ff7841;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tp-btn-blue {
  background-color: #3b84f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tp-btn-orange:hover, .tp-btn-orange:focus {
  background-color: #fb5528;
  color: #fff;
}
.tp-btn-blue:hover, .tp-btn-blue:focus {
  background-color: #5a9cff;
  color: #fff;
}
.tp-btn-grey {
  background-color: #62656a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tp-btn-grey:hover, .tp-btn-grey:focus {
  background-color: #fb5528;
  color: #fff;
}

/* Header */
.tp-header {
  /*background-color: #008c67;*/
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgb(0,0,0), rgb(36, 138, 213));
  padding-top: 20px;
  padding-bottom: 70px;
}

/* Search */
.search-open {
  background-color: #000;
  min-height: 420px;
  display: none;
  position: relative;
  color:#fff;
  width: 100%;
  padding: 40px 20px 20px 20px;
}
.tp-header .tp-search-btn {
  background-color: #ff7841;
  color: #fff;
}

.nopadding {
  padding: 2px !    important;
  margin: 0 !important;
  outline: 2px solid #ccc;
  background: #333;
}

/*Navbar*/
.tp-navbar .navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.tp-navbar .navbar-default {
  background-color: #24262A;
  border-bottom:1px solid #e2e6ed;
}
.tp-navbar .nav>li>a {
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid #e2e6ed;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 16px;
  margin-left: -1px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
}
.tp-navbar .nav>li:last-child {
  border-right: 1px solid #e0e0e0;
}
.tp-navbar .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #f2ebac;
  background-color: transparent;
}
.tp-navbar .navbar-nav>li>a i {
  padding-left: 10px;
}

.navbar-brand {
  padding: 0;
  height: 40px;
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.tp-navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px -1px 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e2e6ed;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .175);
  box-shadow: 0 0 0 rgba(0, 0, 0, .175);
}
.tp-navbar .dropdown-menu>li>a {
  display: block;
  padding: 10px 60px 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #62656a;
  white-space: nowrap;
}
.tp-navbar .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color:#333;
}

.tp-navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #000;
  background-image: none;
  border: 1px solid #84119A;
  border-radius: 4px;
}

.tp-navbar .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.tp-navbar .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  border: 1px solid blue;
  background-color: blue;
}

.tp-navbar .social-menu li i {
  padding-right: 10px;
}
.tp-navbar .social-menu li i.facebook {
  color: #3a5795;
}

.tp-navbar .social-menu li .youtube {
  color: #dd2826;
}

/*Breadcrumb*/
.tp-breadcrumb .breadcrumb {
  padding: 15px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #e2e6ed;
  border-radius: 0;
  font-size: 14px;
}
.tp-breadcrumb .breadcrumb>li {
  display: inline-block;
}

.tp-breadcrumb .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #a0a4ae;
  font-family: FontAwesome;
  content: "\f105";
}
.tp-breadcrumb .font-option {
  padding: 15px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #e2e6ed;
  border-radius: 0;
  font-size: 14px;
  text-align: right;
}
.tp-breadcrumb .font-option a {
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #d6e0f1;
  font-weight: 800;
}
.tp-breadcrumb .font-option a:hover {
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #fb5528;
  color: #fff;
}

/*Body Content*/

.main-container {
  margin-bottom: 100px;
  padding-top: 30px;
}

.mB {
    margin-bottom: 40px;
}

/* Styles for homepage carousel and three boxes */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  max-height: 520px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 520px;
  background-color: #000;
}
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}*/


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/*Accordion*/

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #cecece 100%);
    background-repeat: repeat-x;
}

.tp-accordion-one .panel-default {
  border-radius: 0;
}
a.panel-heading {
      display: block;
  }

 .panelText p {
    font-family: 'Catamaran', sans-serif;
    margin-bottom: 30px;
    line-height: 28px;
    color: #000;
    /*font-size: 20px;*/
    /*letter-spacing: .04px;*/
    font-weight: 400;
  }

  .panel-primary > .panel-heading {
      background-color:#337ab7;
      border-color:#337ab7;
      color:#fff;
  }

  .panel-primary > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }

  .panel-danger > .panel-heading {
      background-color:#f2dede;
      border-color:#ebccd1;
      color:#a94442;
  }

  .panel-danger > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }

  .panel-default > .panel-heading {
      background-color:blue;
      border-color:#ddd;
      color:#fff;
  }

  .panel-default > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }

  .panel-info > .panel-heading {
      background-color:#d9edf7;
      border-color:#bce8f1;
      color:#31708f;
  }

  .panel-info > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }

  .panel-success > .panel-heading {
      background-color:#dff0d8;
      border-color:#d6e9c6;
      color:#3c763d;
  }

  .panel-success > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }

  .panel-warning > .panel-heading {
      background-color:#fcf8e3;
      border-color:#faebcc;
      color:#8a6d3b;
  }

  .panel-warning > .panel-heading {
      background-image: none;
      background-repeat:no-repeat;
  }


  .panel-primary .panel-heading[aria-expanded="true"], .panel-primary .panel-heading a:hover, .panel-primary .panel-heading a:focus, .panel-primary a.panel-heading:hover, .panel-primary a.panel-heading:focus {
    background-color: #286090;
  }
  .panel-danger .panel-heading[aria-expanded="true"], .panel-danger .panel-heading a:hover, .panel-danger .panel-heading a:focus, .panel-danger a.panel-heading:hover, .panel-danger a.panel-heading:focus {
    background-color: #c9302c;
      color:#fff;
  }
  .panel-default .panel-heading[aria-expanded="true"], .panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus, .panel-default a.panel-heading:hover, .panel-default a.panel-heading:focus {
    background-color: blue;
    color; #000;
  }
  .panel-info .panel-heading[aria-expanded="true"], .panel-info .panel-heading a:hover, .panel-info .panel-heading a:focus, .panel-info a.panel-heading:hover, .panel-info a.panel-heading:focus {
    background-color: #31b0d5;
      color:#fff;
  }
  .panel-success .panel-heading[aria-expanded="true"], .panel-success .panel-heading a:hover, .panel-success .panel-heading a:focus, .panel-success a.panel-heading:hover, .panel-success a.panel-heading:focus {
    background-color: #449d44;
      color:#fff;
  }
  .panel-warning .panel-heading[aria-expanded="true"], .panel-warning .panel-heading a:hover, .panel-warning .panel-heading a:focus, .panel-warning a.panel-heading:hover, .panel-warning a.panel-heading:focus {
    background-color: #ec971f;
      color:#fff;
  }

 /*Departamentos Content*/

 .tp-agent-result .agent-thumb {
   margin-bottom:20px;
 }
 .tp-agent-result .agent-thumb .agent-pic {
   margin-bottom:30px;
   overflow: hidden;
 }
 .tp-agent-result .agent-thumb .agent-pic img {
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
   max-width: 100%;
   opacity: 0.9;
 }
 .tp-agent-result .agent-thumb .agent-pic:hover img {
   -webkit-transform: scale(1.25);
   -moz-transform: scale(1.25);
   -ms-transform: scale(1.25);
   -o-transform: scale(1.25);
   transform: scale(1.25);
   background-color: #fb5528;
   opacity: 1;
 }

 .tp-agent-result .agent-thumb .agent-info {
   /*border-bottom: 2px solid #e5eaf4;*/
   padding-bottom: 38px;
   margin-bottom: 40px;
 }

/*FAQ*/

.tp-faq .faq-right-side ul li {
  margin-bottom: 20px;
}

/*.nav-sidebar ul.nav li a {
  margin-top: -1px;
  border: 1px solid #e2e6ed;
  color: #62656a;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
}

.nav-sidebar ul.nav li a:hover {
  color: #1757b8;
  text-decoration: none;
  background-color: #f3f6fb;
}

.nav-sidebar .nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #f3f6fb;
}

.nav-sidebar ul.nav li .back {
  color: #fb5528;
  margin-top: 30px;
  margin-bottom:30px;
}*/

.section-content {
  padding-bottom: 80px;
  min-height: 750px;
  padding-top: 20px;
}

/*#sidebar li.active {
  color: #1757b8;
  text-decoration: none;
  background-color: #f3f6fb;
  font-weight: 400;
}
#sidebar li.active a {
  color: #1757b8;
}*/

.grey-box {
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.promo-grey-box {
  padding:30px;
}

/* Footer */
.tp-footer-two {
  background-color: #303236;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tp-footer-two .ft-section {
  border-bottom: 2px solid #3b3c40;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tp-footer-two .ft-section .cta {
  font-size: 28px;
  color: #fff;
  text-align: right;
  line-height: 2;
}

.tp-footer-two h2 {
  color: #fff;
}

.tp-footer-two .ft-section .ft-aboutus {margin-bottom: 30px;}

.tp-footer-two .ft-section .ft-aboutus p {
  margin-bottom: 15px;
}

.tp-footer-two .ft-section .ft-aboutus .addrs {
  color: #fff;
  margin-bottom: 0;
}

.tp-footer-two .ft-links ul li i {
  padding-right: 10px;
}
.tp-footer-two .ft-links ul li a {
  color: #f2ebac;
}
.tp-footer-two .ft-links ul li a:hover {
  color: #fff;
}

.tp-footer-two .ft-links-social .social-box {
  padding: 7px 12px;
  margin-bottom: 10px;
  width: 140px;
  display: block;
  border-radius: 2px;
  color: #fff;
}

.tp-footer-two .ft-links-social a.social-box:hover {
  color: #fff;
}
.tp-footer-two .ft-links-social a.social-box i {
  padding-right: 10px;
}
.tp-footer-two .ft-links-social .facebook {
  background-color: #3a5795;
}
.tp-footer-two .ft-links-social .facebook:hover {
  background-color: #3e63b3;
}
.tp-footer-two .ft-links-social .youtube {
  background-color: #de4231;
}
.tp-footer-two .ft-links-social .youtube:hover {
  background-color: #d13221;
}

.copyright-text {
  font-size: 13px;
}

.footer-gray {
    color: #ccc;
}

/*Youtube Image Search*/


    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgr.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }








/* RESPONSIVE CSS
-------------------------------------------------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .navbar-brand {
      padding: 0;
      height: 0;
    }
}

@media (min-width: 768px) {

    .tp-header {
        padding-bottom: 40px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}



@media(max-width:767px) {

    /* Header Top */

    .tp-header {
        padding-bottom: 40px;
    }
    /*.tp-header .tp-search-btn {
    display: none;
    }*/

}

@media(max-width:400px) {

    /* Header Top */

    .tp-header {
        padding-bottom: 20px;
    }
    /*.tp-header .tp-search-btn {
    display: none;
    }*/

}

@media (min-width: 992px) { /*979px*/
    .tp-header {
        padding-bottom: 70px;
    }

     /*#sidebar.affix-top {
     position: static;
     margin-top:30px;
     width:228px;
    }
     #sidebar.affix {
     position: fixed;
     top:70px;
     width:228px;
    }*/
}
