/* CSS Document for FlatDuplex */


/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Avant Garde Book BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Book BT'), url('../font/AVGARDN_2.woff') format('woff');
}

@font-face {
    font-family: 'Avant Garde Demi BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Demi BT'), url('../font/AVGARDD_2.woff') format('woff');
}

@font-face {
    font-family: 'Avant Garde Demi Oblique BT';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Demi Oblique BT'), url('../font/AVGARDDO_2.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Light'), url('../font/MontserratAlternates-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold'), url('../font/MontserratAlternates-Bold.otf') format('opentype');
}

body {
    font-family: 'Montserrat Light', sans-serif;
    font-size: 14px;
    padding: 0 0 0 0;
}

a {
    color: #e1580a;
    text-decoration: none !important;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 34px;
}

h1,
h2,
h3 {
    line-height: 35px;
}

.validation-error {
    background-color: #ffd4e1 !important;
}

.animation-delay {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.buttons-delay {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.download-shake {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}


/* Header Navbar
----------------------------------- */

.navbar-inner {
    border-bottom: none;
    box-shadow: none !important;
    background-image: none;
    background-color: #001C2E;
    min-height: 45px;
}

.expanded .navbar-inner {
    min-height: 100px;
}

.navbar .nav {
    margin: 3px 10px 0 0;
}

.navbar .brand {
    color: #fff;
    text-shadow: none;
    padding-top: 12px;
}

.navbar .brand img {
    height: 36px;
    transition-duration: 500ms;
}

.expanded .brand img {
    height: 72px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    transition-duration: 500ms;
}

.navbar .nav>li.active {
    border-bottom: #cf3d2e 1px solid;
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 15px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

.navbar .nav>li>a:hover {
    color: rgb(231, 121, 59);
    font-weight: 800;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #fff;
    background-color: #001C2E;
    box-shadow: none;
}


/* Header 
----------------------------------- */

header {
    margin-top: 50px;
}

header h1 {
    color: #e1580a;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

header .subtitle {
    color: #001C2E;
    font-size: 27px;
}

header p {
    line-height: 1.7;
}

header .button {
    color: #ffffff;
    background-color: #e1580a;
    padding: 11px 30px;
    font-weight: 800;
    display: inline-block;
    margin-top: 19px;
    border: 7px solid #e1580a;
    text-decoration: none;
}

header .button:hover {
    color: #e1580a;
    background-color: #ffffff;
    border: 7px solid #e1580a;
}

header .store-buttons {
    margin-top: 10px;
}

header .store-buttons a {
    width: 105px;
}

header .store-buttons a {
    margin-left: 2px;
    display: inline-block;
}

header .notebookslider {
    background: rgba(0, 0, 0, 0) url('../img/header-notebook-bg.png') no-repeat;
    background-size: contain;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    height: 308px;
}

header .slides {
    padding: 4.3% 14.5% 23%;
}

header .flex-control-nav {
    bottom: 27.5%;
}


/* Newsletter 
----------------------------------- */

#newsletter {
    background-color: #e1580a;
    padding: 40px 0;
}

#newsletter h2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 12px;
}

#newsletter h2 i {
    margin-right: 10px;
    font-size: 25px;
}

#newsletter form {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    padding: 5px;
}

#newsletter form .submit-field {
    float: right;
}

#newsletter .email {
    border: none;
    font-size: 17px;
    box-shadow: none;
    margin: 8px 0 0 10px;
    width: 62%;
    display: block;
    height: 20px;
}

#newsletter .submit {
    background-color: #e1580a;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-weight: 800;
}

#newsletter .newsletter-info {
    font-size: 14px;
    color: #adadad;
}

#newsletter .subscribe-message {
    text-align: center;
    color: #ffffff;
    margin: 0 0 20px 0;
}


/* Information 
----------------------------------- */

#information .infoslider {
    box-shadow: none;
    padding: 0;
    margin: 100px 0;
    border: none;
}

#information h2 {
    color: #e1580a;
    font-family: 'Avant Garde Book BT', sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
}

#information p {
    line-height: 1.7;
    margin-bottom: 10px;
}

#information .flex-direction-nav a {
    width: 52px;
    height: 93px;
}

#information .flex-next {
    right: 0px;
}

#information .flex-prev {
    left: 0px;
}

#information .flex-control-paging li a {
    width: 15px;
    height: 15px;
    border-radius: 0;
}


/* About Us 
----------------------------------- */

#about {
    background: #eff2f5 url('../img/bg-rio.png') repeat center top;
    background-size: cover;
    padding: 55px 0 75px 0;
}

