/* DESKTOP */
.desktop{
    color: #404040;
}

.desktop .desktop-hidden{
    display: none;
}

.desktop section p{
    color: #404040;
}

.desktop .header{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(70, 70, 70, 0.5);
    position: relative;
    color: #fff;
    font-size: 25px;
    box-shadow: 0px 3px 8px #404040;
}

.desktop .header.padding{
    padding-top: 80px;
    padding-bottom: 60px;
}

.desktop .header img{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 20%;
    max-width: 200px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 13px black;
}

.desktop .header h1{
    font-size: 2em;
    font-weight: 500;
    text-shadow: 1px 1px 5px #2b2b2b;
}

.desktop .header h2{
    font-size: 1.5em;
    text-shadow: 1px 1px 5px #2b2b2b;
}

.desktop .header.family::after {
    content: "";
    background: url(../imgs/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; 
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.desktop h3{
    font-weight: 600;
}

.desktop .desktopmt40{
    margin-top: 40px
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    color: #676a6c;
    overflow-x: hidden;
	height: 100%;
}
.footer-div{
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.footer-div div:nth-child(1){
    line-height: 1.5em;
    font-size: 1.2em;
    margin-bottom: 20px;
}


.button-green,
.button-green:focus,
.button-green:active{
    font-weight: bold;
    background-color: #5d292b;
    color: #fff;
	font-size: 1.2em;
}

.button-green:hover{
    background-color: #df4b72;
    color: #fff;
}

.vinoH1{
	 font-weight: bold;
	color: #5d292b;
}
.colorVino{
	color: #5d292b;
}
.puntos ul {
  color: #5d292b;
}
/* The Cradios */
.Radios {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

/* Hide the browser's default checkbox */
.Radios input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.Radios:hover input ~ .checkmark {
  background-color: #2c8f7b;
}

/* When the checkbox is checked, add a blue background */
.Radios input:checked ~ .checkmark {
  background-color: #2c8f7b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Radios input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Radios .checkmark:after {
  left:38%;
  top:22%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error {
    color: #ff0000;
  }
  
.table-thead {
  font-size:80%;
  color:white;
  background-color: #5d292b;
  vertical-align: middle;
}

.text-Format {
	text-align: center;
    font-size: 85%;
}


.text-Warning{
	text-align: center;
    font-size: 85%;
    font-weight: bold;
    color:#5d292b;
}

.carga{
  margin-left: auto;
  margin-right: auto;
  width: 7%;
  height: 7%;
}
}