﻿
html {
    padding: 0;
}

img#fondo.responsive-img {
    visibility: hidden;
    display: none;
    width: 100%;
}

div#titutlo {
    padding-left: 1.3em;
    text-align: center;
}

@font-face {
    font-family: 'Sharp Slab';
    src: url('fonts/sharpslab-medium-webfont.woff2') format('woff2'), url('fonts/sharpslab-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial;
}


img#escudo.brand-logo.left {
    visibility: hidden;
}



/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 60%;
    left: 50%;
}

a.orange-text {
    margin-bottom: 1em
}

#tym {
    color: rgb(255,89,0);
}

h5 {
    padding-top: 0.5em;
}

#contenedorHijo {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
#contenedorHijo {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/


@media only screen and (max-width:820px) {

    .input-field.col.s12.m6.l3 {
        padding-right: 2em;
        margin-right: 0;
    }

    h4.orange-text {
        padding-top: 1.5em;
    }

    .modal-content {
        border-radius: 10px;
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 50%;
    }

    img#fondo.responsive-img {
        height: 4.5em;
        top: 0;
        z-index: -1;
        position: absolute;
        visibility: visible;
        display: inline;
    }

    img.responsive-img {
        visibility: hidden;
        display: none;
    }
}