
* {
  box-sizing: border-box;
}
/*
body {
  display: flex;
  justify-content: center;
  padding: 10px;
  background: #efefef;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
}
*/


@media (min-width: 600px) {
  #i_modal {
    padding: 60px 10px;
  }
}

.i_parrafo{
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  /*color: #356859;*/
 /* font-weight: 500;*/
}
.i_tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  background: #e5e5e5;
  box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}

/* Estilos personalizados */
.i_boton {
  color: black;
}

.i_botones {
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  max-width: 700px;
  background: #fff;
  box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
  /*border-top: 1px solid #37966F;*/
}
button#i_rechazar, button#i_configurar, button#i_seleccion, button#i_aceptar {
  width: 100%;
  margin: 1%;
  padding: 2%;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ececec;
}

button#i_rechazar:hover, button#i_configurar:hover, button#i_seleccion:hover {
  background-color: #e9e1d7;
}

button#i_rechazar span, button#i_configurar span, button#i_seleccion span, button#i_aceptar span {
  color: #000;
  /*
  font-weight: bold;
  */
  font-size: 1rem;
}

button#i_aceptar {
  background-color: #94dfaf!important;
}
button#i_aceptar:hover {
  background-color: #75e49e!important;
}
p.i_cookie-opcion {
  font-weight: 600;
  color: #FD5523;
}
.i_contenido {
  background-color: #b9e4c913;

}
/* FIN Estilos personalizados */


.i_input {
  position: absolute;
  opacity: 0;
}
.i_label {
  width: 100%;
  padding: 20px 30px;
  background: #e5e5e5;
  cursor: pointer;  
  font-size: 18px;
  color: #7f7f7f;
  border: solid 1px #1a1a1a;
  border-left: solid 5px #1a1a1a;
  transition: background 0.1s, color 0.1s;
  margin: 2px 1px;
  border-radius: 10px;
}
label.i_label_input {
  display: inline;
}

.i_label:hover {
  background: #d8d8d8;
}
.i_label:active {
  background: #ccc;
}
.i_input:focus + .i_label {
  z-index: 1;
}
.i_input:checked + .i_label {
  background: #fff;
  color: #000;
  font-weight: bold;
}
@media (min-width: 600px) {
  .i_label {
    width: auto;
  }
}
.i_panel {
  display: none;
  padding: 20px 30px 30px;
  background: #f5f5f5;
}
@media (min-width: 600px) {
  .i_panel {
    order: 99;
  }
}
.i_input:checked + .i_label + .i_panel {
  display: block;
}

/*
#ic_modal{display: none;}
*/

#i_seleccion{
    display: none;
}

/*Modal CSS personalizado*/

.i_modal { 
  position: fixed;
  display: none;
  justify-content: center;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 15px;
}
.i_altomensaje {
  height: 300px;
  overflow: auto;
}
a#i_abrirModal {
  font-size: 2rem;
  bottom: 20px;
  left: 20px;
  background-color: #0000006c;
  position: fixed;
  padding-bottom: 0px;
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 24px;
  cursor: pointer;  
  z-index: 999;
}

@media (max-width: 675px){
  img.i_cookie-icon {width: 35px!important;}
  button#i_rechazar, button#i_configurar, button#i_seleccion, button#i_aceptar {padding: 5%!important;}
}
img.i_cookie-icon {width: 40px;}


/* Ventana o caja modal */
.i_contenido-modal {
  position: relative; /* Relativo con respecto al contenedor -modal- */
  margin: auto; /* Centrada */
  -webkit-animation-name: animarsuperior;
  -webkit-animation-duration: 0.5s;
  animation-name: animarsuperior;
  animation-duration: 0.5s
}
/* Animación */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animarsuperior {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
#i_modal{
  font-family: inherit;
    display: none;
}
#i_seleccion{
    display: none;
}
