/*------------------------------------------------------------------
Project:	Appley
Version:	1.0
Last change:	April 17 2018
Primary use:	App Landing Page
-------------------------------------------------------------------*/

:root {
    --main-bg-color: #8fc73e;
    --second-color: #3bc7f4;
    --main-txt-color: #a9abae;
    --second-txt-color: #494949;
  }

/* ==========================================================================
   Author's custom styles
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*---------------General style---------------*/
a:hover, a:focus{
text-decoration:none;
}
body{
background:#ffffff;
font-family: 'Montserrat', sans-serif;
}
section{
padding:6.5em 0 4em 0;
}
.dark{
background: var(--second-color);
}
.no-padd{
padding:0;
}
.dark .row-heading h2{
color:#ffffff;
text-align:center;
font-family: 'Montserrat', sans-serif;
}
.dark .row-heading h2 span{
color: var(--main-bg-color);
}
.row-heading{
margin-bottom:60px;
}
.row-heading h2{
color:#425161;
font-family: 'Montserrat', sans-serif;
text-align:center;
}
.row-heading h2 span{
color: var(--main-bg-color);
}
.row-heading p{
color: var(--second-color);
font-size:17px;
text-align:center;
opacity:0.8;
font-family: 'Montserrat', sans-serif;
}
.dark .row-heading p{
color:#ffffff;
text-align:center;
font-family: 'Montserrat', sans-serif;
opacity:0.8;
}
/* ==========================================================================
Navigation Style Start
========================================================================== */
nav.navbar.bootsnav {
background-color: var(--main-bg-color);
border-bottom: 1px solid var(--main-bg-color);
box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
border-radius:0;
border:none;
margin-bottom:0;
}
nav.navbar.bootsnav ul.nav > li > a {
color: #ffffff;
font-weight:500;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a {
background-color: transparent;
border-bottom:none;
color: #ffffff;
}
/* ==========================================================================
Scroll Effect Style Start
========================================================================== */
.hiddens{
opacity: 0;
}

.visible{
opacity: 1;
}
/* ==========================================================================
Banner Style Start
========================================================================== */
.banner{
background-size:cover !important;
background-repeat:no-repeat;
position:relative;
padding-top:10%;
overflow:hidden;
}
.banner:before{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
display:block;
content:"";
background:rgba(12,15,18,0.5)
}
.banner-text{
margin-top:10%;
}
.banner h1{
color:#ffffff;
text-align:left;
text-shadow:none;
font-family: 'Montserrat', sans-serif;
font-weight:600;
line-height:1.3;
}
.banner img{
float:left;
}


.download-btn {
display: inline-block;
float:left;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding:18px 34px;
background:rgba(255,255,255,0.2);
border:2px solid #ffffff;
color:#ffffff;
border-radius:2px;
margin-right:15px;
font-size:24px;
margin-top:15px;
margin-bottom:15px;
font-family: 'Montserrat', sans-serif;
text-align:center;
}
.banner-btn h4{
text-align: left;
font-family: 'Montserrat', sans-serif;
display: inline-block;
margin:0;
color:#ffffff;
}
.banner-btn.login-btn i{
color:#ffffff;
}
.banner-btn i{
color: var(--main-bg-color);
font-size:30px;
margin-right:10px;
float:left;
}
.banner-btn:hover h4{
color:#ffffff;
}

.login-btn {
display: inline-block;
float:left;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding:18px 34px;
background: var(--main-bg-color);
border:2px solid var(--main-bg-color);
color:#ffffff;
font-size:24px;
border-radius:2px;
margin-top:15px;
margin-bottom:15px;
font-family: 'Montserrat', sans-serif;
}
.login-btn:hover{
color:#ed295a;
}

.row {
margin-right: 15px;
margin-left: 15px;
}
/*--------------Smart features---------------*/
.smart-header{
margin-bottom:2.5em;
}
.features-caption{
margin-bottom:25px;
padding-right:30px;
}
.smart-header h1 {
font-weight: 400;
color: #425161;
position:relative;
padding-bottom:10px;
font-family: 'Montserrat', sans-serif;
}
.smart-header h1:before{
position:absolute;
left:0;
bottom:0;
content:"";
display:block;
height:2px;
width:110px;
background: var(--main-bg-color);
}
.features-caption span{
font-size: 3.5em;
color: var(--main-bg-color);
margin-bottom:10px;
}
.features-caption h3 {
font-weight: 500;
color: #37484e;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-size: 22px;
margin-bottom:4px;
}
.features-caption p {
color: #5d6c71;
font-size: 15.4px;
line-height: 1.8;
font-family: 'Montserrat', sans-serif;
}

/*-----------Service style---------------*/
.service-caption{
margin-bottom:25px;
}
.service-content {
display: table-cell;
margin-left: 50px;
}
.service-caption span {
width: 40px;
height: 40px;
float: left;
font-size: 25px;
margin-top: 5px;
color: var(--main-bg-color);
}
.service-content h4 {
font-weight: 500;
text-transform: capitalize;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
margin-bottom: 7px;
}
.service-content p {
line-height: 1.8;
font-size: 14.4px;
color: #90a1b3;
font-family: 'Montserrat', sans-serif;
}
/*---------Pricing Plan---------------*/
.pricing{
background:#ffffff;
border:1px solid #f4f5f7;
text-align:center;
margin-bottom:40px;
padding:10px;
box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
-webkit-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
-moz-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
}
.prc-header {
padding: 15px 0;
}
.prc-header h3{
font-family: 'Montserrat', sans-serif;
font-size:25px;
color:#3b4b5a;
}
.active .prc-header h3{
color: var(--main-bg-color);
}
.prc-price {
border: 3px solid #f4f5f6;
text-align: center;
width: 130px;
height: 130px;
border-radius: 50%;
display: block;
margin: 0 auto;
position:relative;
}
.prc-price h2 {
position: absolute;
top: 15px;
left:35%;
font-size:55px;
color: #3b4b5a;
opacity: 0.1;
font-family: 'Montserrat', sans-serif;
}
.prc-price h3 {
margin-top:27px;
color: #485a6d;
font-family: 'Montserrat', sans-serif;
font-size: 38px;
margin-bottom:5px;
}
.prc-price p {
color: #485a6d;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
font-size:15px;
margin-bottom: 2px;
}
.pricing ul {
margin: 35px 0 0 0;
padding: 0;
}
.pricing ul li {
list-style: none;
text-align: center;
color: #778898;
line-height: 2;
padding: 7px 0;
font-family: 'Montserrat', sans-serif;
}
button.btn.select-plan {
padding: 12px 25px;
color: #ffffff;
text-transform: uppercase;
margin: 20px 0;
background: var(--second-color);
font-family: 'Montserrat', sans-serif;
}
.active button.btn.select-plan {
background: var(--main-bg-color);
}

/*----------------video section------------*/
.video-sec{
background-size:cover !important;
background-attachment:fixed;
background-position:center !important;
text-align:center;
position:relative;
}
.heading h2{
position:relative;
font-family: 'Montserrat', sans-serif;
margin-bottom:20px;
color:#ffffff;
}
.video-sec:before{
position:absolute;
display:block;
left:0;
right:0;
top:0;
bottom:0;
content:"";
background:rgba(29, 42, 55,0.8);
}
a.video-btn {
position:relative;
display: table;
margin: 0 auto;
vertical-align: middle;
height: 120px;
width: 120px;
background: #ffffff;
line-height: 120px;
border-radius: 50%;
transition:all 0.4s;
}
a.video-btn i {
font-size: 40px;
width: 120px;
height: 120px;
border-radius: 50%;
color: var(--main-bg-color);
line-height: 120px;
vertical-align: middle;
transition:all 0.4s;
}
a.video-btn:hover i{
background: var(--main-bg-color);
color:#ffffff;
}
/*------------app screen-------------------*/
#app-screen .item{
margin: 10px;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 2px;
text-align: center;
}
.customNavigation{
text-align: center;
}
.customNavigation a{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-item h2 {
background: #111111;
font-size: 20px;
line-height: 52px;
margin-top: 0;
color:#ffffff;
padding-left:15px;
text-align: justify;
}
.owl-item h2 i {
background: #007ffe;
float: right;
line-height: 52px;
padding: 0 20px;
}

.btn.next i {
background: var(--main-bg-color);
border-radius: 100%;
display: inline-block;
float: unset;
height: 32px;
font-size:12px;
line-height: 24px;
padding: 0;
color:#ffffff;
text-align: center;
width: 32px;
border:3px solid var(--main-bg-color);
}
.btn.prev i {
background: var(--main-bg-color);
border-radius: 100%;
display: inline-block;
float: unset;
height: 32px;
color:#ffffff;
font-size:12px;
line-height: 24px;
padding: 0;
text-align: center;
width: 32px;
border:3px solid var(--main-bg-color);
}
.owl-controls.clickable{
display:none;
visibility:hide;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
display: none;
}
/*---------------contact form----------------*/
.address{
margin-bottom:3em;
}
.contact{
background:#273848 url(../img/map.png);
}
.contact-form{
text-align:center;
}
.form-control{
background:#283848;
border:1px solid #374a5d;
height:50px;
box-shadow:none !important;
border-radius:2px !important;
display:inline-block;
color:#ffffff;
}

.form-bott{
margin-bottom:15px;
}
textarea.form-control{
height:120px;
}
.input-group {
width: 100%;
}
.form-control:focus {
border-color: var(--main-bg-color);
box-shadow: 0 1px 1px var(--main-bg-color) inset, 0 0 8px #de2832;
outline: 0 none;
}
.btn-caption.submit {
margin-top: 0;
padding: 1.2em 2.5em;
border-radius: 1px;
text-transform: uppercase;
background: var(--main-bg-color);
border: 1px solid var(--main-bg-color);
}
.jx-contact-info ul {
margin: 0;
padding: 0;
}
.jx-contact-info li:first-child {
padding-bottom: 37px;
list-style:none;
margin:0;
}
.jx-contact-info .icon {
border: 1px solid var(--main-bg-color);
border-radius: 50%;
height: 66px;
margin-top: 4px;
transition: all 0.3s ease-out 0s;
width: 66px;
color: hsl(48, 100%, 50%);
float: left;
font-size: 30px;
position: absolute;
text-align: center;
}
.jx-contact-info i {
color: var(--main-bg-color);
padding: 0;
line-height: 65px !important;
}
.jx-contact-info li{
list-style:none;
padding-bottom: 25px;
}
.jx-contact-info .item-position {
margin-left: 70px;
padding-left: 9px;
}
.jx-contact-info .title {
color: #ffffff;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}

.jx-contact-info .discription {
font-size: 15.3px;
line-height: 22px;
}
.jx-contact-info{
margin-top:50px;
}
.contact-form .form-control{
margin-bottom:15px;
}

.icon:hover i{
color:#ffffff;
}
.text-danger li {
list-style: none;
color: #ffffff;
text-align: left;
}
/*--------------footer design----------------*/
footer{
background:#2b3c4c;
padding:4em 0 2.5em 0;
}
.footer-widget{
padding: 25px 0;
text-align:center;
}
.footer-widget-copy{
text-align:center;
}
.footer-social-pro{
margin:0 auto;
text-align:center;
padding:0;
display:block;
}
.footer-social-pro li{
margin:0 10px;
display:inline-block;
list-style:none;
}
.footer-social-pro li i {
width: 40px;
height: 40px;
border-radius: 50px;
background: transparent;
line-height: 40px;
color: #ffffff;
font-size: 16px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.footer-social-pro li a {
width: 52px;
height: 52px;
display: inline-block;
line-height: 52px;
border-radius: 50px;
}
.footer-social-pro li.facebook a{
background:#496bb4;
}
.footer-social-pro li.facebook a i{
background:#496bb4;
}
.footer-social-pro li.google a{
background:#db3623;
}
.footer-social-pro li.google a i{
background:#db3623;
}
.footer-social-pro li.twitter a{
background:#009ad2;
}
.footer-social-pro li.twitter a i{
background:#009ad2;
}
.footer-social-pro li.instagram a{
background:#d15c8f;
}
.footer-social-pro li.instagram a i{
background:#d15c8f;
}
.footer-social-pro li.pinterest a{
background:#c12123;
}
.footer-social-pro li.pinterest a i{
background:#c12123;
}
.footer-navi{
margin:0 auto;
text-align:center;
padding:0;
display:block;
}
.footer-navi li{
padding:0 12px;
border-right:1px solid #8497a9;
display:inline-block;
list-style:none;
}
.footer-navi li a {
color:#708598;
font-family: 'Montserrat', sans-serif;
}
.footer-widget-copy p {
color: #72879a;
margin:0;
}
.footer-widget-copy p a {
color: var(--main-bg-color);
}


/*-----------------Responsiveness Start-------------------*/

@media only screen and (min-width: 768px)  {
.video-sec{
padding:7em 0 6em 0;
}
.img-responsive.imack{
max-width:112%;
}
h1{
font-size:48px;
line-height:52px;
}

h2{
font-size:36px;
line-height:48px;
}

h3{
font-size:30px;
line-height:36px;
}

h4{
font-size:24px;
line-height:30px;
}

h5{
font-size:18px;
line-height:24px;
}

h6{
font-size:14px;
line-height:18px;
}

}
nav.navbar .navbar-brand img.logo {
    width: 150px;
}

@media only screen and (min-width: 993px)  {
    nav.navbar .navbar-brand img.logo {
        width: 135px;
    }
}
@media (max-width: 922px) {
    nav.navbar .navbar-brand img.logo {
        width: 150px;
    }
    nav.navbar.bootsnav .navbar-toggle {
    background: transparent !important;
    color: #ffffff;
    }
}
@media (max-width: 768px) {
.banner {
padding-top: 100px;
padding-bottom: 100px;
}
.features-caption{
padding-right:0;
}
.features-caption h3{
font-size:20px;
}
.row.contact-form {
    padding: 0;
    margin: 0 -15px;
}

}

/**SOHEX**/

.service-content p {
    color: #ffffff;
}
.service-caption span {
    color: white;
}
.navbar-brand{
    height: 100%;
}

.navbar-toggle i{
    padding-top: 8px;
    padding-left: 10px;
    font-size: 3rem;
}
.prc-header h3{
    font-size:20px;
}

@media only screen and (min-width: 850px)  {
    .prc-header{
        height: 100px;
    }
}
@media (max-width: 1201px) {
    .prc-header{
        height: 180px;
    }
}
@media (max-width: 1000px) {
    .prc-header{
        height: 100px;
    }
}
@media (max-width: 780px) {
    .prc-header{
        height: 70px;
    }
}
.paq-detalle{
    height: 250px;
}
.paq-detalle li:first-child{
    font-size: 2rem;
}
.pricing:hover{
    transform: scale(1.1);
    border: 3px solid var(--main-bg-color);
    box-shadow: 0px 0px 50px #666;
    transition: all .3s ease;
}
/**Facturacion**/
#facturas{
    background-color: #5fa156;
}
.cont-campos{
    color: #ffffff;
}
.cont-personaje{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.reg-botons{

    display: grid;
    text-align: center;
}
.cont-campos h4 h1{
    color: #FFF;
}
.form-control{
    background-color: #ededed;
    color: #7a7b7e;
}

.cont-personaje img{
    opacity: 50%;
}
@media (max-width: 1000px)  {
    .cont-personaje{
        display: none;
    }
    .cont-campos{
        width: 100%;
    }
}

/**Caracteristicas **/
    @media only screen and (min-width: 850px)  {
    .servicio{
        height: 160px;
    }
}
@media (max-width: 1201px) {
    .servicio{
        height: 190px;
    }
}
@media (max-width: 1000px) {
    .servicio{
        height: 160px;
    }
}
@media (max-width: 780px) {
    .servicio{
        height: 140px;
    }
}
/**PAGOS**/
.logopagos{
    display: flex;
    flex-direction: row;
}
.logopagos img{
    padding-right: 10px;
}
.pricing-table .container{
    width: 100%;

}

@media only screen and (min-width: 1200px)  {
    .logopagos img{
        width: 20%;
        height: 20%;
    }
}
@media (max-width: 1201px) {
    .logopagos img{
        width: 20%;
        height: 20%;
    }
}
@media (max-width: 1000px) {
    .logopagos img{
        width: 20%;
        height: 20%;
    }
}
@media (max-width: 780px) {
    .logopagos img{
        width: 15%;
        height: 15%;
    }
}
.services{
    padding-bottom: 100px;
}

/**MODAL**/
.bg-modal{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
}
.modal-header{
    background-color: #aeccf3;
}
.modal-content{
    text-align: center;
}
.modal-body{
    text-align: center;
    align-content: center;
    justify-content: center;
    display: grid;
    width: 100%;
    grid-template-columns: 30% 65%;
}
.modal-body .imagen{
    align-self: center;
    width: 80%;
    padding-left: 5px;
}
@media (max-width: 780px) {
    .modal-body{
        grid-template-columns: 40% 60%;
    }
    .modal-body .imagen{
        width: 80%;
    }
}
.modal-body .texto{
    width: 90%;
    align-self: center;
}
.modal-body .texto span{
    font-size: bold;
    text-transform: bold;
}