/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2025 | 17:53:45 */
/* GRID */
.row{
    position: relative;
    clear: both;
}
/** grids **/
.g1, .g13, .g2, .g3, .g4 {
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.g1 {
    width: calc(25% - 20px);
}
.g13{
    width: calc(33.33% - 20px);   
}
.g2 {
    width: calc(50% - 20px);
}
.g3 {
    width: calc(75% - 20px);
}
.g4 {
    width: calc(100% - 20px);
}
.textoRojo {
color: rgb(255,0,0) !important;
}


@media only screen and (max-width: 699px) {
    .g1, .g13, .g2, .g3, .g4{
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 700px) {

    /** attachment **/
    .g-attach-left{
        margin-left: 0 !important;
    }
    .g-attach-right{
        margin-right: 0 !important;
    }
    .g-attach-top{
        margin-top: 0 !important;
    }
    .g-attach-bottom{
        margin-bottom: 0 !important;
    }

    .g1.g-attach-left, .g1.g-attach-right {
        width: calc(25% - 10px);
    }
    .g13.g-attach-left, .g13.g-attach-right{
        width: calc(33.33% - 10px);   
    }
    .g2.g-attach-left, .g2.g-attach-right {
        width: calc(50% - 10px);
    }
    .g3.g-attach-left, .g3.g-attach-right {
        width: calc(75% - 10px);
    }
    .g4.g-attach-left, .g4.g-attach-right {
        width: calc(100% - 10px);
    }

    .g1.g-attach-left.g1.g-attach-right {
        width: 25%;
    }
    .g13.g-attach-left.g13.g-attach-right{
        width: 33.33%;
    }
    .g2.g-attach-left.g2.g-attach-right {
        width: 50%;
    }
    .g3.g-attach-left.g3.g-attach-right {
        width: 75%;
    }
    .g4.g-attach-left.g4.g-attach-right {
        width: 100%;
    }

    /** fix borders **/
    .field.g-attach-left > input, .field.g-attach-left > select{
        border-radius: 0 3px 3px 0 !important;
    }
    .field.g-attach-right > input, .field.g-attach-right > select{
        border-radius: 3px 0 0 3px !important;
        border-right: 0 !important;
    }
    .field.g-attach-left.g-attach-right input, .field.g-attach-left.g-attach-right select{
        border-radius: 0 !important;
    }
}

/* GENERALES */

.field {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 22px;
    position: relative;
}
.field.focusIn label{
	transform: translateY(0px) translateX(5px) scale(1.1);
	/* color: #1FB593; */
}

.form-default label{
    color: #565C70;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    transform: translateY(32px) translateX(15px); 
    transition: all 0.4s cubic-bezier(.16,.81,.32,1);
}
input[type="text"], 
input[type="number"], 
input[type="date"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="text"], 
textarea, select{width: 100%;}

.form-default input[type=number],
.form-default input[type=date],
.form-default input[type=password],
.form-default input[type=email],
.form-default input[type=tel],
.form-default input[type=text],
.form-default textarea {
    display: block;
    width: 100%;
    padding: 9px 10px 8px 10px;
    border: 1px solid #dfdfdf;
    transition:all 0.2s ease;
}

.form-default input[type=number]:focus,
.form-default input[type=date]:focus,
.form-default input[type=password]:focus,
.form-default input[type=email]:focus,
.form-default input[type=email]:focus,
.form-default input[type=text]:focus,
.form-default textarea:focus{
    border-color: #49BEA4;
    outline: 0;
	width: 100%;
    box-shadow: inset 2px 2px 4px -1px #c5c5c5, inset 0 -10px 30px 0px #FFF,0 0 8px rgba(73, 190, 164, 0.3);
}

.form-default input[type=date]{
    padding: 7px 10px 6px 10px;
}

.form-default select{
    cursor: pointer;
    width: 100%;
    margin-bottom: -1px;
    padding: 9px 8px;
    position: relative;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    color: black;
    border: 1px solid #d1d1d1;
}

.form-default select:focus{
    box-shadow: none;
    border-bottom-color: #d1d1d1;
    background: #f9f9f9;
    color: #1FB593;
}

.noMargin{margin-bottom: 0px;}
.header{display: inline-block; width: 100%; margin: 10px 0 0 0;}
.condiciones{
margin: 10px 0px;
font-size: 1.2rem;
text-align: justify;
}
.wpcf7-form label {width: 100%;}



