/*
Theme Name:		Laser Telecomunicaciones Durango S.A. de C.V.
Theme URI:		https://lasertelecomunicacionesdurango.com.mx/
Version:		21 de Marzo de 2022
Author:			Emilio Gonzalez Maldonado
Author URI:		https://hagowebs.com/
Description:	Este es un tema creado para Laser
*/

/* Fuentes */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url(assets/fonts/montserrat-regular.woff2) format('woff2');
    font-display:fallback
}

/* General */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    color: rgb(22, 22, 22);
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    line-height: 1.25;
    margin: 0;
}
h1, h2, h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
address {
    font-style: normal;
    word-break: break-all;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}

/* Rejilla responsiva */
*, ::after, ::before {
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    max-width: 120rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
[class*="col"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-25 {
    flex: 0 0 25%;
}
.col-33 {
    flex: 0 0 calc(100% / 3);
}
.col-50 {
    flex: 0 0 50%;
}
.col-66 {
    flex: 0 0 calc(100% / 3 * 2);
}
.col-75 {
    flex: 0 0 75%;
}
.col-100 {
    flex: 0 0 100%;
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-25 {
        flex: 0 0 25%;
    }
    .col-md-33 {
        flex: 0 0 calc(100% / 3);
    }
    .col-md-50 {
        flex: 0 0 50%;
    }
    .col-md-66 {
        flex: 0 0 calc(100% / 3 * 2);
    }
    .col-md-75 {
        flex: 0 0 75%;
    }
    .col-md-100 {
        flex: 0 0 100%;
    }
}
.around {
    justify-content: space-around;
}
.between {
    justify-content: space-between;
}
.center {
    justify-content: center;
}
.vertical-center {
    align-items: center;
}

/* Extras */
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.responsive-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.img-rounded {
    border-radius:1rem;
}
.img-circle {
    border-radius:50%;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Header */
#header {
    background-color: rgb(22, 22, 22);
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#header a {
    color: #fff;
}
#header a:hover {
    color: rgb(169, 169, 169);
}
.slogan {
    display: none;
}

/* Menu */
nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
nav li {
    display: inline-block;
    margin-left: 0;
}
#drop-menu {
    display: block;
    font-size: 2rem;
}
#drop-menu span:hover {
    cursor: pointer;
}
#drop-btn {
    position: relative;
}
#drop-content {
    background-color: rgb(22, 22, 22);
    border-radius: 1rem;
    top: 6rem;
    right: 1.5rem;
    position: absolute;
    text-align: center;
}
#drop-content li {
    display: block;
    padding: 2rem 3rem;
}
#menu {
    display: none;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

/* Slideshow */
#slideshow {
    margin-top: 4rem;
}
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}
.mySlides1 {
    display: none;
    background: linear-gradient(45deg, #1CB5E0 0%, #000851 100%);
}
.mySlides1 img {
    width: 100%;
}
.mySlides2, .mySlides3, .mySlides4 {
    display: none;
    line-height: 0;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -2.8rem;
    padding: 1.5rem;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 0.5rem 0.5rem 0;
    user-select: none;
    text-shadow: 1px 1px 1px #555;
}
.next {
    right: 0;
    border-radius: 0.5rem 0 0 0.5rem;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.text {
    color: #f2f2f2;
    font-size: 1.75rem;
    text-shadow: 2px 1px 1px rgb(22, 22, 22);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.text h2 {
    background-color: rgba(0,0,0,0.6);
}
.numbertext {
    color: #f2f2f2;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    text-shadow: 1px 1px 1px #555;
    position: absolute;
    top: 0;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* Home */
#about {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#about p {
    margin-bottom: 3rem;
}

/* Page */
#page {
    margin: 9rem 1.5rem 3rem 1.5rem;
}
#contact-page {
    margin: 9rem 1.5rem 3rem 1.5rem;
}

/* Footer */
#footer {
    background-color: rgb(22, 22, 22);
    color: rgb(169, 169, 169);
    text-align: center;
}
#footer a {
    color: rgb(169, 169, 169);
}
#footer a:hover {
    color: #fff;
}

/* Contactanos */
#contact .fa {
    padding-right: 1.5rem;
}
input:not([type="submit"]), select, textarea {
    background-color: #f5f7fa;
    border: 1px solid #c3cfe2;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    width: 100%;
}
button, .button {
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    color: #333;
    cursor: pointer;
    font-size: 1.75rem;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
button:hover, .button:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Arriba */
#arriba {
    font-size: 3.25rem;
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    z-index:20;
}
#arriba a {
    background-color: rgb(169, 169, 169) !important;
    color: #fff !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 50%;
}
#arriba a:hover {
    background-color: #fff !important;
    color: rgb(169, 169, 169) !important;
}

/* WhatsApp */
.flotante-whatsapp {
    font-size: 3.25rem;
    position: fixed;
    bottom: 2rem;
    left: 3rem;
    z-index:20;
}
.flotante-whatsapp a {
    background-color: #00bb2d !important;
    color: #fff !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 50%;
}
.flotante-whatsapp a:hover {
    color: #00bb2d !important;
    background-color: #fff !important;
}

/* Responsivo */
@media (min-width: 768px) {
    body {
        font-size: 2rem;
        line-height: 1.5;
    }
    h1 {
        font-size: 3.25rem;
    }
    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 2.25rem;
    }
    #header .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .logo-bg {
        font-size: 6rem;
        transition: font-size 0.3s;
    }
    .logo-sm {
        font-size: 3rem;
        transition: font-size 0.3s;
    }
    .slogan {
        display: block;
        font-size: 1.6rem;
        margin-top: 0;
    }
    .dblock {
        display: block !important;
    }
    .dnone {
        display: none !important;
    }
    nav li {
        display: inline-block;
        margin-left: 1.5rem;
    }
    #drop-menu {
        display: none;
    }
    #menu {
        display: block;
    }
    #slideshow {
        margin-top: 17rem;
    }
    #slideshow h2 {
        font-size: 6rem;
    }
    .text {
        font-size: 2.75rem;
    }
    input:not([type="submit"]), select, textarea {
        font-size: 2rem;
    }
    button, .button {
        font-size: 2rem;
    }
    #about p {
        text-align: justify;
    }
    #page {
        margin: 18rem 3rem 3rem 3rem;
    }
    #page p {
        text-align: justify;
    }
    #contact-page {
        margin: 18rem 3rem 3rem 3rem;
    }
}
