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

section{
    padding: 120px 0;
}

h1{font-size: 66px; font-weight: bold; line-height: 80px;}
h2{font-size: 48px; margin-bottom: 30px;}
h5{margin-bottom: 0px;}

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

a{
    color: #1a1a1a;
}

a:hover{
    text-decoration: none;
};


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

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

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



.tmargin-xs{margin-top: 15px;}
.tmargin-sm{margin-top: 30px;}
.tmargin-lg{margin-top: 60px !important;}

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

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

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

.logo-brand {
  min-width: 160px;
  max-width: 180px;
}

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

.navbar-toggler:focus {
  outline: none;
}


#home{
    background: url('../img/hero.jpg');
    background-repeat: none;
    background-size: cover;
    padding-top: 90px;
    min-height: 700px;
    color: #fff
} 

#home p{
    color: #fff;
}

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

.btn{
    font-size: 0.8rem;
    padding: 15px;
    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;
    border: 2px solid #1a1a1a;
    color: #fff;
}

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

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

.btn-block{
    width: 100%;
}

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

/* portfolio */

.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: 1000;
}

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

.portfolio-details h2{
    margin-bottom: 0;
    overflow: hidden;
}

/* Miembros */

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

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

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

.arrow-right{
    color: #1a1a1a;
}

a ion-icon{
    font-size: 1.375rem;
    color: #fff;
}


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

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

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

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

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

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

}

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

/* testimonios */

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

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

.carousel-indicator 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 {
    color: #ffb944;
    font-size: 26px;
}

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

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

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

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

/* contacto */

.form-group input{
    padding: 25px 15px;
}

#contact h3{
    font-size: 33px;
}

.text-contact{
    text-align: center;
}

/* footer */

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

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

#footer a{
    color: #fff;
}

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

#footer small{
    color: #fff;
}


/* media query */

@media (max-width: 575.98px) { 
    h1{
        font-size: 40px;
        line-height: normal;
    }

    h2{
        font-size: 32px;
    }

    .member-container{
        position: relative;
        margin: .7rem 0;
    }

    .member-container h5{
        font-size: 1.2rem;
    }

    .member-container span{
        line-height: 2.6;
    }

    .plans{
        min-width: unset;
        padding: 38px;
    }

    .plans h2{
        font-size: 60px;
    }

    .carousel-item p{
        font-size: 20px;
    }

    .rating{
        font-size: 18px;
    }

    .carousel-container{
        text-align: center;
    }

    .testimonio-user{
        text-align: center;
    }

}



@media (min-width: 768px) {

    .portfolio-details h2{
        font-size: 30px;
    }

    .plans{
        min-width: unset;
        padding: 40px 20px;
    }
}


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


/* @media (min-width: 1200px) { ... } */