.home-anchor {
    background: #001C2E url('../img/bg.png') repeat center top;
    background-size: cover;
    padding: 5px 0 5px 0;
    height: 100%;
}

.mini-home-anchor {
    background: #001C2E url('../img/bg.png') repeat center top;
    background-size: cover;
    padding: 5px 0 5px 0;
    height: 400px;
}

#about h2 {
    color: #e1580a;
}

#about p {
    line-height: 1.7;
}

#about .profiles {
    margin-top: 40px;
}

#about .profile-image {
    border: 12px solid #001C2E;
}

#about .profile-image-hover {
    border: 12px solid #e1580a;
}

#about .profile-image img {
    width: 100%;
}

#about .profile-border-arrow {
    text-align: center;
    margin-top: -18px;
    width: 25px;
    margin-left: auto;
    margin-right: auto;
}

#about .profile-border-arrow i {
    color: #001C2E;
    font-size: 44px;
    width: 25px;
}

#about .profile-border-arrow-hover i {
    color: #e1580a;
}

#about h3 {
    color: #e1580a;
    font-weight: bold;
    margin: 0;
}

#about .profiles p {
    color: #001C2E;
    line-height: 1;
}

#about .profiles .social-icons {
    list-style: none;
    margin: 20px 0 0 0;
    text-align: center;
}

#about .profiles .social-icons li {
    display: inline;
}

#about .profiles .social-icons li a {
    margin: 0 10px;
    background-color: #001C2E;
    color: #ffffff;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
}

#about .profiles .social-icons .twitter:hover {
    background-color: #5dd7fc;
}

#about .profiles .social-icons .facebook:hover {
    background-color: #3b5a9b;
}

#about .profiles .social-icons .googleplus:hover {
    background-color: #cf3d2e;
}


/* Testimonials 
----------------------------------- */

#testimonials {
    margin-top: 85px;
}

#testimonials .stars {
    text-align: center;
    color: #7f7f7f;
    font-size: 30px;
    margin-bottom: 25px;
}

#testimonials .star-big {
    font-size: 36px;
}

#testimonials .testimonialslider {
    box-shadow: none;
    padding: 0;
    margin: 0 0 85px 0;
    border: none;
}

#testimonials .testimonial {
    font-size: 24px;
    color: #e1580a;
    line-height: 1.5;
    margin-bottom: 15px;
}

#testimonials .client {
    color: #7f7f7f;
    font-weight: 800;
}

#testimonials .client-img {
    border: 3px solid #bbbbbb;
}


/* Pricing 
----------------------------------- */

#pricing {
    margin-top: 65px;
    margin-bottom: 5px;
}

#pricing h2 {
    color: #7f7f7f;
}

#pricing p {
    color: #7f7f7f;
}

#pricing .pricing-table {
    margin: 40px auto;
}

#pricing .pricing-column-left {
    margin-right: 0;
    padding-top: 35px;
}

#pricing .pricing-column-center {
    margin-left: 0;
    margin-right: 0;
    height: 740px;
}

#pricing .pricing-column-right {
    margin-left: 0;
    padding-top: 35px;
}

#pricing .pricing-table .column {
    border: 1px solid #c5c5c5;
    min-height: 400px;
}

#pricing .pricing-table .column-hover {
    background-color: #eaeaea;
}

#pricing .pricing-table .standard {
    border-right: none;
}

#pricing .pricing-table .premium {
    min-height: 450px;
}

#pricing .pricing-table .business {
    border-left: none;
}

#pricing .column-header {
    background-color: #7f7f7f;
    margin: 10px;
    padding: 20px 0;
}

#pricing .bestprice-header {
    background-color: #e1580a;
}

#pricing .column-header .package {
    color: #ffffff;
    margin: 0 0 0 0;
    line-height: 30px;
}

#pricing .column-header .package-comment {
    color: #bcbcbc;
    margin: 0 0 28px 0;
}

#pricing .column-header .price {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
}

#pricing .column-header .payment-method {
    color: #ffffff;
    font-size: 16px;
}

#pricing .benefits {
    color: #001C2E;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 10px 35px 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#pricing .bestprice-benefits {
    margin: 53px 10px 60px 10px;
}

#pricing .benefits li {
    border-bottom: 1px dashed #7f7f7f;
    padding: 10px 0;
}

#pricing .select-package-button {
    margin: 10px;
    background-color: #e1580a;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 15px 0;
}

