:root {
    --darkblue: #000028;
    --lightblue: #00E6DC;
    --white: #ffffff;
    --green: #009596;
    --lightgreen: #00FFB9;
    --purple: #66667E;
}

body {
    font-family: 'siemens-sans';
    font-weight: 400;
    font-size: 16px;
}

html,
body {
    width: 100%;
    margin: 0;
    color:  var(--white);
}

h1 {
    margin-top: 0;
    font-weight: 700;
}
img {
    width: 100%;
    max-width: fit-content;
    height: auto;
} 
p {
    font-size: 18px;
    line-height: 1.2;
}
/***************************************************************
        General
****************************************************************/
.content-section {
    width: 90%;
    max-width: 1330px;
    margin: 0 auto;
}
/** Slider **/
.cont-slider-products {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 40px;
}

.slider-benefits .arrow-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cont-slider-benefits {
    position: relative;
}
.slider-products .arrow-slider{
    position: relative;
    width: 10%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-products .prev-products {
    background-image: url(../images/img-arrow-left.png);
}
.slider-products .next-products {
    background-image: url(../images/img-arrow-right.png);
}

.slider-products .count-products{
    width: 80%;
}
.nav-slider.slider-products {
    position: relative;
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.slider-products .list-count-sirius ul,
.slider-products .list-count-sentron ul,
.slider-products .list-count-soluciones ul,
.slider-products .count-products ul {
    padding: 0;
    margin: 20px auto 10px;
    width: 95%;
    text-align: center;
    font-size: 0;
}

.slider-products .list-count-sirius ul li,
.slider-products .list-count-sentron ul li,
.slider-products .list-count-soluciones ul li,
.slider-products .count-products ul li {
    display: inline-block;
    margin: 10px 2px;
    font-size: 0;
}

.slider-products .list-count-sirius ul li button,
.slider-products .list-count-sentron ul li button,
.slider-products .list-count-soluciones ul li button,
.slider-products .count-products ul li button {
    border: 0;
    background-color: #CCCCD4;
    text-indent: -99999px;
    height: 5px;
    width: 17px;
    border-radius: 4px;
}


.slider-products .count-products ul li.slick-active button {
    background-color: var(--green);
}

/***************************************************************
        Banner
****************************************************************/
#banner {
    background-image: url(../images/bg-banner-2-mb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#banner .title {
    width: 80%;
    max-width: 200px;
    margin: 0 auto 20px;
}
#banner .content-section {
    text-align: center;
    padding: 20% 5%;
}
#banner .des-banner {
    font-size: 20px;
    margin-bottom: 40%;
}
#banner .head-benefits h2 {
    color:  var(--lightgreen);
    font-size: 1.8em;
    line-height: 1;
}
#banner .head-benefits p {
    color:  var(--lightgreen);
    font-size: 1em;
    line-height: 0.4;
}
/****************************
    Slider Benefits
****************************/
#benefits{
    width: 90%;
    display: block;
    margin: 0 auto;
}
    
.box-head-benefits {
    background: rgba(0,116,99,1);
    background: -moz-linear-gradient(left, rgba(0,116,99,1) 0%, rgba(0,112,132,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,116,99,1)), color-stop(100%, rgba(0,112,132,1)));
    background: -webkit-linear-gradient(left, rgba(0,116,99,1) 0%, rgba(0,112,132,1) 100%);
    background: -o-linear-gradient(left, rgba(0,116,99,1) 0%, rgba(0,112,132,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,116,99,1) 0%, rgba(0,112,132,1) 100%);
    background: linear-gradient(to right, rgba(0,116,99,1) 0%, rgba(0,112,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007463', endColorstr='#007084', GradientType=1 );
    text-align: center;
    padding: 10% 5%;
}

.box-head-benefits .icon-digital {
    display: block;
    margin: 0 auto 20px;
}

.box-head-benefits p {
    width: 80%;
    margin: 0 auto;
    max-width: 180px;
}

.box-des-benefits {
    background-color: var(--white);
    padding: 5%;
    min-height: 13.4em;
}

.box-des-benefits p {
    color: var(--purple);
    margin-bottom: 0;
}

.slider-benefits .arrow-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cont-slider-benefits {
    position: relative;
}

.slider-benefits .arrow-slider.prev-benefits {
    background-image: url(../images/img-arrow-left.png);
    left: -30px;
}
.slider-benefits .arrow-slider.next-benefits {
    background-image: url(../images/img-arrow-right.png);
    right: -30px;
}
.list-count-benefits {
    list-style: none;
    padding: 20px 0 0;
    text-align: center;
    margin: 0;
}

.list-count-benefits li {
    display: inline-block;
    margin: 0 5px;
}

.list-count-benefits li button {
    font-size: 4px;
    text-indent: -999999px;
    border: 0;
    width: 24px;
    height: 5px;
    border-radius: 24px;
    background-color: #F0FFFB;
}
.list-count-benefits li.slick-active button {
    background-color: var(--lightblue);
}
.list-count-benefits li button:focus {
    outline: none;
    outline: none;
}

/***************************************************************
        Botón Fijo
****************************************************************/
.cont-fixed {
    background-color: rgb(0 0 40 / 80%);
    position: fixed;
    bottom: 5%;
    z-index: 2;
    padding: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.btn-fixed {
    padding: 10px;
    display: block;
    color: var(--darkblue);
    background: rgba(0,255,187,1);
    background: -moz-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,255,187,1)), color-stop(100%, rgba(0,230,219,1)));
    background: -webkit-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -o-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: linear-gradient(to right, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbb', endColorstr='#00e6db', GradientType=1 );
}

