/* CSS para dyrcomunicaciones.mx */

html {
    font-family: 'Kanit', sans-serif;
    font-weight: lighter;
}
body {
    font-family: 'Kanit', sans-serif;
}
body #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -11;
}
.rojo {
    background-color: #ff00001f;
}
.count-particles {
    display: none;
}
.js-count-particles {
    display: none;
}
.opacidad {
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    display: none;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    z-index: 500;
    width: 100%;
}
.filtro {
    background-color: #fff;
    height: 100%;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    z-index: -10;
    top: 0px;
}
.fondoStart {
    background-image: url('../img/fondo-top-torres.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    z-index: -20;
    top: 0px;
    transition: 300ms;
}
.logotipo {
    box-sizing: border-box;
    text-align: center;
    z-index: 25;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -130px;
}
.logotipo a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
}
.logotipo a img {
    width: 260px;
}
.innerLogo {
    box-sizing: border-box;
    text-align: center;
    z-index: 25;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0px;
    margin: 0px 0 0 0px;
    width: 100%;
    left: 0px;
}
.innerLogo a img {
    width: 80px;
}
.btnMenuPrincipal, .btnCerrarMenu {
    background-color: #e20717;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}
.btnCerrarMenu {
    display: none;
    z-index: 101;
}
.btnMenuPrincipal span, .btnCerrarMenu span {
    color: #fff;
    font-size: 1.4em;
}
.menuPrincipal {
    display: flex;
    display: none;
    flex-direction: column;
    /* box-sizing: border-box; */
    position: fixed;
    /* bottom: 50px; */
    width: 100%;
    height: 100%;
    z-index: 25;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(226, 7, 23, 1) 0%, rgba(175, 0, 13, 1) 100%);
}
.menuPrincipal.innerNav {
    position: absolute;
    bottom: auto;
    width: 100%;
    padding: 20px 50px;
    justify-content: space-between;
    max-width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.menuPrincipal.innerNav .identidadMarca {}
.menuPrincipal.innerNav .identidadMarca .logotipoEmpresa {
    padding: 0px;
    margin: 0px;
}
.menuPrincipal.innerNav .identidadMarca .logotipoEmpresa img {
    width: 80px;
}
.menuPrincipal .opcionesMenuPrincipal {
    display: flex;
    flex-direction: column;
}
.menuPrincipal .opcionesMenuPrincipal a {
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    margin: 10px 10px;
    padding: 6px;
    text-decoration: none;
    transition: 400ms;
    width: 200px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: left;
    font-weight: 300;
}
.menuPrincipal .opcionesMenuPrincipal a:hover {
    background-color: #fff;
    color: #e20717;
}
.menuPrincipal .opcionesMenuPrincipal a.active {
    background-color: #e20717;
    color: #fff;
}
.menuPrincipal .opcionesMenuPrincipal a span {
    margin-right: 20px;
}
section {
    box-sizing: border-box;
    width: 100%;
}
section article {
    display: none;
    padding: 0px;
    overflow-y: auto;
}
section article input[type=button], section article button {
    background-color: rgb(226 7 23);
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    border: 0px solid e20717;
    border-radius: 26px;
    padding: 5px;
    height: 45px;
    width: 180px;
    margin-top: 30px;
    font-size: 1.3em;
    font-weight: bold;
    margin: auto;
    border: 0px;
}
section article input[type=button]:hover, section article button:hover {
    background-color: e20717;
    color: #fff;
}
section article input[type=button]:focus, section article button:focus {
    outline: 0px
}
section article {
    display: flex;
    flex-direction: column;
}
section article div {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
section article div span {
    background-color: rgb(220 220 220);
    border-right: 1px solid e20717;
    border-radius: 26px 0px 0px 26px;
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #464342;
}
section article div p {
    color: #8c8c8c;
    font-size: .8em;
    text-align: center;
}
section article label {
    color: #464342;
    text-align: left;
    width: auto;
    margin: 10px 0px 5px 53px;
    font-weight: 200;
}
section article div input {
    background-color: #fff;
    color: #828282;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 0px 26px 26px 0px;
    padding: 2px 5px 2px 10px;
    width: 100%;
    height: 50px;
    box-shadow: inset 0px 0px 0px var(--color-white), inset 0px 0px 0px var(--color-white);
}
section article textarea {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    border: 0px solid e20717;
    border-radius: 0px 6px 6px 0px;
    padding: 10px;
    height: 150px;
    width: 400px;
    font-size: 1.1em;
}
section article input:focus, textarea:focus {
    outline: 0px;
}
section article .botones {
    margin-top: 20px;
}
.seccionContenedora {
    padding: 0px;
    margin: 0px;
}
.seccionContacto {
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    /* max-width: 1280px; */
    padding: 0px;
    margin-bottom: 0px;
    right: 0px;
    align-items: self-start;
    height: 100%;
}
.seccionContacto .formularioContacto {
    position: absolute;
    width: 100%;
    max-width: 350px;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);
    display: flex;
    display: none;
    flex-direction: column;
    z-index: 22;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 40px;
}
.seccionServicios {
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    /* max-width: 1280px; */
    padding: 0px;
    margin-bottom: 0px;
    right: 0px;
    align-items: self-start;
    height: 100%;
}
section article h1 {
    color: rgb(67, 67, 67);
    font-weight: 700;
    margin-bottom: 5px;
}
section article .alineaDerecha {
    text-align: right;
}
section article .alineaIzquierda {
    text-align: left;
}
section article h2 {
    margin-top: 0px;
    color: #e20717;
    font-weight: 500;
}
section article p {
    color: rgb(100, 100, 100);
    font-weight: 300;
    line-height: 1.6em;
}
section article ul {
    list-style: none;
    padding-left: 0;
}
section article ul li {
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}
section article ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../img/bullet.webp');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
section .columnaUno {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur( 4px);
    -webkit-backdrop-filter: blur( 4px);
    display: flex;
    display: none;
    flex-direction: column;
    width: 60%;
    z-index: 22;
    padding: 60px 60px;
    overflow-y: auto;
    height: 100%;
    right: 0px;
    box-sizing: border-box;
}
section .columnaUno .ilustracionServicio {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: space-between;
}
section .columnaUno .ilustracionServicio figure {
    margin: 0px;
    padding: 0px;
}
section .columnaUno .ilustracionServicio figure img {
    width: 150px;
}
section .columnaUno iframe {
    width: 100%;
    height: 360px;
}
section .columnaDos {
    display: flex;
    display: none;
    flex-direction: column;
    width: 40%;
    right: 0px;
    z-index: 20;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0px;
}
section .columnaDos .filtroRojo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #0000006b;
    display: block;
    z-index: 19999;
}
section .columnaDos figure {
    margin: 0px;
    padding: 0px;
}
section .columnaDos figure img {
    height: 100%;
}
section .columnaDos span {
    font-size: 5em;
    margin: 0px;
    padding: 0px;
    color: black;
    transform: rotate( -90deg);
    color: white;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
}
.visorGaleria {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    height: auto;
    margin: auto;
    position: fixed;
    z-index: 505;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
}
.visorGaleria .descripcion {
    color: #fff;
    margin: 10px;
    margin-top: 20px;
}
.visorGaleria figure {
    margin: 0px;
    padding: 0px;
}
.visorGaleria figure .fotografia {
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    width: 500px;
}
.seccionUbicacion {
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    /* max-width: 1280px; */
    padding: 0px;
    margin-bottom: 0px;
    right: 0px;
    align-items: self-start;
    height: 100%;
}
.seccionNosotros {
    background: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    /* max-width: 1280px; */
    padding: 0px;
    margin-bottom: 0px;
    right: 0px;
    align-items: self-start;
    height: 100%;
}
.seccionNosotros .logotipos {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
}
.seccionNosotros .logotipos .logotipoCliente {
    margin: 0px;
    margin-bottom: 40px;
    text-align: center;
    width: 21%;
}
.seccionNosotros .logotipos .logotipoCliente img {
    margin: auto;
    width: 110px;
}
.btnFloatWhatsapp {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 140;
    align-items: center;
}
.btnFloatWhatsapp h1 {
    display: none;
    color: var(--color-white);
    font-size: 1.2em;
    margin-right: 5px;
}
.btnFloatWhatsapp a {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    border: 0px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
}
.btnFloatWhatsapp a img {
    width: 46px;
    height: 46px;
}
@media (max-width: 768px) {
    html, body, .seccionContenedora {
        overflow-x: hidden;
    }
    .filtro {
        opacity: 0.4;
    }
    .seccionContacto, .seccionNosotros, .seccionServicios, .seccionUbicacion {
        flex-direction: column;
    }
    section .columnaUno {
        padding: 20px;
        width: 100%;
    }
    section .columnaDos {
        position: relative;
        height: 160px;
        width: 100%;
    }
    section .columnaDos figure img {
        height: auto;
        width: 100%;
    }
    section .columnaUno .ilustracionServicio {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}