.introduccion{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin: 100px auto 200px auto;
    width: 87%;
}

.int-text{
    width: 50%;
}

.int-text h2{
    font-family: "Bebas Neue";
}

.horario-web{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 1px dotted #ccc;
    background: #f5f5f5;
    width: 35%;
    height: 250px;
    padding: 30px;
}

.horario-web p{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.horario-web p span{
    background-color: #278CD9;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50%;
}

.horario-web .inf-web {
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #444;
}

.horario-web .inf-web li{
    display: flex;
    padding: 5px;
}

.horario-web .inf-web img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #278CD9;
    padding: 5px;
    border-radius: 4px;
}

.horario-web .inf-web span{
    font-weight: 100;
    margin-left: 10px;
}

.introduccion h2{
    font-weight: 900;
    font-size: 2.6vw;
    padding: 20px 0;
    margin-bottom: 80px;
    position: relative;
    color: #444;
}

.introduccion h2::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background-color: rgb(39, 140, 217);
    bottom: -20px;
    left: 0px;
    right: 0px;
}

/*--------Desarrollo sitios web-----------*/
.laWeb{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 100px 40px 80px 40px;
    padding: 20px 0;
}

    .img-n1{
        width: 100%;
        height: auto;
    }

    .laWeb-imgs{
        width: 40%;
        height: 100%;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .laWeb-imgs::before{
        position: absolute;
        content: '';
        left: -50px;
        top: -50px;
        width: 90%;
        height: 90%;
        border: 1px solid #8f9bb6;
        z-index: -1;
    }

    .laWeb-imgs h1{
        margin-left: 100px;
        margin-bottom: 0;
    }

    .laWeb-info{
        width: 40%;
        padding: 0 50px 0 0;
        margin-left: 50px;
    }

    .laWeb-info .laWeb-title{
        padding-top: 0;
        margin-bottom: 50px;
        text-align: left;
    }

    .laWeb-info .laWeb-title::after{
        margin: 0;
    }

    .laWeb-info .laWeb-title span{
        font-size: 1rem;
        color: #949494;
    }

    .laWeb-row{
        display: grid;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-shadow: rgba(3, 49, 110, 0.1) 0px 5px 12px;
        margin-bottom: 15px;
        border-radius: 8px;
        padding: 20px;
        background-color: #fff;
    }


    .laWeb-row p{
        font-size: 14px;
    }


    .laWeb-row span{
        font-weight: 600;
        font-size: 15px;
    }


/*---------Por que crear sitio web con nosotros--------*/
.servicios-web{
    margin: 0 100px;
}

.title-service-web{
    letter-spacing: 0;
    margin-bottom: 100px;
}

.service-web{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 180px;
}


.service-web img{
    height: auto;
    width: 40%;
    border-radius: 3px;
    object-fit: cover;
}


.detalle-service{
    text-align: left;
    margin: 0 100px 0 85px;
    width: 50%;
}

.icon-serv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    margin-bottom: 1em;
    border-radius: 50%;
    background-color: rgba(34, 97, 148, 0.05);
}

.icon-serv img{
    width: 60%;
}

.detalle-service .service-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding:0 30px 0 0px;
    position: relative;
    font-weight: 600;
    color: #444;
}


.service-des{
    display: flex;
    flex-direction: row-reverse;
}


/*----- procesos------- */
.procesos-titulos{
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 2.2em;
    margin: 0 0 130px 100px;
    font-weight: 600;
}

.procesos-titulos::after{
    margin: 0;
}

.procesos-titulos span{
    color: #949494;
    font-size: 16px;
}

.procesos-content-A{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 50px;
    margin-bottom: 50px;
}

.procesos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 25rem;
    border-radius: 8px;
}

.procesos__tab-container {
    width: 100%;
    border-bottom: 2px solid #278CD9;
    display: grid;
    grid-auto-flow: column;
    overflow-y: auto;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-collapse: collapse;
    gap: 5px;
}

.procesos__tab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: #666;
    position: relative;
    font-size: 1.2rem;
    width: 10rem;
    height: 8rem;
    border: 1px dotted #ccc;
}


