.home-q {
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
}

.containerImgQueHacemos{
    width: 10%;
}

.containerImgQueHacemos p{
    text-align: center;
    color: #8281b4;
    font-family: var(--semibold);
}
.containerImgQueHacemos bdi{
    font-family: var(--bold);
}
.containerImgQueHacemos img{
    width: 100%;
}
.containerGralImgs{
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}
.containerColorGris{
    background-color: #efeded;
}
.FriendlyDash1{
    display:block;
}
.FriendlyDash2{
    display:none;
}



.d-flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.containerGralCalculadora p{
    color: #898795;
}
.home-q .q-title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Century Gothic";
}
.home-q .q-subTitle {
    color: #8f88c1;
    margin-bottom: 1%;
}

.subContainer{
    display: flex;
    width: 25%;
    margin: 1.3% 0;
    width: 35%;
}
.subContainer2{
    display: flex;
    width: 25%;
    margin: 1.3% 0;
    width: 35%;
    align-items: center;
}
.containerSectionsCalculator{
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    width: 100%;
    margin: 2% 0;
}
.subContainerColumn{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subContainerColumnButton{
    width: 30%;
}
.subContainerColumnROAS{
    width: 60%;
}
.subContainerColumn button{
    color: #fff;
    background-color: #3ba5c0;
    font-family: var(--semibold);
    font-size: 15px;
    height: 35px;
    border-radius: 5px;
    width: inherit;
    margin-top: 2%;
    border: unset;
}
.subContainerColumn h3{
    margin: 0;
    /* margin-bottom: 40%; */
}
.subContainerRecomendación{
    display: none;
}
.containerRadioInput{
    margin-bottom:5%;
}
.containerWidth1{
    width: 60%;
}
.containerWidth{
    width: 30%;
}
.containerWidth img{
    width: 100%;
}
.textQueHacemos{
    /* text-align: center; */
    color: #8281b4;
    font-family: var(--bold);
    font-size: 16px;
}
.subContainer1{
    /* justify-content: space-evenly; */
    display: flex;
    width: 25%;
    margin: 1.3% 0;
    width: 35%;
}
.inputCalculator{
    width: 54%;
    border-radius: 7px;
    border: 2px solid #7c78b2;
    height: 28px;
    padding-left:4%;
}
.inputCalculator:focus{
    outline: none;
}

.subContainer2 label{
    color: #4e5295;
    font-family: var(--bold);
    font-size: 4vw;
}
.subContainer1 label{
    color: #837cbc;
    font-family: var(--semibold);
    margin: 5px 0 10px 10px;
}
.containerRecomendation{
    padding: 0 16%;
}
.containerRecomendation button, .containerRecomendation input{
    border-radius: 7px;
    margin: 3% 0;
    border: unset;
    height: 42px;

}

.containerRecomendation input::placeholder{
    text-align: center;
}
.containerRecomendation input:focus{
    outline: none;
}

.containerRecomendation button{
    color: #fff;
    background-color: #3ba5c0;
    font-family: var(--semibold);
    font-size: 12px;
}
.home-q .q-desc {
    padding: 10px 0px 0px 40px;
    font-family: "Century Gothic";
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
}

.home-q .q-desc span {
    color: #fff;
    font-weight: bold;
}

.home-q .q-subtitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #4d4d4d;
    margin-top: 25px;
    font-family: "Century Gothic";
}

/* .home-q .containerGralCalculadora{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
} */

.home-q .q-subtitle span {
    color: #59629f;
}

.img-banner {
    width: 100%;
}

.home-q2 {
    text-align: center;
    margin: 30px auto;
    font-family: "Century Gothic";
    max-width: 1280px;
}

.home-q2 p {
    font-size: 25px;
    font-weight: bold;
    color: #59629f;
}

.img-lanza {
    width: 200px;
    max-height: 70px;
    object-fit: contain;
    margin: 30px 10px;
}

.img-plat {
    width: 200px;
    max-height: 70px;
    object-fit: contain;
    margin: 30px 30px;
}
.containerResponsive{
    display: none
}
.home-q3 {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Century Gothic";
}

.home-q3 p {
    margin: 40px 10px;
    font-size: 25px;
    color: #59629f;
}

.home-p {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Century Gothic";
    color: #59629f;
}

.scale-img {
    transition: 1s;
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 13));
    }
}