/***************************************************************
        Product Sirius
****************************************************************/

#product-sirius {
    position: relative;
    background: rgba(0,191,220,1);
    background: -moz-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,191,220,1)), color-stop(100%, rgba(0,215,161,1)));
    background: -webkit-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -o-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: linear-gradient(to bottom, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfdc', endColorstr='#00d7a1', GradientType=0 );
}
.box-des-sirius:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #01d8a2 transparent transparent transparent;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.box-small .cont-box {
    width: 80%;
    margin: 0 auto;
    padding: 10% 0;
}

.box-small .cont-box h1 {
    font-weight: bold;
}

.box-small .cont-box p {
    font-size: 1.25em;
}

.box-medium {
    background-color: var(--white);
}

.cont-products {
    background-color: #F3F3F0;
    width: 90%;
    margin: 0 auto;
}
.cont-products .box-head-products {
    border-bottom: 1px solid var(--white);
    padding: 10px;
}

.cont-products .box-des-products {
    padding: 20px;
    min-height: 12em;
}

#slider-soluciones .cont-products .box-des-products {
    min-height: 20em;
}

.cont-products .box-des-products.des-sentron {
    min-height: 23em;
}
.cont-products .box-des-products h3 {
    color: var(--green);
    font-size: 1.25em;
    font-weight: bold;
}

.cont-products .box-des-products p {
    font-size: 1em;
    color: var(--darkblue);
    margin-bottom: 0;
}
/***************************************************************
        Products Sentron
****************************************************************/
#product-sentron {
    background: rgba(0,215,161,1);
    background: -moz-linear-gradient(top, rgba(0,215,161,1) 0%, rgba(0,191,220,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,215,161,1)), color-stop(100%, rgba(0,191,220,1)));
    background: -webkit-linear-gradient(top, rgba(0,215,161,1) 0%, rgba(0,191,220,1) 100%);
    background: -o-linear-gradient(top, rgba(0,215,161,1) 0%, rgba(0,191,220,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,215,161,1) 0%, rgba(0,191,220,1) 100%);
    background: linear-gradient(to bottom, rgba(0,215,161,1) 0%, rgba(0,191,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7a1', endColorstr='#00bfdc', GradientType=0 );
    position: relative;
}

.box-des-sentron:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #00bfdc transparent transparent transparent;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.cont-products .box-des-products .list-des-products {
    color: var(--darkblue);
    padding-left: 20px;
    margin-bottom: 0;
}
/***************************************************************
        Product Sirius
****************************************************************/

#product-soluciones {
    position: relative;
    background: rgba(0,191,220,1);
    background: -moz-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,191,220,1)), color-stop(100%, rgba(0,215,161,1)));
    background: -webkit-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -o-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    background: linear-gradient(to bottom, rgba(0,191,220,1) 0%, rgba(0,215,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfdc', endColorstr='#00d7a1', GradientType=0 );
}

/***************************************************************
        Contacto
****************************************************************/

#contacto {
    background: rgba(0,152,152,1);
    background: -moz-linear-gradient(left, rgba(0,152,152,1) 0%, rgba(0,0,40,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,152,1)), color-stop(100%, rgba(0,0,40,1)));
    background: -webkit-linear-gradient(left, rgba(0,152,152,1) 0%, rgba(0,0,40,1) 100%);
    background: -o-linear-gradient(left, rgba(0,152,152,1) 0%, rgba(0,0,40,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,152,152,1) 0%, rgba(0,0,40,1) 100%);
    background: linear-gradient(to right, rgba(0,152,152,1) 0%, rgba(0,0,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009898', endColorstr='#000028', GradientType=1 );
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
#contacto .cont-section {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}

#contacto .cont-section .head-form {
    margin-bottom: 20px;
}

#contacto .cont-section .head-form h2 {
    width: 70%;
    display: inline-block;
    margin: 0;
    font-size: 2.25em;
    vertical-align: middle;
}

