/* #modalCont {
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #E4515E #f1f1f1;
}

#modalCont::-webkit-scrollbar {
    width: 8px;
}

#modalCont::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 10px;
}

#modalCont::-webkit-scrollbar-thumb {
    background: #E4515E;
    border-radius: 10px;
}

#modalCont::-webkit-scrollbar-thumb:hover {
    background: #c44550;
} */
.modal-body {
    padding: 0;
    overflow-x: hidden;
}

.mbServ {
    margin-bottom: 3rem;
}
.closSer {
    position: relative;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.linea1 {
    background: rgba(255, 255, 255, 0.765);
    width: 3px;
    height: 1.5rem;
    display: block;
    color: white;
    transform: rotate(45deg);
    position: absolute;
    top: -.6rem;
    /* left: -21%; */
}

span.linea2 {
    background: rgba(255, 255, 255, 0.765);
    width: 3px;
    height: 1.5rem;
    display: block;
    color: white;
    transform: rotate(-45deg);
    position: absolute;
    top: -.6rem;
    /* left: -21%; */
}

.closSer:hover button span,
.closSer:hover button span {
    color: rgb(255, 255, 255);
}
.moTiServ {
    text-align: center;
    font-family: 'AcuminN';
    font-size: 55px;
    letter-spacing: 5.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 2rem 0rem 5rem 0rem;
    animation: entradaTit 1s ease-in-out forwards;
}

@keyframes entradaTit {
    0% {
        opacity: 0;
        transform: translateY(-7rem);
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }

}

.moSubServ {
    text-align: left;
    font-weight: 900;
    font-size: 55px;
    font-family: 'AcuminB';
    font-family: 'segoBold';
    letter-spacing: 5.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0rem 0rem 6rem 0rem;
}


.moSubServ span {
    color: #E4515E;
    background-color: #FFFA60;
    padding-top: 0px;
}

.moSubServ.zooSub,
.moSubServ.red.zooSub,
.moSubServ.email.zooSub,
.moSubServ.marca.zooSub,
.moSubServ.ads.zooSub {
    font-size: 50px;
}

.zooSub,
.zoomCen {
    /* transition: all 2s cubic-bezier(.21, 1, .84, 1.01);
    transform: scale(1); */
    /* Estado inicial */
    animation: text-entrance 2s forwards;
}

.efectSubt:hover .zooSub {
    /* transform: translateX(2%) scale(1.05); */
    animation: text-entrance 2s forwards;

}

.efectSubt:hover .zoomCen {
    animation: text-entrance 2s forwards;

    /* transform: translateX(-2%) scale(1.03); */
}

@keyframes text-entrance {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(50px) rotate3d(0.25, -1, 0, 30deg);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) rotate3d(0, 0, 0, 0);
    }
}


.moConServ {
    text-align: left;
    font-size: 30px;
    font-family: 'AcuminN';
    letter-spacing: 0px;
    color: #FFFFFF;
}
.imgFlecha{
    width: 65%;
    position: relative;
    transition: all 5s ease-in-out;
}
.imgFlecha:hover{
    position: relative;
    animation: flecha .5s ease-in-out forwards;
    /* right: 1rem; */
}

@keyframes flecha{
    0%{
        right: 0;
    }
    100%{
        right: 1rem;
    }
}

@media screen and (max-width:468px){
    .imgFlecha {
        width: 3rem;
    }
}
/***************efect entrada****************/
.entradaConte {
    opacity: 0;
    animation: entradaTit 1s ease-in-out forwards;
    animation-delay: .5s
}

.entradaConteAb {
    opacity: 0;
    animation: entradaTitAb 1s ease-in-out forwards;
    animation-delay: .5s
}

.entradaConteIz {
    opacity: 0;
    animation: entradaContIz 1s ease-in-out forwards;
    animation-delay: .5s
}

.entradaConteDe {
    opacity: 0;
    animation: entradaContDer 1s ease-in-out forwards;
    animation-delay: .5s
}

@keyframes entradaTitAb {
    0% {
        opacity: 0;
        transform: translateY(8rem);
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }

}

@keyframes entradaContIz {
    0% {
        opacity: 0;
        transform: translateX(-20rem);
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
        transform: translateX(0rem);
    }

}

@keyframes entradaContDer {
    0% {
        opacity: 0;
        transform: translateX(20rem);
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
        transform: translateX(0rem);
    }

}

