/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.featured-image {
	display: none;
}

/* Formulario */
.quest-row {
    margin-top: 2em;
}
.box-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.box-row > * {
    flex: 1;
}
.box-row p {
    margin-bottom: 0 !important;
    font-size: 18px;
    display: block;
}
.radio-row {
    width: 60%;
    border: 2px solid transparent;
    border-left: 0px !important;
}
.radio-row > * {
 flex: 1;
}
.radio-row div{
 border-bottom: 2px solid transparent;
 height: 40px;
 line-height: 40px;
 padding-left: 10px;
}
.radio-row div:last-child{
 border-bottom: 0;
}
.radio {
 width: 12%;
 display: contents;
}
.radio p {
    height: 100%;
}
.radio .wpcf7-radio {
    border: 2px solid #13a0df;
    position: relative;
    display: block;
}

.radio .wpcf7-list-item {
    margin: 0;
    display: block;
    height: 40px;
    width: 38px;
    border-bottom: 2px solid #13a0df;
    text-align: center;
}

.radio .wpcf7-list-item label input {
    display: none;
}
.radio .wpcf7-list-item-label {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-out;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio .wpcf7-list-item:last-child {
 border-bottom: 0;
}
.radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
    background-color: #13a0df;
    color: white;
}

.point-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin-top: 2em;
    color: gray;
}
.button-radio {
    display: block;
    text-wrap: wrap;
    margin: 0 auto;
}
.wpcf7-form .lead {
    text-align: center;
    font-size: 16px;
    margin-top: 1em;
}
@media only screen and (min-width: 600px) {
    .box-row {
        flex-direction: column;
    }
    .radio-row {
     width: 100%;
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     align-content: center;
     justify-content: space-around;
    }
 .radio-row > * {
  flex: 1;
 }
 .radio-row div{
    padding: 0;
    height: auto;
    line-height: 1;
    text-align: center;
}
 .radio-row div p{
  font-size: 14px;
  color: gray;
 }
 .radio{
 width: 100%;
 }
 
 .radio .wpcf7-radio{
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
    overflow: hidden;
}
 .radio .wpcf7-radio > * {
    flex:1;
    text-align: center;
}
 .radio .wpcf7-list-item{
  border-bottom: 0;
 }
}