/*
Theme Name:  Innovatech
Theme URI: http://wordpress.org/themes/innovatech
Author: @semioticags
Author URI: https://instagram.com/semioticags
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
date: technology, nets, firewalls,security,software, hardware, IT, IT services, IT solutions, IT consulting, IT support, IT management, IT infrastructure, IT systems, IT networks, IT security, IT operations, IT development, IT engineering, IT architecture, IT design, IT implementation, IT deployment, IT integration, IT testing, IT maintenance, IT monitoring, IT optimization, IT performance, IT scalability, IT reliability, IT availability, IT disaster recovery, IT business continuity, IT compliance, IT governance, IT risk management, IT project management, IT service management, IT change management, IT incident management, IT problem management, IT configuration management, IT asset management, IT service desk, IT help desk, IT support, IT knowledge management, IT documentation, IT training, IT education, IT certification, IT standards,
IT best practices, IT methodologies, IT frameworks, IT processes, IT tools, IT technologies,
Text Domain: Innovatech
*/
/*-------------------*/
/*-PALETA DE COLORES-*/
/*-------------------*/
:root {
--green: rgba(89, 187, 168, 1);
--greendark: rgba(1, 138, 136, 1);
--black: rgba(14, 28, 35, 1);
--grey: rgba(51, 55, 65, 1);
--ligthgray: rgba(166, 175, 177, 1);
--bruma:rgba(237, 239, 240, 1);
    }

/*---------------------*/
/*---the styles of these sheets are inherited from the single sheet of articles.------------------*/
/*---------------------*/


@media(min-width:200px){


.products-items-container{
width: 100%;
height: auto;
padding: 16px;
}
.products-cards-container{
background-color: white;
width: 100%;
height: 400px;
padding: 16px;
border-radius: 12px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
padding-top: 48px;
padding-bottom: 24px;
margin-bottom: 16px;
position: relative;
}

.products-cards-container:hover{
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
transition: 0.3s;
}
.product-card-img-container{
width: 100%;
height: 50px;
max-width: 180px;
margin: auto;
margin-bottom: 24px;
}
.product-card-img-container img{
width: 100%;
}
.products-cards-container ul{
height: 172px;
width: 100%;
position: relative;
padding-top: 18px;
}
.products-cards-container ul li{

width: 90%;
margin-left: 21px;
font-weight: 600;
text-align: left;
color: var(--grey);
}
.product-link-container{
width: 163px;
margin: auto;
padding-top: 24px;
padding-bottom: 24px;
}
.products-cards-container a{
text-align: center;
font-weight: 600;
color: var(--greendark);
font-size: 18px;
}
.products-cards-container a:hover{
text-decoration: underline;
color: var(--green);
transition: 0.2s;
}
/*---Adjusting brands one by one----*/
#product-card-adobe{
padding: 8px 16px 0px 16px;
}
#product-card-microsoft{
padding:12px 0px 0px 0px;
}
#product-card-kaspersky{
padding: 12px 0px 0px 0px;
}
#product-card-cisco-container{
padding-top: 18px;
}
#product-card-cisco{
padding: 12px 0px 0px 0px;
width: 120px;
height: 80px;
}
#product-card-fortinet{
padding: 0px 0px 12px 16px;
}
#product-card-dell{
padding: 0px 0px 0px 28px;
}
#product-card-lenovo{
padding: 0px 0px 0px 16px;
}
/*---fin de @media---*/
}
@media(min-width:400px){

/*---fin de @media---*/
}
@media(min-width:500px){

/*---fin de @media---*/
}
@media(min-width:600px){

.products-items-container{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}
.products-cards-container{
width: 48%;
}

/*---fin de @media---*/
}
@media(min-width:700px){
.products-cards-container{
padding-left: 24px;
padding-right: 24px;
}


/*---fin de @media---*/
}
@media(min-width:800px){



/*---fin de @media---*/
}
@media(min-width:900px){




/*---fin de @media---*/
}
@media(min-width:1000px){
.products-cards-container{
width: 32%;
}
/*---fin de @media---*/
}
@media(min-width:1100px){

/*---fin de @media---*/
}
@media(min-width:1200px){
.products-cards-container{
max-width: 280px;
margin-bottom: 24px;
}
/*---fin de @media---*/
}
@media(min-width:1300px){
.products-items-container{
justify-content: flex-start;
padding: 24px 0  32px 4%;   ;
}
.products-cards-container{
margin-right: 36px;
}
/*---fin de @media---*/
}
@media(min-width:1400px){

/*---fin de @media---*/
}
@media(min-width:1600px){

.products-items-container{
padding: 24px 0  32px 10%;   ;
}

/*---fin de @media---*/
}
@media(min-width:1900px){
.products-items-container{
padding: 24px 0  32px 9%;   ;
}
/*---fin de @media---*/
}