.home-q4 {
    background-color: #f4f4f4;
    text-align: center;
    font-family: "Century Gothic";
    padding: 40px 0px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.home-q4-container {
    animation: scroll 40s linear infinite;
    display: flex;
    align-items: center;
    width: calc(250px * 20);
}

.home-q4 .q3-title {
    color: #59629f;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.home-q4 .q3-subtitle {
    margin-top: 20px;
    font-size: 14px;
}

.ipad {
    position: relative;
    font-family: "Century Gothic";
}

.ipad>p {
    position: absolute;
    left: calc(50vw - 267px);
    top: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #4d5589;
}

.ipad>p>span {
    color: #fff;
}

.ipad>img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.movil {
    position: relative;
    font-family: "Century Gothic";
}

.movil>p {
    position: absolute;
    left: 55vw;
    top:calc(50% - 120px);
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.movil>p>span {
    color: #4d5589;
}

.movil__button {
    position: absolute;
    top: 60%;
    left: 55vw;
}
@media only screen and (max-width: 900px) {
    .FriendlyDash1{
        display:none;
    }
    .FriendlyDash2{
        display:block;
    }
    .home-q {
        width: 100%;
    }
    .containerImgQueHacemos{
        width: 40%;
        margin: 13px auto;
    }
    .containerGralImgs{
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
        width: 100%;
        flex-wrap: wrap;
    }
    .home-q .q-desc{
        padding:10px 15px 0px 40px;
    }
    .home-q .q-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 10px 15px 0px 40px;
    }
    .home-q .q-subTitle {
        font-size: 20px;
        padding: 10px 15px 0px 40px;
    }
    .containerGralCalculadora p {
        color: #898795;
        padding: 12px 17px 0px 40px;
    }
    .containerSectionsCalculator{
        flex-direction: column;
    }
    .subContainerColumn{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .subContainerColumnROAS {
        width: 100%;
        margin: 0 auto;
    }
    .subContainer1{
        width: 80%;
    }
    #recomendacionText{
        width: 100%;
        padding: 0;
    }
    .subContainerRecomendación{
        width: 80%;
    }
    .second-section p{
        padding: 12px 17px 0px 40px;
    }
    .containerGralPlanes{
        flex-direction: column;
    }
    .containerPlanFlex {
        width: 100%!important;
        display: flex;
        flex-direction: column;
        margin: 62px auto;
        align-items: center;
    }
    .botonElegirPlan{
        width: 50%!important;
    }
    .containerTextThirdSection img{
        margin: 4% 0px 0 0;
    }
    .movil>p {
        position: absolute;
        left: 55vw;
        top: 19%;
        font-size: 5vw;
        font-weight: bold;
        color: white;
    }
    .movil__button {
        position: absolute;
        top: 70%;
        left: 55vw;
    }
    .five-button{
        padding: 11px 20px!important;
    }
    .containerPhotos {
        width: 95%!important;
        margin: 0 auto;
    }
    .containerSupporters{
        flex-direction: column;
    }
    .containerJoin{
        margin: 0 auto;
        width: 80%!important;
    }
    .footer-contact__sitio{
        display: none;
    }
    .containerNoresponsive{
        flex-direction: column!important;
    }

    .containerRight {
        width: 100%!important;
    }
    .containerTituloConImagen{
        justify-content: flex-end;
    }
    .containerLeft{
        width: 100%!important;
    }
    .containerLeft p{
        padding-left: 50px;
        width: 32%;

    }
    .containerResponsive{
        display: block;
        width: 100%;
    }
    .containerResponsive img{
        width: 100%;
        margin-top: 20%;
    
    }
    .containerConfianza img {
        width: 13%;
        margin: 0 1%;
        display: none;
    }
    .social-media .social-media__icons {
        display: flex;
        justify-content: center;
        width: 71%!important;
        margin: 0px auto!important;
    }
    .social-media > p{
        text-align: center;
    }
    .social-media{
        max-width: 100%;
    }
    .four-section .inputs{
        background-color: transparent;
        font-family: "Century Gothic";
        border: none;
        border-bottom: 1px solid #adabb2;
        width: 100%!important;
        padding: 20px 16px!important;
        margin-bottom: 20px;
        height: fit-content;
        outline: none;
    }
    
    .four-section-container>.sq{
        align-items: unset!important;
    }
    .footer-contact__place{
        width: 100%!important;
    }
}

@media (max-width: 370px){
    .logo {
        left: calc((100% - 178px) / 1);
        width: 70%;
    }
}
