* {box-sizing: border-box;
    
   /*border: 1px solid purple;*/
}

html{
    scroll-behavior: smooth;
   /* background-color: rgb(30,30,30); */
   background: rgb(18,18,18);
   background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(21,21,21,1) 61%, rgba(24,24,24,1) 100%);
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)),url("media/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



/*
=======================================================================================================================
    ESTILOS BOTONES
=======================================================================================================================
*/
button{
    font-size: 1.8em;
    font-weight: bold;
    padding: 10px 30px;
    /*border-radius: 10px; */
    border: transparent;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    transition: all .35s;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    border: 2px solid white;
}

.botonhero span{
    position: relative;
    z-index: 1;
}

.botonhero::after{
  position: absolute;
  content: "";
  top: 100%;
  left:0;
  width: 100%;
  height: 0;
  background: rgb(228, 228, 228);
  transition: all .25s;
  border-radius: 10px;
}

.botonhero:hover{
    background-color: rgb(228, 228, 228);
    color: rgb(199, 37, 37);
    box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}

.botonhero:hover:after{
    height: 100%;
    top:0;
    border-radius: 10px;
}

.botonpaquete {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: 10px 0px 0px 0px;
    color: #FFF;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    border-top: 1px solid rgb(15,15,15);
    width: 100%;
    border-radius:0;
    /*border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    background-color: rgb(22,22,22);
  }
  
.botonpaquete:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    background: rgb(228,228,228);
    border-radius: 100%;
    opacity: 0;
    transition: 0.3s ease;
    z-index: -1;
  }

.botonpaquete:hover{
    color: rgb(199, 37, 37);
}

.botonpaquete:hover:before {
    opacity: 1;
    height: 250px;
    width: 110%;
  }

  .botonfinal {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: 10px 0;
    color: #FFF;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: 1px solid whitesmoke;
  }
  
.botonfinal:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    background: rgb(228,228,228);
    border-radius: 100%;
    opacity: 0;
    transition: 0.3s ease;
    z-index: -1;
  }

.botonfinal:hover{
    color: rgb(199, 37, 37);
    border: 1px solid transparent;
    background-color: transparent;
}

.botonfinal:hover:before {
    opacity: 1;
    height: 250px;
    width: 250px;
  }

.container{
    max-width: 1400px;
    margin:auto;
}

/*
=======================================================================================================================
    HEADER
=======================================================================================================================
*/

header{
    z-index: 3;
    position: sticky;
    top: 0px;
    background-color: rgba(0, 29, 126, 0.9);
    height: 0px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

header .logo{
    
    padding: 5px 30px 5px 30px;
    
    width: 8em;
    height: auto;
}

header .container{
    z-index: 5;
    display:flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
   /* background-color: rgba(10, 10, 10, 0.9); */
    background: rgb(210,210,210);
    background: linear-gradient(90deg, rgba(40,40,40,0.3) 0%, rgba(40,40,40,0.3) 20%, rgba(40,40,40,0.3) 68%, rgba(40,40,40,0.3) 100%);
   /* box-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
    /* height: 14vh; */
    height: 90px;
    max-width:none;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}

header nav{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    padding-top:5px;
    margin-left: 0px;
}

header a{
    margin: 0px 5px 5px 5px;
    padding: 0px 0px;
    text-decoration: none;
    font-weight: bold;
    color: transparent;
    font-size: 0;
    border-radius: 10px;
  /*  background-color: rgb(199, 37, 37); */
    background-color: transparent;
    border: 1px solid rgb(199, 37, 37);
    width: 8vw;
    height: 5vh;
    min-height: fit-content;   
   /* font-size: 1.2vw; */
   transition: all 0.40s;
   min-width: 50px;
   font-family: 'Roboto', sans-serif;
}

header #seccionmapacobertura{
    border-top: 1px solid rgb(255,255,255);
    border-bottom: 1px solid rgb(255,255,255);
    color:rgb(255,255,255);
}

header #seccionmapacobertura:hover{
    background-color: rgb(199,37,37);
    color: white;
}


header .seccion{
    cursor: pointer;
    user-select: none;
}

.seccion:first-child{
    background-image: url("media/sobrenosotrosblancoico.png");
    background-size:40%;
    background-repeat: no-repeat;
    background-position: center center; 
}

.seccion:nth-child(2){
    background-image: url("media/paquetesblancoico.png");
    background-size:40%;
    background-repeat: no-repeat;
    background-position: center center;
}

.seccion:nth-child(3){
    background-image: url("media/preguntasfrecuentesblancoico.png");
    background-size:40%;
    background-repeat: no-repeat;
    background-position: center center;   
}

.seccion:nth-child(5){
    border-top: 3px solid white;  
    border-bottom: 3px solid white;  
}

header a:hover{
    background-color: rgb(228, 228, 228);
    color: transparent;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5); 
    border-color: transparent;
}

/*
=======================================================================================================================
    HERO
=======================================================================================================================
*/

#hero{
    color:whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 93vh;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    animation: slider 30s infinite;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
    
}

@keyframes slider{

    20%{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero1.jpg");
        background-size: cover;

    }
    40%{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero4.jpg");
        background-size: cover; 
    }
    60%{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero3.jpg");
        background-size: cover;
    }
    80%{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero2.jpg");
        background-size: cover; 
    }
    100%{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero5.jpg");
        background-size: cover; 
    }
}

