/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Carbonbase
 Author URI:     https://www.carbon-base.com
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'Chalet';
	src: url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.eot');
    src: url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.eot?#iefix') format('embedded-opentype'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.woff2') format('woff2'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.woff') format('woff'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.ttf') format('truetype'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletRegular.svg#ChaletRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chalet';
    src: url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.eot');
    src: url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.eot?#iefix') format('embedded-opentype'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.woff2') format('woff2'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.woff') format('woff'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.ttf') format('truetype'),
        url('https://italcred.com/wp-content/uploads/chalet/ChaletBold.svg#ChaletBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chalet';
    src: url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.eot');
    src: url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.eot?#iefix') format('embedded-opentype'),
        url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.woff2') format('woff2'),
        url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.woff') format('woff'),
        url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.ttf') format('truetype'),
        url('https://italcred.com/wp-content/uploads/chalet/Chalet-ParisNineteenSixty.svg#Chalet-ParisNineteenSixty') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
	font-weight: 400;
}
 
/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-with-animated-labels h3 {
	font-family: 'Chalet',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 100;
    font-size: 30px;
	margin-left: 10px;
	margin-top: 10px;
    color: #092F87!important;
}

.form-with-animated-labels h3:not(:first-child) {
    margin-top: 30px;
}

.form-with-animated-labels .form-wrapper,
.form-with-animated-labels .form-wrapper-dropdown,
.form-with-animated-labels .form-wrapper-date {
    position: relative;
}
 
/* .form-with-animated-labels .form-wrapper + .form-wrapper { */
.form-with-animated-labels .form-wrapper,
.form-with-animated-labels .form-wrapper-dropdown,
.form-with-animated-labels .form-wrapper-date {
	flex: 1;
    margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.form-with-animated-labels .form-wrapper.form-wrapper-bigger {
	flex: 1.5;
}
 
.form-with-animated-labels [type="text"],
.form-with-animated-labels [type="tel"],
.form-with-animated-labels [type="email"],
.form-with-animated-labels [type="number"],
.form-with-animated-labels [type="date"],
.form-with-animated-labels textarea,
.form-with-animated-labels select {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid transparent;
	color: #929291;
    background: #FFFFFF;
	border-radius: 20px;
    font-size: 18px;
}

#adhesion-comercios.form-with-animated-labels [type="text"],
#adhesion-comercios.form-with-animated-labels [type="tel"],
#adhesion-comercios.form-with-animated-labels [type="email"],
#adhesion-comercios.form-with-animated-labels [type="number"],
#adhesion-comercios.form-with-animated-labels textarea,
#adhesion-comercios.form-with-animated-labels select {
	background: #F3F1F1;
}
 
.form-with-animated-labels textarea {
    height: 150px;
}
 
.form-with-animated-labels [type="text"]:focus,
.form-with-animated-labels [type="tel"]:focus,
.form-with-animated-labels [type="email"]:focus,
.form-with-animated-labels [type="number"]:focus,
.form-with-animated-labels [type="date"]:focus,
.form-with-animated-labels textarea:focus {
    border-color: #092F87;
}

.form-with-animated-labels p {
    font-size: 18px;
    color: #929291;
}
 
.form-with-animated-labels label {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 18px;
    transform: translateY(-50%);
    color: #929291;
    transition: all 0.25s ease-in-out;
}
 
.form-with-animated-labels .form-textarea-wrapper label {
    top: 10px;
    transform: none;
}
 
.form-with-animated-labels .form-wrapper-dropdown label,
.form-with-animated-labels .form-wrapper-date label,
.form-with-animated-labels label.focused {
    top: -22px;
    transform: none;
    font-size: 13px;
    font-weight: bold;
    color: #929291;
}

.form-with-animated-labels .form-wrapper-submit {
	display: flex;
    justify-content: center;
	margin-bottom: 40px;
}

.form-with-animated-labels .form-wrapper-submit .submit .wpcf7-spinner {
	position: absolute;
    margin-left: 50px;
	background-color: #092F87;
}

.form-with-animated-labels [type="submit"] {
	background: none;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 24px;
    font-family: 'Chalet';
    font-weight: 500;
}
 
.form-with-animated-labels .submit {
    border-radius: 100px;
	border: none;
	color: white;
	max-width: 50%;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #090979;
	position: relative;
	margin-top: 3px;
	margin-left: 3px;
	cursor: pointer;
	transition: 200ms;
}

.form-with-animated-labels .submit .wpcf7-form-control.has-spinner.wpcf7-submit {
	margin: 0px;
	padding: 0px 10px;
}

.form-with-animated-labels .submit::before, .form-with-animated-labels .submit::after {
    content: '';
	background: linear-gradient(180deg, #EBDA1D 0%, #00AEEF 100%);
	border-radius: 100px;
	inset: 0;
	display: inline;
	position: absolute;
	z-index: -1;
	margin-left: -8px;
	margin-top: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	padding-right: 25px;
	transition: 200ms;
	opacity: 1;
}

.form-with-animated-labels .submit:hover {
    margin-left: 6px;
	background-color: #090979!important;
	border: none!important;
	padding: 10px 15px;
}
 
.form-with-animated-labels .wpcf7-form-control-wrap {
    position: static;
}
 
.form-with-animated-labels .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    right: 10px;
    font-size: 12px;
}
 
 
/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
	margin-top: 50px;
    padding: 10px;
    margin: 20px;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #092F87;
	border-radius: 5px;
}


/* CF7 COLUMNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.two-col {
	display: flex;
	flex-direction: row;
}

.col-margin {
	margin-bottom: 15px;
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 	.two-col {
		display: flex;
		flex-direction: column;
	}
	.col-margin {
		margin-bottom: 0px;
	}
}

.form-with-animated-labels .no-placeholder input::placeholder {
	color: transparent;
	opacity: 0;	
}

/* CF7 STEPS */
.form-with-animated-labels .cf7mls_progress_bar li .cf7_mls_count_step {
	font-family: 'Chalet',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

/* MOBILE */
.cf7mls_number_step_wrap p.cf7mls_number {
	font-family: 'Chalet',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
	color: #092F87;
    line-height: 1.8;
}

/* RECAPTCHA */
.grecaptcha-badge { visibility: hidden!important; }

@media screen and (max-width: 1366px) and (min-width: 1320px) {
    /* insert styles here */
	#hero-content {
		padding-bottom: 0px;
	}
	#et-boc .et_pb_row_1_tb_header.et_pb_row {
		padding-bottom: 0px!important;
	}
}