.procesos__tab-container:last-child{
    margin-bottom: 0;
}

.procesos__tab span {
    font-weight: 600;
    font-size: 2rem;
}

.procesos__tab:hover, .procesos__tab--active{
    color: #fff;
    background-color: #278CD9;
}

.procesos__content {
    display: none;
    /* JUST PRESENTATIONAL */
    font-size: 1.6rem;
    padding: 4rem 5rem 4rem 4rem;
    height: 100%;
}

.procesos__content--active {
    display: grid;
    grid-template-columns: 7rem 1fr;
    column-gap: 4rem;
}

.procesos__header {
    font-size: 1.7rem;
    font-weight: 600;
    align-self: center;
    color: #5f8cac;
}

.procesos__header span{
    display: none;
}

.procesos__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    position: relative;
}

.procesos__icon span{
    position: absolute;
    left: 42px;
    top: 85px;
    color: #4e4e4e;
    font-size: 3.6rem;
}

.procesos__icon img {
    height: 4rem;
    width: 4rem;
    position: absolute;
    left: 25px;
    top: 25px;
    display: none;
}

.procesos__content p {
    grid-column: 2;
}

/*-------------------Tabla de precios--------------*/
.tabla-precios-titulo{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.tabla-precios-titulo span{
    color: rgb(148, 148, 148);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.tabla-precios{
    margin: 120px 0 30px 0;
    background-color: #f3f4f6e6;
    padding: 80px 30px;
}

.tabla-extra-info{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
}

.tabla-extra-info::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #333;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.tabla-extra-info a{
    color: #278CD9;
    cursor: pointer;
    border-bottom: 1px solid #278CD9;
    font-weight: 800;
}

.tabla-extra-info--2{
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
}


.tabla-extra-info--2 div{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-left: 80px;
}

.tabla-extra-info--2 h2{
    font-size: 1em;
    font-weight: 600;
}

.tabla-extra-info--2 h3{
    font-size: 0.9em;
}
.tabla-precios-content{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.tabla-precios-content .col:nth-child(2){
    box-shadow: rgba(3, 49, 110, 0.2) 0px 5px 12px;
}
.col{
    width: 100%;
    height: 54rem;
    border-radius: 3px;
    padding: 40px 20px 0 20px;
    background: #fff;
    color: #555;
    list-style-type: none;
    margin: 0;
    transition: 0.3s;
    position: relative;
}
.col:hover, .col.best{
    box-shadow: rgba(3, 49, 110, 0.2) 0px 5px 12px;
}
.price-box .header{
    color: #444;
    font-size: 25px;
    font-weight: 700;
}

.price-box .header.header-green{
    color: #444;
}

.price-box li{
    padding: 20px;
    text-align: left;
}

.price-box .emph{
    font-size: 20px;
    color: #a3a3a3;
    padding-bottom: 0;
}

.price-box .emph strong{
    font-size: 30px;
    color: #444;
    font-weight: 600;
}

.price-box .paq{
    padding: 5px 0;
    margin-top: 20px;
    font-size: 15px;
    font-family: quick;
}

.price-box .paq li{
    padding: 10px 20px;
    color: #444;
    display: flex;
}

.price-box .paq li img{
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.price-box .paq li strong{
    font-weight: 600;
}

.emph--B{
    display: flex;
    font-family: quick;
    position: absolute;
    bottom: 2%;
    width: 90%;
}

.emph--B .but{
    background-image: linear-gradient(-225deg, #379df7 15%, #7bb6f1 100%);
    border: none;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    padding: 12px 15px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 2px;
    position: relative;
}


.emph--B .but img{
    position: absolute;
    right: 20px;
}

.emph--B .but:hover{
    background-image: linear-gradient(-225deg, #5ff05f 15%, #9bec9b 100%);
}

.emph--B .but .arr2{
    width: 1.5em;
    height: 1.5em;
}


@media(max-width:900px){
    .tabla-precios-content{
        flex-direction: column;
    }

    .col{
        width: 60%;
        margin-bottom: 50px;
    }
}

@media(max-width:700px){
    .col{
        width: 80%;
    }
}

@media(max-width:400px){
    .col{
        width: 95%;
    }
}


/*-------------------Specials-------------------------*/

.specials{
    margin: 50px 0 100px 0;
}

    .special-title{
        margin-bottom: 100px;
    }

    .specials-content{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .special{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        width: 14em;
        height: 240px;
        border-radius: 12px;
        margin-right: 40px;
        position: relative;
    }
    
    .special img{
        width: 27%;
        height: auto;
        transition: transform 0.3s ease;
        position: absolute;
        top: 45px;
    }

    .special:hover img{
        transform:translateY(-10px);
    }

    .specials-content .special:nth-child(3) img{
        width: 30%;
    }
    
    .special h3{
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        top: 100px;
        color: #222;
    }
    
    .special p{
        font-size: 13px;
        position: absolute;
        top: 150px;
        padding: 0 10px;
    }



/*-------------RESPONSIVE------------*/

@media only screen and (max-width: 1150px) {

    .introduccion{
        gap: 100px;
        flex-direction: column;
    }

    .int-text {
        width: 85%;
    }

    .horario-web{
        width: 85%;
    }

/*--------Desarrollo sitios web-----------*/
.laWeb{
    margin: 50px 20px 80px 10px;
    padding: 20px 0;
    flex-direction: row-reverse;
}

    .laWeb-info{
        padding: 0 0px 0 0;
        margin-right: 20px;
        margin-left: 0;
    }

    .laWeb-imgs::before{
        display: none;
    }

    .laWeb-info .laWeb-title{
        text-align: left;
    }

    .laWeb-info .laWeb-title::after{
        margin: 0;
    }

  /*---------Por que crear sitio web con nosotros----------*/
    .detalle-service{
        text-align: left;
        margin: 0 0px 0 50px;
    }

    .detalle-service-B{
        margin: 0 50px 0 0px;
    }

    .service-web img{
        width: 50%;
    }


/*---------- procesos--------------- */

    .procesos-titulos {
        margin: 0 0 130px 90px;
    }

    .procesos-content-A {
        margin: 0 50px;
        margin-bottom: 50px;
    }

    .procesos {
        height: 23rem;
        width: 70%;
        
    }

    .procesos__tab {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 12em;
        height: 80px;
        margin: 0 10px 0 0;
        font-size: 14px;
        flex: 0 0 auto;
        padding: 10px;
    }


    .procesos__content {
        padding: 2rem 3rem 3rem 0rem;
    }

    .procesos__content--active {
        column-gap: 2rem;
    }

    .procesos__header {
        font-size: 1.5rem;
    }

    .procesos__icon span {
        left: 42px;
        top: 95px;
        font-size: 3rem;
    }

    .procesos__content p {
        font-size: 1rem;
    }


    .special{
        margin-right: 0;
    }

    .tabla-precios{
        padding: 80px 0;
    }
    .tabla-precios-content{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 0 40px;
    }
    .col{
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    
    .introduccion h2{
        width: 100%;
        font-size: 6vw;
    }
    
    .introduccion p{
        width: 100%;
    }

 /*--------Desarrollo sitios web-----------*/
.laWeb{
    margin: 50px 20px 80px 10px;
    padding: 20px 0;
    flex-direction: column-reverse;
}

    .laWeb-info{
        padding: 0 0px 0 0;
        margin-right: 20px;
        margin-left: 0;
        width: 80%;
    }

    .laWeb-imgs{
        width: 80%;
        margin-top: 20px;
    }


    .laWeb-imgs::before{
        display: none;
    }

    .laWeb-info .laWeb-title{
        text-align: left;
    }

    .laWeb-info .laWeb-title::after{
        margin: 0;
    }

    .laWeb-row{
        width: 100%;
        padding: 30px;
    }

  /*---------Por que crear sitio web con nosotros----------*/
.service-web{
    align-items: left;
    flex-direction: column;
}

    .detalle-service{
        text-align: left;
        margin: 50px 0 0 0;
        width: 70%;
    }

    .detalle-service-B{
        margin: 50px 0px 0 50px;
    }

    .service-web img{
        width: 70%;
    }


  /*---------- procesos--------------- */

.procesos-titulos {
    margin: 0 0 100px 90px;
}


    .procesos-content-A {
        flex-direction: column;
        margin: 0 50px;
        margin-bottom: 50px;
    }

    .procesos {
        height: 23rem;
        width: 90%;
    }

    .procesos__content {
        padding: 3rem 2rem 3rem 0;
    }

    .procesos__content--active {
        column-gap: 1rem;
    }

    .procesos__header {
        font-size: 1.5rem;
    }


    .procesos__tab-container {
        height: 5em;
        width: 100%;
    }


    .procesos__tab-container::-webkit-scrollbar{
        display: none;
    }

    .procesos__icon span {
        font-size: 2.7rem;
    }

    .procesos__tab {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 12em;
        height: 80px;
        margin: 0 10px 0 0;
        font-size: 14px;
        flex: 0 0 auto;
        padding: 10px;
    }

    .procesos__tab--active{
        background-color: #278CD9;
        color: #fff;
    }

    .special{
        margin-right: 0;
    }
}


@media only screen and (max-width: 600px) {
    .int-text {
        width: 90%;
    }

    .horario-web{
        width: 90%;
    }
    
/*--------Desarrollo sitios web-----------*/
.laWeb{
    margin: 50px 0px 80px 0px;
    padding: 20px 0;
    flex-direction: column-reverse;
}

    .laWeb-info{
        padding: 0 0px 0 0;
        margin-right: 0;
        margin-left: 0;
        width: 80%;
    }
  
    .laWeb-imgs{
        width: 80%;
        margin-top: 20px;
    }


    .laWeb-imgs::before{
        display: none;
    }

    .laWeb-row{
        width: 100%;
        padding: 30px;
    }

  /*---------Por que crear sitio web con nosotros----------*/
.servicios-web{
    margin: 0 50px;
}
    .service-web{
        align-items: left;
        flex-direction: column;
        margin-bottom: 150px;
    }

    .detalle-service{
        text-align: left;
        margin: 30px 0px 0 0px;
        width: 100%;
    }

    .detalle-service-B{
        margin: 50px 0px 0 0px;
    }

    .service-web img{
        width: 100%;
    }

    .icon-serv img {
        width: 60%;
    }

/*---------- procesos--------------- */
.procesos-titulos {
    margin: 0 0 50px 30px;
}

    .procesos-titulos span{
        font-size: 13px;
    }

    .procesos-content-A {
        flex-direction: column;
        margin: 0 20px;
        margin-bottom: 50px;
        padding: 20px 0;
    }

    .procesos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .procesos__content {
        position: relative;
        padding: 1rem 1rem 3rem 1rem;
    }

    .procesos__content--active {
        column-gap: 0rem;
        display: flow-root;
    }

    .procesos__header {
        font-size: 1.2rem;
    }

    .procesos__header span{
        display: block;
        color: #333;
        font-size: 1.5rem;
    }


    .procesos__tab-container {
        height: 5em;
        margin: 0 0 30px 0;
    }



    .procesos__tab-container::-webkit-scrollbar{
        display: none;
    }

    .procesos__tab {
        width: 10em;
        font-size: 12px;
        flex: 0 0 auto;
        padding: 5px 10px;
    }

    .procesos__tab span {
        left: 10px;
    }

    .procesos__icon{
        display: none;

    }

 .procesos__icon::after{
        display: none;
    }
    .procesos__icon span{
        display: none;
    }


/*--------- Tabla de precios --------*/
    .tabla-precios-titulo span {
        font-size: 13px;
    }

    .tabla-extra-info {
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .tabla-precios {
        margin: 100px 0 50px 0;
        background-color: #f5f5f5;
        padding: 80px 0;
    }
    .specials{
        margin-bottom: 30px;
    }
    .special{
        margin-right: 0;
    }

    .tabla-precios-content{
        padding: 0 20px;
    }
    .col{
        height: 53rem;
    }
}