#banner-hosting{
    background: #F4F5FF;
    padding-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-bottom: 100px;
}
.cont-hosting{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.img-host img{
    float: right;
    width: 63%;
}
.txt-host h1{
    font-size: 60px;
    font-weight: 700;
    color: #010ECF;
}
.txt-host h6{
    font-size: 40px;
    color: #000;
    font-weight: 600;
}
.txt-host li{
    font-size: 20px;
    color: #000;
}
.txt-host .fa-circle-check{
    color: #1CCAF6;
}

/* datos hosting */
#us-hosting{
    margin-bottom: 100px;
}
.grid-hosting{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.item-hosting img{
    width: 50%;
    margin: 0 auto;
}
.item-hosting h6{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.item-hosting p{
    font-size: 16px;
    color: #000;

}

/* hosting-basic */
#hosting-basic{
    margin-bottom: 100px;
    background: rgb(9,0,136);
    background: linear-gradient(90deg, rgba(9,0,136,1) 0%, rgba(63,67,164,1) 100%);
}
.cont-basic{
    display: flex;
    padding: 4rem;
    gap: 6rem;
    align-items: center;
    justify-content: center;
}
.img-basic img{
    width: 300px;
}
.txt-basic{
    width: 40%;
    margin-left: 30px;
    
}
.txt-basic h6{
    font-size: 40px;
    color: #fff;
}
.txt-basic h5{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
}
.txt-basic p{
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
}
.txt-basic .precio{
    font-size: 5rem;
    margin-top: 50px;
    font-weight: 700;
}
.precio small{
    font-size: 30px;
    font-weight: 400;
}
/* planes hosting */
#planes-hosting{
    margin-bottom: 100px;
}
.tablas-hosting{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}
.tabla-hosting{
    border: 3px solid #010ECF;
    border-radius: 20px;
    padding: 20px;
}
.tabla-hosting .fa-check{
    color: #010ECF;
    margin-right: 20px;
}
.tabla-hosting h5{
    color: #010ECF;
    font-size: 30px;
}
.tabla-hosting p{
    color: #000;
    margin-top: 10px;
    font-size: 14px;
}
.cara-hosting{
    margin-top: 20px;
    color: #000;
    font-size: 18px;
}
.precio-host{
    margin-top: 25px;
}
.precio-host p{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.precio-host small{
    font-size: 14px;
}
.btn-contratar {
    cursor: pointer;
    margin-top: 20px;
    border-radius: 25px;
    border: 2px solid #010ECF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #010ECF ;
}

.btn-contratar a {
    color: #010ECF;
}

.btn-contratar a:hover {
    color: #fff;
}

.btn-contratar:hover,
.btn-contratar:hover a {
    background-color: #010ECF;
    color: #fff ;
    border: none;
}



/* dominios */

#dominios{
    margin-bottom: 100px;
}
.cont-dom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ti-dom h5{
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.txt-dom p{
    color: #000;
    font-size: 16px;
    width: 80%;
    float: right;
    text-align: right;
}
.grid-dominios{
    display: grid;
    margin-top: 50px;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.item-dominio{
    border: 2px solid #010ECF;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.dom{
    font-size: 40px !important; 
    color: #010ECF !important;
    font-weight: 6000 !important;
}
.item-dominio p{
    margin-top: 20px;
    line-height: 0.9;
    font-size: 25px;
    color: #000;
}
.txt-dom2{
    margin-top: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
}

/* diseno web */
#diseno-web{
    margin-bottom: 100px;
    background: rgb(9,0,136);
    background: linear-gradient(90deg, rgba(9,0,136,1) 0%, rgba(63,67,164,1) 100%);
}
#diseno-web .img-basic img{
    width: 600px;
}

/* responsive */
/* medidas celular */

@media (min-width: 320px) and (max-width: 720px){
    #banner-hosting{
        padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    }
    
    .cont-hosting{
        flex-direction: column;
        gap: 20px;
        width: 100% ;
    }

    .txt-host h1{
        font-size: 30px;
    }
    .txt-host h6{
        width: 100% ;
        font-size: 25px ;
    }
    .img-host img{
        width: 100% ;
    }
    /* us-hosting */
    .titulo-principal h2{
        font-size: 30px;
    }
    .grid-hosting{
        grid-template-columns: repeat(1, 1fr) ;
    }
    .item-hosting img{
        width: 30% ;
    }

    /* hosting basic */
    .cont-basic{
        flex-direction: column;
        padding: 40px;

    }
    .txt-basic{
        width: 100% ;
        margin: 0 auto;
    }
    .img-basic img{
        width: 200px;

    }
    .txt-basic h5{
        font-size: 25px ;
    }
    .txt-basic h5{
        font-size: 40px ;
    }
    .txt-basic .precio{
        font-size: 35px;
    }
    .precio small{
        font-size: 20px;
    }

    /* planes-hosting */

    .titulos h2{
        font-size: 30px;
    }
    .titulos h3{
        font-size: 25px;
    }
    .tablas-hosting{
        grid-template-columns: repeat(1, 1fr);
    }

    /* dominios */
    .cont-dom{
        flex-direction: column;
    }
    .ti-dom h5{
        font-size: 30px;
    }
    .txt-dom p{
        text-align: justify;
        width: 100%;
        float: none;
    }
    .grid-dominios{
        grid-template-columns: repeat(2, 1fr);
    }
    .btn-primario{
        margin-top: 50px;
    }

}



@media (min-width: 820px) and (max-width: 1180px){
    #banner-hosting{
        padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    }
    
    .cont-hosting{
        gap: 20px;
        width: 100% ;
    }

    .txt-host h1{
        font-size: 40px;
    }
    .txt-host h6{
        width: 100% ;
        font-size: 30px ;
    }
    .img-host img{
        width: 50% ;
    }
    .tabla-hosting .fa-check{    
        margin-right: 5px;
    }
    .cara-hosting{
        font-size: 16px;
    }

}