#pricing button.select-package-button {
    width: 100%;
    margin: 0;
}


/* Gallery 
----------------------------------- */

#gallery2 {
    background-color: #e2e2e2;
    padding: 50px 0 67px 0;
    background: #eff2f5 url('../img/bg-rio.png') repeat center top;
    background-size: cover;
}

#gallery {
    background-color: #e2e2e2;
    padding: 50px 0 67px 0;
    background: #eff2f5 url('../img/bg-blue.jpg') repeat center top;
    background-size: cover;
}

#gallery2 h2,
#gallery h2 {
    color: #e1580a;
}

#gallery2 .galleryslider,
#gallery .galleryslider {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 30px 0;
    border: none;
}

#gallery2 .gallery-img,
#gallery .gallery-img {
    position: relative;
}

#gallery2 .gallery-img a,
#gallery .gallery-img a {
    padding: 9px;
    background-color: #ffffff;
    display: block;
    border: 1px solid #ffffff;
}

#gallery2 .gallery-img a:hover,
#gallery .gallery-img a:hover {
    border: 1px solid #e1580a;
}

#gallery2 .img-overlay,
#gallery .img-overlay {
    background: #e1580a url('../img/gallery-overlay.png') no-repeat center center;
    background: rgba(204, 36, 36, 0.5) url('../img/gallery-overlay.png') no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
}

#gallery2 .flex-direction-nav a,
#gallery .flex-direction-nav a {
    margin: 0px;
    opacity: 100;
    top: -75px;
    width: 37px;
    height: 38px;
    background-image: url('../img/gallery_bg_direction_nav.png');
}

#gallery2 .flex-next,
#gallery .flex-next {
    right: 0px;
}

#gallery2 .flex-prev,
#gallery .flex-prev {
    right: 50px;
    left: auto;
}

#gallery2 .flex-control-nav,
#gallery .flex-control-nav {
    text-align: left;
    padding-left: 2%;
}

#gallery2 .flex-control-paging li a,
#gallery .flex-control-paging li a {
    width: 37px;
    height: 3px;
    border-radius: none;
}

#gallery2 .flex-control-paging li a.flex-active,
#gallery .flex-control-paging li a.flex-active {
    background: #e1580a;
}


/* Contact 
----------------------------------- */

#contact {
    margin-top: 85px;
}

#contact h2 {
    color: #e1580a;
    vertical-align: bottom;
    margin-bottom: 30px;
}

#contact h2 i {
    font-size: 60px;
    margin-right: 10px;
}

#contact p {
    line-height: 1.7;
    margin-bottom: 25px;
}

#contact p .highlight {
    color: #e1580a;
    font-weight: 800;
}

#contact .gmap {
    height: 350px;
    margin-bottom: 25px;
}

#contact .gmap .gmnoprint {
    display: none;
}

#contact label {
    font-weight: 800;
}

#contact input {
    border-radius: 0;
    padding: 9px;
    box-shadow: none;
    margin-bottom: 18px;
    height: 46px;
    line-height: 17px;
}

#contact textarea {
    border-radius: 0;
    padding: 9px 9px 15px 9px;
    box-shadow: none;
    height: 145px;
    margin-bottom: 20px;
}

#contact button {
    font-size: 18px;
    font-weight: 800;
    background-color: #e1580a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
}

#contact .form-info {
    font-size: 13px;
    padding-top: 11px;
    color: #7f7f7f;
}


/* Footer 
----------------------------------- */

footer {
    background-color: #001c2e;
    color: #ffffff;
    font-size: 14px;
    margin-top: 95px;
    padding-bottom: 20px;
}

footer .scroll-top {
    background-color: #ffffff;
    height: 21px;
    text-align: center;
}

footer .scroll-top a {
    background: #7f7f7f url('../img/scroll-top-button.png') no-repeat 0 0;
    height: 21px;
    width: 58px;
    display: block;
    margin: 0 auto;
}

footer .address {
    font-weight: 800;
    margin: 30px 0 10px 0;
}


