@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gotham-Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    line-height: 1.4;
    min-height: 2000px;
    padding-top: 100px;
}

@media (max-width: 1024px) and (min-width: 800px) {
    body {
        padding-top: 200px;
    }
}

p {
    font-size: 19px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #ff5907;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 2em;
    padding: 0 0.25em;
}

hr.star-light {
    border-color: white;
}

hr.star-light:after {
    background-color: #ff5907;
    color: white;
}

hr.star-primary {
    border-color: #fc3e02;
}

hr.star-primary:after {
    background-color: white;
    color: #fc3e02;
}

.hr {
    margin-bottom: 2rem;
    border: 0;
    height: 30px;
}

.hr-primary {
    background: url(../img/hr.png) center no-repeat;
}

.hrw-primary {
    background: url(../img/hrw.png) center no-repeat;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: white;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
}

header .intro-text .name {
    display: block;
    font-family: "Gotham-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 150px;
        padding-bottom: 70px;
    }
}

.navbar-custom {
    background: #fc3e02;
    font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    border: none;
    min-height: 9rem;
}

.navbar-custom .navbar-form {
    border-color: rgba(201, 37, 10, 0.35);
}

.navbar-custom .navbar-brand {
    padding: 15px;
    color: white;
    float: none;
    display: flex;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: white;
}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
    float: none !important;
    display: inline-block;
    align-items: center;
}

#bs-example-navbar-collapse-1 {
    text-align: center;
}

.navbar-collapse ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

@media (max-width: 767px) {
    .navbar-collapse ul {
        display: block;
    }
}


/* Media query para ajustar el espacio entre las listas en pantallas pequeñas */

@media (max-width: 767px) {
    .navbar-collapse ul {
        margin-top: 0 auto;
        /* Espacio entre las listas en pantallas pequeñas */
    }
}

.navbar-custom .navbar-nav li a {
    color: #000;
    font-size: 11px;
    padding: 13px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 7px;
}

.navbar-custom .navbar-nav li a:hover {
    color: #d2451e;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #d2451e;
}

.navbar-custom .navbar-nav li.active a {
    color: #d2451e;
    background: transparent;
    position: relative;
}

.navbar-custom .navbar-nav li.active a:after {
    visibility: hidden;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #d2451e;
    z-index: 5;
    bottom: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
    color: #ff5907;
    background: transparent;
}

.navbar-custom .navbar-toggle {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    border-color: #fc3e02;
    align-items: center;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #ff5907;
    color: white;
    border-color: #ff5907;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 0 15px;
    }
    .navbar-custom .navbar-nav li.active a:after {
        visibility: visible;
    }
    .navbar-custom.affix {
        padding: 15px 0;
    }
    .navbar-custom.affix .navbar-brand img {
        width: 170px;
        height: 58px;
    }
}

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

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav li a {
        font-size: 10px;
        padding: 10px 10px;
    }
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-brand {
        float: left;
        display: initial !important;
    }
}

section {
    padding: 100px 0;
}

section h2 {
    letter-spacing: -2px;
    margin: 0;
    font-size: 2em;
}

@media (min-width: 768px) {
    section h2 {
        font-size: 3em;
    }
}

section.success {
    background: #ff5907;
    color: white;
}

section.black {
    background: #3b3636;
    color: white;
}

@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 1rem auto;
    outline: 0;
}

#portfolio .portfolio-item .portfolio-link img {
    width: 100%;
}

#portfolio .portfolio-item .portfolio-link .caption {
    background: rgba(255, 89, 7, 0.4);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

@media (min-width: 992px) {
    #portfolio .portfolio-item .portfolio-link .caption {
        background: rgba(255, 89, 7, 0.2);
        opacity: 1;
    }
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: .5;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    /*vertical-align: middle;*/
    /*vertical-align: baseline;*/
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #ff5907;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
    background-color: #e33802;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fc3e02;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
}