#hero img{
    display: flex;
    margin: 0;
    padding: 0;
    height: 12.5em;
    width: auto;
}
#hero h2{
    margin-left: 10px;
    color:rgb(199, 37, 37);
    justify-content: center;
    text-align: center;
    font-size: 3em;
}

#logoytexto {
    position: static;
    display: flex;
    flex-direction: row;
    margin-top:10vh;
    padding: 0;
    height: 30vh;
}

#opciones{
    position: static;
    margin-top: 1vh;
    display: flex;
    flex-direction: column;
    min-height: 23vh;
    max-height: 23vh;
}

#opciones button{
    height: 100%;
    width: 50vw;
    font-size: 1em;
    margin: 0.5vh 0px;
}

#teconectamos{
    position: static;
    margin: 0px;
    margin-top: 1vh;
}

#herologo{
    margin-top: 15vh;
    padding: 10px;
    height: 100%;
    width: auto;
}

#scroll{
    position: absolute;
    height: 8vh;
    width: 10vw;
    background-image: url("media/flechaabajosinrelleno.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;

    animation: movArribaAbajo 1.5s linear infinite;
    left: 1.5vh;
    top: 80vh;
}

#scroll:hover{
    cursor: pointer;
}

@keyframes movArribaAbajo {
    50%, 100% {
      transform: translateY(0);
    }
    70% {
      transform: translateY(20px);
    }
  }
/*
=======================================================================================================================
    SOMOS ZONA TKX
=======================================================================================================================
*/

#somoszonatkx h2{
    color: rgb(240,240,240);
    text-align: center;
    display: block;
}

#somoszonatkx .container{
    color: rgb(240, 240, 240);
    /*padding: 60px 12px;*/
    padding: 60px 0px;
    /*margin: 0% 15% 0% 15%; */
    margin: 5%;
}

/*
=======================================================================================================================
    NUESTROS PAQUETES
=======================================================================================================================
*/

#nuestrospaquetes{
    background-color: rgba(200,200,200,0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


    color: rgb(240, 240, 240);
    text-align: center;
}

#nuestrospaquetes .container{
    padding: 60px 12px;
}


#nuestrospaquetes h2{
    margin-top:0px;
}

#nuestrospaquetes h3{
    margin-top:0px;
    margin-bottom: 0px;
    color:white;
}

#nuestrospaquetes .carta{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0vh 2vh;
    margin: 1.5vh 1.5vh;
   /* border-radius: 10px; */
    box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}

.carta:first-child{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}
.carta:nth-child(2){
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}
.carta:nth-child(3){
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}
.carta:nth-child(4){
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}
.carta:nth-child(5){
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}
.carta:nth-child(6){
    background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/yasoyzonatkx.png");
    background-size: contain;
}

/*
=======================================================================================================================
    PREGUNTAS FRECUENTES
=======================================================================================================================
*/

#preguntasfrecuentes h2{
    color: rgb(240, 240, 240);
    text-align: center; 
    margin-bottom: 0;
    margin-top: 80px; 
    padding-bottom: 0;
 /*   background-color: green;  */
}

#preguntasfrecuentes .container{
    padding: 10px 12px 8px 12px;
    margin: 0% 5% 12% 5%;
   /* background-color: blue; */
}

#preguntasfrecuentes details > summary{
    color: rgb(228, 228, 228);
    background-color: rgb(70,70,70);
    font-weight: bold;
    margin: 5px;
    padding: 10px;
   box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
   cursor: pointer;
}

#preguntasfrecuentes summary:hover{
    box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
    background-color: rgb(199, 37, 37);
    color: white;
    font-weight: bold;
    margin: 5px;
    padding: 10px;
}

#preguntasfrecuentes p{
    color:rgb(228, 228, 228);
    background-color: rgb(40,40,40);
    font-size: 1em;
    padding: 20px;
    margin: 0px 5px 0px 5px;
    border: 1px solid rgb(35, 35, 35);
    border-radius: 5px;
}
/*
=======================================================================================================================
    ULTIMA SECCION
=======================================================================================================================
*/
#final{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(199, 37, 37);
    color: white;
    height: 40vh;
}
/*
=======================================================================================================================
    FOOTER
=======================================================================================================================
*/

footer p{
    margin: 0;
    color:rgb(90,90,90);
    padding: 12px;
}

