@import 'css/bootstrap.min.css';
@import 'css/font-awesome.min.css';

/* This stylesheet generated by Transfonter (https://transfonter.org) on November 20, 2017 12:47 PM */

@font-face {
    font-family: 'Museo Sans';
    font-display:auto;
    src: url('fonts/MuseoSans-100.eot');
    src: url('fonts/MuseoSans-100.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans-100.woff') format('woff'),
    url('fonts/MuseoSans-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display:auto;
    src: url('fonts/MuseoSans-300.eot');
    src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans-300.woff') format('woff'),
    url('fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    font-display:auto;
    src: url('fonts/MuseoSans-500.eot');
    src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans-500.woff') format('woff'),
    url('fonts/MuseoSans-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* --------------------------
:: 1.0 Base
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Museo Sans', sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 30px;
    font-size: 24px;
    right: 30px;
    width: 40px;
    background: #ffed00 ;
    color: #000000;
    text-align: center;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: square;
    margin-bottom:18px;
}

p {
    font-family: 'Museo Sans', sans-serif;
    color: #9597a6;
    font-size: 14px;
    font-weight: 100;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}

.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #fb397d;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.selene-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.selene-table-cell {
    display: table-cell;
    vertical-align: middle;
}




/* --
Header Area
--*/

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 10px;
    padding: 0 50px;
    height: 110px;
    text-align: center;

}

.logo-pa{
    width: 200px;
}


.scroll-down-btn a {
    margin-top: 110px;
    display: block;
    color: #9597a6;
    font-size: 18px;
    font-weight: 700;
}


.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 30px;
}

.app-download-btn a {
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color:black;
}

.app-download-btn a:focus,
.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: 2px solid #000;
    background-color: #fff001;
}

.app-download-btn a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #fff;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:focus i,
.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:focus p,
.app-download-btn a:hover p {
    color: #000;
}


/* --------------------
About App Area
-------------------- */

.about-app-area {
    position: relative;
    z-index: 1;
}

.about-us-bg-shape {
    position: absolute;
    width: 100%;
    left: 0;
}

.imagenes{
    position:relative;
    top:100px;
}

.about-app-content h2 {
    font-size: 60px;
    color: #000;
    margin-bottom: 20px;
}

.about-app-content p {
    color: #000;
    line-height: 2;
    font-size: 20px;
}


.about-app-content {
    padding-right: 12%;
}



/* --------------------------
:: App Feature Area
-------------------------- */

.app-features-area {
    position: relative;
    z-index: 12;
    overflow-x: hidden;
    margin-top:200px;
    padding-bottom:100px;
}

.app-features-content h2 {
    font-size: 55px;
    margin-bottom: 50px;
    text-align: center;
}

.single-feature-area {
    margin-bottom: 30px;
}

.single-feature-area h5 {
    margin: 20px 0;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


.single-feature-area p {
    margin-bottom: 0;
}

.app-feature-side-thumb {
    width: calc(50% - 30px);
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-feature-area img {
    width:65%;
}




/* --------------------------
:: 9.0 Footer Area CSS
-------------------------- */

.footer-area {
    position: relative;
    z-index: 7;
    padding: 15px 0;
}

.footer-bg-shape {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bg-shape-2 {
    position: absolute;
    z-index: -10;
    width: 100%;
    bottom: 45%;
}

.footer-social-info {
    margin: 30px 0;
}

.footer-social-info a {
    color: #fff;
    font-size: 30px;
    margin: 0 30px;
    display: inline-block;
}

.footer-social-info a:hover {
    color: #2c3e50;
}

.footer-content h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
}

.footer-content h4 {
    color: #fff;
    margin: 30px 0;
    line-height: 1.5;
}

.footer-area .app-download-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    padding-top:10px;
}

.copyright-text > p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.copyright-text  a {
    color: #ffed00 ;
}


/* -------------------------
:: 12.0 Services Area CSS
------------------------- */

.services-content-area {
    position: relative;
    z-index: 98;
    padding: 100px 0 200px 0;
}

.services-text h2 {
    font-size: 55px;
    margin-bottom: 50px;
}

.services-text p {
    line-height: 2;
    margin-bottom: 50px;
}

.barfiller {
    background: #ebebeb;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 12px;
    color: #333;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 600;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar h6 {
    color: #292d4f;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.singleMobile-content {
    width: 100px;
    height: 100px;
    border: 5px solid #ff4c8b;
    background-color: #ff4c8b;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-left: 30px;
}

.singleMobile-content p {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 0;
    font-size: 13px;
}

.services-content-mobile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    padding-right: 70px;
}