.btn {
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 1rem;
}

.btn-abajo {
    font-size: 5rem;
    opacity: .8;
    line-height: 0;
    border: 3px solid #fc3e02;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    color: #fc3e02;
    transition: all 0.3s ease-in-out;
}

.btn-abajo:hover {
    border: 3px solid #ff5907;
    color: white;
    background-color: #fc3e02;
}

.btn-primary {
    border: 2px solid #fc3e02;
    transition: all 0.3s ease-in-out;
}

.btn-primary:active,
.btn-primary:hover {
    background-color: transparent !important;
    color: #fc3e02 !important;
    box-shadow: none !important;
    border-color: #fc3e02 !important;
}

.btn-secondary {
    color: #fc3e02 !important;
    font-size: 16px;
    border: solid 2px white;
    background: white;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.btn-secondary:active,
.btn-secondary:hover {
    background-color: transparent !important;
    color: white !important;
    box-shadow: none !important;
    border-color: white !important;
}

.btn-yellow {
    color: #fff !important;
    font-size: 14px;
    border: solid 2px white;
    background: #c89211;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
}

.btn-yellow:active,
.btn-yellow:hover {
    background-color: darker(#c89211, 20%) !important;
    color: white !important;
    box-shadow: none !important;
    border-color: white !important;
}

.btn-outline {
    color: #fc3e02;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border: solid 2px #fc3e02;
    background: transparent;
    padding: 5px 15px;
    border-radius: 60px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #ff5907;
    border-color: #ff5907;
    background: transparent;
    box-shadow: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #fc3e02;
    border-color: #fc3e02;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #c93202;
    border-color: #bf2f02;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fc3e02;
    border-color: #fc3e02;
}

.btn-primary .badge {
    color: #fc3e02;
    background-color: #ffffff;
}

.btn-success {
    color: #000000;
    background-color: #ff5907;
    border-color: #ff5907;
    font-weight: 700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #d34600;
    border-color: #c94200;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #ff5907;
    border-color: #ff5907;
}

.btn-success .badge {
    color: #ff5907;
    background-color: #ffffff;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #fc3e02;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #fc3e02;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

#skipnav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000;
}

#skipnav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ff5907;
    outline: 0;
    transition: top 0.1s ease-in, background 0.5s linear;
}

div#maincontent {
    outline: none;
}

.carousel-inner {
    height: 100%;
    position: center;
    width: 100%;
    overflow: hidden;
}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel {
    padding: 0 auto;
    margin-top: 0 auto;
}

.carousel .carousel-caption {
    background-color: #fc3e02;
    color: white;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 4rem 4rem 8rem;
    font-size: .8rem;
    text-shadow: none;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background-image: none;
}

.carousel .carousel-control.left i,
.carousel .carousel-control.right i {
    font-size: 3rem;
    font-family: FontAwesome;
    top: 40%;
    text-shadow: none;
}

.carousel .carousel-control.left i.icon-prev:before,
.carousel .carousel-control.right i.icon-prev:before {
    content: "\f053";
}

.carousel .carousel-control.left i.icon-next:before,
.carousel .carousel-control.right i.icon-next:before {
    content: "\f054";
}

#mainHero {
    background-image: url('../img/bg-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#mainHero .titulo {
    color: white;
    font-size: 3rem;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    #mainHero .titulo {
        font-size: 3.5rem;
        line-height: 1.1;
    }
}

#mainHero .titulo strong {
    font-size: 5rem;
    letter-spacing: -4px;
}

#mainHero .intro-teFxt {
    color: #333333;
}

#mainHero .subtitulo {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: -0.5px;
}

#expertos {
    background: #f2f2f2;
    padding-top: 60px !important;
    background-size: cover;
}

#pagos {
    background: #ff5907 url('../img/personm.png') right no-repeat;
    padding: 5rem 0;
    background-size: cover;
}

#pagos .col-md-6 img {
    margin: 2rem 0;
}

