body {
    margin: 0
}

.hover-one {
    transition: 0.5s
}

.hover-one:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar-fijo {
    width: 100%;
    position: fixed;
    z-index: 100;
}

.verde {
    background-color: #7AC143 !important;
}

.senda {
    margin-left: -100px;
    padding-top: 40px
}

.verde {
    --bs-navbar-color: rgba(0, 0, 0, 0);
    border: none;
    --bs-navbar-toggler-border-color: none;
    --bs-navbar-toggler-icon-bg:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header-padding {
    padding-top: 76px
}

.boton-padding {
    padding: 7% 15%;
    background-color: #7AC143 !important;
    border: #7AC143 !important
}

@font-face {
    font-family: "Rockwell";
    src: url(fuentes/ROCK.TTF) format("truetype");
}

.prueba {
    font-family: "Rockwell",
}

.boton-padding-movil {
    padding: 12% 24%;
    background-color: #7AC143 !important;
    border: #7AC143 !important
}

.footer-right {
    list-style: none
}

.footer-color {
    background-color: #5C9232
}

.iconos {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.tajamar {
    border: none;
    color: white;
    text-decoration: none
}

#bot-up {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;
    border: solid #7AC143 3px;
    transition: all 300ms ease
}

#bot-up:hover {
    transform: scale(1.1)
}

#bot-upp {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;
    border: solid #7AC143 3px;
    transition: all 300ms ease
}

#bot-upp:hover {
    transform: scale(1.1)
}

.none {
    color: white;
    transition: 0.2s
}

.none:hover {
    transform: scale(1.1);
    color: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: rockwell
}

p {
    font-family: montserrat;
    font-size: 20px
}

.boton-padding-trazo {
    padding: 7% 15%;
    background-color: white !important;
    border: 3px solid #7AC143 !important;
    color: #7AC143
}

.boton-padding-trazo:hover {

    color: #7AC143
}

.boton-padding-movil-trazo {
    padding: 12% 24%;
    background-color: white !important;
    border: 3px solid #7AC143 !important;
    color: #7AC143
}

.boton-padding-movil-trazo:hover {
    color: #7AC143
}

.botones {
    height: 40%;
    margin-top: 100px
}


#ZonaA {
    height: 57px;
    width: 152px;
    border-radius: 20px;
    border-style: none;
    background-color: #007bff;
    color: white;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s
}

#ZonaB {
    height: 57px;
    width: 152px;
    border-radius: 20px;
    border-style: none;
    background-color: #8f00ff;
    color: white;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s
}

#ZonaC {
    height: 57px;
    width: 152px;
    border-radius: 20px;
    border-style: none;
    background-color: #000000;
    color: #edb220;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s
}

#ZonaA:hover {
    background-color: #4ea3ff
}

#ZonaB:hover {
    background-color: #a738fc
}

#ZonaC:hover {
    background-color: #3a3a3a
}


.mapa {
    background-image: url(mapa/mapa.svg);

    background-size: 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    padding-top: 76px;


}

.parallax {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.parallax-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallax-background {
    background-image: url(mapa/parallax.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.parallax-foreground {
    color: white;
    font-size: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sombra {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#bot-down {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;

    transition: all 300ms ease
}

#bot-down:hover {
    transform: scale(1.1)
}

#bot-downn {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;

    transition: all 300ms ease
}

#bot-downn:hover {
    transform: scale(1.1)
}


.mapamovil {
    background-image: url(mapa/mapamovil.svg);
    background-size: 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    padding-top: 76px;


}


#ZonaAmovil {
    height: 40px;
    width: 90px;
    border-radius: 20px;
    font-size: 16px;
    border-radius: 20px;
    border-style: none;
    background-color: #007bff;
    color: white;
    font-family: rockwell;
    transition: 0.5s;
    /* margin-top:60vh */
    margin-top:450%
}

#ZonaBmovil {
    height: 40px;
    width: 90px;
    border-radius: 20px;
    font-size: 16px;
    border-style: none;
    background-color: #8f00ff;
    color: white;
    font-family: rockwell;
    transition: 0.5s;
    /* margin-top:7vh;
    margin-left: 10px; */
    margin-top:450%;
}

#ZonaCmovil {
    height: 40px;
    width: 90px;
    border-radius: 20px;
    font-size: 16px;
    border-style: none;
    background-color: #000000;
    color: #edb220;
    font-family: rockwell;
    transition: 0.5s;
    /* margin-top:15vh;
    margin-left: -10px; */
    margin-top:450%
}

