/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-ago-2019, 17:00:26
    Author     : biotticos
*/

*{
    box-sizing: border-box;
}

body{
    background: #000000;
    color: #000000;
    line-height: 2;
    font-family: sans-serif;
    padding: 1em;
    /*background-image: url("../../img/fondo.jpg");*/
}

.container{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.wrapper{
    box-shadow: 0 0 20px rgba(72,94,116,0.7);

}

.wrapper > *{
    padding: 1em;
}

.product-info{
    background: #ef9a9a;
}

.product-info h3{
    text-align: center;
}

.data{
    background: #f7f7f7;
}

.data form{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}


.data form label{
    display: block;
}

.data form p{
    margin: 0;
}

.data img{
    max-width: 100%;
}

.data form .message, .submit-btn{
    grid-column: 1 / 4;
}

.data form .buttons{
    grid-column: 1 / 4;
    align-items: center;
}

.data form .buttons img{
    width: 23%;
    align-items: center;
}

.data .buttons_okok{
    grid-column: 1 / 1;
    align-items: center;
}

.data .buttons_okok img{
    width: 60%;
    align-items: center;
}


.data form button, .data form input {
    width: 100%;
    padding: 1em;
    border: 1px solid #ffcdd2;
}

.data form button, .data form submit{
    background: #e32527;
    color: #ffcdd2;
    border: 0;
    text-transform: uppercase;
}

.data form button:hover, form button:focus{
    background: #eab8b8;
    color: #000000;
    outline: 0;
    transition: background-color 2s ease-out;
}

.footer{
    color: grey;
    font-family: sans-serif;
    font-size: 0.5em;
}

.shared {
    /*    display: inline-block;
        width: 30px; 
        height: 30px;
        margin: 5px 0; 
        padding: 0; 
        background: url("shared.png") no-repeat; 
        float: left;
        margin-right: 5px; 
        cursor: pointer;
        border-radius: 50%;*/
}
.shared:hover{
    opacity: 0.7;
}
.shared.tg {}
.shared.mail {}
.shared.sms {}
.shared.wa {}

