.faes-product {
    color: var(--wp--preset--color--contrast);
}

.faes-product__title {
    margin-bottom: var(--wp--preset--spacing--2);
    padding-block: var(--wp--preset--spacing--1);
    border-block: .1rem solid currentColor;
    font-weight: 600;
    font-size: var(--wp--preset--font-size--x-large);
    word-break: break-word;
}

.faes-product__divider {
    max-width: 10rem;
    margin-bottom: var(--wp--preset--spacing--1);
    margin-inline: 0;
    border-style: solid;
    border-color: var(--wp--preset--color--accent);
}

.faes-product__subtitle {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    gap: .3em;
    color: var(--wp--preset--color--accent);
    font-size: var(--wp--preset--font-size--large);
    word-break: break-word;
}

.faes-product__icon {
    width: auto;
    height: var(--wp--preset--font-size--large);
}

.faes-product__container {
    display: grid;
    grid-template-columns: 30rem 1fr;
    gap: var(--wp--preset--spacing--2);
}
.faes-product__container.login-true{
	 display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.faes-product__sidebar-image {
    display: block;
    aspect-ratio: 1;
    width: 100%;
    margin-bottom: var(--wp--preset--spacing--3);
    object-fit: contain;
}

.faes-product__sidebar-list {
    padding-left: 0;
    list-style: none;
}

.faes-product__sidebar-list-item {
    display: flex;
    align-items: center;
    gap: .3em;
}

.faes-product__sidebar-list > :not(:last-child) {
    margin-bottom: .5em;
}

.faes-product__sidebar-section {
    margin-bottom: var(--wp--preset--spacing--3);
}

.faes-product__content {
    overflow: hidden;
}

.faes-product__content-description {
    margin-bottom: var(--wp--preset--spacing--3);
    font-size: calc(var(--wp--preset--font-size--medium) * 1.3);
}

.faes-product__content-table-wrapper {
    overflow-x: auto;
}

.faes-product__content-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--wp--preset--color--base-3);
}

.faes-product__content-table :is(td, th) {
    padding: .3em .8em;
    border: .1rem solid var(--wp--preset--color--base);
    font-weight: 400;
    text-align: start;
}

.faes-product__content-section {
    margin-bottom: var(--wp--preset--spacing--3);
    overflow: hidden;
}

.faes-product__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr));
    gap: var(--wp--preset--spacing--2);
}

.faes-product__grid-content > :not(:last-child) {
    margin-bottom: .5em;
}

.faes-product__grid-item--how-to-use {
    grid-column: 1 / -2;
}

.faes-product__content-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
    gap: var(--wp--preset--spacing--2);
}

.faes-product__content-categories-item {
    display: flex;
    align-items: center;
    gap: var(--wp--preset--spacing--1);
}

.faes-product__content-categories-title {
    color: var(--wp--preset--color--accent);
    word-break: break-word;
}

@media screen and (max-width: 768px) {
    .faes-product__container {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--wp--preset--spacing--2);
    }
}

/* PROPIOS */

