/*
    expedienteh.com
    main.css
*/
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

/* structure */
body {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

img {
    max-width: 100%;
}

/* global */
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

h1, .h1 {
    font-size: 2.4em;
    line-height: 38px;
}

h2 {
    font-size: 2.1em;
    line-height: 28px;
}

h3 {
    font-size: 1.7em;
    line-height: 28px;
}

h4 {
    font-size: 1.4em;
    line-height: 26px;
}

h5, .h5 {
    font-size: 1.2em;
    line-height: 20px;
}

h6, .h6 {
    font-size: 1.1em;
    line-height: 20px;
}

/* input */
.form-control {
    
}

/* a */
a {
    color: black;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #b72259;
}

/* alert */
.alert {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

/* header */
header {
    
}

.header-navbar,
.header-navbar {
    z-index: 9999;
}

/* header-top */
.header-navbar {
}

.header-navbar .navbar {
    background-color: rgba(255,255,255,1);
    margin: 0;
}

.header-navbar .navbar .navbar-brand {
    padding: 5px;
}

.header-navbar .navbar .navbar-brand img {
    height: 40px;
}

@media (min-width: 992px) {
    .header-navbar .navbar .navbar-brand {
        height: 100px;
        padding: 20px;
    }
    
    .header-navbar .navbar .navbar-brand img {
        height: 60px;
    }
}

/* header-navbar */
.header-navbar .navbar {
    background-color: rgba(255,255,255,1);
    margin: 0;
    min-height: 60px;
}

@media (min-width: 992px) {
    .header-navbar .navbar {
        min-height: 100px;
        height: 100px;
    }
}

.header-navbar .navbar .header-navigation {

}

.header-navbar .navbar .header-navigation li a {
    padding-top: 35px;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.header-navbar .navbar .header-navigation li a:hover {
    color: #b72259;
}

@media (min-width: 992px) {
    .header-navbar .navbar .header-navigation li a {
        padding-left: 0;
    }
}

/* top-wrapper */
#top-wrapper {
    background-color: #f3f4f8;
}

#top-wrapper .top-actions {
    
}

@media (min-width: 992px) {
    #top-wrapper .top-actions {
        position: relative;
        margin-top: 0px;
    }
}

#top-wrapper .top-actions .action-col {
    display: block;
    width: 100%;
    height: 280px;
    background-color: rgba(183,34,88,1);
    text-align: center;
}

@media (min-width: 992px) {
    #top-wrapper .top-actions .action-col {
        width: 50%;
    }
}

#top-wrapper .top-actions .action-col-left {  
    float: none;
}

@media (min-width: 992px) {
    #top-wrapper .top-actions .action-col-left {
        float: left;
        background: -moz-linear-gradient(70deg, rgba(183,34,88,1) 0%, rgba(183,34,88,1) 85%, rgba(183,34,88,0) 85%, rgba(183,34,88,0) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(183,34,88,1)), color-stop(85%, rgba(183,34,88,1)), color-stop(85%, rgba(183,34,88,0)), color-stop(100%, rgba(183,34,88,0)));
        background: -webkit-linear-gradient(70deg, rgba(183,34,88,1) 0%, rgba(183,34,88,1) 85%, rgba(183,34,88,0) 85%, rgba(183,34,88,0) 100%);
        background: -o-linear-gradient(70deg, rgba(183,34,88,1) 0%, rgba(183,34,88,1) 85%, rgba(183,34,88,0) 85%, rgba(183,34,88,0) 100%);
        background: -ms-linear-gradient(70deg, rgba(183,34,88,1) 0%, rgba(183,34,88,1) 85%, rgba(183,34,88,0) 85%, rgba(183,34,88,0) 100%);
        background: linear-gradient(70deg, rgba(183,34,88,1) 0%, rgba(183,34,88,1) 85%, rgba(183,34,88,0) 85%, rgba(183,34,88,0) 100%);
    }
}

#top-wrapper .top-actions .action-col-right {  
    float: none;
}

