@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700');
@import url('https://fonts.googleapis.com/css?family=Volkhov:400italic');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto";
}

h2 {
    font-size: 30px;
    font-weight: 400;
}
h3 {
    font-size: 28px;
    font-weight: 300;
}
p {
    font-size: 15px;
    line-height: 28px;
}

header{
    position: static;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    position: sticky;
    top: 0px;
    text-align: left;
    padding-block: 1rem;
}

header img{
    height: 100px;
}

header a{
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 300;
    margin-inline: 20px;
}
header i{
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 300;
    margin-inline: 5px;
}

header nav a:hover{
    text-decoration: underline;
}

/*inicio - inicio*/
.inicio{
    background: url(img/cover1.jpg);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: start;
    justify-content: center;
    align-items: center;
    padding-block: 5rem;
    padding-inline: 15rem;
}

.inicio h2{
    font-size: 50px;
    font-weight: 700;
    color: white;
    margin-block: 0px;
}

.inicio p{
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 20px;
    color: white;
}

.btn_cotiza{
    border: none;
    text-align: center;
    background-color: #891ed1;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 3rem;
}

.btn_cotiza a{
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 20px;
}

.btn_cotiza:hover{
    background-color: rgb(179, 0, 179);
}
/*index - fondo blanco*/
.fondoBlanco{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fondoBlanco h2{
    padding-block: 1rem;
    color: black;
}

.fondoBlanco p{
    color: #7B7B7B;
}

/*index - experto*/
.Expertos{
    background: url(img/cover2.jpg) no-repeat center top;
    background-position: center 94px;
    background-size: cover;
    display: block;
    overflow: visible;
    padding-block: 10rem;
    padding-inline: 15rem;
    text-align: end;
}

.Expertos h2{
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-block: 30px;
}

.Expertos p{
    color: white;
    font-size: 18px;
    padding-bottom: 1rem;
}

.btn_escribenos{
    border: none;
    text-align: center;
    background-color: #18a798;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
}

.btn_escribenos a{
    color: white;
    text-decoration: none;
    padding: 10px 30px;
}

/*index - servicios*/
.servicios{
    text-align: center;
    padding-block: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
}

.servicios h3{
    color: #333333;
    text-align: center;
    font-size: 25px;
    margin-block: 5rem;
    font-weight: 600;
}

.servicios i{
    color: #333333;
    font-size: 3.5rem;
    padding-block: 0.5rem;
}

.servicios p{
    color: #7B7B7B;
}

.servicios .servicio{
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}

/*index - soporte técnico*/
.soporte{
    background: url(img/cover3.jpg) no-repeat center 220px;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    text-align: center;
    color: #F5F5F5;
}

/*producto - titulo */
.producto_titulo{
    background: url(img/cover4.jpg) no-repeat center 200px;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producto_titulo h1{
    text-align: center;
    color: white;
    padding-block: 15px;
    margin-block: 45px;
    font-size: 45px;
}

.producto_botones{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-content: center;
    justify-content: center;
    margin-inline: 120px;
    margin-block: 60px;
    gap: 1rem;
}

.producto_botones button{
    text-align: center;
    padding-inline: auto;
    padding-block: 15px;
    text-transform: uppercase;
    background-color: white;
    font-size: 15px;
    color: #7B7B7B;
    border:3px inset #7B7B7B;
}

.producto_productos{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-block: 5rem;
    margin-inline: 300px;
}

.producto_productos div .contenido{    
    display: none;
}

.producto_productos .contenido{
    background-color: black;
}

.producto_productos div img{    
    display: block;
    width: 300px;
    height: 300px;
}

.producto_productos div{
    padding: 30px;
}

.producto_productos h3{
    text-align: center;
    padding-block: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.producto_productos div .contenido{
    text-align: center;
    color: white;
    height: 300px;
    width: 100%;
}

.producto_clientes{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-block: 5rem;
    margin-inline: 15rem;
}

/*contacto*/
.contacto_titulo{
    background: url(img/cover5.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    margin-bottom: 2rem;
    color: #F5F5F5;
    font-family: "Be Vietnam Pro";
}

.contacto_titulo h2, .contacto_titulo p{
    text-align: center;
    font-weight: lighter;
}

.contacto_titulo h2{
    font-family: "Be Vietnam Pro";
    font-weight: 700;
    font-size: 50px;
}

.contacto_visitanos div p{
    color: black;
}

.contacto_form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
    padding-inline: 25%;
    gap: 0rem;
}

.contacto_form form input, .contacto_form form select{
    padding: 1rem;
    width: 350px;
    background-color: rgba(123, 123, 123, 0.1);
    border: none;
    outline: none;
    margin-block: 0.5rem;
    color: #7B7B7B;
}

.contacto_form form input:focus{
    border: none;
    outline: none;
}

.contacto_form form textarea{
    padding: 1rem;
    width: 350px;
    border: none;
    outline: none;
    background-color: rgba(123, 123, 123, 0.1);
}

.contacto_form form .btn_escribenos{
    width: 350px;
    text-transform: uppercase;
    margin-block: 0.5rem;
    padding-block: 1.2rem;
}

.contacto_visitanos{
    font-weight: normal;

}

.contacto_visitanos .lista{
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
    line-height: 1.2;
}

.contacto_visitanos .lista i{
    line-height: 1.2;
}

.contacto_visitanos .lista p{
    margin-left: -180px;
    margin-top: -5px;
}

.enlaces_redes{
    display: flex;
    gap: 1.8rem;
    font-size: 25px;
}


/*acerca*/
.acerca_titulo{
    background: url(img/cover1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
}

/*blog*/
.blog_titulo{
    background: url(img/cover1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    padding-inline: 2.5rem;
}

.blog_titulo h2{
    color: #F5F5F5;
    font-family: "Be Vietnam Pro";
    font-weight: 700;
    font-size: 50px;
}

.blog_container{
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 2rem;
}

.blog_container div{
    max-width: 500px;
    background-color: rgb(123, 123, 123, 0);
    border: 1px solid #333333;
    border-radius: 25px;
    padding: 2rem;
}

.blog_container div img{
    width: 100%;
    border-radius: 25px;
}

footer{
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
    color: gray;
}

footer{
    padding-top: 3rem;
}

footer .container div{
    margin-block: 1rem;
}

footer a{
    color: #7B7B7B;
    margin-inline: 15px;
    text-decoration: none;
}