footer .container{
    background-color: rgb(30,30,30);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/*
=======================================================================================================================
    PRESETS
=======================================================================================================================
*/

h1{font-size: 3em;}
h2{font-size: 2.3em;}
h3{font-size: 2em;}
p{font-size: 1.25em;}
ul{list-style: none;}
li{font-size: 1.25em;}

span.txtnumero{
    font-size: 50px;
}
span.txtmegas{
    font-size: 12px;
}
span.txtstandard{
    font-size:20px;
}
span.txtdesde{
    font-size:18px;
}
span.txtfolio{
    font-size:18px;
    color:rgb(150,150,150);
}



/* ------------------------------------------- VERSION ESCRITORIO ----------------------------------------------------- */
/* ------------------------------------------- VERSION ESCRITORIO ----------------------------------------------------- */
/* ------------------------------------------- VERSION ESCRITORIO ----------------------------------------------------- */
/* ------------------------------------------- VERSION ESCRITORIO ----------------------------------------------------- */
/* ------------------------------------------- VERSION ESCRITORIO ----------------------------------------------------- */

@media (min-width:900px){

/*
=======================================================================================================================
    HEADER
=======================================================================================================================
*/

    header{
        z-index: 3;
        position: sticky;
        top: 0px;
        background-color: rgba(3, 3, 3, 0.9);
        height:10vh;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        /*background-color: green;*/
        display: flex;
        flex-direction: row;
    }
    
    header .logo{       
        font-weight: bold;
        background-color: rgba(240, 240, 240, 0); 
        font-size: 2em;
        color: rgb(199, 37, 37);
        height: auto;
        /*background-color: blue;*/
        margin: 0px;
        margin-top:auto;
        margin-bottom: auto;
    }
    
    header .container{
        display:flex;
        background-color: rgba(10, 10, 10, 0.7); 
        height: 100%;
        width: 100%;
        max-width:none;
        backdrop-filter: blur(10px);
        /*background-color: purple;*/
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        display: flex;
        flex-direction:row;
        /*background-color:aqua;*/
        padding: 0px 30px;
    }
    
    header a{
        justify-content: left;
        margin-right: 15px;
        padding: 10px 12px;
        text-decoration: none;
        font-weight: bold;
        color: rgb(240, 240, 240);
        border-radius: 0px;
      /*  background-color: rgb(199, 37, 37); */
        background-color: transparent;
        border: none;
        font-size: 0.7vw;
        width: auto;
        height: auto;
    }
    
    header a:hover{
        background-color: rgb(228, 228, 228);
        color: rgb(199, 37, 37);
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5); 
    }

    .seccion:first-child{
        background-image:none;
        border-top: 1px solid rgb(199, 37, 37);
        border-bottom: 1px solid rgb(199, 37, 37);
    }
    
    .seccion:nth-child(2){
        background-image:none;
        border-top: 1px solid rgb(199, 37, 37);
        border-bottom: 1px solid rgb(199, 37, 37);
    }
    
    .seccion:nth-child(3){
        border-top: 1px solid rgb(199, 37, 37);
        border-bottom: 1px solid rgb(199, 37, 37);
        background-image:none;  
    }


    
    .seccion:nth-child(5){
        background-image: url("media/user.png");
        background-size:35%;
        background-repeat: no-repeat;
        background-position: center center;   
    }

/*
=======================================================================================================================
    HERO
=======================================================================================================================
*/

    #hero{
        color:whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        height: 500px;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/hero1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center center;
        animation: slider 30s infinite;
        box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
    }

    #hero img{
        display: flex;
        margin: 0;
        padding: 0;
        height: 12.5em;
        width: auto;
    }
    #hero h2{
        margin-left: 10px;
        color:rgb(199, 37, 37);
        justify-content: center;
        text-align: center;
        font-size: 3em;
    }
    
    #teconectamos{
        margin: 0;
        
    }

    #logoytexto {
        display: flex;
        flex-direction: row;
        margin-top:5vh;
        padding: 0;
        height: 200px;
    }

    #opciones{
        margin-bottom: 30px;
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        min-height:auto;
    }
    
    #opciones button{
        height: auto;
        width: 15vw;
        font-size: 1em;
        margin:0;
    }

    #opciones .a-botonhero{
        padding: 0px 15px;
    }

    #scroll{
        display: none;
    }