#expertos,
#pagos {
    text-align: center;
    padding: 100px 0;
}

#pagos {
    text-align: initial;
}

@media (min-width: 768px) {
    #pagos {
        padding: 5rem 0;
    }
    #pagos .col-md-6 img {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #expertos,
    #pagos {
        text-align: left;
    }
}

.marginbottom {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

iframe {
    height: 0;
    display: block;
}


/* new landing */

.footer-top {
    padding: 2rem 0;
}

.footer-top .row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .footer-top .row {
        flex-wrap: nowrap;
    }
}

.footer-top .logos {
    width: 200px;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .footer-top .logos {
        width: initial;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

#newsletter-form {
    margin: 2rem 0;
}

#newsletter-form .input-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#newsletter-form .input-group input[type=email] {
    height: 40px;
    padding: 10px 20px;
    border-radius: 0;
    outline: none;
}

#newsletter-form .input-group button {
    border: 0;
    margin: 0;
}

.social a {
    padding: 10px;
}


/* news style 19*/

.barra {
    margin: 2rem auto 3rem;
}

.box-naranja-outline {
    text-align: center;
    color: #d34728;
    font-style: italic;
    font-weight: 200;
    padding: 10px;
    margin: 4rem auto;
    width: 50%;
}


/* NEW STYLES 2019 */

.store {
    width: 170px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .store {
        width: 250px;
    }
    .modal-dialog {
        min-width: 700px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        min-width: 810px;
    }
}

strong {
    font-family: 'Gotham-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio {
    margin-bottom: 40px !important;
}

#banner-centros {
    background-color: #efefef;
    padding-bottom: 0;
    margin-top: 100px;
    padding: 4rem 2rem;
}

@media (max-width: 767px) {
    #banner-centros {
        margin-top: 75px;
    }
}

#mainHero .container-fluid {
    background-color: #fff;
    padding: 0;
}

#banner-centros {
    background-color: #d44627;
}

#mainHero .titulo strong {
    letter-spacing: 0px;
    font-size: 2.5rem;
}

#mainHero .titulo {
    margin-bottom: 1rem;
    font-size: 2rem;
}

video {
    width: 100% !important;
    height: auto !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#portfolio {
    padding: 0;
    margin-bottom: 100px;
}

#portfolio .titulo {
    text-align: center;
    font-weight: 200;
    font-size: 1.6rem;
    color: #ffffff;
    padding: 2rem;
}

#portfolio .titulo strong {
    font-size: 3rem;
    line-height: 1.2;
}


/*.navbar-custom .navbar-brand {
    padding: 5px 15px;
}*/

@media (min-width: 768px) {
    /* .navbar-custom .navbar-brand {
        padding: 15px;
    }*/
    #mainHero .titulo {
        font-size: 4rem;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .navbar-custom .navbar-nav {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
        align-items: center;
        padding-top: 5px;
    }
    #bs-example-navbar-collapse-1 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    /*#mainHero {}*/
    #portfolio .titulo {
        font-size: 3rem;
    }
    #portfolio .titulo strong {
        font-size: 4rem;
    }
}


/* menu*/

.navbar-custom {
    background-color: #fff;
}

.navbar-custom .navbar-toggle {
    color: #fc3e02;
    text-transform: uppercase;
    font-size: 30px;
    border-color: white;
    align-items: center;
}

#portfolio .row.flor {
    background-color: #ff5907;
    margin-top: 2rem;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: 30%;
}

@media (min-width: 768px) {
    #expertos .container {
        background-position: center right;
    }
}

header .container-fluid {
    padding-top: 100px;
    padding-bottom: 0px;
}

div#maincontent {
    padding-top: 1.5rem;
}

header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 0;
        padding-bottom: 20px;
    }
    header .container-fluid {
        padding-top: 210px;
        padding-bottom: 0px;
    }
}


/* ajustes para popup*/

