
body {
    padding: 0;
    margin: 0;
    background-color: 0,169,224;
    background-color: #00a9e0;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-image: url("Fondo.png");
    background-size: cover;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer
{
    margin-top: 5%;
    background-color: 0,169,224;
}
.bckgroundimg {
    
    
    background-size: cover;

}

.text-white{
    color: white;
}

div{
    align-items: center;
}

.text-blue{
    color: #1e22aa;
  }

.valores-principal{
    padding-bottom: 1%;
    padding-top: 1%;
    margin-top: 1%; 
    margin-bottom: 1%;
}
.valores-input{
    padding-bottom: 1px;
}

h4{
    display:inline-block;
}

@media only screen and (max-width: 992px) {
    .texto-vertical{
        transform: rotate(270deg);
        text-align: left;
    }

    .bckgroundimg {
        background-image: url("FondoSmallScreens.png");
        background-size: cover;
    }

    h4{
        font-size:medium;
    }

    body{
        font-size:small;
    }

    input[type=text], input[type=number], input[type=radio], input[type=button], input[type=select]{
        font-size:small;
        
    }

    select{
        font-size:small;
    }
}