/*------------------Servicios web---------------------*/

.servicios-entrada{
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 80px 0 0 40px;
    padding: 60px 0 0 0;
}

    .servicios-entrada .img-web-content{
        width: 40%;
    }

    .servicios-entrada .web-img{
        width: 100%;
        height: auto;
        padding-left: 0;
        margin-left: 0;
    }

    
    .servicios-entrada .import-web{
        text-align: left;
        margin-left: 50px;
        width: 50%;
    }
    
    .servicios-entrada .import-web .web-titulo{
        font-size: 35px;
        text-align: left;
        margin: 0 200px 60px 0;
        padding-top: 0;
        color: #444;
        font-weight: 600;
    }

    .web-titulo-2{
        display: none;
    }

    .servicios-entrada .import-web .web-titulo::after{
        margin: 0;
    }
    
    /*.servicios-entrada .import-web .web-titulo ::before{
        content: '';
        background: rgba(255, 247, 135, 0.5);
        position: absolute;
        top: 0;
        right: 10%;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        z-index: -1;
    }
    
    .servicios-entrada .import-web .web-titulo ::after{
        content: '';
        background: rgba(135, 201, 255, 0.3) ;
        position: absolute;
        bottom: 20px;
        right: 50%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        z-index: -1;
    }*/
    
    .servicios-entrada .import-web .web-text{
        margin-left: 0;
        margin-right: 40px;
        margin-bottom: 40px;
        position: relative;
    }
    
    /*.servicios-entrada .import-web .web-text::before{
        content: '+';
        font-size: 40px;
        color: #383838;
        position: absolute;
        bottom: -40px;
        right: 30%;
        z-index: -1;
        transform: rotate(30deg);
        text-shadow: 2px 2px 2px #27708c;
    }*/

    
    .btn-mas {
        display: flex;
        padding: 8px 20px 8px 15px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        font-family: quick;
        font-size: 0.9rem;
        background: #278cd9;
        color: #fff;
    }



    .btn-mas .arrow-cot{
        width: 20px;
        height: 20px;
        margin: 2px 0 0 40px;
        transition: 0.3s;
    }
    
    .servicios-entrada .import-web .btn-mas:hover{
       background-image: linear-gradient(-225deg, #49a6f7 20%, #88bef5 100%);   
    }


    .servicios-entrada .import-web .btn-mas:hover img{
        transform: translateX(5px);
    }


/*--------------------Parallax----------------------*/

.parallax{
    padding: 0;
    height: 500px;
    margin: 60px 0;
}

    .cotizacion-sitio-web{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
    }

    .cotizacion-sitio-web-inf{
        width: 40%;
        padding: 50px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(44, 44, 44, 0.1);
    }
    
    .template-service{
        height: auto;
        width: 40%;
    }

    .cotizacion-sitio-web h2{
        font-size: 30px;
        line-height: 80px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-weight: 600;
    }

    .cotizacion-sitio-web .fig-web{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-image: linear-gradient(-225deg, #379df7 15%, #7bb6f1 100%);
        margin-right: 20px;
    }

    .cotizacion-sitio-web h3{
        font-size: 18px;
        line-height: 30px;
    }
    
    .cotizacion-sitio-web h2, .cotizacion-sitio-web h3{
        color: #444;
    }
    
    .cotizacion-sitio-web-content-btns{
        display: flex;
        justify-content: left;
        text-align: left;
        margin-top: 50px;
        font-family: quick;
    }

    .cotizacion-sitio-web a{
        padding: 8px 20px;
        cursor: pointer;
        font-size: 15px;
    }
    
    .btn-cot{
        background: #278cd9;
        color: #fff;
        margin-right: 20px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-pre{
        border: 2px solid #278cd9;
        color: #379df7;
        transition: 0.5s;
        font-weight: 600;
    }

    .btn-cot .arrow-cot{
        margin-left: 10px;
        width: 20px;
        height: 20px;
        transition: 0.3s;
    }

    .btn-cot:hover{
        background-image: linear-gradient(-225deg, #49a6f7 20%, #88bef5 100%);
    }
    .btn-cot:hover img{
        transform: translateX(5px);
    }

    .btn-pre:hover{
        background: #278cd9;
        color: #fff;
    }

@media only screen and (min-width: 901px) and (max-width: 1150px) {
/*---------Servicios web---------*/

.servicios-entrada .import-web .web-titulo{
    font-size: 30px;
    margin: 0 0 50px 0;
}

    .servicios-entrada .import-web .web-text{
        margin-bottom: 20px;
    }


/*---------LLamada a la acción web---------*/
.parallax{
    margin: 30px 0;
}

    .cotizacion-sitio-web h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .cotizacion-sitio-web-inf {
        padding: 30px;
    }

    .cotizacion-sitio-web-inf h3 span{
        font-size: 18px;
    }

    .cotizacion-sitio-web a {
        padding: 5px 15px;
        cursor: pointer;
        font-size: 12px;
    }

    .cotizacion-sitio-web a img{
        display: none;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {

/*---------Servicios web---------*/

.servicios-entrada{
    justify-content: center;
    padding: 0px 0 80px 0;
    margin-left: 0;
    flex-direction: column-reverse;
}

    .servicios-entrada .img-web-content{
        width: 80%;
    }


    .servicios-entrada .img-web-content .web-img{
        width: 100%;
    }

    .servicios-entrada .import-web{
        margin-left: 0;
        width: 80%;
    }

    .servicios-entrada .import-web .web-titulo{
        display: none;
    }

    .web-titulo-2{
        display: block;
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 100px;
        text-align: center;
    }

    .web-titulo-2::after{
        margin: 0 auto;
    }

    .servicios-entrada .import-web .web-text{
        margin-bottom: 50px;
        margin-right: 0;
    }

    .servicios-entrada .web-img{
        width: 80%;
        margin-bottom: 80px;
        margin-top: 80px;
    }

/*---------LLamada a la acción web---------*/

.parallax{
    margin: 200px 0;
}

    .cotizacion-sitio-web{
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }

    .cotizacion-sitio-web-inf{
        width: 80%;
        padding: 30px;
    }

    .cotizacion-sitio-web-inf h3 span{
        font-size: 18px;
    }
    
    .template-service{
        width: 80%;
    }

    .cotizacion-sitio-web h2 {
        font-size: 25px;
        line-height: 40px;
    }   

    .cotizacion-sitio-web a {
        padding: 5px 15px;
        cursor: pointer;
        font-size: 12px;
    }

    .cotizacion-sitio-web a img{
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .wap-p-serv-web{
        padding: 0 20px;
    }
     /*---------Servicios web---------*/

  .servicios-entrada{
    justify-content: center;
    flex-direction: column-reverse;
    padding: 20px 0 80px 0;
    margin-left: 0;
    margin-top: 50px;
  }

    .servicios-entrada .img-web-content{
        width: 80%;
    }


    .servicios-entrada .img-web-content .web-img{
        width: 100%;
        margin-top: 0;
    }

    .servicios-entrada .import-web{
        margin-left: 0;
        width: 80%
    }

    .servicios-entrada .import-web .web-titulo{
        display: none;
    }

    .web-titulo-2{
        display: block;
        font-size: 28px;
        margin-right: 0;
        margin-bottom: 80px;
        text-align: center;
    }

    .web-titulo-2::after{
        margin: 0 auto;
    }

    .servicios-entrada .import-web .web-text{
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .servicios-entrada .web-img{
        width: 90%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .btn-mas {
        padding: 5px 15px 5px 15px;
        font-size: 0.8rem;
    }

    .arr{
        width: 18px;
        height: 18px;
        margin: 3px 0 0 15px;
    }


  /*---------LLamada a la acción web---------*/


  .parallax{
    margin: 100px 0;
  }

    .cotizacion-sitio-web{
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }

    .cotizacion-sitio-web .fig-web {
        width: 30px;
        height: 30px;
    }

    .cotizacion-sitio-web-inf{
        width: 90%;
        padding: 15px;
    }

    .cotizacion-sitio-web-inf h3 span{
        font-size: 16px;
    }

    .template-service{
        width: 80%;
    }
    
    .cotizacion-sitio-web h2 {
        font-size: 21px;
        line-height: 40px;
    }   


    .cotizacion-sitio-web a {
        padding: 5px 10px;
        cursor: pointer;
        font-size: 12px;
    }

    .cotizacion-sitio-web a img{
        display: none;
    }

    /*--------Specials---------*/

    .special{
        margin-right: 0;
    }

    /*Titulo servicios web*/

  .acerca-nosotros h2.iconos-servicios-titulo{
    margin-bottom: 100px;
    width: 100%;
  }
}