#contacto .cont-section .head-form .img-arrow-form {
    width: 10%;
    transform: rotate(90deg);
    margin-left: 15%;
}
#enviar {
    display: block;
    margin: 40px auto 30px;
    color: #000028;
    background: rgba(0,255,187,1);
    background: -moz-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,255,187,1)), color-stop(100%, rgba(0,230,219,1)));
    background: -webkit-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -o-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: linear-gradient(to right, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbb', endColorstr='#00e6db', GradientType=1 );
    padding: 16px 18%;
    height: auto;
    width: auto;
}

.autorizo a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}
.form-group {
    position: relative;
}
#contacto .cont-section .cont-form #formulario .form-group .label-inf {
    margin-bottom: 0;
    margin-top: 7px;
}
#autorizo {
    background-color: #D9D9D9;
    height: 25px;
    width: 25px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.form-control {
    background-color: #F0FFFB;
    border-radius: 0;
    padding: 20px 10px;
    color: #000028;
    position: relative;
    margin-bottom: 0px;
}

.form-group .error-message {
    text-align: center;
    color: #00ffb9 !important;
    font-size: 0.8em !important;
    width: 100%;
    left: 0;
    margin-top: 0 !important;
    top: 100%;
}

.autorizo label {
    margin-bottom: 0;
}
.form-group .error-message#autorizo_error {
    margin-top: 0px !important;
    bottom: -23px;
}
#contacto .cont-section .cont-form #formulario .form-group.nombre {
    width: 100%;
}

#contacto .cont-section .cont-form #formulario .form-group .form-control.producto {
    height: 120px;
}
/***************************************************************
        Footer
****************************************************************/
#footer {
    padding: 10px;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
#footer .cont-section {
    width: 90%;
    margin: 0 auto;
}
#footer .logo-siemens-blue {
    width: 40%;
}



/***************************************************************
        Pagina Gracias
****************************************************************/ 
.siemens.gracias {
    overflow: hidden;
    background-image: url(../images/bg-banner-principal-mb.png);
    background-size: 100% 100%;
    background-position: center;
}
.siemens.gracias:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(2 24 41 / 74%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.siemens.gracias .content {
    height: 100%;
    min-height: 720px;
    margin-top: 0 !important;  
}
.des-gracias {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.des-gracias h1 {
    font-size: 40px;
    font-weight: 900;
    font-family: 'siemens-sans-bold';
}

.des-gracias p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'siemens-sans';
}
.des-gracias .lis-catalogo {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.des-gracias .lis-catalogo .btn-orange {
    font-size: 17px;
    padding: 12px 4px;
    position: relative;
    z-index: 1;
}

.des-gracias .lis-catalogo li {
    margin: 10px 0;
}

.des-gracias .lis-catalogo li a.btn-catalago {
    width: 100%;
    color: #000028;
    text-align: center;
    display: block;
    padding: 10px;
    position: relative;
    background: rgba(0,255,187,1);
    background: -moz-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,255,187,1)), color-stop(100%, rgba(0,230,219,1)));
    background: -webkit-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -o-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    background: linear-gradient(to right, rgba(0,255,187,1) 0%, rgba(0,230,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffbb', endColorstr='#00e6db', GradientType=1 );
}
.des-gracias .lis-catalogo li {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin: 0 auto;
}

.des-gracias .lis-catalogo li a.btn-catalago:hover,
.des-gracias .lis-catalogo li a.btn-catalago:focus {
    text-decoration: none;
}
.des-gracias .lis-catalogo li a.btn-catalago:hover .bg-catalogo,
.des-gracias .lis-catalogo li a.btn-catalago:focus .bg-catalogo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    animation-duration: 0.5s;
    animation-name: slidein;
    z-index: 1;
    text-decoration: none;
}

.cont-compartir {
    position: relative;
    padding: 30px 30px 10px;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 18%;
    border: 1px solid #004FB1;
    border-radius: 7px;
}
@-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
      100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
} 
  
