* {
    margin: 0;
    padding: 0;
}

body {
    background: #ffff;
    overflow-x: hidden;
    font-family: 'Red Hat Text', sans-serif;
    overflow: auto;
    height: 100%;
}
html {
    overflow: auto;
}
/****/
/** Navegation Menu **/
/****/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #0B1515;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

/* Add an active class to highlight the current page */
.active {
    background-color: red;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: right;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0B1515;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: red;
    color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: red;
    color: #fff;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dropdown .dropbtn {
    display: none;
}

} 
/****/
@media only screen and (max-width:773px){
header .contenedor-img img {
    max-width: 100%;
    height: auto;
    }
    .contenedor-QR img {
        max-width: 100%;
        height: auto;
    }
    .tex-encima {
        display: none;
    }
}
.contenedor-img {
    position: relative;
    display: inline-block;
    text-align: center;
}
.contenedor-QR {
    position: relative;
    display: inline-block;
    text-align: center;

}

.contenedor-QR img {
    width: 1350px;
    height: 420px;
}

@media only screen and (max-width:1445px){
    .contenedor-QR img {
        width: 1350px;
        height: 420px;
    }   
}

@media only screen and (max-width:1024px){
    .contenedor-QR img {
        width: 1030px;
        height: 420px;
    }
    .contenedor-QR .codigo-QR {
        position: absolute;
        top: 72px;
        right: 425px;
    } 
}
@media only screen and (max-width:768px){
    .contenedor-QR img {
        width: 768px;
        height: 300px;
    }
    .contenedor-QR .codigo-QR {
        position: absolute;
        top: 0px;
        right: 325px;
    }
    .contenedor-QR .codigo-QR h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 3rem;
        text-align: center;
        margin: 5px 5px;
        color: #f2f2f2;
    }
    .contenedor-QR .codigo-QR p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        margin: 10px 10px;
        padding: 10px 10px;
        color: #f2f2f2;
    }
}

@media only screeen and (min-width:425px){
    .contenedor-QR img {
        width: 425px;
        height: 300px;
    }
}

.tex-encima {
    position: absolute;
    top: 110px;
    right:  180px;
}

.codigo-QR {
    position: absolute;
    top: 120px;
    right: 640px;
}

.tex-encima h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin: 5px 5px;
    color: #000;
}

.codigo-QR h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    text-align: center;
    margin: 5px 5px;
    color: #f2f2f2;
}

.tex-encima p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 10px 10px;
    padding: 10px 10px;
    color: #000;
}

.codigo-QR p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 10px 10px;
    padding: 10px 10px;
    color: #f2f2f2;
}


.tex-encima button {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background: #0B1515;
    color: #f2f2f2;
    border-radius: 10px;
    width: 110px;
    height: 55px;
}

.tex-encima button>a {
    text-decoration: none;
    text-transform: none;
    color: #f2f2f2;
    margin: 5px 5px;
}

.tex-encima button:hover {
    background: red;
    color: #f2f2f2;
}


/*****/
/****/
main
{
    margin: 0;
    padding: 0;

}
/***/
/****/

@media (min-width:768px){
    .inicio-software {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
    }
}

.iniciosoftware-desc {
    margin: auto;
}

@media (min-width:768px){
    .iniciosoftware-desc {
        padding: 15px 15px;
        height: 200px;
    }
}

