@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Roboto", sans-serif;
}

a {
    color: #f49717;
}

a:hover, a:active, a:focus {
    color: #f48800;
    outline: none;
    text-decoration: none;
}

p {
    font-size: 1.125rem;
    color: #757575;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding: 0;
    color: #05050A;
}

.bg-light {
    background-color: #f2f5f6 !important;
}

.titulos {
    color: #f49717;
    font-size: 3rem;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
#mainNav {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
    transition: background-color .5s ease;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #f49717;
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
}

#mainNav .navbar-brand {
    color: #f49717;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f49717
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #05050A;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f49717
}

#mainNav .navbar-nav .iniciar .nav-link {
    color: #f49718 !important;
    background-color: #fff;
    border-color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    font-size: .8em;
    margin-top: 1px;
    margin-left: 10px;
}

#mainNav .navbar-nav .iniciar .nav-link:hover {
    background-color: #676767;
    border-color: #676767;
}

#mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    position: absolute;
    top: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-nav {
    margin-top: 11px;
}

.navbar-nav .nav-item p {
    margin-bottom: inherit;
    color: #fff;
    padding-top: 5px;
    font-size: 1em;
    font-family: "Baloo 2", sans-serif;
}

@media (min-width: 992px) {
    .navbar-expand-lg > .container {
        position: relative;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-top: 12px;
    }

    #mainNav .navbar-nav .iniciar .nav-link {
        padding: 0 5px;
        border-radius: 50px;
        font-size: 1em;
        margin-top: 1px;
        margin-left: 10px;
        padding: 5px 10px;
    }

    #mainNav {
        padding-top: 0px;
        padding-bottom: 10px;
        background-color: #f49718;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
        transition: background-color .5s ease;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 10px;
        background-color: #f49718;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0
    }
}

@media (max-width: 768px) {
    #mainNav .navbar-nav .iniciar .nav-link {
        color: #f49718 !important;
        background-color: #fff;
        border-color: #fff;
        padding: 5px 5px 3px 5px;
        border-radius: 50px;
        font-size: 1em;
        margin-top: 1px;
        margin-left: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Styling */
.logo {
    width: 180px;
}

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Baloo 2", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFC56C;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #57C1E8;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

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

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #57C1E8;
}

#mobile-nav ul .menu-item-active {
    color: #57C1E8;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Slider Home
--------------------------------------------------------------*/
.carousel-caption h3 {
    color: #05050A
}

.carousel-indicators .active {
    background-color: rgba(5, 5, 10, 0.30);
}

.carousel-indicators li {
    background-color: #fff4e55
}

.carousel-caption {
    right: inherit;
    bottom: 0px;
    left: inherit;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #ffffffed;
    box-shadow: 2px 1px 0 0 rgba(0, 0, 0, 0.1) !important;
}

/*--------------------------------------------------------------
# Introducción
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 450px;
    background-image: url(../img/bg-1.jpg), url(../img/bg-4.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    background-size: contain;
}

#intro .margen {
    padding-top: 150px;
    text-align: center
}

@media (max-width: 1700px) {
    #intro {
        height: inherit;
        background-size: 30%;
    }

    #intro .margen {
        padding-top: 100px;
        text-align: center;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {

}

/*--------------------------------------------------------------
# Beneficios
--------------------------------------------------------------*/
#beneficios {
    background-color: rgb(252, 184, 51);
}

#beneficios .titulos, #beneficios h3 {
    color: #fff;
}

#beneficios p {
    color: #fff;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-item img {
    padding: 2em;
    height: 200px;
    width: auto !important;
    margin: auto
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */
.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #ffffffad;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fff;
    border: 2px solid #fff;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
header {
    position: relative;
}

header .box-row-titulo h1 {
    margin-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #ffffffed;
    padding: 30px 42px;
    border-radius: 10px;
    font-size: 3.5em
}

header .box-row-titulo h1::after {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    background: #f49718;
    bottom: -10px;
    margin: auto;
    margin-top: 20px;
}

.section-header .section-title {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #fff;
}

@media (max-width: 991px) {
    header .box-row-titulo h1 {
        font-size: 1.5em;
    }

}

/*Escritorio*/
@media (min-width: 992px) {
    header .box-titulo {
        position: absolute;
        z-index: 999;
        top: 40%;
        left: 0;
        right: 0;
    }

}

/*Mobile*/
@media (max-width: 991px) {
    header .box-titulo {
        margin-top: 130px;
    }
}


/* comofunciona
--------------------------------*/
#comofunciona {
    padding: 4em 0px;
}

#comofunciona .section-2 {
    padding: 4em 0px;
    margin: 4em 0px;
    background-color: #F5F5F5;
}