.alert{
    display: flex;
    padding: 4%;
    max-width: 100vw !important;
    background-color: var(--wp--preset--color--contrast-3);
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.alert h3{
    font-size: 1.9em;
    color: var(--wp--preset--color--base) !important;
    text-align: left;
    font-weight: 600 !important;
    width: 73%;
    margin: 0 auto;
}

.faes-product.header{
    padding: 1%;
    margin: 2% 0%;
}

.faes-login__sidebar, .faes-product.header{
    background-color: var(--wp--preset--color--base-3);
}

.entry-content.wp-block-post-content{
    background-color: var(--wp--preset--color--base);
}

.faes-login__sidebar, .faes-register__section{
    padding: 5% 10%;
}

.faes-login__sidebar{
    align-self: self-start;
}

.form-adv{
    margin: 5% 0;
    color: var(--wp--preset--color--contrast-3);
    font-weight: 700;
}

.faes-contact__input.submit {
    background-color: var(--wp--preset--color--contrast-3);
    color: var(--wp--preset--color--contrast);
    font-size: 1.2em;
    width: 25%;
    border-radius: 60px;
    border: none !important;
    font-weight: 500;
    padding: 0.5em;
    margin: 10% auto;
    display: block;
    cursor: pointer;
}

select.faes-contact__input{
    font-size: 1.2em;
    padding-top: 0 !important;
}

.restore__button{
    font-size: 1.1em;
    font-weight: 500;
    color: var(--wp--preset--color--contrast);
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration-thickness: .1em;
}

.restore__button:hover{
    text-decoration: underline;
}

.faes-link__button{
    text-decoration: solid;
    background-color: var(--wp--preset--color--contrast-3);
    color: var(--wp--preset--color--contrast);
    border-radius: 60px;
    font-weight: 500;
    padding: 0.5em;
    margin: 10% auto;
    display: block;
    width: 40%;
    text-align: center;
}

.sidebar-adv{
    margin: 5% 0;
    color: var(--wp--preset--color--contrast-3);
}

.faes-product.header{
    margin: auto!important;
    background-color: #F2F0E6!important;
}

.faes-product__container{
    grid-column-gap: 50px!important;
    margin-top: 80px;
}
.faes-product-page .faes-login__sidebar{
    background-color: #F2F0E6!important;
}
.faes-login__sidebar, .faes-register__section{
    padding: 40px!important;
    background-color: #F2F0E6!important;
}
.faes-contact__col{
    margin-bottom: 20px!important
}
.group.faes-contact__col.selection {
    /*display: flex;
    flex-wrap: wrap;*/
}
/* ESTILOS INPUT */
.group {
    position: relative;
    margin-bottom: 5%;
}

.row {
    display: flex;
    justify-content: space-between;
    gap:25px;
}

.row__question{
    display: flex;
    justify-content: flex-start;
}

.row__question .row_radio{
    margin-left: 10%;
}

.row__question .row_radio p{
    margin-left: 25%;
    font-size: 1em;
}

.faes-contact__col {
    width: 50%;
    display: inline-block;
    margin-bottom: 5%;
} 

.faes-register__section{
    background-color: var(--wp--preset--color--base-3);
    margin-bottom: 2%;
}

.group.full.faes-contact__col{
    width: 100%;
}
   
   .input, textarea {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
   }
   
   .input:focus, textarea:focus {
    outline: none;
   }
   
   .faes-contact__label {
    color: var(--wp--preset--color--contrast);
    font-size: 1.2em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
   }
   
   .input:focus ~ label, .input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
   }
   
   .bar {
    position: relative;
    display: block;
    width: 200px;
   }
   
   .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
   }
   
   .bar:before {
    left: 50%;
   }
   
   .bar:after {
    right: 50%;
   }
   
   .input:focus ~ .bar:before, .input:focus ~ .bar:after , textarea:focus ~ .bar:before, textarea:focus ~ .bar:after{
    width: 50%;
   }
   
   .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
   }
   
   .input:focus ~ .highlight, textarea:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
   }

   .faes-contact__subtitle.header{
    font-weight: 600 !important;
    color: var(--wp--preset--color--accent);
   }
   
   @keyframes inputHighlighter {
    from {
     background: #5264AE;
    }
   
    to {
     width: 0;
     background: transparent;
    }
   }

   @media screen and (max-width: 768px) {
    .faes-product__container {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--wp--preset--spacing--2);
    }

    .faes-contact__label, select.faes-contact__input{
        font-size: 1em;
    }

    .faes-contact__input.submit {
        width: 40%;
    }
}

/*CHECKBOX*/
/*.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
*/
  .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    border-radius: 50%;
    border: 2px solid var(--wp--preset--color--contrast);
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: var(--wp--preset--color--contrast);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
  }

  .row_radio{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2%;
}

.row_radio p{
    font-size: .9em;
    /*margin-left: 1%;*/
    margin: 0;
}
.row_radio label{
    font-size: 0.9em;
    padding-left: 30px;
    position: relative;
}
.row_radio label:before{
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 999em;
    border: 1px solid var(--color-blue-darker);
    position: absolute;
    top: 2px;
    left: 0;
}
.row_radio input[type="checkbox"]:checked ~ label:before{
    background-color: var(--color-blue-light);
}
.modal-prov{
    max-width: 600px;
    height: auto;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    border: 1px solid #004595;
    padding: 40px;
    z-index: 10000;
    display: none;
}
.modal-prov p{
    color: black
}
.bg-inferior{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}
.modal-prov button{
    display: block;
    width: 100% !important;
    text-align: center;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.modal-prov a{
    display: inline-block;
    color: #004595;
    background-color: white!important;
    font-size: 16px;
    border-radius: 4px;
    border:1px solid #004595;
    padding: 10px 15px !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.modal-prov .close-label{
    position: absolute;
    top: 10px;
    right: 10px; 
}
.modal-prov .close-label i{
    font-size: 20px
}
.modal-prov .close-label:hover{
    cursor: pointer
}
.page-template-users .faes-contact__subtitle.header{
    color: var(--color-blue-dark);
}
.page-template-users .form-adv{
    color: var(--color-blue-light);
    margin-top: 20px;
}
.page-template-users .site-inner .control-button{
    background-color: var(--color-blue-light);
    color: var(--color-blue-darker);
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 999em;
    border: none !important;
    font-weight: 500;
    padding: 10px 25px;
    margin: 30px auto;
    display: block;
    cursor: pointer;
    width: auto;
}
.container.registro-acceso.registro-completo.sin-mensaje{
	display:flex;
	justify-content: center;
	padding: 80px 20px
}
.container.registro-acceso.registro-completo.sin-mensaje > p{
	background-color:#27ae60;
	color:white;
	margin:0;
	padding:10px 25px;
	border-radius:4px
}
@media only screen and (max-width:575px) {
	.faes-register__section > .row{
		flex-direction: column;	
		gap:0;
	}
	.faes-register__section > .row > .faes-contact__col{
		width:100%	
	}
	table.has-base-2-background-color.has-background td{
		display:block	
	}