/*////////////////////////////////////////////////////////////////////////////////////////////////////

    Themes Bootstrap - Smart Agency Template v1.0.0 (https://themesbootstrap.com.mx/templates/smart-agenct-template.html)
    Copyright 2019 Themes Bootstrap
    Licensed under MIT (https://github.com/diegovr7/smart-agency/blob/master/LICENSE)

////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root {
    --dark-color: #1a1a1a;
    --white-color: #ffffff;
    --light-grey-color: #f5f5f5;
    --gold-color: #ffb944;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

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

.bgDark { background-color: var(--dark-color); }
.bgLight { background-color: var(--white-color); }
.bgLightGrey { background-color: var(--light-grey-color); }

.colorDark { color: var(--dark-color) !important; }

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

p {
    font-size: 18px;
    color: var(--dark-color);
    /* opacity: .5; */
    line-height: 1.8;
    margin-bottom: 0px;
}

/*b {
    color: font-weight: bolder;
    color: #f9ca00;;
}*/

a:hover { text-decoration: none; }

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

.btn-primary {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.btn-alternate {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.btn-primary:hover { background-color: var(--dark-color); border: 2px solid var(--dark-color); }
.btn-secondary:hover { background-color: var(--white-color); color: var(--dark-color); border: 2px solid var(--white-color); }

/* section { padding: 120px 0; } */
section { padding: 65px 0; }

.divider { border-bottom: 2px solid var(--light-grey-color); }

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

.full-width {
    width: 100%;
}

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

.form-control:focus {
    border: 1px solid var(--dark-color);
    outline: none;
    box-shadow: none;
}

.navbar {
    background-color: var(--white-color);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    min-height: 50px;
}

.nav-link { color: var(--dark-color); }
.nav-link:hover { color: var(--dark-color); }

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

/* //////////////
    Hero
//////////////*/

#home {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    min-height: 100vh;
    max-height: 100vh;
    color: var(--white-color);
}

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

#hero p {
    color: white;
}

.content-center-inicio a{
    font-size: 20px;
}

/* //////////////
    Portfolio
//////////////*/

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

.portfolio-container img {
    width: 100%;
    height: 800px;
    max-width: 100%;
    max-height: 800px;
    -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 h2 {
    margin-bottom: 0px;
}

.portfolio-details a h2, .portfolio-details a p {
    color: var(--white-color);
}

/* //////////////
    Members
//////////////*/

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

.member-details {
    position: absolute;
    color: var(--white-color);
    bottom: 0;
    left: 20px;
}

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

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

/* //////////////
    Pricing
//////////////*/

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

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

.plan-light {
    background-color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.plan-dark {
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    color: var(--white-color);
}

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

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

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

/* //////////////
    Testimonial
//////////////*/

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

.carousel-item p {
    font-size: 26px;
    font-weight: 400;
    color: var(--dark-color);
}

.carousel-indicators li {
    background-color: var(--dark-color);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev { 
    color: var(--white-color);
    opacity: 1;
    width: 5%;
}

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

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

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

.rating i {
    color: var(--gold-color);
    font-size: 26px;
}

/* //////////////
    Contacto
//////////////*/
#contacto{
    background: #fff;
    text-align: justify;
}

/* //////////////
   Footer
//////////////*/

footer {
    padding: 50px 0;
    text-align: center;
    color: var(--white-color);
}

footer a {
    color: var(--white-color);
}

footer a:hover {
    color: var(--white-color);
}

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

/* //////////////
   Media queries
//////////////*/

@media (max-width: 575.98px) { 
    h1 { font-size: 35px; line-height: normal; }
    h2 { font-size: 30px; line-height: normal; }
    .portfolio-details h2 { font-size: 32px; }


    .portfolio-container .imagen-h{
        width: 100%;
        height: 400px;
        max-width: 100%;
        max-height: 400px;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }


    .plans { min-width: unset; padding: 40px; }
    .carousel-item p { font-size: 20px; }

    #contacto{
        background: #f5f5f5;
        text-align: center;
    }

    #contacto h3{
        margin-bottom:  15px;
    }

    .footer-menu { 
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;
    
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .content-center-inicio{
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 


    .portfolio-details h2 { font-size: 30px; }
    .plans { min-width: unset; padding: 40px 20px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) { }

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

/* -------------------------------------------------------- */
.parallax {
  /* The image used */
    background-image: url("../images/fondo-inicio1.png");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.justificado{
    text-align: justify;
    text-justify: inter-word;
}

.card-asesorias{
    margin-right: auto;
    margin-left: auto;
}

.labelcard {
    display: block !important;
    margin-bottom: 1.1px !important;
}

.margen-card {
    margin-bottom: 20px;
}

.padding-card {
    padding: 10px;
    margin-bottom: 20px;
}

.textolg {
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxshadow {
    -webkit-box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
}

#invitados{
    /*background-color: #011954;*/
    background-color: #ff3e82;
}

.bg-amarillo{
    background-color: #ff3e82;
}

#bannerPagar {
    background-image: url(../images/bannerPagar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
}

video {
    width: 100%;
    height: auto;
}

.estiloscard{
    margin-bottom: 15px;
}

.letras-blancas{
    color: white !important;
}

.carousel{
    padding: 0px !important;
}

/* Estilos contador regresivo */
.simply-amount {
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.simply-word {
    font-weight: 300;
    font-size: 16px;
}

.simply-section {
    background: #011954;
    width: 186px;
    height: 180px;
    margin: 0px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.contador {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}


.redondear{
    border-radius: 50px;
}

.btn-outline-blue{
    border-color: #201551;
    color: #201551;
}

.btn-outline-blue:hover{
    border-color: #fff;
    color: #fff;
}

.centrado{
    text-align: center;
}

#versiones{
    background-image: url(../images/fondo_versiones.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    color: var(--white-color);
}

.btn-azul{
    background-color: #0537ca;
    color: #fff;
}

.btn-azul:hover{
    background-color: #042b9d;
    color: #fff;
}

.centrarImg{
    width: 225px;
    height: auto;
    margin: 0px auto;
    border-radius: 30px;
    padding-left: 9px;
    justify-content: center;
    display: flex;
}

.btn-secondary{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.estilos-card-precios{
    height: 24rem;
    margin-bottom: 25px;
    background-color: #011954 !important; 
    color: white
}

.btn-outline1{
    border-color: #fff;
    color: #fff;
}

.btn-outline1:hover{
    border-color: #201551;
    color: #201551;
    background-color: #fff;
}

#pagos{
    background-color: #011954;
}

.btn-blanco{
    color: #000 !important;
    background-color: #fff !important;
}