/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/*.field-name-body{width:50%; background-color:#0C0;}*/
body{}

/*PAGINA*/
/*contacto*/
div#webform-component-acepto-aviso-legal-y-proteccion-de-datos-personales > label {
    display: none;
}
.page-user-register .suscripcion table{
    font-size: 11px !important;
}
.field-name-body table.policy {
    border: 1px solid #CCC !important;
}
 table.policy td{
    padding: 4px 6px !important;
    color: #63635b;
 }
 table.policy tr{
    border-bottom: #ccc 1px solid !important;
}

/** Cookies **/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch.activo .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch.activo span.slider:after {
    content: "";
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* Tabla cookies */
#tabla-cookies {
    border: none;
}
#tabla-cookies th, #tabla-cookies td {
    border: none;
    padding: 15px;
}
#tabla-cookies thead tr {
    border-bottom: 2px solid #f8212a;
    margin-bottom: 10px;
}
#tabla-cookies th p:first-child {
    margin-bottom: 8px;
}
#tabla-cookies tbody tr {
    border-bottom: 8px solid #fff;
    background-color: #f2f6f9;
}

#tabla-cookies tbody tr.odd {
    background-color: #fbfbfb;
}
#tabla-cookies tbody p {
    margin: 0;
}