* { margin: 0; padding: 0;box-sizing: border-box;}

@font-face {font-family: ;
src: url("../fuentes/");
font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
font-family:;
}

p {
    color: gray;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}


/*Body*/
body{
    background: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
.row-center{
    align-items: center;
}
.img {
    max-width: 100%;
    height: auto;
}
.card-shadow {
    box-shadow: 0px 3px 20px -10px gray;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*Header*/
.header-cont-fluid {
    position: fixed;
    z-index: 100;
    background: white;
    height: 6.5rem;
    box-shadow: 0px 3px 20px -10px grey;
}
.img-logo {
    margin-top: 1rem;
    width: 15rem;
}


/*Carrousel*/
.bannP-cont-fluid {
    background: linear-gradient(90deg, #dc3545ab, #084298e6), url(../imagenes/header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 6.5rem;
}

.img-banner1 {
    width: 45rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .img-banner1 {
        width: 25rem;
        margin-bottom: -25px;
    }
}

.img-banner2 {
    width: 40rem;
    padding-top: 5rem;
}

.custom-shape-divider-bottom-1667937045 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-top: -13rem;
}

.custom-shape-divider-bottom-1667937045 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 138px;
}

.custom-shape-divider-bottom-1667937045 .shape-fill {
    fill: #f1f1f1;
}

    /* ? ----- Cuenta Regresiva ----- */
    #cuenta {
        display: flex;
        justify-content: center;
        margin: 2rem 0;
    }

    .simply-section {
        background: #fff;
        width: 100px;
        height: 100px;
        margin: 0 15px;
        border-radius: 5px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .simply-amount {
        display: block;
        font-size: 2.5em;
        font-weight: 700;
        color: #094297;
    }

    .simply-word {
        font-weight: 300;
        font-size: 1.3em;
        color: #094297;
    }

    /* ? ---------------------------- */


    .icon-expo {
        font-size: 4em;
        margin-bottom: 1rem;
        color: #424f68;
    }
    .tit-card-expo {
        color: #842029;
    }



    /*form*/
    .form-ctrl {
        background-color: rgb(255 255 255 / 53%);
        transition: all 300ms ease;
    }
    .form-ctrl:hover {
        background-color: white;
        transition: all 600ms ease;
    }



/* Main EXPO*/
.col-card-expo {
    align-self: center;
}


/* Section form 2*/
.form2-cont-fluid {
    background: linear-gradient(90deg, #dc3545ab, #084298e6), url(../imagenes/form-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-form-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 424px) {
    .div-form-radio {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.custom-shape-divider-top-1666732061 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1666732061 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1666732061 .shape-fill {
    fill: #f1f1f1;
}



/*Elevator*/
.elev-div {
    position: fixed;
    z-index: 10;
    bottom: 2rem;
    left: 2rem;
    max-width: 100%;
}
.elev-icon {
    font-size: 2.5em;
    color: #00a5e6;
    cursor: pointer;
}


/*Whatsapp*/
.what-div {
    position: fixed;
    z-index: 10;
    bottom: 2rem;
    right: 2rem;
    max-width: 100%;
}
.what-icon {
    font-size: 0.8em;
    color: #ffffff;
    cursor: pointer;
    background: #55ab29;
    border-radius: 60px;
    padding: 0.5rem 0.65rem;
}



/*Footer*/
footer{
    align-self: flex-end;
    width: 100%;
}
.cont-footer{
    background-color: #414141;
}
.row-footer{
    align-items: center;
}
.parrafo-footer{
    color: #b8b8b8;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-size: 0.7em;
}


/* Swiper */
.swiper {
    width: 100%;
    height: 70%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-scrollbar {
    background: #ffffff00;
}