@font-face {
    font-family: 'GoldPlay';
    src: url('./fonts/Goldplay-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GoldPlay';
    src: url('./fonts/Goldplay-SemiBold.ttf');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'GoldPlay';
    src: url('./fonts/Goldplay-Bold.ttf');
    font-weight: bold;
    font-style: bold;
}

:root {
    --color-sky-blue: #6993ab;
    --color-white: #ffffff;
    --color-lead: #4c5056;
    --color-dark-greenish-blue: #101c22;
    --color-semi-transparent-black: rgba(0, 0, 0, 0.8);
    --color-semi-transparent-lead: rgba(179, 164, 164, 0.322);
}

* {
    margin: 0;
}

body {
    font-family: "GoldPlay", sans-serif;
}

#modal-page .button_get_quote {
    color: #fff !important;
    font-size: 0.875em;
    margin-top: 20px;
}

.container-form-individual{
	display: inherit;
	flex-wrap: inherit;
	margin: inherit;
}

.button_get_quote {
    background: var(--color-sky-blue) !important;
    border-radius: 3px;
    color: #fff!important;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    padding: 0.6em 1em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.team_v2__modal,
.team_v2__modal * {
    font-family: 'Montserrat', sans-serif !important;
}

.team_v2__modal__name {
    font-weight: bold !important;
    color: var(--color-sky-blue);
}

.team_v2__modal__content {
    border-color: var(--color-sky-blue);
}

.team_v2__modal__header {
    border-left-color: var(--color-sky-blue);
}

.hero {
    background-image: 
		linear-gradient(to right, black, black 73%, #00000003 100%), 
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 1, 0, 0.5)), 
		url(../images/hero_image.webp);
    background-size: 37%, 100%, 77%;
    background-position-x: left, right, right;
    background-position-y: center;
    background-repeat: no-repeat;
}

.hero-background-color {
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
}

.hero__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top:60px;
}
.heartland-quotebox__form__list input[type="checkbox"] {
    margin: 6px 6px 0 12px !important;
}
.header {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
     padding: 0px 0; 
    z-index: 99;
    background: #090300;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.header__contact {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 9px;
}

.header__contact__logo {
    color: var(--color-white);
    font-size: 40px;
}

form>ul>li.consent-checkbox>p>span>span>span>input[type=checkbox] {
    margin: 6px 0px;
}

.header__contact__text,
.header__contact__number {
    color: var(--color-white);
    line-height: 24px;
}

.header__contact__text {
    font-size: 19px;
    font-weight: 600;
}

.header__contact__number {
    font-size: 32px;
    font-weight: bold;
}

.hero__main {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 4em 0;
}

.hero__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 68.2%;
    gap: 8px;
    padding-right: 3.5em;
    font-weight: 500;
}

.hero__title,
.hero__paragraph {
    color: var(--color-white);
}

.hero__title {
    line-height: 1em;
    font-size: 3.5em;
    font-weight: 600 !important;
}

.hero__paragraph {
    font-size: 2.25em;
    line-height: 1.2;
    /* max-width: 600px; */
    margin-top: 20px;
}

.hero-form-container,
.hero-form {
    display: flex;
    flex-direction: column;
}

.hero-form-container {
    background-color: var(--color-white);
    box-sizing: border-box;
    /*width: 31.8%;*/
    max-width: 420px;
    padding: 2.1rem 3rem 3.4rem 3rem;
    border-radius: 24px;
}

.heartland-quotebox__form__list button {
    background: var(--color-sky-blue);
    box-shadow: 2px 5px 9px #b1b1b1;
}

.hero-form-title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: bold !important;
    color: var(--color-sky-blue);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: balance;
    line-height: 32px;
}

.hero-form {
    height: 330px;
    justify-content: space-between;
}

.input {
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid var(--color-semi-transparent-lead);
    border-radius: 8px;
    font-family: "Nunito";
    font-weight: 300;
    color: var(--color-lead);
}

.input:focus {
    outline: none;
}

.consent {
    display: flex;
    align-items: baseline;
    margin-top: 16px;
    margin-bottom: 16px;
}

.consent input {
    margin-right: 8px;
}

.consent-checkbox {
    line-height: 1.4;
}

.consent p {
    font-size: 14px;
}

.button {
    color: var(--color-white);
    font-size: 20px;
    font-family: 'Goldplay';
    font-weight: 600;
    background-color: var(--color-sky-blue);
    padding: .75em 1.6em;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
}
.logo__main{
    text-align: start ;
    margin: 10px 0px;
}
.logo__main img {
    max-height: 100px;
}

.section-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-sky-blue);
    text-align: center;
    color: var(--color-white);
    box-sizing: border-box;
    padding: 80px 32px;
}

.services {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px 42px;
    background: none;
    margin-top: 32px;
}

.service {
    width: 214px;
    /* margin-top: 2px; */
}

.section-services__title,
.section-events__title {
    font-size: 42px;
}

.section-services__title,
.service__title {
    font-weight: 600 !important;
    line-height: 1.2;
}

.service__title {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-wrap: nowrap;
}

sup {
    font-size: 15px !important;
}

.service__description {
    font-family: "Nunito";
    font-size: 14px;
    font-weight: 300;
    text-wrap: pretty;
}

.section-events,
.logos-section {
    display: flex;
    padding: 80px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(247, 248, 248);
}

.events {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    justify-content: center;
}

.container-card-event {
    box-sizing: border-box;
    flex: 0 0 33.3%;
    padding: 20px;
}

.card-event {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color-white);
    height: 100%;
}

.card-event-img img {
    width: 100%;
}

.card-event__caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    padding: 42px 20px;
    align-items: center;
}

.card-event__caption p {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
}

.card-event__caption button,
a {
    margin-left: auto;
    margin-right: auto;
}

