:root {
    --red: #ff2e63;
    --black: #23262c;
    --blue: #10BEBE;
    --white: #eaeaea;
    --gray: #959e9d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*/ *,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


/****/


/****/


/****/

#header {
    position: relative;
    width: 100%;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #23262c;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.menu .logo-box {
    margin-left: 20px;
}

.menu .logo-box h1 a {
    text-decoration: none;
    font-size: var(--title);
    font-weight: 400;
    color: var(--white);
}

.menu .list-container {
    margin-right: 20px;
}

.menu .list-container ul {
    display: flex;
}

.menu .list-container ul li {
    list-style: none;
}

.menu .list-container ul li a {
    text-decoration: none;
    margin: 0px 10px;
    padding: 8px;
    color: var(--white);
    border-radius: 24px;
    transition: 0.3s;
    font-size: 16px;
}

.menu .list-container ul li a.active {
    background: var(--gray);
    color: #fff;
}

.menu .list-container ul li a:hover {
    background: var(--gray);
    color: #fff;
}

.btn-menu>.fa-bars {
    display: none;
}

@media only screen and (max-width:900px) {
    .btn-menu>.fa-bars {
        display: block;
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 28px;
        color: var(--gray);
        transition: 0.5s;
        cursor: pointer;
    }
    .btn-menu>.fa-times {
        color: var(--white);
    }
    .btn-menu>.fa-bars:hover {
        color: var(--white);
    }
    .menu .logo-box {
        margin-left: 30px;
    }
    .menu .list-container {
        position: fixed;
        top: 60px;
        left: -100%;
        background: #959e9d;
        width: 100%;
        height: calc(100vh - 60px);
    }
    .menu .list-container .lists {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top: 4px solid var(--gray);
    }
    .menu .list-container ul li {
        width: 90%;
        border-bottom: 2px solid var(--black);
        display: flex;
        justify-content: center;
    }
    .menu .list-container ul li a {
        font-size: 20px;
        text-align: center;
        padding: 12px 0px;
    }
    .menu .list-container ul li a.active {
        background: none;
        color: var(--white);
    }
    .menu .list-container ul li a:hover {
        background: none;
        color: var(--black);
    }
}


/** IMG **/

.img-header {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url(../img/ds-k1ta70mi-t_1-07-terminal-psp-1.jpg
);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.img-header .welcome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.img-header .welcome h1 {
    margin: 20px 20px;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 200;
}

.img-header .welcome p {
    margin: 20px 20px;
    font-size: 2.5rem;
    color: #fff;
    margin-top: 20px;
}

@media only screen and (max-width:773px) {
    .img-header .welcome h1 {
        font-size: 40px;
    }
    .img-header {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../);
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:590px) {
    .img-header .welcome h1 {
        font-size: 30px;
    }
    .img-header .welcome p {
        font-size: 17px;
    }
}


/****/

/*****/

.Hikvision-DS-K1TA70MI-T {
    padding: 2rem 2rem;
}
@media (min-width:768px){
.Hikvision-DS-K1TA70MIT {
    margin: 1rem 1rem;
    padding: initial;
}
}

@media only screen and (max-width:773px){
    .Hikvision-DS-K1TA70MI-T .Hikvision-DS-K1TA70MIT .Hikvision-DSK1TA70MIT img {
        max-width: 100%;
        height: auto;
    }
}

.Hikvision-DSK1TA70MIT {
    margin: auto;
}

.Hikvision-DSK1TA70MIT img {
    float: right;
    width: 400px;
    height: 400px;
}


.Hikvision-DSK1TA70MIT-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px){
    .Hikvision-DSK1TA70MIT .Hikvision-DSK1TA70MIT-desc {
        padding: 15px 15px;
        height: 400px;
    }
}


.Hikvision-DSK1TA70MIT-desc h1 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.Hikvision-DSK1TA70MIT-desc p {
    margin: auto;
    font-size: 1rem;
    text-align: justify;
}

.Hikvision-DSK1TA70MIT-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    background: var(--gray);
    border-radius: 10px;
}

.Hikvision-DSK1TA70MIT-desc button:hover{
    background-color: var(--blue);
    color: var(--black);
}