.recordatorio-modal .form-control {
    border: 1px solid #e6e9ed;
}

.recordatorio-modal .form-control:focus {
    border-color: #ef8668;
    outline: 0;
    box-shadow: none;
}

.recordatorio-modal .form-control {
    height: 40px;
}

.recordatorio-modal .modal-header {
    padding: 15px;
    border-bottom: 0;
    /*background: #d34728;*/
    background-image: url("/img/banner-suscripcion.png");
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 400px;
}

@media (max-width: 992px) {
    .recordatorio-modal .modal-header {
        background-image: url(/img/banner-suscripcion-mobile.png);
        width: auto;
        height: 419px;
    }
}

@media (max-width: 768px) {
    .recordatorio-modal .modal-header {
        background-image: url(/img/banner-suscripcion-mobile.png);
        background-size: cover;
        width: auto;
        height: 230px;
    }
}

.modal-header .brand h6 {
    color: #fff;
    text-transform: initial;
}

.modal-header .brand img {
    margin: 2rem auto 0;
}

.modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: .5;
    font-weight: 200;
    font-size: 2rem;
}

.recordatorio-modal .modal-title {
    color: #fff;
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    padding: 2rem 0rem 1rem;
    text-transform: initial;
    font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.recordatorio-modal .modal-body {
    padding: 4rem 4rem 2rem;
    text-align: center;
    display: table;
    /*width: 100%;*/
}

.modal-body img {
    width: 80%;
    margin: 0 auto;
}

.recordatorio-modal .modal-body h2 {
    font-size: 3.4rem;
    font-weight: normal;
    text-transform: initial;
    color: #434a54;
}

.modal-gracias {
    padding: 2rem 3rem;
}

.modal-gracias p {
    font-size: 16px;
}

.recordatorio-modal .modal-footer {
    text-align: center;
    border: 0;
}

.recordatorio-modal .modal-footer button {
    outline: 0;
    margin-top: 0;
}

.recordatorio-modal.modal {
    text-align: center;
    padding: 0 !important;
}

.recordatorio-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.btn-dark {
    background-color: #434a54;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
}

.btn-dark:hover {
    color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #d34728;
    border-color: #d34728;
    font-weight: 700;
}

.btn-primary:active,
.btn-primary:hover {
    color: #d34728 !important;
    border-color: #d34728 !important
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

label.css-label {
    background-image: url(../img/check-bg.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

label a {
    color: #cacaca;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 29px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    color: #cacaca;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -24px;
}

select {
    border: 1px solid #e6e9ed;
    background: transparent !important;
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/down.png) 95% / 5% no-repeat #fff !important;
    color: #969696 !important;
}


/* CAUTION: IE hackery ahead */

select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}

@media (min-width: 768px) {
    .modal-body img {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .modal-header .brand img {
        width: 200px;
    }
    .recordatorio-modal .modal-title {
        font-size: 3.8rem;
    }
    .modal-content {
        display: table;
        /* IE < 10, Opera *Presto* Desktop (Now dead) */
        display: -webkit-box;
        /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
        display: -moz-box;
        /* Firefox 2 - 27 (2009 Spec), UCMini Android */
        display: -ms-flexbox;
        /* IE10 (2012 Syntax) */
        display: -webkit-flex;
        /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        display: flex;
    }
    .modal-header {
        display: table;
        /* IE < 10, Opera *Presto* Desktop (Now dead) */
        display: -webkit-box;
        /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
        display: -moz-box;
        /* Firefox 2 - 27 (2009 Spec), UCMini Android */
        display: -ms-flexbox;
        /* IE10 (2012 Syntax) */
        display: -webkit-flex;
        /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .modal-form .close,
    .modal-gracias .close {
        top: 0;
        position: absolute;
        right: 0;
        width: 50px;
        height: 50px;
        outline: 0;
    }
    .modal-gracias {
        min-width: 50%;
    }
    input[type=checkbox].css-checkbox+label.css-label {
        line-height: 16px;
    }
    .recordatorio-modal.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
}


/* target Internet Explorer 9 to undo the custom arrow */

@media screen and (min-width:0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}


/* NUEVOS*/

#video-principal {
    margin: 3rem 0;
    background: url('../img/bg-header-principal.png');
    background-size: cover;
    padding: 6rem 2rem;
}

.logos {
    margin: 3rem auto;
}

#slider-principal {
    background-color: #fff;
    margin-top: 0 auto;
}


/*#slider-principal .carousel-inner {
    min-height: 350px
}

@media (min-width: 768px) {
    #slider-principal .carousel-inner {
        min-height: 450px
    }
}

@media (min-width: 992px) {
    #slider-principal .carousel-inner {
        min-height: 600px
    }
}

@media (min-width: 1200px) {
    #slider-principal .carousel-inner {
        min-height: 850px
    }
}*/

#slider-principal .carousel-control .glyphicon {
    text-shadow: none;
    color: #ee572a;
    font-size: 25px !important;
}

@media (max-width: 992px) and (min-width: 768px) {
    #page-top {
        padding-top: 100px;
    }
}