.cont-compartir p {
    background-color: rgb(2 29 44);
    color: #ffffff;
    font-size: 12px;
    width: 72%;
    max-width: 230px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 5px;
}
.item-redes.instagram, 
.item-redes.facebook {
    margin-bottom: 30px;
}
.cont-compartir ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.cont-compartir .item-redes {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    -webkit-animation-name: fadeInUpRedes;
    animation-name: fadeInUpRedes;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
    @-webkit-keyframes fadeInUpRedes {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
    }
    @keyframes fadeInUpRedes {
      0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    } 
.cont-compartir .item-redes.whatsApp {
    animation-delay: 1s;
    -webkit-animation-delay: 2s;
}
.cont-compartir .item-redes.correo {
    animation-delay: 1s;
    -webkit-animation-delay: 2.5s;
}
.cont-compartir .item-redes.instagram {
    animation-delay: 1s;
    -webkit-animation-delay: 3s;
}
.cont-compartir .item-redes.facebook {
    animation-delay: 1s;
    -webkit-animation-delay: 3.5s;
}
  
.cont-compartir .item-redes a{
    background-position: center;
    background-size: cover;
    display: block;
    text-indent: -90000px;
    width: 60px;
    height: 46px;
    margin: 0 auto;
}
.cont-compartir .item-redes.whatsApp a{
    background-image: url(../images/icon-whatsapp.png);
}
.cont-compartir .item-redes.correo a{
    background-image: url(../images/icon-mssg.png);
    animation-delay: 1s;
    -webkit-animation-delay: 1.5s;
}
.cont-compartir .item-redes.instagram a{
    background-image: url(../images/icon-instagram.png);
    animation-delay: 1s;
    -webkit-animation-delay: 1.5s;
}
.cont-compartir .item-redes.facebook a{
    background-image: url(../images/icon-facebook.png);
    animation-delay: 1s;
    -webkit-animation-delay: 1.5s;
}

/***************************************************************
        Responsive
****************************************************************/
@media (min-width: 370px){
    .cont-products .box-des-products.des-sentron {
        min-height: 20em;
    }
    .siemens.gracias {
        background-size: 100% 145%;
    }
}
@media (min-width: 400px){
    .cont-products .box-des-products.des-sentron {
        min-height: 18em;
    }
    .siemens.gracias {
        background-size: 100% 115%;
    }
    .slider-products .count-products ul li {
        margin: 10px 4px;
    }
    .slider-products .count-products ul li button {
        width: 20px;
    }
}
@media (min-width: 550px){
    /*******************************
        Banner
    ********************************/
    #banner .content-section {
        padding: 10% 2%;
    }
    #banner .item-benefits .cont-benefits {
        margin: 0;
        padding: 0 10px;
    }
    #banner .des-banner {
        margin-bottom: 15%;
    }
    .box-head-benefits .icon-digital {
        width: 35px;
    }
    .box-head-benefits p {
        font-size: 17px;
        width: 90%;
        max-width: 200px;
    }
    .box-des-benefits {
        min-height: 14.4em;
    }
}

@media (min-width: 768px) {

    /*******************************
        Botón Fijo
    ********************************/
    .cont-fixed {
        bottom: auto;
        top: 5%;
        left: auto;
        transform: none;
        right: 0;
        width: auto;
    }
    .btn-fixed {
        padding: 10px 25px;
    }
    /*******************************
        Botón Fijo
    ********************************/
    #banner {
        background-image: url(../images/bg-banner-2-dk.png);
        position: relative;
        height: 44em;
    }
    #banner .content-section {
        padding: 3% 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #banner .des-banner {
        margin-bottom: 7%;
    }
    .slider-products .count-products {
        width: auto;
        min-width: 290px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .slider-products .arrow-slider {
        width: 50px;
        text-align: center;
        background-position: center;
        display: inline-block !important;
        vertical-align: middle;
    }
    
    .nav-slider.slider-products {
        text-align: center;
        display: block;
    }
    
    .slider-products .count-products ul li {
        margin: 5px;
    }
}

