@charset "UTF-8";

/* GLOBAL
----------------------*/

body {
    font-family: 'Roboto', sans-serif;
    position: relative;

    text-align: justify;
}

a {
    color: #ff5c00;
}

a:hover,
a:focus {
    color: #ff5c00;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #2a2c38;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #00406d;
}

h5 {
    font-size: 28px;
    font-weight: 400;
    color: #ff5c00;
    margin-bottom: 0.7rem;
}

p {
    color: #2a2c38;
    font-weight: 400;
}

p.lead {
    color: #ff5c00;
    margin-bottom: 2rem;
}

.text-primary {
    color: #00406d !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 0.6rem 2rem;
    border: 2px #2a2c38 solid;
    color: #2a2c38;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #555555 0%, #555555 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #f1f1f1;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
    background-color: #80000b;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section-title small {
    color: #a65012;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    /*padding: 1rem 0;*/
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #ffffff;
}

.nav-menu.is-scrolling {
    padding: 4px 0;
    transition: 0.5s;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-toggler {
    color: #00406d;
    border-color: #00406d;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,64,109, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(0,64,109);
} 

.navbar {
    padding: 0.9rem 1rem;
}

.top_nav {
    float: left;
    width: 100%;
    background: #80000b;
    font-size: 13px;
    color: #fff;
    min-height: 42px;
}
.top_nav .left {
    float: left;
    width: 30%;
    padding: 12px 0px 12px 0px;
}
.top_nav .right {
    float: left;
    width: 100%;
    text-align: right;
}
.top_nav ul.tplinks {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 12px;
}
.top_nav .tplinks li {
    float: left;
    padding: 0px;
    margin: 0px 23px 0px 0px;
    letter-spacing: 0.3px;
}
.top_nav .tplinks li a {
    float: left;
    color: #ffffff;
    font-size: 13px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-right: 0px;
    cursor: pointer;
}
body .tplinks a i {
    background: #999;
    color: #f7f7f7;
    border-radius: 100%;
    width: 20px;
    height: 15x;
    font-size: 11px;
    line-height: 20px;
}
ul li {
    list-style: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 1rem;
        font-size: 16px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}

.navbar-toggler {
    padding: .25rem .27rem;
}


/* HERO
----------------------*/

header {
    padding: 85px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: url(../images/header_fondo.jpg);
    background-repeat: no-repeat;
    background-size: 130% 100%;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    background-color: #ff5c00;
}

.img-holder {
    /*height: 0;
    padding-bottom: 30%;*/
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 0%;
    }
}

@media (max-width:991px) {
    .img-holder {
        padding-bottom: 10%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 10%;
    }
    .bg-gradient {
        background-size: 130% 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #ff5c00;
    background: -moz-linear-gradient(top, #ff5c00 0%, #ff5c00 100%);
    background: -webkit-linear-gradient(top, #ff5c00 0%, #ff5c00 100%);
    background: linear-gradient(to bottom, #ff5c00 0%, #ff5c00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #00406d;
    background: -moz-linear-gradient(top, #a65012 0%, #a65012 100%);
    background: -webkit-linear-gradient(top, #a65012 0%, #a65012 100%);
    background: linear-gradient(to bottom, #a65012 0%, #a65012 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 16px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #ff5c00;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #ff5c00 0%, #ff5c00 100%);
    background-image: -webkit-linear-gradient( 122deg, #ff5c00 0%, #ff5c00 100%);
    background-image: -ms-linear-gradient( 122deg, #ff5c00 0%, #ff5c00 100%);
    background-image: linear-gradient( 122deg, #ff5c00 0%, #ff5c00 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.4;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #fef8f4 #fef8f4 #FFF;
    font-size: 19px;
    color: #f2b589;
    background: #fcede2;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ff5c00 #fef8f4 #FFF;
    color: #ff5c00;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #f0aa78;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5c00;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff5c00;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ff5c00 #fef8f4 #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #ff5c00;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #ff5c00;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    /*text-align: right;*/
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #ffffff;
    transition: all 0.3s ease;
    /*border: 1px solid #f0aa78;*/
}

.social-icons a#facebook {
    background-color: #3b5998;
}
.social-icons a#twitter {
    background-color: #55acee;
}

.social-icons a:hover {
    text-decoration: none;
    /*color: #ff5c00;*/
    opacity: 0.9;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}


#scrollUp {
    bottom: 10px;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #80000b;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
}

/*BootStrap*/
.list-group-item {
    border: 1px solid #fef8f4;
}
label {
    color: #3e3e40;
    font-weight: 300;
    margin-bottom: .1rem;
}

.has-error {
  border-color: #a94442 !important;
}
.has-success {
  border-color: #3c763d !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #2a2c38;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff5c00;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #80000b;
}

footer{
    background-color: #2a2c38;
    font-size: 0.9rem;
}
footer a, footer a:hover {
    color: #ffffff;
}
footer p{
    color: #ffffff;
}

.soluciones{
    color:#2a2c38;
    margin-bottom: 65px !important;
}
.soluciones h1 {
    text-shadow: 0.01em 0.03em #fff;
}