@font-face {
    font-display: swap;
    font-family: 'BNPPSans';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/bnpsans-regular.woff2) format("woff2"),
         url(../fonts/bnpsans-regular.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'BNPPSans';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/bnpsans-bold.woff2) format("woff2"),
         url(../fonts/bnpsans-bold.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: 'BNPPSans';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/bnpsans-light.woff2) format("woff2"),
         url(../fonts/bnpsans-light.woff) format("woff")
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
body {
    font-family: 'BNPPSans', arial, tahoma;
    font-size: 16px;
    font-weight: 300;
    color: #575756;
    border-top: 10px solid #00925b;
    border-bottom: 10px solid #00925b;
    padding-bottom: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100vh;
}
figure {
    margin: 0;
}
textarea {
    resize: vertical;
    min-height: 90px;
}
p {
    margin: 0 0 19px 0;
}
a {
    text-decoration: underline;
    color: #00945f;
}
ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}
strong {
    font-weight: 700;
}
fieldset {
	border: 1px solid #b3ddce;
	border-radius: 4px;
	padding: 14px 15px 0 15px;
	margin: 0 0 1.1rem 0;
}
fieldset legend {
	color: #00925b;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 12px;
	margin-left: -12px;
}
fieldset legend em {
    text-transform: none;
    font-weight: 300;
    font-style: normal;
}
.container {
    width: 100%;
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.svg-inline {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
}

.header__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header__logo__claim {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.banner {
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
	padding-bottom: 24.286%;
	min-height: 190px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #deeee8;
}
.banner__title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 12px;
	margin: 0;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	transform: translate(-50%, -50%);
	text-shadow: -3px 2px 18px rgba(0, 0, 0, 0.75);
}
.languages {
	position: absolute;
	bottom: 0;
	right: 10px;
	line-height: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}
.languages li {
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
	color: #fff;
	background-color: #00925b;
	text-decoration: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	min-width: 100px;
	transition: color .3s;
}
.languages li img {
	display: inline-block;
	vertical-align: baseline;
}
.languages li span {
	display: inline-block;
	margin-left: 4px;
}
.languages li a {
	display: block;
	color: #fff;
    text-decoration: none;
}
.languages li.active {
	color: #00925b;
	background-color: #fff;
}
.bloque-titulo {
	position: relative;
	border-top: 1px solid #b3ddce;
	border-left: 1px solid #b3ddce;
	border-right: 1px solid #b3ddce;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 20px 31px 0 31px;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 -1px 0;
	color: #00925b;
	text-transform: uppercase;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,238,232,1) 100%);
	z-index: 1;
}
.bloque-titulo span {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
}
.bloque-subtitulo {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00925b;
    margin: 24px 0 20px 0;
    padding: 0 16px;
    background: none;
}
.bloque {
	position: relative;
	padding: 20px 15px 0 15px;
	background-color: #deeee8;
	border: 1px solid #b3ddce;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 25px;
}
.bloque-intro {
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
}
.bloque-apoderado {
    position: relative;
}
.bloque-neutro {
	margin: 20px 0;
    padding: 0 20px;
}
.bloque-neutro--legal {
    font-size: 14px;
}
.bloque-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.form-group {
    display: flex;
    flex-direction: column;
	flex: 1 0 0%;
	margin-bottom: 1rem;
	padding: 0 5px;
}
.form-group > label {
    display: block;
	font-weight: 400;
	margin-bottom: 5px;
}
.form-group > label > span {
	font-weight: 300;
	font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00945f;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-control:focus-within {
    color: #000;
    background-color: #fff;
    border-color: #0cc583;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 145, 95, 0.25);
}
.form-check {
    display: block;
    margin-bottom: 0.6em;
}
.form-check .form-check-input {
    float: left;
}
.form-check-input {
    width: 1.1em;
    height: 1.1em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #00945f;
    appearance: none;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #0cc583;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 145, 95, 0.25);
}
.form-check-input:checked {
    background-color: #00945f;
    border-color: #00945f;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #00945f;
    border-color: #00945f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-label {
    padding-left: 6px;
}
.form-check-label em {
    display: block;
    margin-top: 3px;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
    pointer-events: none;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check--isolated {
    margin-bottom: 20px;
}

.pristine-error {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 4px 0 0 0;
    color: #dd1b16;
}

.help-block {
    display: block;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #575756;
    margin: 5px 0 0 0;
}

.col-10 {
    flex: 1 1 10%;
    max-width: 10%;
}
.col-15 {
    flex: 1 1 15%;
    max-width: 15%;
}
.col-20 {
    flex: 1 1 20%;
    max-width: 20%;
}
.col-25 {
    flex: 1 1 25%;
    max-width: 25%;
}
.col-30 {
    flex: 1 1 30%;
    max-width: 30%;
}
.col-40 {
    flex: 1 1 40%;
    max-width: 40%;
}
.col-60 {
    flex: 1 1 60%;
    max-width: 60%;
}
.col-70 {
    flex: 1 1 70%;
    max-width: 70%;
}

.alert {
	color: #dd1b16;
	background-color: rgb(255, 244, 243);
	padding: 22px 20px;
	margin-bottom: 30px;
	border: 1px solid #dd1b16;
	border-radius: 4px;
}

.intro {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	padding: 15px 0 40px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #00925b;
}
.intro p:last-child {
    margin-bottom: 0;
}
.intro--maxwidth p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.firma {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0 0 40px 0;
}
.cierre__legal {
    text-align: center;
    font-size: 13px;
}

.btn-mini {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #00945f;
    color: #00945f;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.24;
    margin-bottom: 1rem;
    padding: 0.43rem 0.75rem;
    position: relative;
    text-align: center;
    user-select: none;
}
.btn-mini .svg-inline {
    margin-right: 6px;
}
.btn-mini:hover {
    background-color: #b3ddce;
}
.btn-close-block {
    display: none;
    position: absolute;
    top: -28px;
    right: -16px;
    font-size: 40px;
    color: #6d6d6d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
}
.btn-close-block .svg-inline {
	display: block;
}
.btn-action {
	background-color: #00945f;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	min-width: 180px;
	text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 0.68rem 0.75rem;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    transition: background-color .3s;
}
.btn-action:hover {
    background-color: #007c4d;
}
.btn-action--loading {
    position: relative;
    pointer-events: none;
}
.btn-action--loading span {
    visibility: hidden;
}
.btn-action--loading::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -13px -13px;
	width: 26px;
	height: 26px;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}
.btn-action--loading::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -13px;
	width: 26px;
	height: 26px;
	animation: button-spin .6s linear;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: .2em;
	box-shadow: 0 0 0 1px transparent;
}
@keyframes button-spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}