/*
=======================================================================================================================
    SOMOS ZONATKX
=======================================================================================================================
*/
    #somoszonatkx h2{
        color: rgb(240,240,240);
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        
    }

    .color-acento{
        display: inline-block;
        height: 60px;
        line-height: 50px;
        color:rgb(240, 240, 240);
        font-weight:900;
        font-size: 50px;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(199,37,37,1) 30%, rgba(199,37,37,1) 45%, rgba(199,37,37,1) 50%, rgba(199,37,37,1) 55%, rgba(199,37,37,1) 70%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);      
        background-size: 100% 400%;
        animation: anim-somoszonatkx-fondo 40s ease infinite;
        border-radius: 0px;
        border-bottom: 2px solid rgb(199, 37, 37);
        border-top: 2px solid rgb(199,37,37);
    }

    @keyframes anim-somoszonatkx-fondo {
        0%{background-position:0% 50%}
        2%{background-position:0% 50%}
        4%{background-position:0% 50%}
        6%{background-position:0% 50%}
        8%{background-position:0% 50%}
        10%{background-position:0% 50%}
        12%{background-position:0% 100%}
        14%{background-position:0% 100%}
        16%{background-position:0% 100%}
        18%{background-position:0% 100%}
        20%{background-position:0% 100%}
        22%{background-position:0% 100%}
        24%{background-position:0% 50%}
        26%{background-position:0% 50%}
        28%{background-position:0% 50%}
        30%{background-position:0% 50%}
        32%{background-position:0% 50%}
        34%{background-position:0% 50%}
        36%{background-position:0% 0%}
        38%{background-position:0% 0%}
        40%{background-position:0% 0%}
        42%{background-position:0% 0%}
        44%{background-position:0% 0%}
        46%{background-position:0% 0%}
        48%{background-position:0% 50%}
        50%{background-position:0% 50%}
        52%{background-position:0% 50%}
        54%{background-position:0% 50%}
        56%{background-position:0% 50%}
        58%{background-position:0% 50%}
        60%{background-position:0% 100%}
        62%{background-position:0% 100%}
        64%{background-position:0% 100%}
        66%{background-position:0% 100%}
        68%{background-position:0% 100%}
        70%{background-position:0% 100%}
        72%{background-position:0% 50%}
        74%{background-position:0% 50%}
        76%{background-position:0% 50%}
        78%{background-position:0% 50%}
        80%{background-position:0% 50%}
        82%{background-position:0% 50%}
        84%{background-position:0% 0%}
        86%{background-position:0% 0%}
        88%{background-position:0% 0%}
        90%{background-position:0% 0%}
        92%{background-position:0% 0%}
        94%{background-position:0% 0%}
        96%{background-position:0% 50%}
        98%{background-position:0% 50%}
        100%{background-position:0% 50%}
    }

    #somoszonatkx #izq {
        color: rgb(199,37,37);
        animation: mover-izq 12s infinite ease-in-out;
        position:relative;
        top:-0.15em;
        left:-5%;
        transform: translate(50%, -50%);
        font-size: 45px;
      }

      @keyframes mover-izq{
        0%{left:-5%;} 0.5%{left:0%;} 1.5%{left:-4%;} 1.8%{left:-4%;} 2.3%{left:0%;} 2.5%{left:0%} 3.5%{left:-2.5%;}
        3.8%{left:-2.5%} 4.3%{left:0%;} 4.5%{left:0%;} 5.1%{left:-1.5%;} 5.3%{left:-1.5%;} 5.5%{left:0%;}
        97%{left:0%;} 100%{left:-5%;}
      }

      #somoszonatkx #der {
        color: rgb(199,37,37);
        animation: mover-der 12s infinite ease-in-out;
        position: relative;
        right: -5%;
        top:-0.15em;
        transform: translate(50%, -50%);
        font-size: 45px;
      }

      @keyframes mover-der{
        0%{right:-5%;} 0.5%{right:0%;} 1.5%{right:-4%;} 1.8%{right:-4%;} 2.3%{right:0%;} 2.5%{right:0%} 3.5%{right:-2.5%;}
        3.8%{right:-2.5%} 4.3%{right:0%;} 4.5%{right:0%;} 5.1%{right:-1.5%;} 5.3%{right:-1.5%;} 5.5%{right:0%;}
        97%{right:0%;} 100%{right:-5%;}
      }

    #somoszonatkx .container{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        background: rgb(20,20,20);
        max-width: 100%;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url("media/background-somos.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #somoszonatkx .somoszonatkxtitulo{
        position: relative;
        margin:0;
        padding: 0;
        top:-30px;
        width: 100%;
    }
    #somoszonatkx .texto{
        width: 70%;
        text-align: initial;
        padding: 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #somoszonatkx .somoszonatkxcontenedores{
        display: flex;
        flex-direction: row;
        justify-content:center;
        margin-bottom: 50px;
    }

    #somoszonatkx .cont-info{
        width: 40vw;
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: row;
        border: 1px solid rgb(60,60,60);
        margin-left: 10px;
        margin-right: 10px;
        align-items: flex-end;
        border-radius: 5px;
        overflow: hidden;
    }

    #somoszonatkx .cont-info:hover{
        width: auto;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        
    }

    #cont-info-somos:hover{
        border-radius: 0px;
        border:1px solid rgba(0,0,0,0.75);
    }

    #cont-info-somos:hover #cont-info-ubicacion{
        border-radius: 20px;
    }

    #cont-info-ubicacion:hover{
        border-radius: 0px;
        border:1px solid rgba(0,0,0,0.75);
    }

    #cont-info-ubicacion:hover #cont-info-somos{
        border-radius: 20px;
    }

    #somoszonatkx #cont-info-somos{
        background: linear-gradient(0deg, rgba(30,30,30,0.3) 0%, rgba(30,30,30,0.3)), url("media/somoszonatkxfondocont1.jpg");
        background-position: center;
        transition: transform 0.3s;
    }

    @keyframes anim-cont-info-fondo-1 {
        0% {
            background-position: 50% 50%;
        }
    
        50% {
            background-position: 20% 50%;
        }

        100%{
            background-position: 50% 50%;
        }
    }

    #somoszonatkx #cont-info-somos:hover{
        transform: translateY(-10px);
        background: linear-gradient(0deg, rgba(30,30,30,0.1) 0%, rgba(30,30,30,0.1)), url("media/somoszonatkxfondocont1.jpg");
        background-position: center;
        animation: anim-cont-info-fondo-1 15s ease 0s infinite normal forwards;
    }

    #somoszonatkx #cont-info-ubicacion{
        background: linear-gradient(0deg, rgba(30,30,30,0.3) 0%, rgba(30,30,30,0.3)), url("media/somoszonatkxfondocont2.jpg");
        background-position: top;
        transition: transform 0.3s;
        margin-left: 10px;
        margin-right: 10px;
    }

    @keyframes anim-cont-info-fondo-2 {
        0% {
            background-position: 50% 0%;
        }
    
        25% {
            background-position: 40% 0%;
        }

        50%{
            background-position: 60% 0%;
        }

        100%{
            background-position: 50% 0%;
        }
    }

    #somoszonatkx #cont-info-ubicacion:hover{
        transform: translateY(-10px);
        background: linear-gradient(0deg, rgba(30,30,30,0.1) 0%, rgba(30,30,30,0.1)), url("media/somoszonatkxfondocont2.jpg");
        background-position: top;
        animation: anim-cont-info-fondo-2 25s ease 0s infinite normal forwards;
    }
    
    #cont-info-somos:hover .p1{
        display:none;
        animation: ease-in-out;
    }
    #cont-info-somos:hover .p2{
        display:initial;
        animation: ease-in-out;
    }
    
    #cont-info-ubicacion:hover .p1{
        display:none;
        animation: ease-in-out;
    }
    #cont-info-ubicacion:hover .p2{
        display:initial;
        animation: ease-in-out;
    }

    #somoszonatkx .p1{
        display:initial;
        font-size: 18px;
        padding: 10px;
        height: fit-content;
        width: 100%;
        background-color: rgba(30,30,30,0.9);
        font-weight: bold;
        margin:0;
    }

    #somoszonatkx .p2{
        display:none;
        font-size: 18px;
        padding: 20px;
        height: fit-content;
        background-color: rgba(30,30,30,0.9);
        margin: 0;
    }

    #somoszonatkx hr{
        width: 90%;
        margin:0px;
        margin-top:40px;
        border: 1px solid rgb(100,100,100);   
    }

    #somoszonatkx .cont-cuadro{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    #somoszonatkx .cuadro{
        width: calc(300px - 5px);
        height: 250px;
        margin: 7px;
        overflow: hidden;
        padding: 10px;
    }

    #somoszonatkx #cont-sub-cuadros{
        height: 100%;
        width: calc(200% + 10px);
        display: flex;
        justify-content: space-between;
        animation: cuadros-deslizar1 9s ease-in-out infinite alternate;
    }

    #somoszonatkx .sub-cuadro{
        width: 280px;
        height: 100%;
        padding:10px;
        display: flex;
        justify-content: center;
    }

    #somoszonatkx .sub-cuadro-cont-contenido{
        align-items: center;
        margin-top:auto;
        margin-bottom: auto;
        display: flex;
        flex-direction: column;
        height: 85%;
        /*background-color: blue;*/
        align-items: center;
    }

    #somoszonatkx .sub-cuadro-cont-texto{
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        /*background-color: green;*/
        margin-top: auto;
        margin-bottom: auto;
    }

    #somoszonatkx .mensaje-personalizado {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        display: none;
        align-items: center;
        align-content: center;
      }
      
    #somoszonatkx .mensaje-personalizado-contenido {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgb(35,35,35);
        padding: 20px 50px;
        width: 45%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        color: white;
      }
      
    #somoszonatkx .mensaje-personalizado-titulo {
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 10px 50px;
      }
      
    #somoszonatkx .mensaje-personalizado-texto {
        font-size: 16px;
        line-height: 1.5;
        margin: 20px;
        font-family: 'Nunito', sans-serif;
        text-align: center;
      }
      
    #somoszonatkx .mensaje-personalizado-boton {
        position: absolute;
        top:0;
        right: 0%;
        font-size: 16px;
        padding: 10px 20px;
        background-color: rgba(200, 200, 200, 0.1);
        color: #fff;
        border: none;
        cursor: pointer;
        font-weight: bold;
        font-family: 'Nunito', sans-serif;
        box-shadow: none;
      }
      
    #somoszonatkx .mensaje-personalizado-boton:hover {
        background-color: rgba(200, 200, 200, 0.8);
        color: rgb(199, 37, 37);
        font-weight: bold;
        font-family: 'Nunito', sans-serif;
      }
    
    #somoszonatkx .sub-cuadro-cont-img{
        overflow: hidden;
        height: 70%;
        width: auto;
        display: flex;
    }

    .sub-cuadro-img{
        height: 100%;
        width: 100%;
    }

    .mensaje-personalizado-img{
        height: 10%;
        width: auto;
        display: flex;
        overflow: hidden;
        justify-content: center;
    }

    .mensaje-personalizado-img-src{
        width: 30%;
        height: auto;
        
    }

    #somoszonatkx .btn-leer-mas{
        border: 2px solid white;
        border-radius: 0px; 
        background-color: transparent;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        padding: 3px 12px 6px 12px;
        box-shadow: none;
        margin-bottom: 0;
        margin-top:auto;
    }
    
    #somoszonatkx .btn-leer-mas:hover{
        border: 2px solid white;
        border-radius: 0px; 
        background-color: white;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        padding: 3px 12px 6px 12px;
        box-shadow: none;
        color:rgb(199, 37, 37);
    }

    #somoszonatkx #sub-cuadro1{
        background-color: rgb(199, 37, 37);
        margin-right: 5px;
    }

    @keyframes cuadros-deslizar1{
        0%{
            transform: translate(0%, 0%);
        }
        45%{
            transform: translate(0%, 0%);
        }
        55%{
            transform: translate(-51.1%, 0%);
        }
        100%{
            transform: translate(-51.1%, 0%);
        }
    }
    #somoszonatkx #sub-cuadro2{
        background-color: rgb(10,10,10);
        margin-left: 5px;
    }

    #somoszonatkx #cont-sub-cuadros:has(#sub-cuadro1:hover){
        animation: cuadros-deslizar1 9s ease-in-out backwards alternate;
    }
    #somoszonatkx #cont-sub-cuadros:has(#sub-cuadro2:hover){
        animation: cuadros-deslizar1 9s ease-in-out forwards alternate;
    }

    /**/
    #somoszonatkx #cont-sub-cuadros2{
        height: 100%;
        width: calc(200% + 10px);
        display: flex;
        justify-content: space-between;
        animation: cuadros-deslizar2 20s ease-in-out infinite alternate;
        
    }
    
    #somoszonatkx #sub-cuadro3{
        background-color: rgb(10, 10, 10);
        margin-right: 5px;
    }

    @keyframes cuadros-deslizar2{
        0%{
            transform: translate(0.01%, 0%);
        }
        47%{
            transform: translate(0.01%, 0%);
        }
        53%{
            transform: translate(-51.1%, 0%);
        }
        100%{
            transform: translate(-51.1%, 0%);
        }
    }
    #somoszonatkx #sub-cuadro4{
        background-color: rgb(199, 37, 37);
        margin-left: 5px;
    }

    #somoszonatkx #cont-sub-cuadros2:has(#sub-cuadro3:hover){
        animation: cuadros-deslizar2 20s ease-in-out backwards alternate;
    }
    #somoszonatkx #cont-sub-cuadros2:has(#sub-cuadro4:hover){
        animation: cuadros-deslizar2 20s ease-in-out forwards alternate;
    }

    #somoszonatkx #cont-sub-cuadros3{
        height: 100%;
        width: calc(200% + 10px);
        display: flex;
        justify-content: space-between;
        animation: cuadros-deslizar3 18s ease-in-out infinite alternate;
    }
    
    #somoszonatkx #sub-cuadro5{
        background-color: rgb(199, 37, 37);
        margin-right: 5px;
    }

    @keyframes cuadros-deslizar3{
        0%{
            transform: translate(0%, 0%);
        }
        48%{
            transform: translate(0%, 0%);
        }
        52%{
            transform: translate(-51.1%, 0%);
        }

        100%{
            transform: translate(-51.1%, 0%);
        }
    }
    #somoszonatkx #sub-cuadro6{
        background-color: rgb(10, 10, 10);
        margin-left: 5px;
    }

    #somoszonatkx #cont-sub-cuadros3:has(#sub-cuadro5:hover){
        animation: cuadros-deslizar3 18s ease-in-out backwards alternate;
    }
    #somoszonatkx #cont-sub-cuadros3:has(#sub-cuadro6:hover){
        animation: cuadros-deslizar3 18s ease-in-out forwards alternate;
    }

    #somoszonatkx #cont-sub-cuadros4{
        height: 100%;
        width: calc(200% + 10px);
        display: flex;
        justify-content: space-between;
        animation: cuadros-deslizar4 14s ease-in-out infinite alternate;
    }
    
    #somoszonatkx #sub-cuadro7{
        background-color: rgb(10, 10, 10);
        margin-right: 5px;
    }

    @keyframes cuadros-deslizar4{
        0%{
            transform: translate(0%, 0%);
        }
        47%{
            transform: translate(0%, 0%);
        }
        53%{
            transform: translate(-51.1%, 0%);
        }
        100%{
            transform: translate(-51.1%, 0%);
        }
    }
    #somoszonatkx #sub-cuadro8{
        background-color: rgb(199, 37, 37);
        margin-left: 5px;
    }

    #somoszonatkx #cont-sub-cuadros4:has(#sub-cuadro7:hover){
        animation: cuadros-deslizar4 14s ease-in-out backwards alternate;
    }
    #somoszonatkx #cont-sub-cuadros4:has(#sub-cuadro8:hover){
        animation: cuadros-deslizar4 14s ease-in-out forwards alternate;
    }


    #somoszonatkx #cont-segunda-mitad{
        /*background-color: rgba(0,0,255,0.1);*/
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    #somoszonatkx #cont-segunda-mitad-ofrecemos-info{
        /*background-color: rgba(0,255,0,0.1);*/
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 10px 0px;
        width: 60%;
        min-width: 800px;
        /*background-color: blue;*/
        justify-content: space-evenly;
    }

    #somoszonatkx h1 {
        color: #ffffff;
        font-family: Helvetica;
        font-size: 3rem;
        font-weight: 100;
        line-height: 1.5;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        position:relative;
        height: 55px;
        width: 100%;
        margin-bottom: 10px;
      }
      
      #somoszonatkx h1 span {
        font-size: 35px;
        margin-left: 65px;
        position: relative;
        top: -12px;
        
      }
      
      #somoszonatkx .message {
        background-color: rgb(199, 37, 37);
        color: #ffffff;
        display: block;
        font-weight: 750;
        font-size: 35px;
        /*overflow: hidden;*/
        position: absolute;
        padding-left: 0.5rem;
        
        top: 0.2rem;
        left: 295px;
        animation: openclose 10s ease-in-out infinite;
        
      }
      
      #somoszonatkx .palabra1 .palabra2 .palabra3{
        font-family: tahoma;
        font-weight: bold;
        margin: 0;
        padding: 0; 
      }

      #somoszonatkx .palabra1{
        margin-top:2px;
      }

      #somoszonatkx .palabra2{
        margin-left:3px;
      }
      
      @keyframes openclose {
        0% {
          top: 0rem;
          width: 0;
        }
        5% {
          top: 0rem;
          width: 0;
        }
        15% {
          top: 0rem;
          width: 300px;
        }
        30% {
          top: 0rem;
          width: 300px;
        }
        33% {
          top: 0rem;
          width: 0;
        }
        35% {
          top: 0rem;
          width: 0;
        }
        38% {
          top: -3.25rem;
          
        }
        53% {
          top: -3.25rem;
          width: 230px;
        }
        62% {
          top: -3.25rem;
          width: 230px;
        }
        66% {
          top: -3.25rem;
          width: 0;
          text-indent: 0;
        }
        71% {
          top: -6.6rem;
          width: 0;
          text-indent: 5px;
        }
        86% {
          top: -6.6rem;
          width: 495px;
        }
        95% {
          top: -6.6rem;
          width: 495px;
        }
        98% {
          top: -6.6rem;
          width: 0;
          text-indent: 5px;
        }
        100% {
          top: 0;
          width: 0;
          text-indent: 0;
        }
      }
    
      #somoszonatkx #info-ofrecemos{
        display: flex;
        flex-direction: column;
        margin-left: 65px;
        width: fit-content;
        margin-bottom: 40px;
        
      }

      #info-ofrecemos p{
        width: fit-content;
        margin: 3px;
        padding: 10px;
        background-color: rgb(30,30,30);
        font-family: 'Nunito', sans-serif;
        font-size: 22px;
      }

      #cont-segunda-mitad-img{
        width: 35%;
        height: 350px;
        margin: 10px 0px;
        /*margin-right: 65px;*/
        display: flex;
        justify-content: center;
        /*background-color: rgba(30,30,30,0.5);*/
      }

       #segunda-mitad-img{
        background: url("media/ing-ztkx.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
        height: 100%;
        width: 85%;  
        /*filter: brightness(900%);*/
        animation: cambiarImagen 35s infinite;
      }

      @keyframes cambiarImagen {
        0% {
            background-image: url("media/camara-seguridad.png");
            
        }
        47%{
            background-image: url("media/camara-seguridad.png");
            
        }
        50%{
            background-image: url("media/ing-ztkx.png");
            
        }
        97%{
            background-image: url("media/ing-ztkx.png");
            
        }
        100%{
            background-image: url("media/camara-seguridad.png");
            
        }
      }