.section-events__title {
    color: var(--color-sky-blue);
    font-weight: 600 !important;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}
.heartland-quotebox__form__list input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    width: 16px;
}

.card-member__score {
    display: flex;
    margin-top: 32px;
}

.text-white {
    color: var(--color-white);
}

.card-member__stars {
    margin-top: 1px;
    margin-left: 16px;
}

.glsr-star {
    display: inline-block;
    width: .9em;
    height: .9em;
    background-image: url('https://inszoneinsurance.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg')
}

.form__title {
    font-size: 2.375em;
    font-weight: 600;
    color: var(--color-sky-blue);
    text-align: center;
    max-width: 600px;
}


/* CAMBIO */

.logos-section__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1280px;
}

.logo {
    padding: 32px;
}

.form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form__subtitle {
    font-family: "Nunito";
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    max-width: 64%;
    font-weight: 500 !important;
}

.form-section {
    padding: 80px 24px;
}

.form-section__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
}

.form__content {
    max-width: 640px;
}

.form__button {
    margin-top: 32px;
}

.form__input {
    box-sizing: border-box;
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
}

.form__input input {
    flex: 0 0 47%;
    font-family: "Nunito";
    font-weight: 300;
    color: var(--color-lead);
}

.form_input input:focus {
    outline: none;
}

.form__input input:nth-child(1) {
    margin-bottom: 16px;
}

.button-large {
    width: 100%;
}

.section-footer {
    background-color: #f1f4f8;
    padding: 60px 24px;
    text-align: center;
}

.section-footer__copyright {
    font-family: "Nunito";
    font-size: 14px;
    font-weight: normal;
}

footer {
    color: #000 !important;
}

.header-background {
    background-color: var(--color-semi-transparent-black);
    padding: 0px 0;
    transition: all 0.3s ease
}

@media screen and (max-width: 1600px) {
    .header-row {
        width: 1020px
    }
    .hero__container {
        width: 1020px;
    }
    .hero__title {
        font-size: 42px;
    }
    .hero__paragraph {
        font-size: 2em;
    }
}
@media screen and (max-width: 1280px) {
    .form__subtitle {
        max-width: 64%;
        font-size: 1.25em;
    }
}
@media screen and (max-width: 1279px) {
    .hero {
        background-position-x: center;
    }
    .hide__tablet {
        display: none
    }
    .header-row {
        width: 100%;
        justify-content: center;
    }
    .hero__container {
        display: block;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }
    .header__container-contact {
        display: none;
    }
    .hero__main {
        align-items: center;
        flex-direction: column;
    }
    .hero__description {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 24px;
        align-items: center;
    }
    .hero__title,
    .section-services__title,
    .section-events__title,
    .team-title,
    .form__title {
        line-height: normal;
        font-size: 2.5em;
        margin-bottom: 8px;
    }
    .hero__paragraph,
    .form__subtitle {
        font-size: 1.25em;
    }
    .hero-form-container {
        max-width: none;
        width: 100%;
    }
    .container-card-event {
        flex: 0 0 50%;
    }
    .container-member {
        flex: 0 0 33.3%;
    }
    .events,
    .team,
    .logos-section__container {
        width: 90%;
    }
}

@media screen and (max-width: 920px) {
    .form__subtitle {
        max-width: 80%;
    }
    .container-member {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 767px) {
    .hero__container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 660px) {
    .container-member {
        flex: 0 0 100%;
    }
    .hotel-buttons {
        display: block !important;
    }
}

@media screen and (max-width: 580px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .header div {
        margin: 0 20px;
    }
    .header div img {
        max-width: 100%;
    }
    .service {
        margin: 16px 0;
    }
    .form__input {
        flex-direction: column;
        gap: 15px;
    }
    .form__input input:first-child {
        margin: 0;
    }
    .logo__main {
        text-align: center;
    }

}

@media screen and (max-width: 900px) {
    .container-card-event {
        flex: 0 0 80%;
    }
}

span.wpcf7-list-item.first.last {
    font-size: 13.5px !important;
    display: flex !important;
    align-items: flex-start !important;
    max-width: 92%;
}

span#consent input {
    margin-top: 6px !important;
}

.wpcf7-list-item-label {
    margin-left: 6px;
}

@media screen and (max-width: 1280px) {
    /* .container-card-event {
        box-sizing: border-box;
        flex: 0 0 30%;
        padding: 20px;
    } */
}

.contact-portal__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.contact-portal__content {
    color: var(--color-white);
    font-family: 'Goldplay';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 16px;
}


/* CAMBIO */

.header__container-contact {
    justify-content: center;
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-portal {
    box-sizing: border-box;
    width: fit-content;
    background: var(--color-sky-blue);
    align-items: center;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.hotel-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-portal__icon svg {
    width: 20px;
}
@media screen and (max-width: 660px) {
    .hotel-buttons {
        display: block !important
    }
}
@media screen and (max-width: 1279px) {
    .hide__tablet {
        display: none;
    }
	
	.hero {
		background-image: 
			linear-gradient(rgba(0, 0, 0, 0.5), 
			rgba(0, 1, 0, 0.5)), url(../images/hero_image.jpg);
		background-size: 100%;
		background-position-x: center;
		background-repeat: repeat;
	}
}

@media screen and (min-width: 1280px) {
    .hide__desktop {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .team_v2__modal {
        align-items: normal;
    }
}

@media screen and (max-width: 480px) {
    .hero-form-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .heartland-quotebox__form__list button {
        height: fit-content;
    }
    .events,
    .team,
    .logos-section__container {
        width: 100%;
    }
    .service {
        width: 290px;
    }
    .container-card-event {
        flex: 0 0 100%;
    }
}

.card-event__caption a:hover {
    color: #fff;
}