/* Choices */
.choices {
	margin-bottom: 0px;
	font-size: 1rem;
    overflow: visible;
}
.choices__inner {
	background-color: #fff;
	padding: 5px !important;
	border: 1px solid #00945f;
	border-radius: 4px;
	min-height: 38px;
    font-size: 1rem;
    color: #000;
}
.choices__input {
	font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
}
.is-focused .choices__inner {
    border-color: #0cc583;
    box-shadow: 0 0 0 0.2rem rgba(0, 145, 95, 0.25);
}
.is-open .choices__inner {
    border-color: #00945f;
	border-radius: 4px 4px 0 0;
    box-shadow: none;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: #00945f;
}
.choices[data-type*="select-one"]::after {
	border-color: #000 transparent transparent;
	right: 12px;
	margin-top: -2px;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
	font-size: 1rem;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
	z-index: 2;
}
/* Choices */

/* IntlTelInput */
.iti {
    --iti-path-flags-1x: url('../img/flags.png');
    --iti-path-flags-2x: url('../img/flags@2x.png');
    --iti-path-globe-1x: url('../img/globe.png');
    --iti-path-globe-2x: url('../img/globe@2x.png');
}
.iti__search-input {
	width: 100%;
    font-weight: 300;
	border-width: 0;
	border-radius: 3px;
    outline: none;
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}
.iti__search-input::-webkit-input-placeholder,
.iti__search-input::-moz-placeholder {
    opacity: .6;
    font-weight: 300;
}
/* IntlTelInput */

@media only screen and (max-width: 920px) {
    .form-group {
        flex: 1 1 100%;
        max-width: none;
    }
}