.iniciosoftware-desc h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.iniciosoftware-desc p {
    margin: 30px 6px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.iniciosoftware-desc ul {
    margin: 5px 5px;
    list-style: none;
}

.iniciosoftware-desc ul >li {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif ;
    text-align: left;
    list-style: none;
    margin: 20px 5px;
}

@media only screen and (max-width:590px){
    .iniciosoftware-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    
    .iniciosoftware-desc p {
        margin: auto;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }   
}





/**.hikv-products**/

.hikv-products {
    margin: 2rem 2rem;
    padding: 2rem 2rem;
}

@media (min-width:768px){
    .hikvproducts {
        display: flex;
        justify-content: space-between;
    }
}

.hikv-prod-desc {
    /**border: 1px solid #0B1515;**/
    border-radius: 10px;
    /**width: 450px;**/
    height: 500px;
    border:1px solid rgb(182, 182, 182) !important;
}

.btn-hikvision{
    padding: 10px 10px;
    background-color: #000;
    color: #fff !important;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
    width: 95%;
    text-align: center;
}

.btn-hikvision:hover{    
    background-color: rgba(54, 54, 54, 0.877); 
    transition: all 0.23s ease;   
}

@media only screen and (max-width:773px){

    .hikv-products {
        margin: 0;
        padding: 0;
    }
    .hikvproducts {
        flex-direction: column;
        align-items: center;
    }

    .hikvproducts .hikv-prod-desc .log-hik {
        flex-direction: column;
        align-items: center;
    }

    .hikvproducts .hikv-prod-desc .log-hik .logo-hik {
        max-width: 100%;
        height: auto;
    }

    .hikvproducts .hikv-prod-desc .logo-hik img {
        max-width: 100%;
        height: auto;
    }
}

.hikvproducts .hikv-prod-desc {
    margin: 10px 10px;
}

.hikvproducts .hikv-prod-desc .log-hik {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hikvproducts .hikv-prod-desc .log-hik img {
    width: 200px;
    height: 90px;
    margin: 5px 5px;
    border-radius: 10px;
}

.hikvproducts .hikv-prod-desc .log-hik a>h3 {
    margin: 5px 5px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #0B1515;   
}

.hikvproducts .hikv-prod-desc .log-hik a {
    text-transform: none;
    text-decoration: none;
}

.hikvproducts .hikv-prod-desc .logo-hik {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hikvproducts .hikv-prod-desc .logo-hik img {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.hikvproducts .hikv-prod-desc .logo-hik p{
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 5px;
    padding: 5px 5px;
    font-size: 20px;
    text-align: left;
}

.hikvproducts .hikv-prod-desc .logo-hik p>a {
    text-decoration: none;
    text-transform: none;
    color: #0B1515;
}

.hikvproducts .hikv-prod-desc .logo-hik p>strong {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

/*****/
/**precio mas iva**/
#IVA  {
    margin: 0rem 1rem;
    font-family: Arial, Helvetica, sans-serif;
}
#IVA .masiva {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
}
#IVA .masiva h2 {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#IVA .masiva h2> strong {
    font-size: 20px;
}

/**footer****/
footer {
    margin: 0;
    padding: 0;
}

.vg-logo-footer{
    margin:10px;
    max-width:300px;
    max-height: 100px;
    border-radius: 10px;
  }
  
  .footer-top, .footer-bottom{
    width:100%;
    padding:10px;
    background: #0B1515;
    text-align:center;
    color: red;
  }
  
  .footer-top{border-top:4px solid red;}
  
  .footer-grid{
    display:grid;
    padding:10px;
    width:100%;
    background: #0B1515;
    grid-template-columns:1fr 1fr 1fr 1fr;
    
  }
  
  .footer-segment h4{text-align:left; color:teal; padding-bottom:5px;}
  
  .footer-segment{border-right:1px solid #999;padding:5px 5px 5px 15px;}
  
  .footer-segment:nth-child(4){border:0;}
  
  .footer-box li, .footer-box li a{color:#555; text-decoration:none;list-style:none;padding:2px 0;}
  
  @media screen and (max-width:900px){
    .footer-grid{  grid-template-columns:1fr;
  }
    
    .footer-box:nth-child(even){border:0;}
  }
  
  @media screen and (max-width:650px){
    .footer-grid{  grid-template-columns:1fr;
  }
    .footer-box{border:0;border-bottom:1px solid #555;}
  }
  
  .footer-box{text-align:left;}
  
  .footer-b .grid-wrapper{
    width:100%;
    height:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 10px;
    text-align:left;
    padding-right:30px;
    
  }
  
  
  .post-thumb{
    background:#111;
    overflow:hidden;
    background:url("../img/software/servicio-1.jpg");
    width:100%;
    height:100px;
    background-size:cover;
    position:relative;
  }
  
  .post-thumb:hover{filter:brightness(1.2);}
  .overlay{background:black;width:100%; height:100%; opacity:.5;}
  .post-thumb p{font-weight:bold;position: absolute; bottom:0; color:#fff; padding:4px;}
  .post-thumb img{width:100%;}

  .post-thumb-1{
    background:#111;
    overflow:hidden;
    background:url("../img/productos/lector-de-rostro-hikvision-mifare-huella-digital.jpg");
    width:100%;
    height:100px;
    background-size:cover;
    position:relative;
  }
  
  .post-thumb-1:hover{filter:brightness(1.2);}
  .overlay{background:black;width:100%; height:100%; opacity:.5;}
  .post-thumb-1 p{font-weight:bold;position: absolute; bottom:0; color:#fff; padding:4px;}
  .post-thumb-1 img{width:100%;}
  