@media (min-width: 992px) {
    #top-wrapper .top-actions .action-col-right {
        float: right; 
        background: -moz-linear-gradient(70deg, rgba(183,34,88,0) 0%, rgba(183,34,88,0) 15%, rgba(183,34,88,1) 15%, rgba(183,34,88,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(183,34,88,0)), color-stop(15%, rgba(183,34,88,0)), color-stop(15%, rgba(183,34,88,1)), color-stop(100%, rgba(183,34,88,1)));
        background: -webkit-linear-gradient(70deg, rgba(183,34,88,0) 0%, rgba(183,34,88,0) 15%, rgba(183,34,88,1) 15%, rgba(183,34,88,1) 100%);
        background: -o-linear-gradient(70deg, rgba(183,34,88,0) 0%, rgba(183,34,88,0) 15%, rgba(183,34,88,1) 15%, rgba(183,34,88,1) 100%);
        background: -ms-linear-gradient(70deg, rgba(183,34,88,0) 0%, rgba(183,34,88,0) 15%, rgba(183,34,88,1) 15%, rgba(183,34,88,1) 100%);
        background: linear-gradient(70deg, rgba(183,34,88,0) 0%, rgba(183,34,88,0) 15%, rgba(183,34,88,1) 15%, rgba(183,34,88,1) 100%);
    }
}

#top-wrapper .top-actions .action-col .action-btn {
    display: inline-block;
    padding: 45px 5px 45px 5px;
}

#top-wrapper .top-actions .action-col .action-btn .action-title {
    font-size: 3em;
    color: white;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width: 992px) {
    #top-wrapper .top-actions .action-col .action-btn .action-title {
        font-size: 5em;   
    }
}

#top-wrapper .top-actions .action-col-right .action-btn .action-title {
    text-align: right;
    
}

#top-wrapper .top-actions .action-col .action-btn .action-title > small {
    display: block;
    color: white;
    
}

#top-wrapper .top-actions .action-col .action-btn .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 35px;
    border: solid 1px white;
    background-color: transparent;
    color: white;
}

#top-wrapper .top-breadcrumb {
    background-color: #b72259;
    padding: 5px 0;
}

#top-wrapper .top-breadcrumb .breadcrumb {
    margin: 0;
    padding: 5px 0;
    background-color: #b72259;
}

#top-wrapper .top-breadcrumb .breadcrumb li {
    font-size: 12px;
    line-height: 1;
    position: relative;
}

#top-wrapper .top-breadcrumb .breadcrumb li:first-of-type::before {
    content: none;
}

#top-wrapper .top-breadcrumb .breadcrumb li::before {
    content: '|';
    font-size: 16px;
    right: -5px;
    top: 0;
    color: #eae9e9;
}

#top-wrapper .top-breadcrumb .breadcrumb li a {
    color: white;
}

#top-wrapper .top-breadcrumb .breadcrumb li.active {
    color: #e4e4e4;
}

/* main-wrapper */
#main-wrapper {
}

/* block-wrapper */
.block-wrapper {
    
}

/* block-title */
.block-title {
    border: none;
    min-height: 50px;
    padding: 14px 0px;
}

.block-title .title-h {
    font-size: 26px;
    line-height: 1.25em;
    font-weight: 500;
    color: #b72258;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:' ';
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .block-title .title-h {
        font-size: 42px;
    }
}

/* section-wrapper */
.section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* section-content */
.section-content {
    padding: 25px 15px 20px 15px;
    background-color: white;
}

/* section-title */
.section-title {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 10px;
}

.section-title .title-h {
    font-size: 26px;
    line-height: 1.25em;
    font-weight: 500;
    color: #b72258;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:' ';
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section-title .title-h {
        font-size: 42px;
    }
}

/* bottom-wrapper */
#bottom-wrapper {
    
}

/* footer */
footer {
    
}

footer .footer-top {
    background-color: white;
    padding-top: 35px;
    padding-bottom: 35px;
}

footer .footer-middle {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: white;
    text-align: center;
}

footer .footer-middle .title-footer {
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: center;
}

footer .footer-middle .title-footer > span {
    display: inline-block; 
}