/*
=======================================================================================================================
    MAPA DE COBERTURA
=======================================================================================================================
*/

    #mapacobertura .container-no{
        margin-top: 60px;
        margin-bottom: 60px;
        background: linear-gradient(0deg, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0.8)), url("media/mapa-cobertura-background.png");
        height: 40vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #mapacobertura #div-mapacobertura{
        display: flex;
        flex-direction: row;
        background-color: rgb(199, 37, 37);
        width: 100%;
        height: 100%;
        justify-content: center;
        background: linear-gradient(0deg, 
         rgba(0,0,0,0) 0%,
         rgba(0,0,0,0) 35%, 
         rgb(199,37,37) 35%, 
         rgb(199,37,37) 37%,
         rgb(199,37,37) 37%, 
         rgb(199,37,37) 50%, 
         rgb(199,37,37) 63%,
         rgb(199,37,37) 63%, 
         rgb(199,37,37) 65%, 
         rgba(0,0,0,0) 65%, 
         rgba(0,0,0,0) 100%)
    }

    #mapacobertura #span-mapacobertura{
        color:white;
        font-weight: bold;
        background-color: rgb(199,37,37);
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
        margin-top: 5px;
        margin-left: 5px;
        height: fit-content;
        font-family: "Nunito", sans-serif;
    }

    #mapacobertura #label-mapacobertura{
        color: white;
        font-size: 34px;
        font-weight: bold;
        margin-top:auto;
        margin-bottom: auto;
        
    }

    #mapacobertura #img-mapacobertura{
        display: flex;
        height: 250px;
        width: 30%;
        background-repeat: no-repeat;
        margin: auto 50px auto 50px;
        border: 5px solid rgb(199,37,37);
        

        background: linear-gradient(0deg, rgba(30,30,30,0.1) 0%, rgba(30,30,30,0.1)), url("media/mapa-cobertura.png");
        background-position:center;
        transition: transform 0.3s;
        animation: anim-mapacobertura 25s ease 0s infinite normal forwards;
    }

    @keyframes anim-mapacobertura {
        0% {
            background-position: 50% 50%;
        }
    
        25% {
            background-position: 40% 50%;
        }

        50%{
            background-position: 60% 50%;
        }

        100%{
            background-position: 50% 50%;
        }
    }

    #mapacobertura #img-mapacobertura:hover{
        transform: translateY(-10px);
        background: linear-gradient(0deg, rgba(187, 23, 23, 0.8) 0%, rgba(187, 23, 23, 0.5) 10%, rgba(30,30,30,0.1) 40%, rgba(30,30,30,0.1)), url("media/mapa-cobertura.JPG");
        background-position: center;
        animation: anim-mapacobertura 17s ease 0s infinite normal forwards;
        cursor: pointer;
    }