#comofunciona .nav-tabs .nav-item.show .nav-link, #comofunciona .nav-tabs .nav-link.active, #comofunciona .nav-tabs .nav-item.show .nav-link:hover {
    color: #004b8e;
    background-color: #fff;
    border-color: transparent;
    height: 150px;
}

#comofunciona .nav .nav-item .nav-link i {
    margin-top: 13px;
}

#comofunciona .nav .nav-item a {
    font-size: 1.1em;
    font-family: "Baloo 2", sans-serif;
    font-weight: 800;
    background-color: #86d2e033;
    height: 151px;
    border-radius: 0px;
}

#comofunciona .nav .nav-item a .fa {
    font-size: 3em;
    margin-bottom: 1rem;
}

#comofunciona .pa-0 {
    padding-left: 0px;
    padding-right: 0px;
}

#comofunciona .tab-content {
    margin-top: 1px;
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.tab-content p {
    margin: 0 0 10px 0;
}

/*Escritorio*/
@media (min-width: 992px) {

}

/*Mobile*/
@media (max-width: 991px) {
    #comofunciona .nav-tabs .nav-link.active, #comofunciona .nav-tabs .nav-item.show .nav-link:hover {
        height: 170px;
    }

    #comofunciona .nav .nav-item a {
        height: 170px;
    }
}

/* encabesado
--------------------------------*/
header.masthead {
    background: no-repeat center center;
    background-attachment: scroll;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 130px 0 150px;
}

header.masthead .titulos {
    color: #fff !important;
}

/*Escritorio*/
@media (min-width: 992px) {
}

/*Mobile*/
@media (max-width: 991px) {
    header.masthead {
        height: 200px;
        margin-bottom: 0px;
        background: no-repeat top center;
        background-attachment: scroll;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    header.masthead .site-heading {
        padding: 115px 0 150px;
    }
}

/*Escritorio*/
@media (min-width: 992px) {
    section#blog {
        margin-top: -110px;
    }

    .breadcrumb {
        margin-top: 73px;
        background-color: transparent
    }

    #blog.blog-detalle {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}

/* Enviado Section
--------------------------------*/
#enviado {
    background: #FFC56C;
    padding: 130px 0;
}

#enviado .enviados-container .title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #enviado .enviado-container .title {
        padding-top: 15px;
    }
}

#enviado .enviado-container p {
    line-height: 26px;
}

#enviado .enviado-container p:last-child {
    margin-bottom: 0;
}

#enviado .enviado-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#enviado .enviado-container .icon-box .icon {
    float: left;
    background: #fff;
    padding: 16px;
    border-radius: 50%;
    border: 2px solid #57C1E8;
}

#enviado .enviado-container .icon-box .icon i {
    color: #57C1E8;
    font-size: 24px;
}

#enviado .enviado-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#enviado .enviado-container .icon-box .title a {
    color: #111;
}

#enviado .enviado-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

#enviado .enviado-container .title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

#enviado .btn-info {
    font-family: "Baloo 2", sans-serif;
    background-color: #57c1e8;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;

}

#enviado .btn-info:hover {
    background-color: #199aca;
}

/*--------------------------------------------------------------
# marcas
--------------------------------------------------------------*/
#marcas {
    margin-top: 6rem;
    margin-bottom: 3rem
}

#marcas .img-fluid {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f49717;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer p {
    color: #fff;
    font-size: 1em;
}

#footer .copyright {
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #111;
}

::-moz-selection {
    background: #f497179e;
    text-shadow: none
}

::selection {
    background: #f497179e;
    text-shadow: none
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

footer .social-links {
    margin-top: -3px;
}

footer .social-links a {
    padding: 0 10px;
    font-size: 1.5em;
}

#carouselExampleIndicators.carousel-home .carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators li {
    background-color: #fff4e55 !important;
    height: 10px;
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: rgb(244 151 24 / 75%);
}

.carousel-control-next .fa, .carousel-control-prev .fa {
    color: #fff;

    background-color: #f49717;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.carousel-control-next .fa {
    padding: 1px 2px 1px 5px;
}

.carousel-control-prev .fa {
    padding: 1px 5px 1px 2px;
}

#contacto {
    padding: 5em 0px 6em 0px;
}

#contacto .btn-info {
    background-color: #f49718;
    border: 1px solid #f49718;
    border-radius: 20px;
}


/*Escritorio*/
@media (min-width: 992px) {
    #carouselExampleIndicators.carousel-home .carousel-item {
        height: 700px;
    }
}

/*Mobile*/
@media (max-width: 991px) {
    #carouselExampleIndicators.carousel-home .carousel-item {
        margin-top: 0px;
        min-height: 220px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-indicators li {
        height: 5px;
    }
}

