.reclamaciones-col-12 {
    display: block;
    padding: 10px 15px;
    box-sizing: border-box;
}
.reclamaciones-col-3 {
    display: inline-block;
    width: 25%;
    padding: 5px 15px;
}
.reclamaciones-col-6 {
    display: inline-block;
    width: 49%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.reclamaciones-col-4 {
    display: inline-block;
    width: 32%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.reclamaciones-container .form-control {
    height: 40px;
    width: 100%;
    font-size: 14px;
    background: #f6f6f9;
    border: 2px solid #ececee;
    border-radius: 4px;
}
.reclamaciones-container textarea.form-control {
    height: 100px;
}
.reclamaciones-container .reclamaciones-error {
    border-color: red;
}
#reclamaciones-respuesta {
    padding-bottom: 0!important;
}
#reclamaciones-respuesta table {
    width: 100%;
}
#reclamaciones-respuesta th {
    background: #000;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    border-color: #000;
}
#reclamaciones-respuesta p {
    color: #fff;
    padding: 5px 10px;
}
#reclamaciones-respuesta .reclamaciones-error {
    border: 1px solid red;
    background: #ff7373;
}
#reclamaciones-respuesta .reclamaciones-success {
    border: 1px solid #000;
    background: #000;
}
.reclamaciones-container label {
    font-family: sans-serif;
}
#reclamaciones-inicio h1 {
    display: none;
}
#reclamaciones-inicio h2 {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 80px;
}
#reclamaciones-inicio p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
}
#reclamaciones-inicio a {
    background: #fff;
    display: block;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    text-decoration: none;
}
#reclamaciones-inicio a span {
    background: #01afec;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    border-radius: 10px;
    font-size: 18px;
    padding: 4px;
    line-height: 22px;
}
#reclamaciones-inicio .reclamaciones-col-6 {
    padding-right: 40px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: #01afec !important;
    outline: 0;
}
.m-0 {
    margin: 0 !important;
}
.reclamaciones-container .inner-form {
    background: #ffffff;
}
.box-title {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.box-title .part-title p {
    font-size: 24px;
    font-weight: bold;
}
.customcheck.error .checkmark {
    border-color: #000;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: #ececee;
    border-radius: 50%;
}
.customcheck input:checked ~ .checkmark {
    background-color: #01afec;
    border: 2px solid #01afec;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.customcheck input:checked ~ .checkmark:after {
    display: block;
}
.customcheck .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.customcheck {
    position: relative;
    padding-left: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}
.customcheck input {
    opacity: 0;
    position: absolute;
    left: 0;
}
.text-center {
    text-align: center;
}
.my-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.customcheck-square .checkmark {
    border-radius: 5px !important;
}
.w-100 {
    width: 100%;
}
.customcheck b {
    width: 65px;
    display: inline-block;
}
.bloque-reclamacion {
    height: 40px;
    width: 100%;
}
.reclamaciones-col-6 {
    vertical-align: top;
}
.bloque-reclamacion p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    font-family: sans-serif;
    color: #575757;
}
.block-left-5 {
    padding-left: 5%;
}
.btn-enviar {
    background: #000000;
    margin: 30px auto;
    color: #fff;
    display: table;
    padding: 8px 27px 10px;
    border-radius: 5px;
    border: 0;
}
.btn-enviar .fa {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    display: none;
}
.parrafo {
    color: #7c7c7c;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 100;
}
#reclamaciones-form h1,
#reclamaciones-inicio h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 28px;
    padding-top: 50px;
}
header.entry-header {
    display: none;
}
.post-inner {
    padding-top: 0 !important;
}
.leyenda {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .reclamaciones-container .reclamaciones-col-6,
    .reclamaciones-container .reclamaciones-col-3,
    .reclamaciones-container .reclamaciones-col-4,
    .reclamaciones-container .reclamaciones-col-12 {
        display: block;
        width: 100%;
    }
    #reclamaciones-inicio .reclamaciones-col-6 {
        padding: 0 15px;
    }
    .reclamaciones-tipo .w-100 {
        margin: 5px auto;
        padding: 0 10px;
    }
    .customcheck b {
        width: auto;
    }
}
.reclamaciones-container p,
.reclamaciones-container li {
    font-family: sans-serif;
}
@media only screen and (max-width: 600px) {
    .reclamaciones-container .box-title .part-title {
        width: 100%;
        min-width: auto !important;
    }
    .reclamaciones-container {
        width: 100% !important;
    }
    .reclamaciones-container .box-title .part-title::before,
    .reclamaciones-container .box-title .part-pencil::after,
    .reclamaciones-container .box-title .part-pencil::before {
        display: none;
    }
    .box-title .part-pencil {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        height: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }
    .box-title {
        overflow: hidden;
    }
    .reclamaciones-container .box-title .part-title {
        padding-right: 80px;
    }
    .reclamaciones-container .inner-form {
        padding: 0 15px;
    }
}

