/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.main-container .table-cell-wrap .unequal-flex [class*="col-md-"] .row-child .row-inner .column_child{
	display: table-cell;
}
.mbfootmenu .widget-container.widget_nav_menu li a{
  font-family: 'Exo 2';
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
.justify{
  p{
    text-align: justify;
  }
}
/*tailwind custom GT*/
.reclaform {
    padding: 1rem; /* p-4 */
    /*background-color: #ffffff; /* bg-white */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
    border-radius: 0.5rem; /* rounded-lg */
}

h4 {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75rem; /* text-lg */
    font-weight: 600; /* font-semibold */
}

label {
    display: block; /* block */
    margin-top: 1rem; /* mt-4 */
}

.w-full {
    width: 100%; /* w-full */
}

.border {
    border-width: 1px;
    border-style: solid; /* border */
}

.border-gray-300 {
    border-color: #d1d5db; /* border-gray-300 */
}

.rounded-md {
    border-radius: 0.375rem; /* rounded-md */
}

.p-2 {
    padding: 0.5rem; /* p-2 */
}

.flex {
    display: flex; /* flex */
}

.flex-col {
    flex-direction: column; /* flex-col */
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row; /* md:flex-row */
    }
}

.mt-1 {
    margin-top: 0.25rem; /* mt-1 */
}
.reclaform{
  *{
    color: #fff;
  }
  select, input, textarea{
    margin-bottom: 1rem;
  }
	.wpcf7-text, .wpcf7-textarea, wpcf7-date{
		width: 100%;
	}
  textarea{
    max-height: 8rem;
  }
  label{
    margin: 0;
  }
  #rzsocial{
    font-weight: 500;
  }
  padding: 2rem;
  /*background-color: #f2f2f2;*/
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  h3{
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
  }
  h4{
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
  }
  p{
    margin: 0;
  }
  br{
    display: none;
  }
  .py-2{
    padding: 0 .5rem;
  }
  .wpcf7-submit{
    margin-top: 1rem;
  }
}
/*tailwind custom GT END*/

.wrapdisable.on{
  position: relative;
  &:before{
    content: 'Antes de continuar, seleccione el tipo';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background-color: rgba(0,0,0,.7);
    color: rgba(255,255,255,.7);
    z-index: 2;
    padding-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
}