.modal-body {
    border: 1px solid #86d2e069;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    /*max-height: 500px;*/
    padding: 5px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer .btn-primary {
    color: #fff !important;
    background-color: #f49717;
    border-color: #f49717;
    padding: 3px 15px;
    border-radius: 50px;
    margin-top: 1px;
    margin-left: 10px;
    font-weight: 700;
}

.modal-footer .btn-primary:hover {
    background-color: #004b8e;
    border-color: #004b8e;

}

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

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

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

.modal-dialog h6 {
    color: #f49717;
    margin-bottom: 0px;

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 560px !important;
    }
}

.error {
    font-size: 7em;
}

.ups h5 {
    font-size: 3em;
}

.volver {
    color: #fff !important;
    background-color: #f49717;
    border-color: #f49717;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 1em;
    margin-top: 1px;
    margin-left: 10px;
    letter-spacing: 1px;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
}

.volver:hover {
    background-color: #004b8e;
    border-color: #004b8e;

}

/*Escritorio*/
@media (min-width: 992px) {
    .modal:before {
        height: 100%;
    }
}

/*Mobile*/
@media (max-width: 991px) {

    header.no-encontrada {
        height: 260px;
    }

    .error, .ups h5, .ups p {
        text-align: center;
    }

    .volver {
        margin: auto;
    }

    section#blog {
        margin-top: -10px;
    }

    #beneficios {
        padding: 3em 0;

    }

    #comofunciona {
        padding: 3em 0;
    }
}

.modal-body {
    text-align: justify;
    padding: 5px 7px;
}

.modal-body h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}

/*Escritorio*/
@media (min-width: 992px) {
    .oculto-escritorio {
        display: none;
    }

    header {
        margin-top: 56px;
    }
}

/*Mobile*/
@media (max-width: 991px) {
    .oculto-mobile {
        display: none;
    }

    header.masthead .enviado {
        font-size: 2.3em !important;
    }
}

.caja-fixed {
    position: fixed;
    width: 100%;
    bottom: 30px;
    z-index: 999;
}

/* Responsive */
@media (max-width: 767px) {
    .caja-fixed {
        bottom: 10px;
    }
}

.contratar-fijo {
    padding: 7px 22px;
    font-size: 1.8em;
    z-index: 999;
    color: #fff;
    border-radius: 30px;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f78612;
    border: 1px solid #FF7105;
    font-family: "Baloo 2", sans-serif;
}

.contratar-fijo:hover {
    color: #fff;
    background-color: #676767;
}

.contratar-fijo:active, .contratar-fijo:focus {
    color: #fff;
}

/*Mobile*/
@media (max-width: 991px) {
    .contratar-fijo {
        font-size: 1em;
    }
}

.caja-formulario-light {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.img-cursor {
    position: absolute;
    right: 22px;
    bottom: 130px;
}

.img-pantalla {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 25px;
}

#comofunciona h3 {
    font-size: 26px;
}

#comofunciona li {
    font-size: 1.125rem;
    color: #757575;
    font-weight: 300;
    margin-bottom: 10px;
}

#comofunciona ul {
    padding-left: 20px;
}

.caja-pantalla-scroll {
    position: relative;
    top: -500px;
}

.img-pantalla-scroll {
    position: absolute;
    top: 0px;
    left: 165px;
    right: 25px;
}

#background {
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#siteImg {
    width: 100%;
}

.contenedor {
    width: 300px;
    height: 420px;
    background: #fff;
    overflow: auto;
    border-radius: 10px;
}

/* Scroll Personalizado */
.contenedor::-webkit-scrollbar {
    width: 7px;
}

.contenedor::-webkit-scrollbar-thumb {
    background: #f49717;
    border-radius: 10px;
}

/*Mobile*/
@media (max-width: 991px) {
    .img-cursor {
        position: absolute;
        right: 28px;
        bottom: 100px;
        width: 50px;
    }

    #background {
        min-height: 250px;
        max-width: 200px;
    }

    .contenedor {
        width: 200px;
        height: 250px;
    }

    .caja-pantalla-scroll {
        top: -280px;
    }

    .img-pantalla-scroll {
        left: 55px;
    }

    #comofunciona .margen {
        margin-bottom: 5em
    }
}

/*cambios 08/01/2019*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#info-portada .modal-dialog {
    width: 570px;
}

/*Mobile*/
@media (max-width: 991px) {
    #info-portada .modal-dialog {
        width: 500px;
    }

    #mainNav {
        background-color: #f49718;
    }

}

@media (max-width: 400px) {
    #info-portada .modal-dialog {
        width: 300px;
    }

}

/*Light-box-inicio*/
.fade.show {
    opacity: 1
}

.fade.show.modal {
    background-color: #00000054;
}

#info-portada .modal-body {
    overflow-y: hidden;
}