/* Large desktop */

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 41px;
    }
    h2 {
        font-size: 36px;
    }
    h1,
    h2,
    h3 {
        line-height: 40px;
    }
    /* Header 
  	----------------------------------- */
    header {
        margin-top: 90px;
    }
    header h1 {
        margin: 0 0 25px 0;
    }
    header .subtitle {
        font-size: 33px;
    }
    header .store-buttons a {
        width: auto;
    }
    header .button {
        margin-top: 28px;
    }
    header .flex-control-nav {
        bottom: 13%;
    }
    header .notebookslider {
        height: 370px;
    }
    /* Newsletter 
  	----------------------------------- */
    #newsletter {
        padding: 50px 0;
    }
    #newsletter h2 {
        font-size: 24px;
    }
    #newsletter h2 i {
        font-size: 25px;
    }
    #newsletter .email {
        font-size: 19px;
    }
    #newsletter .submit {
        font-size: 18px;
    }
    /* Information 
  	----------------------------------- */
    #information h2 {
        margin-bottom: 25px;
    }
    #information p {
        margin-bottom: 15px;
    }
    /* Pricing 
  	----------------------------------- */
    #pricing .benefits {
        font-size: 16px;
    }
    #pricing .select-package-button {
        font-size: 24px;
    }
    /* Contact 
  	----------------------------------- */
    #contact input {
        padding: 12px;
    }
    #contact textarea {
        padding: 12px 12px 11px 12px;
    }
    #contact button {
        font-size: 18px;
        padding: 10px 25px;
    }
    #contact .form-info {
        font-size: 14px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 11px;
    }
    h1,
    h2,
    h3 {
        line-height: 29px;
    }
    h2 {
        font-size: 26px;
    }
    .navbar {
        position: fixed !important;
    }
    /* Header 
  	----------------------------------- */
    header h1 {
        margin: 0 0 16px 0;
        font-size: 28px;
    }
    header .subtitle {
        font-size: 21px;
    }
    header .button {
        padding: 4px 45px;
        margin-top: 8px;
    }
    header .flex-control-nav {
        bottom: 26.7%;
    }
    .flex-control-paging li a {
        width: 9px;
        height: 9px;
    }
    header .notebookslider {
        height: 275px;
    }
    #information h2 {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    /* Newsletter 
  	----------------------------------- */
    #newsletter h2 {
        font-size: 18px;
    }
    #newsletter h2 i {
        font-size: 20px;
    }
    /* About Us 
  	----------------------------------- */
    #about .profile-image {
        border-width: 8px;
    }
    #about h3 {
        font-size: 18px;
    }
    #about .profiles .social-icons li a {
        margin: 0 5px;
        width: 33px;
        line-height: 33px;
        font-size: 14px;
    }
    /* Testimonials 
  	----------------------------------- */
    #testimonials .testimonial {
        font-size: 20px;
    }
    /* Contact 
  	----------------------------------- */
    #contact input {
        padding: 8px;
        font-size: 12px;
    }
    #contact textarea {
        padding: 8px 8px 13px 8px;
        font-size: 12px;
    }
    #contact button {
        font-size: 14px;
        padding: 10px 13px;
    }
    #contact .form-info {
        font-size: 9px;
    }
    #contact label {
        font-size: 12px;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container {
        padding: 0 40px;
    }
    .navbar {
        position: fixed !important;
    }
    .navbar-fixed-top {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    /* Header 
  	----------------------------------- */
    header {
        text-align: center;
    }
    header .subtitle {
        display: block;
    }
    header .notebookslider {
        margin-top: 50px;
    }
    header .notebookslider {
        height: auto;
    }
    /* Newsletter 
  	----------------------------------- */
    #newsletter h2 {
        font-size: 18px;
    }
    #newsletter h2 i {
        font-size: 20px;
    }
    #newsletter .email {
        width: 60%;
    }
    /* Information 
  	----------------------------------- */
    #information {
        text-align: center;
    }
    #information .infoslider {
        margin: 120px 0 80px 0;
    }
    #information .infoslider img {
        margin-bottom: 25px;
    }
    #information .flex-direction-nav a {
        width: 37px;
        height: 37px;
    }
    #information .flex-next {
        background-position: -66px -28px;
        right: 40%;
        top: -40px;
    }
    #information .flex-prev {
        background-position: -7px -28px;
        left: 40%;
        top: -40px;
    }
    /* About Us 
  	----------------------------------- */
    #about {
        background-image: none;
        background-color: #f3f3f3;
        padding: 63px 0 20px 0;
    }
    #about .profile {
        margin-bottom: 60px;
    }
    /* Testimonials 
  	----------------------------------- */
    #testimonials .testimonial {
        font-size: 20px;
    }
    #testimonials .client-img {
        text-align: center;
        margin-bottom: 15px;
    }
    /* Pricing 
  	----------------------------------- */
    #pricing .pricing-column-left {
        padding-top: 0;
    }
    #pricing .pricing-column-right {
        padding-top: 0;
    }
    #pricing .pricing-table .column {
        margin-bottom: 30px;
    }
    #pricing .pricing-table .standard {
        border-right: 1px solid #c5c5c5;
    }
    #pricing .pricing-table .premium {
        min-height: 1px solid #c5c5c5;
    }
    #pricing .pricing-table .business {
        border-left: 1px solid #c5c5c5;
        margin-bottom: 0;
    }
    /* Gallery 
  	----------------------------------- */
    #gallery2,
    #gallery {
        text-align: center;
    }
    #gallery2 .galleryslider,
    #gallery .galleryslider {
        margin: 30px 0 80px 0;
    }
    #gallery2 .flex-direction-nav a,
    #gallery .flex-direction-nav a {
        top: 103%;
    }
    #gallery2 .flex-next,
    #gallery .flex-next {
        right: 0px;
    }
    #gallery2 .flex-prev,
    #gallery .flex-prev {
        right: auto;
    }
    #gallery2 .flex-control-nav,
    #gallery .flex-control-nav {
        text-align: center;
        padding-left: 0;
        bottom: -55px;
    }
    #gallery2 .flex-control-paging li a,
    #gallery .flex-control-paging li a {
        height: 10px;
    }
    /* Contact 
  	----------------------------------- */
    #contact {
        margin-top: 65px;
    }
    #contact h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    #contact h2 i {
        font-size: 60px;
        margin-right: 10px;
        display: block;
    }
    #contact p {
        text-align: center;
    }
    #contact .form-submit {
        text-align: center;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    h2 {
        font-size: 24px;
    }
    .navbar {
        position: fixed !important;
    }
    .navbar-fixed-top {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    /* Header 
  	----------------------------------- */
    header h1 {
        font-size: 30px;
    }
    header .subtitle {
        font-size: 22px;
    }
    header .flex-control-nav {
        bottom: 27%;
    }
    .flex-control-paging li a {
        width: 9px;
        height: 9px;
    }
    /* Newsletter 
  	----------------------------------- */
    #newsletter h2 {
        font-size: 14px;
    }
    #newsletter h2 i {
        font-size: 16px;
    }
    #newsletter .email {
        font-size: 14px;
        width: 50%;
        margin-left: 3px;
    }
    #newsletter .submit {
        font-size: 14px;
        padding: 0 25px;
    }
    /* Information 
  	----------------------------------- */
    #information .infoslider {
        margin: 120px 0 60px 0;
    }
    /* Contact 
  	----------------------------------- */
    #contact p {
        font-size: 13px;
    }
}

