@charset "utf-8";
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .65rem;
}
img {
    width: 100%
}
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 50;
}
.modal-content, .modal-dialog {
    height: 90%;
}
.modal-body {
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
input:focus {
    outline-style: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}
body {
    font-family: 'Nunito', sans-serif;
}
a, a:hover {
    text-decoration: none;
    transition: all 0.5s
}
ul {
    list-style: none;
    padding-left: 0px;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat Alternates', sans-serif;
    letter-spacing: -1px;
    font-weight: 700
}
h5 {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}
h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
p strong {
    font-weight: 800;
    font-size: 14px
}
p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4E4E4E;
    letter-spacing: -0.3px;
    margin-bottom: 2rem;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #323260;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0px;
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    font-weight: 300;
}
.sidenav .bot-logo-sidenav .logo-aside {
    width: 130px;
    height: auto;
}
.sidenav .bot-logo-sidenav {
    display: block;
    margin-top: 8px;
    margin-bottom: 20px;
}
.sidenav h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.sidenav h4 a {
    color: #fff;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.sidenav h5 {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 5px;
}
.sidenav ul {
    list-style: disc;
    color: #3c78ff;
    margin-left: 30px;
    margin-bottom: 15px;
}
.sidenav ul li a {
    color: #fff;
    display: block;
    white-space: nowrap;
    font-size: 13px;
    padding-bottom: 5px;
}
.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 50;
}
header {
    width: 100%;
    background-color: #fff;
    height: auto;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 50;
}
header .main-header {
    height: 72px;
}
header .main-header .logo {
    width: 130px;
    height: auto;
}
header .main-header .toggle {
    font-size: 26px;
    float: right;
    padding-top: 0px;
    color: #323260;
    padding-right: 8px;
}
main {
    padding-top: 72px;
}
.carousel-item {
    background-size: cover;
    background-position: center;
}
.slide1 {
    background-image: url(../images/home-slide1-mobile.jpg);
}
.slide2 {
    background-image: url(../images/home-slide2-mobile.jpg);
}
.slide3 {
    background-image: url(../images/home-slide3-mobile.jpg);
}
#slider-home .carousel-item .container {
    height: 430px;
}
#slider-home .carousel-item h1 {
    font-size: 28px;
    line-height: 34px;
    text-shadow: 0px 0px 8px #323260;
    text-align: center;
    color: #fff
}
.carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #3c78ff;
    border-top: none;
    border-bottom: none;
    opacity: .3;
    border-radius: 25px;
    margin-right: 8px;
    margin-left: 8px;
}
#productos-principales {
    background-image: url(../images/back-prod-dest-mobile.png);
    background-repeat: repeat-x;
    background-position: top;
}
#productos-principales h2 {
    color: #323260;
    margin-top: 54px;
    margin-bottom: 25px;
}
#productos-principales .productos-mobile {
    margin-top: 26px;
    display: inline-flex;
}
#productos-principales .productos-desktop {
    display: none;
}
#productos-principales h3 {
    background-color: #3C78FF;
    color: #fff;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
}
#productos-principales hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-color: #3C78FF;
}
#productos-principales .mas-info {
    background: rgb(28, 72, 171);
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#3c78ff", GradientType=1);
    color: #fff;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
    margin: auto;
    display: table;
    transition: all 0.5s;
}
#productos-principales .mas-info:hover {
    background: rgb(28, 72, 171);
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#1c48ab", GradientType=1);
    transition: all 0.5s;
}
#productos-principales p {
    min-height: auto;
}
#slider-productos {
    height: 468px;
}
#empresa {
    background-image: url(../images/back-empresa-mobile.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 56px;
}
#empresa h2 {
    color: #fff;
    margin-top: 56px;
    margin-bottom: 24px;
}
#empresa .destacado {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 14px;
    text-align: center;
}
#empresa hr {
    border-color: #fff;
    width: 50%
}
#empresa .ico {
    width: 96px;
    padding-top: 25px;
    padding-bottom: 25px;
}
#empresa .item {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
#clientes {
    padding-top: 36px;
    padding-bottom: 30px;
}
#clientes .mobile {
    display: inline-flex;
}
#clientes .desktop {
    display: none;
}
#clientes h2 {
    color: #323260;
}
#clientes hr {
    border-color: #2A55B5;
}
#clientes #slider-clientes {
    height: 120px;
}
footer {
    background: #323260;
    border-top: 5px solid #3C78FF
}
footer .top {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .logo-footer {
    width: 160px;
    margin-bottom: 50px;
}
footer .menu-footer {
    margin-bottom: 30px;
}
footer .menu-footer li a {
    color: #fff;
    padding-bottom: 5px;
    display: block;
}
footer .menu-footer li a:hover {
    color: #3c78ff
}
footer h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
footer h4 a {
    color: #fff;
    display: block;
    margin-top: 25px;
    margin-bottom: 40px;
}
footer .contacto-footer {
    color: #fff;
    display: block;
}
footer .contacto-footer:hover {
    color: #3c78ff
}
footer .contacto-footer.phone, footer .contacto-footer.wsp, footer .contacto-footer.mail {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    margin-bottom: 12px;
    width: 170px;
    margin: auto;
    padding-bottom: 6px;
}
footer .contacto-footer.phone {
    background-image: url(../images/phone-ico.svg);
}
footer .contacto-footer.wsp {
    background-image: url(../images/whatsapp-ico.svg);
}
footer .contacto-footer.mail {
    background-image: url(../images/mail-ico.svg);
}
footer .bottom {
    width: 100%;
    height: 35px;
    background-color: #3C78FF;
}
footer .bottom p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 8px;
}
#banner-interior {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#banner-interior .container {
    height: 180px;
}
#banner-interior.productos {
    background-image: url(../images/productos-banner-mobile.jpg);
}
#banner-interior.contacto {
    background-image: url(../images/contacto-banner-mobile.jpg);
}
#banner-interior.servicios {
    background-image: url(../images/servicios-banner-mobile.jpg);
}
#banner-interior h1, #banner-interior h2 {
    text-shadow: 0px 0px 8px #323260;
    color: #fff
}
#banner-interior h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
#banner-interior h2 {
    font-size: 22px;
    line-height: 28px;
}
#producto, #contacto {
    padding-top: 30px;
    padding-bottom: 35px;
}
#producto .tit-producto {
    color: #3c78ff;
    font-size: 20px;
}
#producto .tit-caracteristicas {
    color: #6c6c6c;
    letter-spacing: -0.5px;
}
#producto .subtit-caracteristicas {
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    letter-spacing: -0.5px;
}
#producto .caracteristicas {
    list-style: disc;
    color: #3c78ff;
    margin-left: 18px;
    margin-bottom: 24px;
}
#producto .caracteristicas li ul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 15px;
}
#producto .caracteristicas li {
    margin-bottom: 10px;
}
#producto .caracteristicas li ul li {
    font-size: 14px;
    color: #3c78ff;
}
#producto .caracteristicas li ul li p {
    font-size: 12px;
    color: #4E4E4E;
    line-height: 18px;
}
#producto .caracteristicas.freepbx {
    margin-bottom: 65px;
}
#producto .caracteristicas li p {
    margin-bottom: 0;
}
.spec-txt {
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 16px;
}
#contacto h4 {
    color: #6c6c6c;
    margin-bottom: 25px;
}
#contacto .contacto.phone, #contacto .contacto.wsp, #contacto .contacto.mail {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #4E4E4E;
    display: block;
    font-size: 14px;
}
#contacto .contacto:hover {
    color: #2D9AFF;
}
#contacto .contacto.phone {
    background-image: url(../images/ico-tel-color.svg);
}
#contacto .contacto.mail {
    background-image: url(../images/ico-mail-color.svg);
}
#contacto .contacto.wsp {
    background-image: url(../images/ico-wsp-color.svg);
}
#contacto .campos, #contacto .campo-texto {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #3c78ff;
    padding-left: 15px;
    color: #004a88;
    font-size: 14px;
}
#contacto .campo-texto {
    border-radius: 20px;
    height: 204px;
    padding-top: 15px;
}
#contacto .boton-enviar {
    background: rgb(28, 72, 171);
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#3c78ff", GradientType=1);
    color: #fff;
    padding-top: 14px;
    padding-bottom: 12px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 45px;
    transition: all 0.5s;
    border: none;
    font-size: 14px;
}
#contacto .boton-enviar:hover {
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#1c48ab", GradientType=1);
    transition: all 0.5s;
}
.boton-cta {
    background: rgb(28, 72, 171);
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(60, 120, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#3c78ff", GradientType=1);
    color: #fff;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
    margin: auto;
    display: table;
    transition: all 0.5s;
}
.boton-cta:hover {
    background: rgb(28, 72, 171);
    background: -moz-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    background: linear-gradient(0deg, rgba(28, 72, 171, 1) 0%, rgba(28, 72, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c48ab", endColorstr="#1c48ab", GradientType=1);
    color: #fff;
}
@media screen and (min-width: 768px) {
    .whatsapp-float {
        display: none
    }
    h2 {
        font-size: 38px;
        line-height: 42px;
    }
    h3 {
        padding-top: 15px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    p strong {
        font-size: 16px;
        font-weight: 800
    }
    header .top-header {
        width: 100%;
        background-color: #3c78ff;
        height: 30px;
    }
    header .top-header .contact-top-bar {
        color: #fff;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: left center;
        height: 30px;
        padding-top: 5px;
        font-weight: 300;
    }
    header .top-header .contact-top-bar:hover {
        color: #323260
    }
    header .top-header span {
        color: #ffffff85;
        padding-left: 10px;
        padding-right: 10px
    }
    header .top-header .contact-top-bar.phone {
        background-image: url(../images/phone-ico.svg);
        padding-left: 22px;
    }
    header .top-header .contact-top-bar.wsp {
        background-image: url("../images/whatsapp-ico.svg");
        padding-left: 25px;
    }
    header .top-header .contact-top-bar.mail {
        background-image: url("../images/mail-ico.svg");
        padding-left: 28px;
    }
    header .main-header {
        height: 120px;
    }
    header .main-header .logo {
        width: 200px;
    }
    main {
        padding-top: 150px;
    }
    #slider-home .carousel-item .container {
        height: 480px;
    }
    .slide1 {
        background-image: url(../images/home-slide1-tablet.jpg);
    }
    .slide2 {
        background-image: url(../images/home-slide2-tablet.jpg);
    }
    .slide3 {
        background-image: url(../images/home-slide3-tablet.jpg);
    }
    .carousel-control-next, .carousel-control-prev {
        opacity: 1;
    }
    #slider-home .carousel-item h1 {
        font-size: 42px;
        line-height: 56px;
        text-align: left
    }
    #productos-principales {
        background-image: url(../images/back-prod-dest-desktop.png);
    }
    #productos-principales h2 {
        margin-top: 36px;
        margin-bottom: 10px;
    }
    #productos-principales h3 {
        padding-top: 10px;
        padding-bottom: 8px;
        font-size: 24px;
    }
    #productos-principales .productos-mobile {
        display: none;
    }
    #productos-principales .productos-desktop {
        margin-top: 28px;
        display: inline-flex;
    }
    #productos-principales hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #productos-principales .mas-info {
        font-size: 16px;
        margin-bottom: 64px;
    }
    #productos-principales p {
        min-height: 180px;
    }
    #empresa {
        background-image: url(../images/back-empresa-desktop.jpg);
    }
    #empresa h2 {
        margin-top: 56px;
        margin-bottom: 24px;
    }
    #empresa .destacado {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 14px;
    }
    #empresa hr {
        width: 20%
    }
    #empresa .item {
        font-size: 18px;
        line-height: 24px;
    }
    #clientes {
        padding-top: 56px;
    }
    #clientes .mobile {
        display: none;
    }
    #clientes .desktop {
        display: inline-flex;
    }
    #clientes h2 {
        margin-bottom: 32px;
    }
    footer .top {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    footer .logo-footer {
        width: 190px
    }
    footer h4 {
        font-size: 17px;
        color: #fff;
    }
    footer h4 a {
        margin-top: 30px;
    }
    footer .bottom {
        height: 42px;
    }
    footer .bottom p {
        font-size: 14px;
        padding-top: 10px;
    }
    #banner-interior .container {
        height: 280px;
    }
    #banner-interior.productos {
        background-image: url(../images/productos-banner-tablet.jpg);
    }
    #banner-interior.contacto {
        background-image: url(../images/contacto-banner-tablet.jpg);
    }
    #banner-interior.servicios {
        background-image: url(../images/servicios-banner-tablet.jpg);
    }
    #banner-interior h1 {
        font-size: 42px;
        line-height: 56px;
    }
    #banner-interior h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #producto, #contacto {
        padding-top: 65px;
        padding-bottom: 35px;
    }
    #producto .tit-producto {
        color: #3c78ff;
        font-size: 24px;
    }
    #producto .subtit-caracteristicas {
        font-size: 16px;
        line-height: 20px;
    }
    #producto .caracteristicas li ul li p {
        font-size: 14px;
    }
    .spec-txt {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 50px;
    }
    #contacto .contacto.phone, #contacto .contacto.wsp, #contacto .contacto.mail {
        font-size: 16px;
    }
    #contacto .campos, #contacto .campo-texto, #contacto .boton-enviar {
        font-size: 16px;
    }
    .boton-cta {
        font-size: 16px;
        margin-bottom: 64px;
    }
}
@media screen and (min-width: 992px) {
    h2 {
        font-size: 42px;
        line-height: 48px;
    }
    header .main-header .logo {
        width: 220px;
    }
    header .main-header .menu-desktop {
        width: auto;
        height: auto;
    }
    ul.menu {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 600px;
        margin-top: 28px;
    }
    ul.menu li a {
        font-size: 18px;
        color: #707070;
    }
    ul.menu li a:hover {
        color: #323260;
        font-weight: 700;
    }
    .submenu-1 {
        position: relative;
        display: inline-block;
    }
    .submenu-1 span {
        font-size: 18px;
        color: #323260;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }
    .submenu-1 ul, .submenu-2 ul {
        list-style: disc;
        color: #3c78ff;
        margin-left: 18px;
        margin-bottom: 15px;
    }
    .submenu-1 ul li a, .submenu-2 ul li a {
        font-size: 16px;
        line-height: 28px;
    }
    .dropdown-content {
        position: absolute;
        background-color: #f9f9f9;
        width: 300px;
        box-shadow: 0px 0 16px 2px rgb(0 0 0 / 20%);
        padding: 17px 16px 5px;
        z-index: 1;
        border-radius: 10px;
        transition: all 0.5s;
        display: none;
    }
    .submenu-1:hover .dropdown-content {
        display: block;
    }
    .submenu-2:hover .dropdown-content {
        display: block;
    }
    .slide1 {
        background-image: url(../images/home-slide1.jpg);
    }
    .slide2 {
        background-image: url(../images/home-slide2.jpg);
    }
    .slide3 {
        background-image: url(../images/home-slide3.jpg);
    }
    #slider-home .carousel-item h1 {
        font-size: 48px;
        line-height: 56px;
    }
    #productos-principales .productos-desktop {
        margin-top: 56px;
    }
    #productos-principales h2 {
        margin-top: 56px;
        margin-bottom: 24px;
    }
    #productos-principales p {
        min-height: 220px;
    }
    #productos-principales .mas-info {
        margin-bottom: 56px;
    }
    footer .menu-footer {
        list-style: disc;
        color: #3c78ff;
        margin-left: 15px;
        margin-bottom: 20px;
    }
    footer h4 a {
        margin-bottom: 20px;
    }
    footer .menu-footer li a {
        padding-bottom: 4px;
    }
    footer .contacto-footer.phone, footer .contacto-footer.wsp, footer .contacto-footer.mail {
        width: auto;
        padding-bottom: 4px;
    }
    #banner-interior.productos {
        background-image: url(../images/productos-banner-desktop.jpg);
    }
    #banner-interior.contacto {
        background-image: url(../images/contacto-banner-desktop.jpg);
    }
    #banner-interior.servicios {
        background-image: url(../images/servicios-banner-desktop.jpg);
    }
    .bton-cta {
        margin-bottom: 56px;
    }
}
@media screen and (max-width: 767px) {
    .contiguas {
        margin-bottom: 0px !important;
    }
    .productos-mobile p {
        margin-bottom: 1.2rem;
    }
}
@media screen and (max-width: 359px) {
    header .main-header .logo {
        width: 130px;
    }
}