@media (min-width: 992px) {
    /*******************************
        Banner Principal
    ********************************/  
    #banner .des-banner {
        width: 50%;
        max-width: 320px;
        margin: 0 auto 3%;
    }
    #benefits {
        margin-top: 60px;
    }
    #benefits .slick-list {
        overflow: initial;
    }
    .box-des-benefits {
        display: none;
        min-height: 240px;
        position: absolute;
        bottom: 100%;
        width: 93.2%;
        align-items: center;
    }
    
    
    .box-head-benefits {
        position: relative;
        background: rgb(243 243 240 / 30%);
        height: 192px;
    }
    
    .box-head-benefits .icon-digital {
        display: none;
    }
    
    .box-head-benefits p {
        margin-top: 40px;
    }
    
    .item-benefits {
        position: relative;
    }
    
    .item-benefits:hover .box-head-benefits {
        background: rgb(0 116 99 / 67%);
    }
    
    .item-benefits:hover .box-head-benefits .icon-digital {
        display: block;
    }
    
    .item-benefits:hover .box-des-benefits {
        display: flex;
    }
    
    #banner .item-benefits .cont-benefits {
        position: relative;
    }
    
    /*******************************
        Section products
    ********************************/  
    .section-products {
        display: flex;
        position: relative;
        align-items: center;
    }
    .cont-products .box-des-products .list-des-products li {
        font-size: 0.94em;
    }
    .box-small .cont-box {
        display: flex;
        align-items: center;
    }
    .section-products .box-small {
        width: 30%;
        display: block;
        height: auto;
    }
    .cont-products .box-des-products.des-sentron {
        min-height: 31em;
    }
    .section-products .box-medium {
        width: 70%;
    }
    .section-products .box-small.box-des-sentron {
        position: absolute;
        right: 0;
    }
    .box-des-sirius:after,
    .box-des-sentron:after {
        display: none;
    }
    .slider-products .count-products {
        width: auto;
        min-width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
    #slider-soluciones .cont-products .box-des-products {
        min-height: 25em;
    }
    .cont-products .box-des-products {
        min-height: 14em;
    }
    
    .nav-slider.slider-products {
        text-align: center;
        display: block;
    }
    
    .slider-products .arrow-slider {
        display: inline-block !important;
        vertical-align: middle;
        width: 30px;
    }

    /*******************************
       contacto
    ********************************/
    #contacto .cont-section {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    #contacto .cont-section .head-form .img-arrow-form {
        transform: none;
    }
    #contacto .cont-section .head-form {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    
    #contacto .cont-section .cont-form {
        width: 69%;
        display: inline-block;
    }
    
    #contacto .cont-section .cont-form #formulario {
        width: 90%;
        margin: 0 0 0 auto;
    }
    
    #contacto .cont-section .cont-form #formulario .form-group {
        width: 47%;
        display: inline-block;
        margin-right: 5.3%;
    }
    
    #contacto .cont-section .cont-form #formulario .form-group.producto {
        width: 100%;
        margin-right: 0;
    }
    
    #contacto .cont-section .cont-form #formulario .form-group:nth-child(even) {
        margin-right: 0;
    }
    
    #contacto .cont-section .cont-form #formulario .form-group.autorizo {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    
    .form-group .error-message#autorizo_error {
        text-align: right;
    }
    
    #contacto .cont-section .cont-form #formulario .submit {
        text-align: right;
    }
    
    #enviar {
        margin-right: 0;
        padding: 16px 40px;
    }
    /*******************************
        Gracias
    ********************************/  
    .siemens.gracias {
        overflow: hidden;
        background-image: url(../images/bg-banner-principal.png);
        background-size: auto 122%;
        background-position: center;
    }
}

@media (min-width: 1200px) {
    /*******************************
        Section products
    ********************************/  
    .cont-products .box-des-products.des-sentron {
        min-height: 23em;
    }
    .slider-products .arrow-slider {
        width: 40px;
        height: 40px;
    }
    .box-small .cont-box {
        width: 70%;
    }
    .box-des-benefits {
        min-height: 200px;
    }
    #slider-soluciones .cont-products .box-des-products {
        min-height: 18em;
    }
}

@media (min-width: 1550px) {
    /*******************************
        Section products
    ********************************/  
    .cont-products .box-des-products.des-sentron {
        min-height: 20em;
    }

    .box-small .cont-box {
        width: 60%;
        max-width: 300px;
        padding: 4% 0;
    }
    .cont-products .box-des-products .list-des-products li {
        font-size: 1em;
    }
    .cont-products .box-des-products {
        min-height: 10em;
    }
    /*******************************
        Gracias
    ********************************/  
    .siemens.gracias {
        background-size: 100% 145%;
    }
}

@media (min-width: 1720px) {
    /*******************************
        Section products
    ********************************/  
    .cont-products .box-des-products.des-sentron {
        min-height: 18em;
    }
}