@media only screen and (max-width:590px){
    .Hikvision-DSK1TA70MIT-desc h1 {
        margin: 15px 15px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    
    .Hikvision-DSK1TA70MIT-desc p {
        margin: 15px 0px;
        font-size: 20px;
        text-align: left;
    }   
}
/****/
@media (min-width:768px){
    .hikvision-DS-K1TA70MIT-caract {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px){
    .hikvision-DS-K1TA70MIT-caract .hikvisionDS-K1TA70MIT-caract img {
        max-width: 100%;
        height: auto;
    }
}

.hikvisionDS-K1TA70MIT-caract {
    margin: auto;
}

.hikvisionDSK1TA70MIT-img img {
    float: left;
    width: 400px;
    height: 400px;
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px){
    .hikvisionDS-K1TA70MIT-caract .hikvision-DS-K1TA70MIT-desc {
        padding: 15px 15px;
        height: 400px;
    }  
}

.hikvision-DS-K1TA70MIT-desc h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.hikvision-DS-K1TA70MIT-desc h3 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.hikvision-DS-K1TA70MIT-desc p {
    margin: auto;
    font-size: 1rem;
    text-align: justify;
}


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

    .hikvision-DS-K1TA70MIT-desc h3 {
        margin: 15px 15px;
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
    }
    
    .hikvision-DS-K1TA70MIT-desc p {
        margin: 15px 0px;
        font-size: 20px;
        text-align: left;
    }   
}
/******/
/******/
@media (min-width:768px){
    .hikvision-DS-K1TA70MIT-funci {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px){
    .hikvision-DS-K1TA70MIT-funci .hikvisionDSK1TA70MIT-funci img {
        max-width: 100%;
        height: auto;
    }
}

.hikvisionDSK1TA70MIT-funci {
    margin: auto;
}

.hikvisionDSK1TA70MITfunci-img img {
    float: right;
        width: 400px;
        height: 400px;
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:773px){
    .hikvisionDSK1TA70MIT-funci .hikvisionDSK1TA70MITfunci-desc {
        padding: 15px 15px;
        height: 450px;
    }
}

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

.hikvisionDSK1TA70MITfunci-desc p {
    margin: auto;
    font-size: 1rem;
    text-align: justify;
}

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


/******/
/******/
@media (min-width:768px){
.hikvision-DS-K1TA70MIT-espec{
    margin: 1rem 1rem;
}
}

@media only screen and (max-width:773px){
    .hikvision-DS-K1TA70MIT-espec .hikvisionDSK1TA70MIT-espec img {
        max-width: 100%;
        height: auto;
    }
}

.hikvisionDSK1TA70MIT-espec {
    margin: auto;
}

.hikvisio-nDSK1TA70MIT-img img {
    float: left;
    width: 400px;
    height: 550px;
    margin: 15px 15px;
    padding: 10px 10px;
}

@media (min-width:768px){
.hikvisionDSK1TA70MIT-espec .hikvisio-nDSK1TA70MIT-desc {
    padding: 15px 15px;
    height: 550px;
}
}

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

.hikvisio-nDSK1TA70MIT-desc h3 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.hikvisio-nDSK1TA70MIT-desc p {
    margin: auto;
    font-size: 1rem;
    text-align: justify;
}

@media only screen and (max-width:773px){
    .hikvisio-nDSK1TA70MIT-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .hikvisio-nDSK1TA70MIT-desc h3 {
        margin: 15px 15px;
        font-size: 1.5rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
    }
    
    .hikvisio-nDSK1TA70MIT-desc p {
        margin: 15px 0px;
        font-size: 20px;
        text-align: left;
    }   
}

/******/
/*****temas-1-backg**/
/**
.temas-1-backg {
    background-color: #4e5054;
    background-size: cover;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .temas-1-backg {
        width: 100%;
    }
}

.temas-1-backg h2 {
    text-align: center;
    padding: auto;
    color: #F2F2F2;
}



***/

/**Footer**/


/* DESKTOP */

@media all and (max-width: 999999999px) and (min-width: 1340px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 50%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 0;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter-Social Container */
    #newsletter-social {
        width: 40%;
        margin: 0 auto;
        text-align: center;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 65%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 60%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 35%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 170px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
        overflow: hidden;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* =TABLET */

@media all and (max-width: 1339px) and (min-width: 600px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 30px;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 50%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 50%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 0 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
    }
    /* Link Styling */
    a:link {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* MOBILE */

@media all and (max-width: 599px) and (min-width: 100px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 1rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: center;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    /* Help Styling */
    .help {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Help Img Icons*/
    .help-img-icon {
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 100%;
        height: 100px;
        float: left;
        margin: 50px 0 0 0;
    }
    /* Card Services Styling */
    .card {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 100%;
        margin: 210px 0 0 0;
        text-align: center;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #F2F2F2;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 100%;
        margin: 30px 0 0 0;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 30px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .copy {
        color: #F2F2F2;
        font-size: 8.5px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin: 0;
        white-space: nowrap;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}