﻿/*@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body, html, input, textarea, select {
    margin: 0;
    /*font-family: "Raleway";*/
    font-family: "Roboto";
    background: white;
    font-size: 14px;
}

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type="number"] {
        -moz-appearance: textfield;
    }

    a:focus,
    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        outline: 0;
        outline-color: transparent;
        outline-style: none;       
    }

.scrollToTop {
    position: sticky;
    display: none;
    left: calc(100% - 50px);
    bottom: 0px;
    width: 50px;
    height: 50px;
    z-index: 99;
    opacity: 0.7;
    background-image: url(https://arquivos.unipinhal.edu.br/areas/imagens/icons/icon-top.png)
}

.modal {
    min-width: 300px;
    padding: 20px;
    text-align: center;    
}

/* Ajustes de Screen */
@media screen and (min-width: 250px) {

    .modal {
        max-width: 320px;
    }

}

@media screen and (min-width: 600px) {

    .modal {
        max-width: 450px;
    }

}