/********boton***************************/
.btnEcomerce,
.btnRedes,
.btnAds,
.btnChatbo,
.btnEmail,
.btnMarca,
.btnCorpor,
.btnMensaje {
    text-decoration: none;
    text-align: center;
    font-family: 'AcuminN';
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 22px;
    padding: .5rem 1rem .5rem 1rem;
    box-shadow: 0 0 0 0 transparent;
    transition: all 1s ease-in;
    background: transparent linear-gradient(180deg, #fffa6078 0%, #d9890095 100%) 0% 0% no-repeat padding-box;
}

.btnEmail {
    background: transparent linear-gradient(180deg, #ff10788d 0%, #b4125878 100%) 0% 0% no-repeat padding-box;
}

.btnRedes,
.btnAds,
.btnMarca,
.btnMensaje {
    background: transparent linear-gradient(180deg, #e4515d7e 0%, #f32c367e 100%) 0% 0% no-repeat padding-box;
}

.btnEmail:hover {
    color: white;
    box-shadow: 0 0 30px 0 #B41257;
    background: transparent linear-gradient(180deg, #FF1076 0%, #B41257 100%) 0% 0% no-repeat padding-box;
    transition: all 5s ease-out;
}

.btnRedes:hover,
.btnAds:hover,
.btnMarca:hover,
.btnMensaje:hover {
    color: white;
    box-shadow: 0 0 30px 0 #D98A00;
    background: transparent linear-gradient(180deg, #E4515E 0%, #F32C36 100%) 0% 0% no-repeat padding-box;
    transition: all 5s ease-out;
}

.btnEcomerce:hover,
.btnChatbo:hover,
.btnCorpor:hover {
    color: white;
    box-shadow: 0 0 30px 0 #D98A00;
    background: transparent linear-gradient(180deg, #FFFA60 0%, #D98A00 100%) 0% 0% no-repeat padding-box;
    transition: all 5s ease-out;
}

.btnEcomerce:hover:before,
.btnRedes:hover:before,
.btnAds:hover:before,
.btnChatbo:hover:before,
.btnEmail:hover:before,
.btnMarca:hover:before,
.btnCorpor:hover::before,
.btnMensaje:hover::before {
    animation: shine 1s 0s linear;
}

.btnEcomerce:active,
.btnRedes:active,
.btnAds:active,
.btnChatbo:active,
.btnEmail:active,
.btnMarca:active,
.btnCorpor:active,
.btnMensaje:active {
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 1s ease-in;
}

.btnEcomerce:before,
.btnRedes:before,
.btnAds:before,
.btnChatbo:before,
.btnEmail:before,
.btnMarca:before,
.btnCorpor:before,
.btnMensaje:before {
    content: '';
    display: block;
    width: 35px;
    height: 90%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: rgb(255 255 255 / 50%);
    /* filter: blur(5px); */
    /* box-shadow: 0 0 15px 3px white; */
    transform: skewX(328deg);
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 70%;
    }
}

@media screen and (max-width:540px) {

    .btnEcomerce,
    .btnRedes,
    .btnAds,
    .btnChatbo,
    .btnEmail,
    .btnMarca,
    .btnCorpor,
    .btnMensaje {
        font-size: 13px;
    }
}

@media screen and (max-width:468px) {

    .btnEcomerce,
    .btnRedes,
    .btnAds,
    .btnChatbo,
    .btnEmail,
    .btnMarca,
    .btnCorpor {
        font-size: 16px;
    }
}
@media screen and (max-width:360px) {

    .btnEcomerce,
    .btnRedes,
    .btnAds,
    .btnChatbo,
    .btnEmail,
    .btnMarca,
    .btnCorpor {
        font-size: 13px;
    }
}
@media screen and (max-width:320px) {

    .btnEcomerce,
    .btnRedes,
    .btnAds,
    .btnChatbo,
    .btnEmail,
    .btnMarca,
    .btnCorpor {
        font-size: 12px;
    }
}
@media screen and (max-width:280px) {
    .btnEcomerce,
    .btnRedes,
    .btnAds,
    .btnChatbo,
    .btnEmail,
    .btnMarca,
    .btnCorpor,
    .btnMensaje {
        font-size: 10px;
    }
}

/********E-comerce Sitio web********************/

.backESW {
    background: transparent radial-gradient(closest-side at 50% 50%, #F2959D 0%, #FF3749 100%) 0% 0% no-repeat padding-box;
    background-image: url('../../images/modales/sitio-web.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.moExtServ {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    font-family: 'AcuminB';
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.containerE {
    position: relative;
    width: 100%;
    height: 650px;
    perspective: 2000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}


.cardEc {
    position: absolute;
    width: auto;
    height: 97%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.5s ease, z-index 0.5s ease, box-shadow 0.5s ease;
}

.cardEc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardEc.selected {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardEc:not(.selected) {
    transition: transform 0.5s ease, z-index 0.5s ease, box-shadow 0.5s ease;
}

@media screen and (max-width:998px) {
    .moExtServ {
        font-size: 27px;
    }

    .cardEc {
        height: 80%;
    }

    .containerE {
        margin-top: -2rem;
    }
}

@media screen and (max-width:768px) {
    .cardEc {
        height: 70%;
    }
}

@media screen and (max-width:540px) {
    .cardEc {
        height: 55%;
    }

    .containerE {
        margin-top: -8rem;
    }

    .conAdBu.eCom {
        margin: -5rem 0rem 0rem 0rem;
    }
}


@media screen and (max-width:468px) {
    .containerE {
        width: 100%;
        height: 500px;
        perspective: 100px;
        /* background: red; */
        margin-top: -5rem;
    }

    .cardEc {
        width: 45%;
        height: auto;
    }

    .mbMoEc {
        margin-bottom: -3rem;
    }

    .moExtServ {
        font-size: 23px;
    }

    .conAdBu.eCom {
        margin: -3rem 0rem 3rem 0rem;
    }

    @media screen and (max-width:360px) {
        .moExtServ {
            font-size: 20px;
        }
    }
}

/**********Redes sociales**********************/
.backRED {
    background: transparent radial-gradient(closest-side at 50% 50%, #38B593 0%, #0F9E9E 100%) 0% 0% no-repeat padding-box;
}

.moSubServ.spRed {
    color: #B41257;
    background-color: #FFFA60;
    padding-top: 0px;
}

.moSubServ.red {
    letter-spacing: 3.5px;
}

.iconMode {
    font-size: 87px;
    color: #FBC870;
    padding: 0px 20px;
    border: 6px solid #FBC870;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.card.modSer {
    background-color: transparent;
    border: none;
}

.card-title.modSerTi {
    text-align: center;
    font-family: 'AcuminB';
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.card-text.modSerTe {
    text-align: center;
    font-size: 25px;
    font-family: 'AcuminN';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.card-body.modSerBo {
    padding: 3.5rem 0rem 0rem 0rem;
}

.card:hover .iconMode {
    transform: scale(1.1);
}

.backCall {
    background: transparent linear-gradient(180deg, #FBC870 0%, #F19800 100%) 0% 0% no-repeat padding-box;
    margin-top: 4rem;
}

.titleRed {
    text-align: center;
    font-family: 'AcuminB';
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #434343;
}

.subRed {
    text-align: center;
    font-size: 30px;
    font-family: 'AcuminN';
    color: #434343;
    margin-bottom: 4rem;
}

.dFMCal {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: column;
    padding: 4rem 5rem 4rem 10rem;
}

.callTe {
    margin-bottom: 4rem;
}

.imgCallMod {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(5%, -20%);
}

.btnContact {
    padding: .5rem 2rem;
    cursor: pointer;
    background: transparent linear-gradient(180deg, #E4515E 0%, #F32C36 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 22px;

    text-align: center;
    font-family: 'AcuminN';
    font-size: 20px;
    color: #FFFFFF;
}

.btnContact:hover {
    background-color: #d63c58;
}

@media screen and (max-width:1440px) {
    .moSubServ {
        font-size: 45px;
    }

    .moSubServ.zooSub,
    .moSubServ.red.zooSub,
    .moSubServ.email.zooSub,
    .moSubServ.marca.zooSub,
    .moSubServ.ads.zooSub {
        font-size: 40px;
    }

    .moSubServ.red {
        letter-spacing: 0.5px;
    }

    .imgCallMod {
        transform: translate(8%, -15%);
        width: 125%;
    }

    .titleRed {
        font-size: 35px;
    }

    .dFMCal {
        padding: 3rem 5rem 2rem 10rem;
    }
}

@media screen and (max-width:1366px) {
    .titleRed {
        font-size: 30px;
    }

    .subRed {
        font-size: 25px;
        margin-bottom: 3rem;
    }

    .imgCallMod {
        transform: translate(10%, -13%);
        width: 110%;
    }

    .moConServ {
        font-size: 25px;
    }

    .card-title.modSerTi {
        font-size: 25px;
    }

    .card-text.modSerTe {
        font-size: 22px;
    }
}

@media screen and (max-width:1024px) {
    .moTiServ {
        font-size: 45px;
        letter-spacing: 3.5px;
        margin: 2rem 0rem 4rem 0rem;
    }

    .moSubServ {
        font-size: 40px;
    }

    .moSubServ.zooSub,
    .moSubServ.red.zooSub,
    .moSubServ.email.zooSub,
    .moSubServ.marca.zooSub,
    .moSubServ.ads.zooSub {
        font-size: 35px;
    }

    .dFMCal {
        padding: 2rem 2rem 2rem 2rem;
    }

    .imgCallMod {
        transform: translate(10%, 10%);
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .dNRed {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .moTiServ {
        font-size: 35px;
        letter-spacing: 0.5px;
        margin: 2rem 0rem 3rem 0rem;
    }

    .moSubServ {
        font-size: 30px;
        margin: 0rem 0rem 3rem 0rem;
    }

    .moSubServ.zooSub,
    .moSubServ.red.zooSub,
    .moSubServ.email.zooSub,
    .moSubServ.marca.zooSub,
    .moSubServ.ads.zooSub {
        font-size: 25px;
    }

    .moSubServ.red {
        letter-spacing: 1px;
    }

    .moConServ {
        font-size: 20px;
    }

    .card-text.modSerTe {
        font-size: 19px;
        margin-bottom: 3rem;
    }

    .iconMode {
        font-size: 65px;
        padding: 0px 15px;
    }

    .titleRed {
        font-size: 23px;
    }

    .dFMCal {
        padding: 3rem 3rem 3rem 3rem;
    }

    .subRed {
        font-size: 20px;
        margin-bottom: 3rem;
    }

    .callTe {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:468px) {
    .moSubServ {
        font-size: 25px;
        margin: 0rem 0rem 3rem 0rem;
    }

    .moSubServ.zooSub,
    .moSubServ.red.zooSub,
    .moSubServ.email.zooSub,
    .moSubServ.marca.zooSub,
    .moSubServ.ads.zooSub {
        font-size: 20px;
    }

    .card-body.modSerBo {
        padding: 1rem 0rem 0rem 0rem;
    }

    .card-text.modSerTe {
        margin-bottom: 2rem;
    }

    .dFMCal {
        padding: 2rem 1rem 2rem 1rem;
    }

    .titleRed {
        font-size: 20px;
    }

    .subRed {
        font-size: 18px;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:320px) {
    .moTiServ {
        font-size: 30px;
    }

    .moSubServ {
        font-size: 22px;
    }

    .moSubServ.zooSub,
    .moSubServ.red.zooSub,
    .moSubServ.email.zooSub,
    .moSubServ.marca.zooSub,
    .moSubServ.ads.zooSub {
        font-size: 20px;
    }
}

/*************ads******************/
.backAds {
    /* background: transparent linear-gradient(179deg, #FBC870 0%, #FFA101 100%) 0% 0% no-repeat padding-box; */
    background-image: url('../../images/modales/pub-digital.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 1px solid #707070; */
}

.contImgAds {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 4rem 0rem;
}

.contImgAds img {
    width: 10em;
    height: auto;
    object-fit: contain;
    display: block;
}

.moSubServ.ads {
    color: #404040;
    margin: 0rem 0rem 5rem 0rem;
}

.textAdas p {
    text-align: left;
    font-family: 'AcuminN';
    font-size: 30px;
    color: #404040;
    margin-bottom: 0px;
}

.conAdBu {
    margin: 4rem 0rem 4rem 0rem;
}

.contImgAds img {}

@media screen and (max-width:1440px) {
    .contImgAds img {
        width: 20%;
    }
}

@media screen and (max-width:540px) {
    .moSubServ.ads {
        margin: 0rem 0rem 3rem 0rem;
        letter-spacing: 2px;
    }

    .contImgAds {
        justify-content: center;
        align-items: center;
        flex-flow: column;
        gap: 25px;
    }

    .contImgAds img {
        width: 45%;
    }

    .textAdas p {
        font-size: 23px;
    }

}

@media screen and (max-width:468px) {
    .moSubServ.ads {
        margin: 0rem 0rem 2rem 0rem;
        letter-spacing: 1px;
    }
    .conAdBu {
        margin: 2rem 0rem 4rem 0rem;
    }
}

/************chatbot***********/
.backChat {
    /* background: #B41257 0% 0% no-repeat padding-box; */
    background-image: url('../../images/modales/chatbots.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.moSubServ.chat {
    letter-spacing: 5.5px;
    color: #FFFFFF;
}

.textChat {
    text-align: left;
    font-family: 'AcuminN';
    font-size: 30px;
    color: #FFFFFF;
}

.textChatPr {
    text-align: left;
    font-family: 'AcuminB';
    font-weight: 900;
    font-size: 40px;
    color: #FBC870;
    margin: 4rem 0rem 0rem 0rem;
}

.btnChatbo.chat {
    margin: 4rem 0rem 4rem 0rem;
}

.imgChatBo {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .imgChatBo {
        width: 65%;
    }
}

@media screen and (max-width:991px) {
    .moSubServ.chat {
        letter-spacing: 3.5px;
        color: #FFFFFF;
        margin: 0rem 0rem 4rem 0rem;
    }

    .imgChatBo {
        width: 45%;
    }

    .textChat {
        font-size: 25px;
    }

    .textChatPr {
        font-size: 35px;
    }
}

@media screen and (max-width:768px) {
    .moSubServ.chat {
        margin: 0rem 0rem 2rem 0rem;
    }

    .imgChatBo {
        margin: 2rem 0rem 0rem 0rem;
    }
}

@media screen and (max-width:468px) {
    .textChat {
        font-size: 20px;
    }

    .textChatPr {
        font-size: 25px;
        margin: 3rem 0rem 0rem 0rem;
    }

    .imgChatBo {
        margin: 1rem 0rem 0rem 0rem;
        width: 80%;
    }
}

/******************Email***********/
.backEmail {
    background: linear-gradient(180deg, rgba(241, 118, 128, 1) 31%, rgba(210, 66, 78, 1) 77%);
}

.textEmail {
    text-align: left;
    font-size: 30px;
    font-family: 'AcuminN';
    color: #FFFFFF;
}

.textEmail span {
    font-family: 'AcuminB';
    font-weight: 900;
}

.subTeEma {
    text-align: left;
    font-family: 'AcuminB';
    font-weight: 900;
    font-size: 50px;
    color: #FBC870;
    margin: 2rem 0rem 2rem 0rem;
}

.contIcoEm i {
    font-size: 6rem;
    color: white;
    background: #E4515E;
    border-radius: 50%;
    padding: 1rem 1rem 1rem 1rem;
    border: 7px solid white;
}

.imgEmail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgEmail img {
    width: 100%;
}

.contItemsE {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin: 0rem 0rem 5rem 0rem;
}

.btnEmail.emai {
    margin: 4rem 0rem 4rem 0rem;
}

@media screen and (max-width:1440px) {
    .textEmail {
        font-size: 25px;
    }

    .subTeEma {
        font-size: 40px;
    }
}

@media screen and (max-width:1024px) {
    .imgEmail img {
        width: 50%;
    }

    .subTeEma {
        margin: 2rem 0rem 4rem 0rem;
    }

}

@media screen and (max-width:540px) {
    .textEmail {
        font-size: 20px;
    }

    .contIcoEm i {
        font-size: 4.5rem;
        padding: .5rem .5rem .5rem .5rem;
        border: 4px solid white;
    }
}

@media screen and (max-width:468px) {
    .textEmail {
        font-size: 20px;
    }

    .imgEmail img {
        width: 85%;
    }

    .subTeEma {
        font-size: 25px;
        margin: 2rem 0rem 2rem 0rem;
    }

    .contItemsE {
        gap: 40px;
        margin: 0rem 0rem 3rem 0rem;
        flex-flow: column;
    }

    .contIcoEm i {
        font-size: 5rem;
        padding: 1rem 1rem 1rem 1rem;
        border: 5px solid white;
    }

    .mEma {
        margin: 2rem 0 0rem;
    }
}

/*****************Marca***************/
.backMarca {
    /* background: transparent radial-gradient(closest-side at 50% 50%, #FBC870 0%, #F6A722 100%) 0% 0% no-repeat padding-box; */
    background-image: url('../../images/modales/identidad-de-marca.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.marca {
    letter-spacing: 5.5px;
    color: #404040;
}

.textMarca {
    text-align: left;
    color: #404040;
    font-size: 30px;
    font-family: 'AcuminN';
}

.textMarca span {
    font-family: 'AcuminB';
    font-weight: 900;

}

.contIcoMa i {
    font-size: 5rem;
    color: #E4515E;
    /* background: #E4515E; */
    border-radius: 50%;
    padding: 1rem 1rem 1rem 1rem;
    border: 7px solid #E4515E;
}

.contItemsMa {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 2rem 0 3rem;
}

.imgMega {
    position: absolute;
    top: 80%;
    left: 0%;
    transform: translate(-1%, -50%);
}

.btnMarca.marcaB {
    margin: 6rem 0rem 4rem 0rem;
}

.mtMar {
    margin-top: 5rem;
}
.show-img {
    animation: fadeIn 1s forwards;
}
#imI1,
#imI2 {
    width: 50%;
}

.dfCatal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width:1440px) {
    .imgMega {
        top: 50%;
        transform: translate(-5%, -50%);
        width: 30rem;
    }
}

@media screen and (max-width:1366px) {

    .imgMega {
        width: 27rem;
    }
}

@media screen and (max-width:1024px) {
    .dNMar {
        display: none;
    }
    .dfCatal {
        justify-content: center;
        margin-bottom: 1.5rem;
        margin-top: -1.5rem;
    }

    #imI1,
    #imI2 {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .mtMar {
        margin-top: 0rem;
    }

    .btnMarca.marcaB {
        margin: 3rem 0rem 4rem 0rem;
    }
}

@media screen and (max-width:712px) {
    .contItemsMa {
        margin: 4rem 0 0rem;
        flex-flow: column;
    }

    .mtMar {
        margin-top: 3rem;
    }
}

@media screen and (max-width:540px) {
    .textMarca {
        font-size: 22px;
    }
    .mtMar {
        margin-top: 1rem;
    }
}

@media screen and (max-width:468px) {
    .contIcoMa i {
        border: 5px solid #E4515E;
    }

    .textMarca {
        font-size: 20px;
    }
    .dfCatal {
        justify-content: center;
        margin-bottom: 2rem;
    }
    #imI1,
    #imI2 {
        width: 100%;
    }
}

/***************modal corporativo**************/

.backCorpo {
    /* background: transparent radial-gradient(closest-side at 50% 50%, #FB8E11 0%, #F6560F 69%, #D45C16 100%) 0% 0% no-repeat padding-box; */
    background-image: url('../../images/modales/diseno-corporativo.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.textDiCo {
    text-align: left;
    font-family: 'AcuminN';
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.textDiCo.mbCor {
    margin-bottom: 6rem;
}

.textSuDiCo {
    text-align: center;
    font-family: 'AcuminN';
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.textSuDiCo.mtCo {
    margin-top: 6rem;
}

.titleSlCo {
    text-align: left;
    font-weight: 900;
    font-family: 'AcuminB';
    font-size: 40px;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.descriptionCor {
    text-align: left;
    font-family: 'AcuminN';
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

@media screen and (max-width:1366px) {
    .titleSlCo {
        font-size: 35px;
        letter-spacing: 1.4px;
    }

    .descriptionCor {
        font-size: 20px;
    }
}


@media screen and (max-width:1024px) {
    .descriptionCor {
        font-size: 16px;
    }

    .titleSlCo {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:540px) {
    .titleSlCo {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:468px) {
    .textDiCo {
        font-size: 20px;
    }

    .textDiCo.mbCor {
        margin-bottom: 2rem;
    }

    .textSuDiCo {
        font-size: 17px;
        padding: 0rem 1rem 0rem 1rem;
    }
        .textSuDiCo.mtCo {
        margin-top: 2rem;
    }
}

@media screen and (max-width:320px) {
    .titleSlCo {
        font-size: 20px;
    }
}

@media screen and (max-width:280px) {
    .titleSlCo {
        font-size: 17px;
    }
}