.Foto-cardA{
    
    background-image: url(ZonaA/1-zona\ a.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 81%;
    height: 85vh;
    
    
}
.Foto-cardB{
    
    background-image: url(ZonaB/1-zona_b.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 81%;
    height: 85vh;
    
    
}
.Foto-cardC{
    
    background-image: url(ZonaC/1-zona_c.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 81%;
    height: 85vh;
    
    
}
.margin{
padding-top: 76px;
}
.Zona{
    font-size: 40px;
    margin-top: 25vh;
    color: white;
    font-size: 96px;
}
.boton-centroo{
    display: flex;
    justify-content: center;
}
.card-text{
    font-family: montserrat;
    font-style: light  ;
    font-size: 15px ;

}
.card-title{
    font-size: 40px;
}
.card-subtitle{
    font-size: 32px;;
    color:#686464 ;
}
.texto{

        bottom: 40vh;
        position: absolute;
    
}
.pruebap{
    position: relative;
}

.botones-bot{
    bottom: 20vh;
        position: absolute;
}

.card-x{
    position: relative;
}

.card-number{
    top: 0;
    right: 0;
        position: absolute;
    font-size: 18px !important;
}
.card-number-pc{
    top: 10px;
    right: 10px;
        position: absolute;

    margin:0;
    padding: 0;
   
}

.numero{
    margin: auto ;
    
}
.numero-dos{
    /* margin-top: -3px;
    margin-left: 2px; */
    font-size: 18px !important;
    
}
.card-A{
    background-color: #cad1d9 !important;
    border: none;
    border-radius: 18px;
    height: 100%;

}
.espacio{
    height: auto;
}
.numero-A{
    background-color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border:5px solid #007bff;
    border-radius: 20px;
    font-size: 24px    !important;
    font-family: montserrat;
    margin-top:10px;
    margin-right: 10px;
    margin-left: -40px;   
    
}

.numero-B{
    background-color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border:5px solid #8F00FF;
    border-radius: 20px;
    font-size: 24px    !important;
    font-family: montserrat;
    margin-top:10px;
    margin-right: 10px;
    margin-left: -40px;    
}

.card-B{
    background-color: #D4CBDB !important;
    border: none;
    border-radius: 18px;
    height: 100%;
}
.numero-C{
    background-color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border:5px solid #edb220;
    border-radius: 20px;
    font-size: 24px    !important;
    font-family: montserrat;
    margin-top:10px;
    margin-right: 10px;
    margin-left: -40px;    

}

.card-C{
    background-color: #DEDCD1 !important;
    border: none;
    border-radius: 18px;
    height: 100%;
}

.numero-movil{
    margin:0px
}
.numero-pc{
    padding-top:2px
}

.card{
    transition: 0.5s;
}
.card:hover{
    filter:brightness(0.95) ;
    scale: 1.02;
}

#bot-downA {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;

    transition: all 300ms ease
}

#bot-downA:hover {
    transform: scale(1.1)
}

#bot-downB {
    width: 60px;
    height: 60px;
    background-color: rgb(255, 255, 255) !important;
    color: #7AC143;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20;

    bottom: 50px;
    right: 50px;
    align-items: center;

    transition: all 300ms ease
}

#bot-downB:hover {
    transform: scale(1.1)
}

.ir-card{

    bottom: 19vh;
    position: absolute;

}
#cardA{
    display: none;
    height: auto;
    width: auto;
    border-radius: 20px !important;
    border-style: none;
    background-color: #007bff !important;
    color: white !important;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s;
    z-index: 222;
    
}
#cardA:hover {
    
    scale: 1.02;
}
#cardB{
    display: none;
    height: auto;
    width: auto;
    border-radius: 20px!important;
    border-style: none;
    background-color: #8f00ff !important;
    color: white !important;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s;
    z-index: 222;
}
#cardB:hover {
    
    scale: 1.02;
}

#cardC{
    display: none;
    height: auto;
    width: auto;
    border-radius: 20px!important;
    border-style: none;
    background-color: #000000!important;
    color: #edb220 !important;
    font-family: rockwell;
    font-size: 24px;
    transition: 0.5s;
    z-index: 222;
}
#cardC:hover {
    
    scale: 1.02;
}
.ir-mapa-A{
    position:absolute; 
    top:85%;
    left:91%; 
    position:fixed; 
    z-index: 1; 
    background-color:#007bff ;
    font-size: 20px;
    color:white;
    transition: 0.5s;
    
}
.ir-mapa-A:hover{
    scale: 1.05;
}
.ir-mapa-B{
    position:absolute; 
    top:85%;
    left:91%; 
    position:fixed; 
    z-index: 1; 
    background-color:#8f00ff ;
    font-size: 20px;
    color:white;
    transition: 0.5s;
    
}
.ir-mapa-B:hover{
    scale: 1.05;
}
.ir-mapa-C{
    position:absolute; 
    top:85%;
    left:91%; 
    position:fixed; 
    z-index: 1; 
    background-color:black ;
    font-size: 20px;
    color:#edb220;
    transition: 0.5s;
    
}
.ir-mapa-C:hover{
    scale: 1.05;
}
.bobo{
    width:cover;
}