@font-face{
    font-family:'Open Sans';
    src:url('../fonts/OpenSans-Regular.ttf');
}

*{
    font-family: 'Open Sans';
    padding: 0;
    margin:0;
}

body{
    background: url('../img/pintura.jpg');
}

#calcular, #res{
    background: #fff;
    width: 70%;
    margin:20px auto;
    box-shadow: 1px 1px 8px rgba(0,0,0, 0.5);
}

.success-img{
    background:transparent !important;
    width: 100px !important;
    height: 100px !important;
}

.group > .success-img{
    text-align: center;
}

.lg-100{
    width: 100% !important;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

#res{
    background: #f5f5f5;
    padding: 10px;
    color:#424242;
    text-align: center;
}

.input-group{
    margin:10px auto;
    width: 50%;
    display: flex !important;
}

.group{
    width: 50%;
    padding: 5px;
}

.btn-calcular{
    background:#1565c0;
    color:#fff;
    border:0;
    padding: 5px 10px;
}

#fromAditional{
    display: none;
}

textarea{  
  width: 100%;
  height: 90px;
  resize: none;
  padding: 5px;
  outline: none;
  border:1px #2196f3 solid;
  border-radius: 5px;
}

h2{
    text-align: center;
}

.visa{
    background: transparent !important;
    width: 200px;
}

.lg{
    width: 100%;
}

.ctn{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

label > img{
    background: #2196f3;
    width: 30px;
    border-radius:10px;
    padding: 5px;
    cursor:pointer;
}

#archivo-name{
    width: 100%;
}

#archivo{
    display: none;
}

h1{
    text-align: center;
}

.file{
    width: 100%;
}

.w3-modal-content{
    margin-top:-60px !important; 
}

.first{
    margin-top:20px;
}

input[type='text'],input[type='email'],input[type='number'],select{
    padding: 2px 5px;
    border:1px #2196f3 solid;
    outline: none;
    border-radius:4px;
}

table{
    width: 100%;
}

table,th,td{
    border:0;
    padding: 0;
}

th{
    background: #009688;
    color:#fff;
}

select{
    background: #fff;
}

.red{
    color:#ef5350;
}

@media screen and (max-width:1024px){
    .input-group{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
    }

    .group-icon-file{
        width: 100% !important;
        flex-wrap: nowrap;
    }

    h1{
        font-size: 25px !important;
    }

    .group{
        width: 100%;
        padding: 2px;
    }

    .ctn{
        width: 50%;
    }

    .no-wrap{
        flex-wrap: nowrap;
    }

    input[type='text'],input[type='email'],input[type='number'],select{
        width: 100%;
    }

    #fromAditional{
        padding: 2px;
    }

    .w3-modal-content{
        margin-top:-50px !important; 
    }

    #calcular, #res{
        width:90%;
    }
}