footer .footer-middle ul {
    line-height: 1.2;
    padding: 0;
    list-style: none;
}

footer .footer-middle ul li a {
    color: black;
    font-size: 0.8em;
}

footer .footer-middle ul li a:hover {
    color: #b21e3f;
}

footer .footer-middle .footer-social {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}

footer .footer-middle .footer-social li {
    display: inline-block;
}

footer .footer-middle .footer-social li a {
    font-size: 20px;
    line-height: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    text-align: center;
    border: 1px solid #969595;
    border-radius: 100%;
    color: #969595;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

footer .footer-middle .footer-social li a:hover {
    color: white;
    border: 1px solid #555555;
    background-color: #555555;
}

footer .footer-bottom {
    font-size: 14px;
    padding: 5px;
    color: #bababa;
    background-color: #222222;
}

footer .footer-bottom a {
    color: white;
}

/* prices */
.price-well {
    position: relative;
    display: block;
    padding: 45px 30px 40px;
    border: 2px solid white;
    margin-bottom: 40px;
    height: 360px;
}

.price-well:hover {
    background-color: #b72259;
    border-color: #b72259;
}

.price-well,
.price-well * {
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}

.price-well .price-media {
    text-align: center;
}

.price-well .price-img {
    
}

.price-well .price-img img {
    display: inline-block;
    width: auto;
    height: 100px;
}

.price-well .price-info {
    padding: 25px 0 0 0;
}

.price-well .price-info .price-name {
    color: #b72259;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 19px;
}

.price-well:hover .price-info .price-name {
    color: white;
}

.price-well .price-info .price-caption {
    text-align: justify;
    color: white;
}

/* message-box */
.message-box {
    padding: 20px 0;
    background: transparent;
}

.message-box .alert {
    font-size: 0.8em;
}

.message-box label {
    color: #222222;
}

.message-box input,
.message-box select,
.message-box textarea {
    margin-bottom: 30px;
    background: #dddddd;
    border: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
    background: #333333;
    color: #dddddd;
            box-shadow: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.message-box textarea {
    padding: 10px 10px 10px 20px;
    resize: vertical;
    height: 90px;
}
 
.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
    box-shadow: none;
    outline: none;
}

.message-box .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.message-box .submit-btn {
    background-color: #b72259;
    color: white;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

/* contact-box */
.contact-box {
    display: block;
    width: 100%;
    text-align: center;
    margin: 35px 5px 10px 5px;
}

.contact-box .bullet {
    display: block;
    padding-right: 15px;
}

.contact-box .bullet i {
    font-size: 1.8em;
    color: #b72259;
}

.contact-box h3 {
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #b72259;
}

/* fee-item */
.fee-item {
    background-color: #b21e3f;
}

.fee-item .fee-image {
    
}

.fee-item .fee-caption {
    padding: 15px 10px 15px 10px;
    text-align: center;
}

.fee-item .fee-caption .fee-price {
    font-weight: 600;
    font-size: 36px;
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

/* home-a */
#home-a {
    margin-top: 65px;
    margin-bottom: 60px;
}

#home-b {
    position: relative;
    display: block;
    width: 100%;
    min-height: 20vh;
    background-color: white;
    background-image: url(../images/background/home/inicio-b.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 20px solid #b72259;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

@media (min-width: 992px) {
    #home-b {
        min-height: 50vh;
        background-size: 100% auto;
    }
}

/* informer */
#informer-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

/* customer */
#customer-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

#customer-b {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    min-height: 40vh;
    background-color: white;
    background-image: url(../images/background/customer/customer-b.jpg); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#customer-b::after {
    background: rgba(38,38,38,0.8);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

#customer-b .section-wrapper {
    background: none;
}

#customer-b .section-content {
    background: none;
}

/* purchase */
#purchase-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

/* content */
#content-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

/* about */
#about-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

#about-b {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #b72258;
    color: white;
}

#about-b .title-h {
    color: white;
}

/* fees */
#fees-a {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
}

#fees-b {
    padding-top: 60px;
    padding-bottom: 65px;
    background-color: #f0f0f0;
    color: white;
}