
/* PAGINA PRINCIPAL */

@font-face {
    font-family: proyect-1;
    src: url(/font/Raleway-Black.ttf);
  }

/* NAVEGACION */

.navbar-light .navbar-nav .active .nav-link {
    color: #90B543;
}


/* CONTENIDO CARDS */
.descripcion_titulo {
    color: #7A7A7A;
    font-family: "proyect-1";
    font-size: 2.5rem;
    font-weight: 500;
}

.descripcion_contenido{
    color: #7A7A7A;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.333rem;
}


/* CARDS SERVICIOS*/
.cards{
    padding: 0 0 52px 0;
    
}

.cards-base {
    margin: 0 61.5px;
}

.tipos_de_servicios_imagen{
    margin-bottom: 20px;
}

.tipos_de_servicios_titulo {
    font-family:proyect-1;
    font-weight: 500;
    color: #7A7A7A;
    font-size: 23px;
    text-transform: uppercase;
}

.servicio_lista {
    color: #54595F;
    list-style: none;
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

.tipos_de_servicio_button1{
    padding: 5px 35px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 50px;
}

.btn-primary {
    background-color: #5987C2;
}

.btn-warning{
    color:#fff;
    background-color: #DB9600;
}
.btn-warning2 {
    color:#fff;
    background-color: #E0BF20;
}

.tipos_de_servicio_button1:hover{
    background-color: #90B543;
    color: #fff;
    border-radius: 50px;
}

.color-kawasaki{
    background-color: #3ebb0a;
    background-image: linear-gradient(45deg, #3ebb0a 0%, #b5ff09 100%);
    box-shadow: #c5c5c5 3px 4px 6px;
    color: white;
}

/* CONTENIDO HORIZONTAL */

.card-horizontal,   
.card-horizontal2,   
.card-horizontal3 {  
    padding: 50px 0px 60px 0px;
    
}
.card-horizontal,   
.card-horizontal3 {  
    background-color: #F4F4F4;
    
}
.container-horizontal {
    margin: 0 61.50px
}

.card-fondo{
    background-color: #F4F4F4;
}
.card-horizontal-titulo{
    font-size: 30px;
    font-weight: 400;
    color: #90B543;
    font-family: proyect-1;
}

.card-horizontal-subtitulo {
    color: #7A7A7A;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.card-horizontal-texto{
    color: #54595F;
    font-family: 'roboto';
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    
}

.card-horizontal-texto:first-child{
    text-align: center;
}

.btn {
    border-radius: 100px 100px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 6px 49px;
}

.btn-secondary {
    background-color: #7A7A7A;
}

.btn-secondary:hover{
    background-color: #90B543;
    
}

/* CONTENIDO DOMINIO */

.dominio1 {
    background-image: url(../img/fondos-B.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;

}

.dominio1-descripcion {
    color: #FFFFFF;
    font-family: 'Open Sans', Sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.dominio-imagen{
    width: auto;
    height: 480px;
    background-position: no-repeat;
}


.formulario-input {
    padding: 0.4rem;
    border: none;
    border-radius: 3px;
}

.formulario-boton {
    padding: 10px 40px;
    margin-bottom: 20px;
}

.formulario-dominio{
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
}


/* EMPRESA LOGOS */

.empresas-texto {
    padding: 45px 0;
}

.empresa-titulo{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #90B543;
    font-size: 2rem;
    padding: 10px;
}

.empresa-imagen5{
    height: 130px;
}

/* PARRAFO TEXTO */

.parrafo{
    background-color: #F3F3F3; 

}

.parrafo p{   
    font-size: 17px;
    margin-bottom: 28px;
    color: #7A7A7A;
    line-height: 1.8rem;
    
}


/* CONTENIDO FOOTER */

.footer {
    background-image: url(../img/fondos-B.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    
}

.footer-base {
    color: #FFFFFF;   
    padding: 5rem 0;
    
    
}

.footer-titulo {
    color: #90B543;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 21px 0;
    font-family: proyect-1;
}

.footer-contenido{
    line-height: 2;
    font-size: 14.5px;
}

.footer-contenido a {
    color:#dddddd;
}

.footer-contenido a:hover {
    color:#FFFFFF;
}

.footer-lista {
    list-style: none;

}

/* boton whatsapp */


.whatsapp {
    position: fixed;
    z-index: 2;
    bottom: 40px;
    right: 30px;
    height: 70px;
    min-width: 70px;
    background: #25d366;  
    border-radius: 60px;
    cursor: pointer;   
    text-align: center;
}

.icon-whatsapp{
    width: 43px;
    margin-top: 11px;
    
}


/* PAGINA INTERNA 2 */

/* PAGINA BASICA */

.descripcion_basica {
    background-color: #90B543;
    padding: 50px 0 10px 0;
}

.descripcion_basica_titulo {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.descripcion_basica_contenido {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


.card-vertical {
    padding: 50px 0 50px 0;
}

.card-vertical-descuento {
    color:#54595F;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.card-vertical-barato{
    color: #90B543;
    font-family: 'Lato', Sans-serif;
    font-size: 51px;
    font-weight: 700;
    
}
.card-vertical-titulo2 {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.card-vertical-subtitulo{
    color: #90B543;
    font-size: 18px;
}

.card-vertical-descripcion-titulo {
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.card-vertical-items,
.card-vertical-hosting-items {
    list-style: none;
}


.icon {
    color: #90B543;
    font-size: 10px;
    
}
span {
    color: #54595F;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}

.card-vertical-img{
    width: 48%;
}

.card-vertical-texto{
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.card-vertical-imagen {
    width: 330px;
    height: 890px;
}


.antes,
.despues {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

/* CONTACTOOO */

.CONTACTO {
    background-color: #F3F3F3;
    padding: 59px 59px ;
}

.contacto-titulo {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.formulario-campos {
    display: grid;
    grid-template-columns: 47% 50%;
    grid-template-rows: auto auto 5rem;
    column-gap: 1rem;
}

.campo:nth-child(5), 
.campo:nth-child(6) {
    grid-column: 1 / 3;
}

.campo label {
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.input-text {
    width: 100%;
    border: 1px solid rgba(122, 122, 122, 0.5);
    padding: 11.25px;
    
}

.input-text:focus-visible{
   outline: none;
}

.input-text:focus {
    border: 1px solid rgba(122, 122, 122, 0.5);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%)
}

.campo-option {
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.campo-option:focus {
    border: 1px solid rgba(122, 122, 122, 0.5);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%)
}

.boton {
    border-radius: 2px;
    background-color: #90B543;
    border: none;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 40px;

}

@media screen and(max-width: 575px) {
    h2.card-horizontal-titulo {
        text-align: center;
        }
        .card-horizontal-texto{
            color: red;
            font-size: 35px;
        }
        .ocultar-kawasaki{
            display: block;
        }
}

@media screen and (max-width: 320px){
    .campo:nth-child(1), 
    .campo:nth-child(2),
    .campo:nth-child(3),
    .campo:nth-child(4) {
    grid-column: 1 / 3;

}
.card-horizontal-texto{
    color: rgb(54, 209, 7);
    font-size: 35px;
}
.ocultar-kawasaki{
    display: block;
}

}


/* PAGINA INTERNA 3 */

/* PAGINA ADMINISTRABLE */

.base {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.base2-texto {
    color: #3A4FB0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.base3-titulo {
    color: #90B543;
    font-family: 'Lato', Sans-serif;
    font-weight: 700;
}

.base3-texto {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

.base4 {
    background-color: #F4F4F4;
}

.base4-titulo1,
.base4-titulo2,
.base4-titulo3
 {
    font-family: proyect-1;
    font-size: 28px;
    font-weight: 500;
}

.base4-titulo1{
    color: #BF0066;
}
.base4-titulo2{
    color: #FF5600;
}
.base4-titulo3{
    color: #00B7EF;
}

.base4-titulo {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 600;
}


.base4-items {
    list-style: none;
    padding: 0;
}

.icon4 {
    color: #90B543;
    font-size: 10px;
}

span {
    color: #7A7A7A;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
}

.base5-imagen{
    width: 25%;
}

.base6-imagen{
    width: 10%;
}

.base5-titulo {

    color: #54595F;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.base6 {
    background-color: #F4F4F4;
    padding: 60px 0;
}

.base6-titulo {
    color: #90B543;
    font-family: "Lato", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.base6-imagen{
    width: 20%;
}

.base6-subtitulo,
.base6-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    /* font-weight: ; */

}
.base6-texto{
    font-size: 15px;
    line-height: 2;
}

.base7-titulo {
    color: #90B543;
    font-family: proyect-1;
    font-weight: 500;
    font-size: 30px; 
}

.base7-imagen {
    width: 48%;
}

.base8-imagen {
    width: 110px;
    height: auto;
    
}

.base8-imagen1 {
   /* height: 43%;*/
}


/* PAGINA INTERNA 4 */

/* MAQUETADO WEB */

.maquetado {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.maquetado2 {
    background-image: url(../img/fondo-boostrap.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.maquetado2-titulo,
.maquetado3-titulo {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 600;
}


.maquetado2-texto,
.maquetado3-titulo2
 {
    color: #FFFFFF;
    font-family: 'Open Sans', Sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 2;
}

.maquetado3 {
    background-image: url(../img/funfact4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.maquetado3-titulo2{
    font-size: 30px;
}

.maquetado3-texto {
    color: #FFFFFF;
    font-family: 'Roboto', Sans-serif;
    font-size: 22px;
    line-height: 2;
}


/* PAGINA INTERNA 5 */

/* MANTENIMIENTO WEB */

.mantenimiento {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.mantenimiento2 {
    background-color: #F4F4F4;
    padding: 50px 50px ;
}

.picture {
    width: 10%;
}

.mantenimiento2-titulo {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
}

.mantenimiento2-descripcion {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.mantenimiento2-descripcion2{
    color: #7A7A7A;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;

}

.mantenimiento3-texto {
    font-size: 17px;
    margin-bottom: 28px;
    color: #7A7A7A;
    line-height: 1.8rem;
}


/* PAGINA INTERNA 6*/

/* DISEÑO DRUPAL */

.drupal {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.drupal-img {
    width: 25%;
}

.drupal2-texto {
    color: #7A7A7A;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.drupal3 {
    padding: 70px 0 70px 0;
}

.drupal3-titulo,
.drupal4-titulo {
    color: #90B543;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.drupal3-texto,
.drupal4-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.drupal4 {
    background-color: #F4F4F4;
    padding: 60px 0 60px 0;
}

.drupal4-img {
    width: 10%;
}

.drupal5-texto {
    font-size: 17px;
    margin-bottom: 28px;
    color: #7A7A7A;
    line-height: 1.8rem;
}


/* PAGINA INTERNA 6*/

/* CATALAGO PRODUCTO */

.productos,
.tienda {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.productos2,
.tienda2 {
    background-color: #f4f4f4;
}

.productos2-imagen,
.tienda2-imagen {
    width: 12%;
}

.productos3-titulo,
.productos3-1-titulo

 {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.productos3-items,
.tienda3-items {
    list-style: none;
    padding: 0;
}

.icon4 {
    color: #90B543;
    font-size: 14px;
}

span {
    color: #54595F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    padding-left: 5px;
}

.productos3-1-titulo {
    font-size: 23px;
}

.productos3-2-titulo,
.tienda3-2-titulo

 {
    color: #90B543;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.producto3-1-texto,
.tienda3-1-texto,
.base4-texto

 {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.producto-btn {
    color: #fff;
    background-color: #3ebb0a;
    background-image: linear-gradient(45deg, #3ebb0a 0%, #b5ff09 100%);
    box-shadow: #c5c5c5 3px 4px 6px;
    border: 0;
    border-radius: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 5px 27px;
}





/* PAGINA INTERNA 7*/

/* TIENDA WOOCOMMERCE */

.tienda2-titulo,
.tienda3-titulo {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.imagen{
    width: 150px;
}

.tienda2-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.imagen2 {
    width: 92%;
}


/* PAGINA INTERNA 9*/

/* TIENDA PRESTASHOP */

.tienda{
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.tienda2,
.tienda5 {
    background-color: #f4f4f4;
}
.tienda2-titulo,
.tienda3-1-titulo {
    
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.tienda2-imagen {
    width: 250px;
}

.tienda2-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

.productos3-titulo {
    text-transform: uppercase;
}

.tienda3-1-titulo {
    font-size: 23px;
}

.producto-btn {
    font-size: 18px;
}

.tienda4-imagen{
    width: 35%;
}

.tienda4-titulo {

    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 600;
}

.tienda5 {
    padding: 49px 0 0 0;
    
}

.tienda5-titulo {
    color: #90B543;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

span {
    font-size: 15px;
}

.CONTACTO1{
    background-color: white;
    padding: 59px 59px ;
}

.tienda-boton-texto {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.tienda-boton1 {
    color: #fff;
    background-color: #90B543;
    border: 0;
    border-radius: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 10px 47px;
}


/* PAGINA INTERNA 9*/

/* PUBLICIDAD GOOGLE */

.linea,
.correo {
    color: #ffff;
    background-image: url(../img/fondos\ servidor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 40px;
}

.linea2-titulo,
.linea3-titulo {
    color: #90B543;
    font-family: 'Roboto', Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: initial;
}
.linea2-titulo1{
    color: #90B543;
    font-family: 'Roboto', Sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.linea2-texto,
.linea2-item-texto,
.linea3-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 2;
}

.linea2-item {
    list-style: none;
    
}
.icon5 {
    color: #6EC1E4;
    font-size: 14px;
}
.linea2-item-texto {
    color: #54595F;;
    font-weight: 400;
    line-height: 1;
}
.linea2-imagen {
    width: 26%;
}

.linea3-imagen {
    width: 74%;
}


/* PAGINA INTERNA 10*/

/* PUBLICIDAD FACEBOOK */

.linea4 {
    padding: 70px 0;
}

.linea4-imagen,
.linea5-imagen {
    background-image: url(../img/FACEBOOK-WEB.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}
.linea4-titulo,
.linea5-titulo{
    color: #3A4FB0;
    font-family: 'Roboto', Sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.linea4-titulo1 {
    color: #54595F;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
}
.linea4-texto {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 1.827;
}

.icon6,
.icon7 {
    color: #3A4FB0;
    font-size: 50px;
}


/* PAGINA INTERNA 11*/

/* PUBLICIDAD INSTAGRAM */

.linea5-imagen {
    background-image: url(../img/instagram-web.jpg);
}
.linea5-titulo {
    color: #BF0066;
}

.linea4-texto {
    color: #54595F;
}

.icon7{
    color: #BF0066; 
}


/* PAGINA INTERNA 12*/

/* HOSTING DOMINIO */

.dominio
 {
    background-image: url(../img/fondos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0 20px 0;
}

.dominio-titulo{
    color: #90B543;
    font-family: "Open Sans", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.dominio-texto {
    color: #FFFFFF;
    font-family: "Robot", Sans-serif;
    font-size: 18px;
    
}

.dominio2,
.dominio3 {
    background-color: #F4F4F4;
}

.dominio2-titulo,
.dominio2-1-titulo,
.dominio2-2-titulo,
.dominio2-3-titulo,
.dominio3-1-titulo,
.dominio3-2-titulo,
.dominio3-3-titulo,
.dominio3-4-titulo,
.correo3-titulo {
    color: #BF0066;
    font-family: proyect-1;
    font-size: 27px;
    font-weight: 700;
}

.dominio2-texto,
.dominio2-1-year,
.dominio3-1-year,
.correo2-1-year,
.correo3-texto {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.dominio2-item,
.dominio3-item,
.correo3-items{
    color: #90B543;
    font-size: 10px;
    list-style: none;
    padding: 0;
}
.dominio-descripcion {
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-transform: lowercase;
} 
.dominio2-1-precio,
.dominio3-1-precio,
.correo2-1-precio
{
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 32px;
} 
.dominio2-1-titulo {
    color: #FF5600;;
}
.dominio2-2-titulo{
    color: #00B7EF;;
}
.dominio2-3-titulo{
    color: #3A4FB0;;
}
.bordes,
.bordes3 {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #D1D1D1;
}
.bordes2,
.bordes4{
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #D1D1D1;
}
.dominio3-1-titulo {
    color: #0E920D;
}
.dominio3-2-titulo{
    color: #9F1498;
}
.dominio3-3-titulo{
    color: #EF0086;
}
.dominio3-4-titulo{
    color: #AD8A17;
}


/* PAGINA INTERNA 13 */

/* CORREO EMPRESARIAL */

.correo3 {
    background-color: #F4F4F4;
}

.icon-correo {
    color: #6EC1E4;
    font-size: 50px;
}

.correo2-titulo {
    color: #7A7A7A;
    font-family: "Open Sans", Sans-serif;
    font-size: 42px;
    font-weight: 700;
}
.correo3-titulo {
    color: #54595F;
    font-size: 30px;
}

.correo4-titulo {
    color: #90B543;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.correo4-texto {
    color: #54595F;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 2;
}

.correo-icon {
    font-size: 30px;
    color: #7A7A7A;
    border-color: #7A7A7A;
}
.titulo-pregunta{
    font-family: proyect-1;
    color: #f78383;
}

.diseno-web-seo{
    color: gray;
}

.tecnologias-modernas{
    color: #BF0066;
    font-family: proyect-1;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
}
.fuente-tec{
    color: #6c6c6c;
    font-family: proyect-1;
    font-weight: 500;
}
.fuente-clientes{
    color: #6c6c6c;
    font-family: proyect-1;
    font-weight: 600;
    font-size: 14px;
}
.cliente-a1{
    width: 180px;
}
.texto-cel{
    font-size: 34px;
    color: red;
}
.preguntas{
    color: #00B7EF;
    font-family: proyect-1;
    font-size: 34px;

}
.hosting_titulo{
    color: #6c6c6c;
    font-family: proyect-1;
    font-weight: 600;
}

.titulo-kawasaki{
    font-family: proyect-1;
    color: #00496c;
}