/* estilos.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #333;
    color: #fff;
    padding: 1rem;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.d-block{
    height: 100%;
}
.caro{
    background-attachment: fixed;
    z-index: 0;

}
@media  (max-width: 410px) {

    .servicio img{
   
        width: 100px;
        height: 100px;}

    .logo{
        width: 100px;
        cursor: pointer;
       
    }
}
@media  (max-width: 991px) {

    .servicio img{
   
        width: 71%;
        height: 65%;

    }
    


       .content{
        color: #fbfcfd;
        position: absolute;
        top: 5%;
        padding: 10px;
        z-index: 2;
         
                 }
 }   

 @media (min-width: 992px){
    .servicio img{
        
        width: 90%;
        height: 65%;
        
    }
}

.servicio .figure h3{

    font-family: 'Bebas Neue', cursive;
    
    font-size: 20px;
    justify-content: space-between;
}

 .servicio img{
    border-radius: 100%;
    margin:5%;
    border: 5px solid;
    border-color: rgb(25, 0, 255);

}

.SR{
    justify-content: center;
    margin-top: 40px;
    align-content: center;
    text-align: center;
    
}

.h2Planes{
    margin-top: 200px;
    margin-bottom: 60px
    ;
}
.Figurecenter {
    border: black solid  ;
    background-color: rgb(173, 173, 215);
}


section {
    padding: 2rem;
}


.contact{
    background-image: url(".//img/nubes.jpeg");
    background-image: url("../img/LogoAYR-removebg-preview.jpg");
    border: 2px solid black;
    height: 200px;
    z-index: 1;

}

.contactodiv{
    padding-top: 30px;
    padding-left: 60px;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    
    bottom: 0;
    width: 100%;
}

.logoNav{
    width: 250px;
}


.social li a img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}


.social li a img:hover{
    box-shadow: 0px 0px 5px 0px rgb(57, 59, 59);
    box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px rgb(0, 140, 255),
    inset -20px 0 80px #0ff,
    inset 20px 0 300px rgb(255, 0, 0),
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px rgb(0, 174, 255),
    10px 0 80px rgb(0, 195, 255);
    border:solid 5px rgb(255, 0, 0);
}

.wappLink{
    border-radius: 100%;
    position: fixed;
    height: 50px;
    bottom: 30px;
    right: 50px;
    z-index: 2;
}

.wappLink:hover{
    
    height: 60px;
    box-shadow:
    inset 0 0 50px #fff,
    inset 20px 0 80px rgb(7, 130, 231),
    inset -20px 0 80px rgb(3, 35, 151),
    inset 20px 0 300px rgb(44, 7, 195),
    inset -20px 0 300px rgb(15, 5, 205),
    0 0 50px #fff,
    -10px 0 80px rgb(0, 174, 255),
    10px 0 80px rgb(0, 195, 255); 
    
}
.figure{
    text-align: center;
    color: white;;
    border-radius: 3%;
    margin: 2px;
        
}

footer ul li{
    list-style:none;
    display: inline;
    padding-right: 20px;

}
.navbar{
    --bs-navbar-padding-y: 0.0rem;
    padding: .0rem 0rem;
}


/* Contenedor principal del METAR */
.maps .metar {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px; /* ancho máximo */
  height: 100%;      /* ocupa toda la altura disponible del row */
  min-height: 400px; /* altura mínima para mobile */
}

/* Forzar que el script del METAR ocupe todo el contenedor */
.maps .metar > a,
.maps .metar > script {
  flex: 1 1 auto;
  display: block;
  width: 100%;
}