.text-white {
    color: #fff;
}

a.precontrata {
    color: #ef7d00 !important;
}

.swiper-container,
.swiper-slide {
    width: 98vw;
    height: calc(90vh - 100px);
}

.mini-home-anchor .swiper-container,
.mini-home-anchor .swiper-slide {
    width: 98vw;
    height: 400px;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide>img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
}

.swiper-slide .boton-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5%;
}

.swiper-slide .title {
    width: 100%;
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    margin-top: 20px;
}

.swiper-slide .subtitle {
    font-size: 21px;
    width: 100%;
    text-align: center;
}

.swiper-slide .text {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

.footer-logo {
    padding-top: 20px;
    height: 200px;
}

.terminos {
    display: flex;
    justify-content: space-between;
}

.direcciones-footer dt {
    padding: 10px 5px 5px 5px;
}

.p-t-20 {
    padding-top: 20px;
}


/* Breadcrumb 
----------------------------------- */

#breadcrumb {
    background-color: #fff;
    padding: 10px 0 0 0;
    box-shadow: 1px 1px 4px 1px #e1580a;
}

nav.breadcrumbs {
    padding-left: 1em;
    font-size: 0.85em;
    color: #838383;
}

nav.breadcrumbs ul li {
    display: inline;
}

nav.breadcrumbs ul li:last-child {
    font-weight: 500;
    color: #444;
}

nav.breadcrumbs ul li a {
    display: inline;
    float: none;
    text-decoration: none;
    color: #e1580a;
}

nav.breadcrumbs ul li a:hover {
    color: #444;
}

nav.breadcrumbs ul li i {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-contrata .button {
    color: #ffffff;
    background-color: #e1580a;
    padding: 11px 30px;
    font-weight: 800;
    display: inline-block;
    margin-top: 19px;
    border: 7px solid #e1580a;
    text-decoration: none;
}

.btn-contrata .button:hover {
    color: #e1580a;
    background-color: #ffffff;
    border: 7px solid #e1580a;
}