.reclamaciones-container .row {
    margin-left: 0;
}
.reclamaciones-container {
    max-width: 1200px;
    margin: 0 auto;
}
.reclamaciones-container .inner-form .row-center h1 {
    display: none;
}
.reclamaciones-container .inner-form .row-center .col-xs-12 {
    width: 100%;
    padding: 10px 5px;
}
.reclamaciones-container .reclamaciones-col-12 {
    width: 100%;
    padding: 10px 0;
}
.reclamaciones-container .inner-form .row-center .col-xs-12 #reclamaciones-enviar {
    border: 1px solid #000;
    display: table;
    max-width: 180px;
    border-radius: 0;
    padding: 9px 10px 8px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    outline: none!important;
    margin-bottom: -10px;
}
.reclamaciones-container .box-title .part-title p {
    font-size: 22px;
    font-weight: 400!important;
    text-transform: uppercase!important;
}
.reclamaciones-container .inner-form .row-center .col-xs-12 .reclamaciones-empresa .reclamaciones-col-12,
.reclamaciones-container .inner-form #lr_tutor .row-center .reclamaciones-col-12,
.reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-12,
.reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-4 {
    width: 49%;
    display: inline-block;
    padding: 10px 5px;
}
.reclamaciones-container .inner-form #lr_tutor .row-center p {
    width: 100%;
}
.reclamaciones-container .inner-form .row-center .col-xs-12 {
    padding: 10px 0;
}
.reclamaciones-container .inner-form #lr_tutor .row-center .reclamaciones-col-12 {
    padding: 10px 5px;
}
.reclamaciones-container .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}
.reclamaciones-container .reclamaciones-col-6 {
    padding: 10px 5px;
}
.reclamaciones-container .reclamaciones-col-4 select,
.reclamaciones-container .reclamaciones-col-6 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='30' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 5px !important;
    padding: 5px 25px 5px 10px;
    height: 40px !important;
}
.reclamaciones-container label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.reclamaciones-container .form-control:focus,
.reclamaciones-container input:focus {
    border: 0 !important;
    box-shadow: none;
    border: 1px solid #e0e0e0 !important;
}
.address-form-section{
  margin: 0 -4px;
}
@media (max-width: 767px) {
    .reclamaciones-container .inner-form .row-center .col-xs-12 .reclamaciones-empresa .reclamaciones-col-12,
    .reclamaciones-container .inner-form #lr_tutor .row-center .reclamaciones-col-12,
    .reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-12,
    .reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-4 {
        width: 100%;
    }
    .reclamaciones-container .row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .reclamaciones-container .inner-form {
        padding: 0;
    }
    .reclamaciones-container .reclamaciones-col-6,
    .reclamaciones-container .inner-form .row-center .col-xs-12 .reclamaciones-empresa .reclamaciones-col-12,
    .reclamaciones-container .inner-form #lr_tutor .row-center .reclamaciones-col-12,
    .reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-12,
    .reclamaciones-container .inner-form .row-center .address-form-section .reclamaciones-col-4,
    .reclamaciones-container .inner-form .row-center .col-xs-12,
    .reclamaciones-container .reclamaciones-col-12 {
        padding: 10px 0;
    }
    .reclamaciones-container .inner-form .row-center .col-xs-12 .reclamaciones-tipo .w-100 {
        margin: 10px auto;
        padding: 0;
    }
}
.flex-control-nav {
    opacity: 0;
    transition: all 0.2s;
}
.flex-control-nav.slick-initialized {
    opacity: 1;
}
.leyenda {
    font-size: 14px;
}
.customcheck input:checked ~ .checkmark {
    background-color: #000;
    border: 2px solid #000;
}
.reclamaciones-container .text-center {
    text-align: left !important;
}
.reclamaciones-tipo .customcheck {
    margin-left: 5px;
}
.reclamaciones-container .customcheck b {
    font-weight: 600;
}
.reclamaciones-container .part-title p {
    font-weight: 600 !important;
}
.reclamaciones-container .box-title {
    margin-bottom: 0;
}
.reclamaciones-container label.customcheck[for="lr_menor_edad"] {
    margin-left: 0;
}
#reclamaciones-consultar {
    background-color: #000;
    border-color: #000;
}
#reclamaciones-respuesta th,
#reclamaciones-respuesta td {
    padding: 5px;
}
.reclamaciones-container .box-title .part-title {
    padding-right: 0 !important;
}
.site-main {
  padding-left: 140px !important;
  padding-right: 140px!important;
}
.page-header {
    padding-top: 220px;
}
.page-header .entry-title {
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 60px;
}
.reclamaciones-container {
    margin-top: 70px;
}
.reclamaciones-container .part-title p {
    font-weight: 400 !important;
}
@media (max-width: 1200px){
  .site-main {
    padding-left: 75px!important;
    padding-right: 75px!important;
  }
  .page-header .entry-title {
      font-size: 52px;
  }
}
@media (max-width: 991px){
  .site-main {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .page-header .entry-title {
      font-size: 48px;
  }
}
@media (max-width: 920px){
  .site-main {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
@media (max-width: 850px){
  .site-main {
    padding-left: 65px!important;
    padding-right: 65px!important;
  }
  .page-header .entry-title {
      font-size: 48px;
  }
}
@media (max-width: 820px){
  .site-main {
    padding-left: 80px !important;
  }
}
@media (max-width: 767px) {
    .page-header {
        padding-top: 190px;
    }
    .page-header .entry-title {
        font-size: 35px;
    }
    .site-main {
      padding-left: 25px !important;
      padding-right: 25px!important;
    }
}

.reclamaciones-container {
    margin-top: 40px;
    max-width: 100% !important;
}
.page-general {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 168px 0 168px;
    padding-bottom: 120px;
}
.page-general .clearfix p {
    font-weight: 300;
}
.reclamaciones-container .customcheck b {
    width: 100px;
}
.reclamaciones-container #reclamaciones-consultar,
.page-general .btn-consultar {
    border: 1px solid #000;
    max-width: 180px;
    border-radius: 0;
    padding: 5px 10px;
    color: #000;
    background-color: transparent;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase;
    outline: none !important;
}
.page-general .btn-consultar:hover {
    color: #000;
}
.reclamaciones-container #reclamaciones-consultar {
    margin: 0 auto !important;
}
#reclamaciones-respuesta table {
    font-weight: 500;
}
#reclamaciones-respuesta table thead tr th {
    font-weight: 600;
}
#reclamaciones-respuesta th,
#reclamaciones-respuesta table td {
    border: 1px solid #fff;
    vertical-align: middle;
}
#reclamaciones-respuesta table tbody {
    color: #000;
    background: rgba(224, 224, 224, 0.3);
}
@media (max-width: 767px) {
    .page-general {
      padding-left: 25px;
      padding-right: 25px;
    }
    .customcheck b {
        width: auto !important;
    }
}
@media (max-width: 680px) {
    #reclamaciones-respuesta table {
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .page-header .entry-title {
        font-size: 32px;
    }
    .reclamaciones-container .box-title .part-title p {
        font-size: 20px;
    }
}
@media (max-width: 340px) {
    #reclamaciones-respuesta table {
        font-size: 12px;
    }
}
.reclamaciones-container #reclamaciones-consultar {
    border-radius: 0;
}
.reclamaciones-tipo {
  display: none;
}
.reclamaciones-container *{
  font-weight: 500;
}
.reclamaciones-container h1,
.reclamaciones-container h2,
.reclamaciones-container h3,
.reclamaciones-container h4,
.reclamaciones-container h5,
.reclamaciones-container h6{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
.page-general .clearfix .descripcion-0 p a strong{
  color: var( --e-global-color-7b41387 );
}
.page-general .clearfix .descripcion-0 p strong a{
    font-weight: bold;
    color: #938453;
}
.page-general .clearfix .descripcion-0 p a:hover{
	text-decoration: underline;
}
#lr_form_aceptar_terminos{
 accent-color: #000;
 width: 17px;
 height: 17px;
 position: relative;
 top: 3px;
 margin-right:5px;
}	
label[for="lr_form_aceptar_terminos"] a{
 text-decoration:underline;
}
label[for="lr_form_aceptar_terminos"] b{
font-weight:700;	
}
.reclamaciones-container .customcheck b {
  width: auto;
}	
.reclamaciones-container .customcheck b::after{
  content:':';
}	
.reclamaciones-container label {
  line-height: 1.4;
}
.checkmark {
 top: 5px;
}
