body {
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
}

h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

h5 {
    margin-bottom: 0px;
}

p {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 0;
}

a:link {
    text-decoration: none;
}

a ion-icon {
    font-size: 22px;
    color: #fff;
}

section {
    padding: 120px 0;
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

.topmargin-xs {
    margin-top: 15px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.topmargin-lg {
    margin-top: 60px !important;
}

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}

.btn-light {
    background-color: #fff;
    color: #1a1a1a;
    border: 2px solid #fff;
}

.btn-dark {
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #1a1a1a;
}

.btn-transparent {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

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

.btn-i {
    font-size: 14px;
    margin-left: 5px;
}

.full-width {
    width: 100%;
}

.text-dark {
    color: #1a1a1a;
}

.divider {
    border-bottom: 2px solid #f5f5f5;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 100px;
}

.nav-link {
    color: #1a1a1a;
}

.nav-link:hover {
    color: #1a1a1a;
}

.logo {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
}

.logo-brand {
    min-width: 150px;
    max-width: 170px;
}

.navbar-toggler {
    font-size: 40px;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

#hero {
    /*
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hero.jpg)no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 100%;*/
    background-image: url('../images/laptop-black.jpg');
    background-size: cover;
    padding-top: 90px;
    min-height: 700px;
    color: #fff;
}

#hero p {
    color: #fff;
}

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.portfolio-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
}

.portfolio-container img {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.portfolio-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-details {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 9000;
}

.portfolio-details a h2 {
    margin-bottom: 0px;
}

.portfolio-details a h2,
.portfolio-details a p {
    color: #fff;
}

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-details {
    position: absolute;
    color: #fff;
    bottom: 0px;
    left: 20px;
}

.member-details span {
    font-size: 14px;
}

.member-details i {
    padding: 0 5px;
}

.pricing-container {
    margin: 15px 0;
}

.plans {
    padding: 50px 80px;
    border-radius: 2px;
    min-width: 450px;
}

.plan-light {
    background-color: #fff;
    border: 2px solid #1a1a1a;
}

.plan-dark {
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
}

.plans h2 {
    font-size: 70px;
    font-weight: 600;
}

.plans span {
    font-size: 20px;
}

.plans ul {
    list-style-type: square;
}

.carousel {
    min-height: 240px;
    padding: 40px;
    border-radius: 2px;
    text-align: center;
}

.carousel p {
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
}

.carousel-indicators li {
    background-color: #1a1a1a;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}

.carousel-control-next,
.carousel-control-prev {
    color: #fff;
    opacity: 1;
    width: 5%;
}

.carousel-container {
    max-width: 800px;
    margin: 0 auto;
}

.control-button {
    background-color: #1a1a1a;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #1a1a1a;
    border-radius: 50px;
    font-size: 20px;
}

.rating ion-icon {
    color: #ffb944;
    font-size: 26px;
}

.testimonial-user {
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}

.testimonial-user h6 {
    margin-bottom: 0px;
}

.testimonial-user span {
    font-size: 12px;
}

.testimonial-user img {
    border-radius: 50%;
    max-width: 50px;
    text-align: center;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
    height: auto;
}

.form-control:focus {
    border: 1px solid #1a1a1a;
    outline: none;
    box-shadow: none;
}


/*Inicio Services Section.......................................................*/

.services-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/com-desk.jpg)no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    width: 100%;
    /*
    background-image: url(../images/com-desk.jpg);
    height: 100%; 
    width: 100%; 
    object-fit: contain;    
    background-size: cover;
    padding: 60px 0;*/
}

.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}

.services-general-title {
    text-align: center;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 50px;
}

.services-border {
    width: 160px;
    height: 2px;
    background: #82ccdd;
    margin: 20px auto;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-box {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.services-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #82ccdd;
    color: #82ccdd;
    transform: rotate(45deg);
    margin-bottom: 30px;
    margin-top: 16px;
    transition: 0.3s linear;
}

.services-icon ion-icon {
    line-height: 70px;
    transform: rotate(-45deg);
    font-size: 26px;
    padding: 15px;
}

.services-box:hover .services-icon {
    background: #82ccdd;
    color: #fff;
}

.services-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-descrip {
    font-size: 14px;
}


/*Fin Services Section..........................................................*/

.btn-ws {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: 30px;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-ws:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
}


/*Inicio footer.......................................................*/

#footer {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
}

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

#footer .list-inline,
.list-inline-item {
    padding: 10px 15px;
}


/*Fin footer.......................................................*/


/*Para que sea Responsive................................................................*/


/*Inicio responsive service section...............*/

@media screen and (max-width:960px) {
    .services-box {
        max-width: 45%;
    }
}

@media screen and (max-width:768px) {
    .services-box {
        max-width: 50%;
    }
}

@media screen and (max-width:480px) {
    .services-box {
        max-width: 100%;
    }
}


/*Fin responsive service section...............*/

@media (max-width: 575.98px) {
    h1 {
        font-size: 40px;
        line-height: normal;
    }
    .portfolio-details h2 {
        font-size: 32px;
    }
    .plans {
        min-width: unset;
        padding: 40px;
    }
    .carouser-item {
        font-size: 20px;
    }
    .footer-menu {
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .portfolio-details h2 {
        font-size: 30px;
    }
    .plans {
        min-width: unset;
        padding: 40px 20px;
    }
}


/*
@media (max-width: 991.98px) { ... }
@media (max-width: 1199.98px) { ... }*/