@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;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
textarea {
    resize: vertical;
    min-height: 90px;
}
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;
}
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-bottom: 1rem;
}
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;
}

.select2-selection {
    overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	white-space: normal;
    line-height: 36px;
    padding-right: 26px;
    padding-left: 12px;
    color: #000;
}
.select2-container--default .select2-selection--single {
	border-color: #00945f;
	border-radius: 4px;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	position: absolute;
	top: 1px;
	right: 5px;
	width: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-weight: 300;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
}
.select2-results__option {
    color: #000;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.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;
}
.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 {
	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-neutro {
	padding: 0 20px;
}
.bloque-submit {
	text-align: center;
	padding: 40px 0;
}
.bloque-apoderado {
    position: relative;
}
.cerrar-bloque {
    display: none;
    font-size: 36px;
    position: absolute;
    top: -27px;
    right: -18px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}
.cerrar-bloque .svg-inline {
    display: block;
    width: 36px;
}
.legal {
	margin: 20px 0;
	font-size: 14px;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.form-group {
	flex: 1 0 0%;
	margin-bottom: 1rem;
	padding: 0 5px;
}
.form-group > label {
    display: block;
	font-weight: 400;
	margin-bottom: 6px;
}
.form-group > label > span {
	display: block;
	font-weight: 300;
	font-size: 14px;
}

.clone-wrapper {
    padding: 3px 25px 15px 25px;
}
.clone-wrapper .form-group {
    margin-bottom: 0;
    padding: 0;
}
.clone-wrapper .col {
    margin-bottom: 0;
}
.clone-row {
    display: flex;
}
.clone-row > label {
	font-weight: 400;
	display: block;
	margin-bottom: 6px;
    flex: 1 0 0%;
}
.clone-row > label + label {
    padding-left: 10px;
}
.clone-row .form-group + .form-group {
    padding-left: 10px;
}
.clone-item .form-group.buttons,
.clone-row > label:last-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 48px;
    flex: 0 1 48px;
}
.clone-item {
	margin-bottom: 0.6rem;
}

.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.cleared: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-control.cleared {
	display: flex;
}
.form-control-clear {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control-clear:focus {
    outline: 0;
}
.error .form-control,
.error .form-check-input,
.error .form-check-input:focus,
.error .select2-container--default .select2-selection--single {
    border-color: #dd1b16;
    box-shadow: 0 0 0 0.2rem #ffdedd;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.input-group > .form-control,
.input-group > .select2 {
	position: relative;
	flex: 1 1 auto;
	width: 1% !important;
	min-width: 0;
    height: auto;
}
.input-group > .form-control,
.input-group > .select2-container--default .select2-selection--single {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .btn-seguimiento {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    margin-left: -1px;
}
.input-group > .porcentaje-wrapper {
    position: relative;
    max-width: 16%;
    min-width: 74px;
}
.input-group > .porcentaje-wrapper > .form-control {
    text-align: right;
    padding-right: 32px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    margin-left: -1px;
}
.input-group > .porcentaje-wrapper::after {
    content: '%';
    position: absolute;
    top: 10px;
    right: 14px;
    display: block;
    font-weight: 400;
}
.input-group > .btn.add {
    width: 38px;
    height: 38px;
    margin: 0 0 0 5px;
    padding: 5px 10px;
    line-height: 1;
    border: 1px solid #00945f;
    background-color: #b3ddce;
}
.input-group > .btn.delete {
    display: none;
    width: 38px;
    height: 38px;
    margin: 0 0 0 5px;
    padding: 5px 10px;
    line-height: 1;
    border: 1px solid #6d6d6d;
    background-color: rgba(0,0,0,.05);
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
}
.btn--mini {
	position: relative;
	font-weight: 400;
	color: #00945f;
	border: 1px solid #00945f;
	line-height: 1;
}
.btn--mini:hover {
	background-color: #b3ddce;
}
.btn--mini .svg-inline {
    vertical-align: -3px;
    margin-right: 4px;
}
.btn--mini span {
    vertical-align: middle;
}
.btn--verde {
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	background-color: #00945f;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 180px;
}
.btn--loading {
    position: relative;
    pointer-events: none;
}
.btn--loading span {
    visibility: hidden;
}
.btn--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--loading::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -13px;
	width: 26px;
	height: 26px;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: .2em;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}
@-webkit-keyframes button-spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
@keyframes button-spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}
.btn--add {
    width: 38px;
    height: 38px;
    padding: 5px 10px;
    line-height: 1;
    border: 1px solid #00945f;
    background-color: #b3ddce;
}
.btn--delete {
    display: none;
    width: 38px;
    height: 38px;
    padding: 5px 10px;
    line-height: 1;
    border: 1px solid #6d6d6d;
    background-color: rgba(0,0,0,.05);
}

.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;
    margin-bottom: 10px;
}
.check-inline-wrapper label.error {
    margin-top: 0;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    display: flex;
    align-items: center;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
    background-color: #00945f;
	border: 1px solid #00945f;
    border-radius: 4px;
	padding: 0;
}
.inputfile + label span {
    display: block;
    flex: 1 1 100%;
    width: 1%;
    min-width: 0;
	min-height: 38px;
    background-color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    padding: 0 6px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inputfile:focus + label {
    color: #495057;
    border-color: #0cc583;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 145, 95, 0.25);
}
.error .inputfile + label {
    border-color: #dd1b16;
    box-shadow: 0 0 0 0.2rem #ffdedd;
}
.inputfile + label * {
	pointer-events: none;
}
.inputfile-button-wrapper {
    font-size: 16px;
    flex: 1 1 102px;
    background-color: transparent;
    border: none;
}
.inputfile-button-wrapper strong {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    min-height: 38px;
    vertical-align: middle;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px 0 5px;
    color: #fff;
}

.error .form-control,
.error .form-check-input,
.error .form-check-input:focus,
.error .select2-container--default .select2-selection--single {
    border-color: #dd1b16;
    box-shadow: 0 0 0 0.2rem #ffdedd;
}
label.error {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 6px 0 0 0;
    color: #dd1b16;
}
.alert {
    color: #dd1b16;
    background-color: rgb(255, 244, 243);
    padding: 22px 20px;
    margin-bottom: 30px;
    border: 1px solid #dd1b16;
    border-radius: 4px;
}
#alert-matriculas-archivo {
    display: none;
    margin-bottom: 10px;
    padding: 15px 20px;
}

.col-10 {
    flex: 0 0 auto;
    width: 10%;
}
.col-15 {
    flex: 0 0 auto;
    width: 15%;
}
.col-20 {
    flex: 0 0 auto;
    width: 20%;
}
.col-25 {
    flex: 0 0 auto;
    width: 25%;
}
.col-28 {
    flex: 0 0 auto;
    width: 28%;
}
.col-30 {
    flex: 0 0 auto;
    width: 30%;
}
.col-33 {
    flex: 0 0 auto;
    width: 33.333333%;
}
.col-40 {
    flex: 0 0 auto;
    width: 40%;
}
.col-50 {
    flex: 0 0 auto;
    width: 50%;
}
.col-80 {
    flex: 0 0 auto;
    width: 80%;
}
.col-100 {
    flex: 1 0 100%;
    width: 100%;
}

.matricula {
    max-width: 154px;
}
.mask-phone,
.mask-integer {
    text-align: left !important;
}
.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-traspaso {
	text-align: center;
	max-width: 780px;
	margin: auto;
}
.cierre {
    text-align: center;
    font-size: 13px;
}
.firma {
    font-size: 24px;
    font-weight: 700;
    color:#000;
    text-align: center;
    margin: 0 0 40px 0;
}
.operaciones-paises + .operaciones-paises {
    margin-top: 6px;
}
.operaciones-paises label.error {
    margin-bottom: 8px;
}

@media only screen and (max-width: 440px) {
    .header__logo {
        flex-direction: column;
    }
    .header__logo__claim {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 920px) {
    .bloque .form-group {
        flex: 1 1 100%;
        width: 100%;
    }
    .traspaso-interno-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .traspaso-interno-wrapper .clone-row {
        display: block;
    }
    .traspaso-interno-wrapper .clone-row .form-group + .form-group {
        padding-left: 0;
        margin-top: 10px;
    }
}
