html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

p {
    margin-bottom: 0px;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-nav-top {
    background-color: #007DF1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.d-links-nav-top {}

.d-links-nav-top ul {
    margin: 0px;
    padding: 0px;
}

.d-links-nav-top ul li {
    display: inline-block;
    margin-right: 15px;
}

.d-links-nav-top ul li > a {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: none;
}

.d-links-nav-top ul li {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: .3px;
}

.d-links-nav-top ul li i {
    margin-right: 7px;
}

.d-links-nav-top ul li > a i {
    margin-right: 7px
}

.d-social-links-nav-top {
    text-align: right;
}

.d-social-links-nav-top ul {
    margin: 0px;
    padding: 0px;
}

.d-social-links-nav-top ul li {
    display: inline-block;
    margin-left: 15px;
}

.d-social-links-nav-top ul li > a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar.bg-light {
    background-color: transparent !important;
}

.sec-nav {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, .06);
    padding-top: 5px;
    padding-bottom: 5px;
}

.sec-navs {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99;
}

.navbar .navbar-brand > img {
    width: 90px;
}

.navbar .nav-item .nav-link {
    font-weight: 500;
    letter-spacing: .5px;
    transition: .3s;
    color: rgba(0, 0, 0, .45);
    margin-left: 10px;
}

.navbar .nav-item .nav-link:hover {
    color: #007DF1;
}

.navbar .nav-item:last-child .nav-link {
    padding-right: 0pc;
}

.sec-header {
    margin-top: 108px;
    padding-top: 250px;
    padding-bottom: 50px;
    background-image: url("../images/bg-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.d-header {
    text-align: center;
}

.d-header > img {
    width: 170px;
}

.d-header .t1 {
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 150px;
    font-size: 16px;
}

.sec-marcas {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec-marcas.productos{
  padding-top: 140px;
  padding-bottom: 120px;
  background-image: url("../images/producto.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position-x: 95%;
  background-position-y: 55px;
}

.d-marcas {
    text-align: center;
}

.d-marcas .t1 {
    font-size: 26px;
    font-weight: 500;
}

.d-owl-marcas {
    margin-top: 20px;
}

.d-item-marcas {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 70px;
}

.sec-experiencia {
    background-color: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-experiencia {
    padding-right: 50px;
}

.d-title-line > hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid #007DF1;
    margin: 1em 0;
    padding: 0;
    width: 50px;
}

.d-title-line .t1 {
    font-size: 30px;
}

.d-experiencia .t2 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0, 0, 0, .75);
}

.d-image-experiencia-home {
    text-align: center;
}

.d-image-experiencia-home > img {
    width: 90%;
    border-radius: 20px;
}

.btn-link {
    padding: 0px;
    font-size: 14px;
}

.btn.btn-link {
    text-decoration: none;
}

.btn-link > i {
    margin-left: 6px;
    transition: .3s;
}

.btn-link:hover {
    color: #007DF1;
}

.btn-link:hover > i {
    transform: translateX(4px);
    transition: .3s;
}

.sec-servicios {
    padding-top: 100px;
    padding-bottom: 100px;
}

.row-servicios {
    margin-top: 60px;
}

.d-item-servicios .d-image {
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-item-servicios .d-info {
    background-color: #F4F4F4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 195px;
}

.d-item-servicios.int{
    margin-bottom: 60px;
}

.sec-servicios-int{
    padding-top: 100px;
    padding-bottom: 50px;
}

.d-item-servicios.int .d-info{
    height: 200px;
    background-color: rgba(0,125,241, .05);
    padding-left: 25px;
    padding-right: 25px;
}

.d-item-servicios.int .d-info .t1{
    font-size: 13px;
    margin-top: 10px;
}

.d-item-servicios.int .d-info .title{
    font-size: 16px;
    font-weight: 500;
}

.d-item-servicios.int .d-info .title > img{
    margin-right: 10px;
    width: 26px;
    margin-top: -5px;
}

.d-item-servicios .d-info .t1 {
    font-size: 13px;
    line-height: 1.7;
}

.d-btn-servicios {
    text-align: center;
    margin-top: 40px;
}

.btn-small-primary {
    background-color: #007DF1;
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-small-primary > i {
    margin-left: 6px;
    transition: .3s
}

.btn-small-primary:hover {
    color: #FFFFFF;
}

.btn-small-primary:hover > i {
    transform: translateX(4px);
    transform: .3s;
}

.sec-redes-sociales {
    padding-bottom: 100px;
}

.d-redes-sociales {
    text-align: center;
}

.d-redes-sociales .t1 {
    font-size: 26px;
    font-weight: 500;
}

.d-redes-sociales ul {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    list-style: none;
}

.d-redes-sociales ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.d-redes-sociales ul li > a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .3s;
}

.d-redes-sociales ul li > a:hover {
    transform: translateY(-3px);
}

.d-redes-sociales ul li > a i {
    margin-right: 9px;
    font-size: 17px;
    transform: translateY(1px);
}

.d-redes-sociales ul li > a.facebook {
    color: #007DF1;
    background-color: rgba(0, 125, 241, .1);
}

.d-redes-sociales ul li > a.instagram {
    color: #E25252;
    background-color: rgba(226, 82, 82, .1);
}

.d-redes-sociales ul li > a.linkedin {
    color: #0174B5;
    background-color: rgba(1, 116, 181, .1);
}

.sec-contacto {
    background-color: #F4F4F4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-contacto {
    text-align: center;
}

.d-contacto .t1 {
    font-size: 30px;
}

.d-contacto .t2 {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    margin-top: 15px;
}

.d-form {
    margin-top: 40px;
}

.form-contacto .form-group > label {
    font-weight: 500;
    color: #007DF1;
    font-size: 12px;
}

.form-contacto .form-group > input {
    background-color: transparent;
    font-size: 14px;
    color: #000000;
    height: 45px;
    border-radius: 6px;
}

.form-contacto .form-group > textarea {
    background-color: transparent;
    font-size: 14px;
    color: #000000;
    border-radius: 6px;
}

.btn-lg-primary {
    width: 100%;
    background-color: #007DF1;
    color: #FFFFFF;
    height: 45px;
    border-radius: 6px;
    font-size: 14px;
}

.btn-lg-primary > i {
    margin-left: 9px;
    transition: .3s;
}

.btn-lg-primary:hover {
    color: #FFFFFF;
}

.btn-lg-primary:hover > i {
    transform: translateX(5px);
}

.sec-footer {
    background-color: #007DF1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.d-logo-footer > img {
    width: 90px;
}

.d-info-footer {
    text-align: right;
    padding-top: 11px;
}

.d-info-footer .t1 {
    color: rgba(255, 255, 255, .7);
}

.sec-header-int {
    margin-top: 108px;
    background-color: #EBF5FE;
    padding-top: 40px;
    padding-bottom: 40px;
}

.d-header-int {
    text-align: center;
}

.d-header-int .t1 {
    font-size: 32px;
    color: #007DF1;
}

.sec-experiencia-int {
    padding-top: 100px;
    padding-bottom: 100px;
}

.d-experiencia-int {
    padding-left: 50px;
    padding-right: 50px;
}

.d-experiencia-int > img {
    width: 100%;
    border-radius: 15px;
}

.d-experiencia-int .t1 {
    font-size: 22px;
    color: #007DF1;
    margin-top: 50px;
}

.d-experiencia-int .t2 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    color: rgba(0, 0, 0, .7);
}

.d-item-video-soporte{
    text-align: center;
    margin-bottom: 50px;
}

.d-item-video-soporte > iframe{
    width: 100%;
    height: 196px;
}

.d-item-video-soporte .t1{
    font-size: 16px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.6;
}

.d-item-video-soporte .t1 > span{
    display: block;
    font-size: 0px;
}

.sec-soporte{
    padding-bottom: 60px;
}

.sec-mensaje-enviado{
    padding-top: 200px;
    padding-bottom: 180px;
}

.d-mensaje-enviado{
    text-align: center;
}

.d-mensaje-enviado > img{
    width: 400px;
}

.d-mensaje-enviado .t1{
    font-size: 35px;
    font-weight: 500;
    margin-top: 50px;
}

.d-mensaje-enviado .t2{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(0,0,0,.7);
}

.d-mensaje-enviado .t2 > span{
    display: block;
    font-size: 0px;
}

.btn-volver-inicio{
    margin-top: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #007DF1;
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #007DF1;
    border-radius: 5px;
}

.btn-volver-inicio:hover{
    color: #007DF1;
}

.btn-volver-inicio:hover > img{
    transform: translateX(4px);
}

.btn-volver-inicio > img{
    margin-left: 10px;
    width: 20px;
    margin-top: -3px;
    transition: .3s;
}

.logo-swal > img{
    width: 60px;
}

.sub-title-swal{
    font-size: 18px;
    margin-top: 5pX;
}