.carousel-indicators {
    margin: 0 auto;
    margin-top: 0 auto;
}

.carousel-indicators li {
    border: 1px solid #ee572a;
}

.carousel-indicators .active {
    background-color: #ee572a;
}

#call-to-action {
    background-color: #c89211;
    padding: 20px;
}

#call-to-action .titulo {
    font-size: 2rem;
    color: #fff;
}

@media (min-width: 768px) {
    #call-to-action {
        padding: 50px;
    }
    #call-to-action .titulo {
        font-size: 5rem;
    }
}

.naranja {
    color: #DC5128;
}

.img-responsive {
    margin: 0 auto;
}

.hr-popup {
    height: 30px;
    background: url(../img/hrw.png) center no-repeat;
    width: 100%;
    background-size: contain;
    border: 0;
}

.hr-primary {
    height: 3px;
    background: #DC5128;
    width: 5%;
}

.hrw-primary {
    height: 3px;
    background: #fff;
    width: 5%;
}

.items-impresion {
    margin: 4rem 0;
}

.items-impresion .row {
    display: table;
    /* IE < 10, Opera *Presto* Desktop (Now dead) */
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
    display: -moz-box;
    /* Firefox 2 - 27 (2009 Spec), UCMini Android */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    display: -webkit-flex;
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.items-impresion .row .item {
    display: table;
    /* IE < 10, Opera *Presto* Desktop (Now dead) */
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
    display: -moz-box;
    /* Firefox 2 - 27 (2009 Spec), UCMini Android */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    display: -webkit-flex;
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}

.items-impresion .row .item .desc-item {
    padding-left: 10px;
    padding-right: 20px;
}

.desc-item h4 {
    font-size: 1.4rem;
    margin: 0 0 5px;
}

.desc-item p {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .items-impresion .row .item {
        flex: 1;
        margin-bottom: 0rem;
    }
    .items-impresion .row {
        flex-wrap: initial;
    }
}

#pagos {
    background: #d34728;
}

#apps {
    background: url('../img/bg-apps.jpg');
    background-size: cover;
    padding: 100px 0 0;
}

#apps .body-content .equipos-img {
    margin-bottom: 0;
}

.body-content {
    margin-top: 2rem;
    display: table;
    /* IE < 10, Opera *Presto* Desktop (Now dead) */
    display: -webkit-box;
    /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
    display: -moz-box;
    /* Firefox 2 - 27 (2009 Spec), UCMini Android */
    display: -ms-flexbox;
    /* IE10 (2012 Syntax) */
    display: -webkit-flex;
    /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    #apps .body-content {
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    #apps .body-content .equipos-img {
        margin-bottom: -50px;
    }
}