/*
=======================================================================================================================
    NUESTROS PAQUETES
=======================================================================================================================
*/


    #nuestrospaquetes .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #nuestrospaquetes .paquetes{
        display: flex;
        overflow-x: scroll;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        cursor: default;
        position: relative;
        z-index: 2;
    }
    
    #nuestrospaquetes .paquetesEm{
        display: flex;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        cursor: default;
        position: relative;
        z-index: 2;
        justify-content: center;
    }

    .botones-nav-container {
        display:flex;
        /*margin:0;*/
        /*margin-left: 0%;*/
        position: absolute;
        z-index:1;
        width: 80vw;
        justify-content: center;
        transform: translate(-50%, -0%);
        left: 50%;
        justify-content: space-between;

      }
      
    #nuestrospaquetes .btn-prev {
        
        padding: 30px 30px;
        background-color: rgba(50,50,50, 0.8);
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
      /*  left: 35%; */
        border-bottom: 3px solid red;
        box-shadow: none;
      }
      
      #nuestrospaquetes .btn-next {
        
        padding: 30px 30px;
        background-color: rgba(50,50,50, 0.8);
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
       /* right: -800%; */
        
        border-bottom: 3px solid red;
        box-shadow: none;
      }

      #nuestrospaquetes .btn-prev:hover {  
        top: 0%;
        padding: 50px 30px;
        background-color: rgba(50,50,50, 0.95);
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        /*left: 35%;*/
        /*border-top: 3px solid red;*/
        border-bottom: 3px solid red;

        box-shadow: none;
      }

      #nuestrospaquetes .btn-next:hover {
        top: 0%;
        padding: 50px 30px;
        background-color: rgba(50,50,50, 0.95);
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        /*right: -800%;*/
        /*border-top: 3px solid red;*/
        border-bottom: 3px solid red;
        box-shadow: none;
      }

    #nuestrospaquetes p{
        display: block;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    #nuestrospaquetes h3{
       /* padding-bottom: 10%; */
        font-size: 22px;
        font-weight: bold;
        vertical-align: middle;
    }

    .paquetes::-webkit-scrollbar {
        height: 3px; /* Altura de la barra de scroll *
    }
      
    .paquetes::-webkit-scrollbar-track {
        background-color: rgb(15, 15, 15); /* Color de fondo de la pista de la barra de scroll */
        
    }
      
    .paquetes::-webkit-scrollbar-thumb {
        background-color: rgb(255, 0, 0); /* Color del pulgar de la barra de scroll */
        
    }
      
    .paquetes::-webkit-scrollbar-thumb::-webkit-scrollbar-button {
        background-color: #eee; /* Color del botón de navegación de la barra de scroll */
       
    }
      
    .paquetes::-webkit-scrollbar-button:hover {
        background-color: #ccc; /* Color del botón de navegación de la barra de scroll al pasar el cursor del mouse */
    }



    #nuestrospaquetes .carta{
        padding: 0vh 0vh;
        margin: 2vh 1vh;
        min-width: 32%;
        max-width: 32%;
        max-height: 40%;
        background: rgb(15,15,15);
        background: linear-gradient(90deg, rgba(15,15,15,0.9) 0%, rgba(16,16,16,0.9) 61%, rgba(17,17,17,0.9) 100%);
        overflow: hidden;
        
        transition: transform 0.3s;

        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        z-index: 2;
    }

    #nuestrospaquetes .carta:hover{
        box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
        background: linear-gradient(90deg, rgba(15,15,15,1) 0%, rgba(16,16,16,1) 61%, rgba(17,17,17,1) 100%);
        /*border: 1px solid whitesmoke; */
        transform: translateY(-10px);
    }

    #nuestrospaquetes .carta:hover .botonpaquete{
        background-color: rgb(50,50,50);
    }

    #titulopaquete1{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("media/paquetefondobasico.png");
        background-size:cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete1{
        transform:scale(1.1);
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondobasicorojo.png");
    }

    #titulopaquete2{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("media/paquetefondoresidencial.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete2{
        transform:scale(1.1);
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondoresidencialrojo.png");
    }

    #titulopaquete3{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("media/paquetefondoescolar.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete3{
        transform:scale(1.1);
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondoescolarrojo.png");
    }

    #titulopaquete4{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url("media/paquetefondopremium.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete4{
        transform:scale(1.1);
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondopremiumrojo.png");
    }

    #titulopaquete5{
        background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("media/paquetefondoplatino.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete5{
        transform:scale(1.1);
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondoplatinorojo.png");
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
    }

    #titulopaquete6{
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0,0,0,0.5)),url("media/paquetefondopremier.png");
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
        background-position: center;
        transition: transform 0.3s;
    }

    .carta:hover #titulopaquete6{
        transform:scale(1.1);
        text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("media/paquetefondopremierrojo.png");
    }

    .cont-descarga{
       
    }
    .cont-subida{
        
    }
    .cont-velocidades{
        display: flex;
        justify-content: space-evenly;
        margin-left: 15px;
        margin-right: 15px;
        font-family: "Roboto", sans-serif;
    }

    #nuestrospaquetes hr{
        border-color: rgb(130,130,130);
    }

    #nuestrospaquetes .folio{
        margin: 0;
        margin-top:10px;
        margin-bottom: 0px;
        font-family: "Nunito", sans-serif;
    }

    #nuestrospaquetes .consultaTarifas{
        color: rgb(146, 146, 146);
        padding-top: 20px;
    }

    #nuestrospaquetes .link-tarifas{
        color: rgb(179, 28, 28);
    }


/*
=======================================================================================================================
    PREGUNTAS FRECUENTES
=======================================================================================================================
*/

#preguntasfrecuentes .container{
    padding: 10px 150px 8px 150px;
    margin: 0% 5% 12% 5%;
    margin-left: auto;
    margin-right: auto;
}


/*
=======================================================================================================================
    FOOTER
=======================================================================================================================
*/


footer{
    background-color: rgb(30,30,30);
}

footer #copy{
    margin: 10px;
}

footer p{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    color:rgb(180, 180, 180);
    padding: 0px;
    width: fit-content;
}

footer .container{
    background-color: rgb(30,30,30);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items:unset;
    width: auto;
}

footer #rows{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: fit-content;
    
}

footer .row{
    width: 30%;
    display: flex;
    flex-direction: column;
}

footer .row-tittle{
    padding: 10px;
    padding-left: 0;
    color: rgb(179, 28, 28);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    width: auto;
}

footer .item{
    color: rgb(180, 180, 180);
    margin-bottom: 5px;

}

}