.service-mobile-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.singleMobile-content:first-child:after {
    content: "";
    background-image: url(img/core-img/service-line-1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 18px;
    z-index: -2;
    width: 257px;
    height: 162px;
}

.singleMobile-content:nth-child(2):after {
    content: "";
    background-image: url(img/core-img/service-line-2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 18px;
    z-index: -2;
    width: 216px;
    height: 28px;
}

.singleMobile-content:last-child:after {
    content: "";
    background-image: url(img/core-img/service-line-3.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: -90px;
    z-index: -2;
    width: 206px;
    height: 144px;
}

.singleMobile-content:nth-child(2) {
    margin-left: 0;
}

/* -----------------------
:: 15.0 Elements Area CSS
----------------------- */

.elements-title h2 {
    color: #000;
    margin-bottom: 50px;
    font-size: 36px;
}




.selene-cool-facts-area {
    width: 100%;
}



.selene-search-widget input {
    width: 100%;
    border: none;
    font-size: 14px;
    font-style: italic;
    padding: 0;
    height: 50px;
}

.selene-search-widget button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    top: 50%;
    z-index: 3;
    right: 0;
    margin-top: -10.5px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}




.catagory-widget li > a {
    font-size: 15px;
    color: #7c8d93;
    display: block;
    padding: 13px 0 13px 50px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

@media (min-width: 2001px) and (max-width: 4000px) {
    .footer-area {
        padding: 150px 0;
    }
}

@media (min-width: 1500px) and (max-width: 2000px) {
    .footer-area {
        padding: 80px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .footer-content h2 {
        font-size: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .about-app-content h2, .app-features-content h2,
    .footer-content h2 {
        font-size: 42px;
    }
   

    .footer-content h4 {
        margin: 15px 0;
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .header_area {
        color: #fff;
        padding-left: 10px;
    }

    .about-app-content h2,
    .app-features-content h2,
    .footer-content h2 {
        font-size: 40px;
    }
    .app-download-btn:first-child {
        margin-right: 10px;
    }

    .app-download-area,
    .app-feature-icon {
        margin-top: 30px;
    }
    .about-app-content p {
        color: #000;
    }
    .footer-content h4 {
        margin: 15px 0;
        font-size: 14px;
    }
    .copyright-text > p {
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .services-content-mobile-area {
        padding-right: 0;
        overflow-x: hidden;
        padding-left: 100px;
        margin-bottom: 50px;
    }
    .services-text h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .header_area,{
        padding: 0;
    }
  
    .header_area .navbar {
        padding: 20px 0 0 0;
        height: 60px;
    }
  
    .about-app-content h2,
    .app-features-content h2,
    .footer-content h2 {
        font-size: 30px;
    }
  
    .app-download-btn:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
 
    .app-download-area {
        display: block;
        margin-top: 30px;
    }
    .scroll-down-btn a {
        margin-top: 50px;
    }

    .about-app-content {
        padding-right: 0;
        margin-top: 50px;
    }
    .about-app-content h2,
    .about-app-content p {
        color: #000;
    }


    .footer-content h2 {
        color: #000;
    }
    .footer-content h4 {
        color: #000;
        margin: 15px 0;
        font-size: 16px;
    }

    .copyright-text > p {
        font-size: 14px;
    }
    
    }
    .selene-breadcumb-area {
        height: 300px;
    }
    .single-pie-bar,
    .contact-form-area {
        margin-bottom: 50px;
    }
 
    .elements-area {
        padding: 0 0 100px;
    }
    .selene-btn {
        margin-bottom: 15px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {}

@media (min-width: 576px) and (max-width: 767px) {

    .single-pie-bar {
        margin-bottom: 50px;
    }
   
    .app-download-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
    }
    .app-download-btn:first-child {
        margin-right: 20px;
        margin-bottom: 0;
    }
}