#slider-testimonios .item {
    text-align: center;
    padding: 2rem 4rem;
}

#slider-testimonios img {
    width: 20%;
    margin-bottom: 2rem;
}

#slider-testimonios .glyphicon {
    text-shadow: none;
    font-size: 20px;
}

#slider-testimonios .caption-testimonio p {
    color: #fff;
    font-size: 1.2rem;
    font-style: italic;
}

#slider-testimonios .name-testimonio {
    color: #fff;
    font-size: 1rem;
    font-style: italic;
}

@media (min-width: 992px) {
    #slider-testimonios .item {
        text-align: initial;
        padding: 2rem;
    }
    #slider-testimonios img {
        width: 50%;
        margin-bottom: 0;
    }
    #slider-testimonios .caption-testimonio p {
        font-size: 1.6rem;
    }
}

.box-naranja {
    background: #d34728;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    padding: 10px;
    margin: 2rem auto;
    width: 50%
}

@media (min-width: 768px) {
    .box-naranja {
        font-size: 2.4rem;
    }
}

#teofrecemos {
    background-color: #ffffff;
}

#teofrecemos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#teofrecemos li {
    padding-left: 1em;
    text-indent: -.7em;
    line-height: 1.5
}

#teofrecemos li::before {
    content: "- ";
    color: #d34728;
}

.barra img {
    width: 60%;
}

footer {
    background-color: #d2451e;
}

.cta-slider {
    color: #222222;
    font-size: 2rem;
    margin-top: 5rem;
}

.cta-slider li {
    width: 50%;
    padding-right: 15px;
}

.cta-slider h2 {
    margin: 0 4rem 4rem;
    font-size: 2rem;
}

.cta-slider ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    padding: 0 4rem;
    width: 100%;
    margin: 0;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .cta-slider ul {
        width: 80%;
        margin: 2rem auto;
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .cta-slider h2 {
        font-size: 3rem;
    }
    .cta-slider ul {
        width: 60%;
        margin: 2rem auto;
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .mobile-center {
        text-align: center;
    }
    .mobile-center hr {
        margin: 0 auto !important;
    }
}


/*fix for ios and firefox */

@supports (-ms-ime-align:auto) {
    .recordatorio-modal .modal-body {
        display: table-cell;
    }
}

@-moz-document url-prefix() {
    .recordatorio-modal .modal-body {
        display: table-cell;
    }
}

@media not all and (min-resolution:.001dpcm) {
    /*@media {
        .recordatorio-modal .modal-body {
            display: table-cell;
        }
    }*/
    .recordatorio-modal .modal-body {
        display: table-cell;
    }
}

#marbete {
    background-color: #fff;
}

#marbete .titulo-marbete h2 img {
    display: inline-block;
    width: 200px;
    margin: 7px auto;
    vertical-align: top;
}

@media (min-width: 768px) {
    #marbete .titulo-marbete h2 img {
        width: 100%;
        max-width: 190px;
        margin-bottom: 6px;
    }
}

#orientacion {
    padding: 0;
}

#orientacion,
#slider-orientacion {
    background-color: #f2f2f2;
}

#texto-grua {
    background-color: #f2f2f2;
}

#licencia{
    background-color: #f2f2f2;
}

#texto-orientacion ul {
    padding: 0 !important;
}

#slider-orientacion .titulo-grua h2 img {
    display: inline-block;
    width: 200px;
    margin: 7px auto;
    vertical-align: top;
}

@media (min-width: 768px) {
    #slider-orientacion .titulo-orientacion h2 img {
        width: 100%;
        max-width: 190px;
        margin-bottom: 6px;
    }
}

.logo-asctexto {
    display: inline;
    font-weight: bold;
    color: #DC5128;
}

.granfam {
    font-weight: bold;
}

#slider-orientacion .container-fluid {
    padding: 0;
}

@media (max-width: 767px) {
    #texto-orientacion {
        padding: 15px 0 30px;
    }
}