body{color:#5f5f5f; font-family: 'bnpSans'; padding:0em; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

input { width: -webkit-fill-available; width: -moz-available;  }
select { width: -webkit-fill-available; width: -moz-available;  }
label { /* display: block; /*/ margin: 14px 0; }

input[type="checkbox"] {
    width: unset;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
 }

.hero-image { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), /*url("../img/bnp-paribas-logo.png");*/ height: 12em; background-position: center; background-repeat: no-repeat; position: relative; margin: 8px; background-size: 20%; display: none;}
.hero-text { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  padding: 1rem; max-width: 20em;}
.hero-text-h1 {margin: 2rem 1rem 0rem 1rem;}
.hero-text-p {margin: 10rem 1rem 1rem 1rem;}
#frmContact {background:rgba(232,232,232,.45);font-family: 'bnpSans'; }
#frmContact div{margin: 4px 4px;}
#frmContact div label{margin-left: 5px}
#frmContact [type="text"]{padding: 10px 15px 8px !important;border: 1px solid #cecccccc;color: #0b0b0ba8 !important; line-height:25px; border-radius: 10px;}
#frmContact [type="date"]{padding: 10px 15px 8px !important;border: 1px solid #cecccccc;color: #0b0b0ba8 !important; line-height:25px; border-radius: 10px;}

#frmContact input:focus {
    border-top: 1px solid #0FA015; border-right: 1px solid #0FA015; border-left: 1.5px solid #0FA015; border-bottom: 1.5px solid #0FA015; box-shadow: 0 0 0 0.15rem rgba(25,135,84,.25);
}

/* Move Caledar Icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    margin: 0px;
    margin-right: 20px !important; 
}

/* Disabled */
.disabled-img {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/* PopUp Disclaimer */
.popup{
  position: fixed;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
  margin: auto;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  font-family: 'bnpSans';
  font-size: larger;
  padding: 20px;
  background-color: rgb(240,240,240);
  border: 0px solid grey;
  z-index: 100000000000000000;
  border-radius: 4px;
  line-height: 2rem;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 300;
  }
  
.cancel{
  cursor: pointer;
  margin: 0;
  /* float: right; */
  /* height: 10px; */
  width: 14px;
  padding: 5px 5px 0;
  /* background-color: red; */
  text-align: center;
  font-weight: bold;
  font-size: large;
  color: #008859;
  border-radius: 3px;
  z-index: 100000000000000000;
  font-weight: 500;
  width: 50%;
  margin: 2rem auto auto;
  }

.cancel:hover{
  /* background:rgb(255,50,50); */
  font-weight:700;
  }


/* Floating Label*/  
.floating-label-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}

.floating-label {
    font-size: 13px;
    position: absolute;
    pointer-events: none;
    top: 2px;
    left: 12px;
    transition: all 0.1s ease;
    font-family: Arial;
    opacity: 1;
}




input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: -12px;
    bottom: 0px;
    left: 11px;
    font-size: 9px;
    opacity: 0.8;
    color: #404040c6;
}

select:focus ~ .floating-label,
select:not(:focus):valid ~ .floating-label {
    top: -12px;
    bottom: 0px;
    left: 11px;
    font-size: 9px;
    opacity: 0.8;
    color: #404040c6;
}

input:focus ~ .floating-label,
input:not(:focus):read-only ~ .floating-label {
    top: -12px;
    bottom: 0px;
    left: 11px;
    font-size: 9px;
    opacity: 0.8;
    color: #404040c6;
}


.optional:not(:focus):not(:active)  ~ .floating-label{
  font-size: 13px;
  position: absolute;
  pointer-events: none;
  top: 2px;
  left: 12px;
  transition: all 0.1s ease;
  font-family: Arial;
  opacity: 1;
}

.notEmpty:not(:focus):not(:active)  ~ .floating-label{
  top: -12px;
  bottom: 0px;
  left: 11px;
  font-size: 9px;
  opacity: 0.8;
  color: #404040c6;
}


.notEmpty2:not(:focus):not(:active)  ~ .floating-label{
  top: -12px;
  bottom: 0px;
  left: 11px;
  font-size: 9px;
  opacity: 0.8;
  color: #404040c6;
}



.floating-label1{
top: -12px;
bottom: 0px;
left: 11px;
font-size: 9px;
opacity: 0.8;
color: #404040c6
}

/* Checkbox class check-box */

.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #34b93d;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }

/* Checkbox class check-box */

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid green;
  border-bottom: 8px solid green;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50.5%;
  left: 61.6%;
  z-index: 999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Check Input */
.icon-valid { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.5875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.icon-valid2 { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.5875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* Warning input */
.icon-invalid{ border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

/* Empty optional */
.notEmpty  { border-color: #198754; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.5875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.notEmpty2  { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.5875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

#frmContact select {background-color: #FFFFFF !important;border: none !important;border: 1px solid #cecccccc !important;line-height:25px; border-radius: 10px; }

#frmContact select:disabled { background-color: #f3f3f300!important;}

.inputBox{padding:10px; border:#F0F0F0 1px solid; font-size: 15px}
.selectBox{padding:10px; border:#F0F0F0 1px solid; font-size: 15px; color: unset; width: -webkit-fill-available; }
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.7em;color: #DC3232;padding-left:5px;}
.infolb{font-size:.9em;color: #5f727f;padding-left:5px;opacity: 0.7;}
.infocheck{ font-weight: 300;  padding-left:5px;opacity: 0.8;}
.btnAction{font-family: 'bnpSans';color: #ffffff;border-radius: 50px;border: 2px solid #0FA015;background-color: #248e59 !important;font-size: 14px !important;padding: 5px 20px 3px 20px !important;text-decoration: none;transition: color 0.2s linear 0s, border-color 0.2s linear 0s;width: fit-content !important;line-height: 30px;margin: 15px 15px 15px 0; cursor: grab}
.btnAction:hover {transition: color 0.2s linear 0s, border-color 0.2s linear 0s;color: #008859;border-color: #248e59;background-color: #ffffff !important;}
.btnInfo {font-family: 'bnpSansCondensed'; line-height:30px ; border-radius: 50px; border: 1.5px solid #0FA015; color: #008859;background-color: #ffffff !important; cursor: pointer; font-size: 18px; font-weight: 500;}
textarea:focus, select:focus, input:focus{ outline: none; }
.container { border-radius: 5px;  background-color: #f2f2f2;padding: 1rem 10rem ; border: 1px solid #e8e8e8cc}
.col-23 {float: left; width: 23.6%; }
.col-23-doc {float: left; width: 23.6%; }
.col-12 {float: left; width: 11.5%; }
.col-25 {float: left; width: 25%; }
.col-25info {padding-top: 1rem;}
.col-33 {float: left; width: 32%;  }
.col-50 {float: left; width: 48%;  }
.col-50info {float: left; width: 48%; }
.col-75 {float: left;width: 72%;}
.col-75info {float: left;width: 72%;}
.col-75center {margin-right: auto!important; margin-left: auto!important; width: 72%;}
.col-100 {float: left;width: 97%;}
.row-center{    
    justify-content: center!important;
    display: flex;
    flex-wrap: wrap;
}
/*.row {margin-bottom: 1rem !important;}*/
.row:after {content: "";display: table;clear: both;}

.row-botones{
  position: fixed;
  bottom: unset;
  width: -webkit-fill-available;
  width: -moz-available; 
}
/* .blanco {color: #fff;} */
.verde {color: #008859;}
.gris {color: #999;}
/* .gris strong {color: #fff;} */
.labelSection{ font-style: italic;}
#infolegal{font-weight: 400;font-size: 12px;}

::placeholder {    color: rgb(187, 187, 187);    opacity: 1; /* Firefox */  }
  
::-ms-input-placeholder { /* Edge 12 -18 */    color: rgb(119, 119, 119);  }

/* Circle Avatar Styles */
.circle {
  line-height: 0;   /* remove line-height */ 
  display: inline-block;  /* circle wraps image */
  margin: 5px;
  border: 4px solid rgba(200,200,200,0.4);
  border-radius: 50%; /* relative value */
  /*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
  transition: linear 0.25s;
  height: 128px;
  width: 128px;
}
.circle img {
  border-radius: 50%; /* relative value for adjustable image size */
}
.circle:hover {
    transition: ease-out 0.2s;
    border: 4px solid rgba(0,0,0,0.2);
    -webkit-transition: ease-out 0.2s;
}
a.circle {
  color: transparent; 
} /* IE fix: removes blue border */ 


/* Square Avatar Styles */
.square {
  /* line-height: 0; */   /*  TODO: Documento PDF remove line-height */ 
  display: inline-block;  /* circle wraps image */
  margin: 5px;
    border: 4px solid rgba(200,200,200,0.4);
  border-radius: 5%;  /* relative value */
  transition: linear 0.25s;
    height: 128px;
    width: 128px;
}
.square img {
  border-radius: 5%;  /* relative value for adjustable image size */
    cursor: pointer;
}

.square:hover {
    transition: ease-out 0.2s;
    border: 4px solid rgba(0,0,0,0.2);
    -webkit-transition: ease-out 0.2s;
}
a.square {
  color: transparent; 
} /* IE fix: removes blue border */ 


.dni {
  line-height: 0;   /* remove line-height */ 
  display: inline-block;  /* circle wraps image */
  margin: 5px;
  border: 4px solid rgba(200,200,200,0.4);
  border-radius: 5%;  /* relative value */
  transition: linear 0.25s;
  height: auto;
  width: 206px;
}
.dni img {
  border-radius: 5%;  /* relative value for adjustable image size */
    cursor: pointer;
}
.dni:hover {
    transition: ease-out 0.2s;
    border: 4px solid rgba(0,0,0,0.2);
    -webkit-transition: ease-out 0.2s;
}
a.dni {
  color: transparent; 
} /* IE fix: removes blue border */ 


.custom-footer { background-color: rgb(255, 255, 255); width: 100%; bottom: 0; position: fixed;max-height: 3rem;}
.container-footer { margin-right: auto; margin-left: auto; padding-top: 0.5rem;}
.wpb_single_image img { height: auto; max-width: 100%; vertical-align: top; }
#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a { color: #99a9b5; }
#footer-nav, #colophon .gem-custom-mailchimp input[type="email"] { background-color: rgb(66, 66, 66); }
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 0.1em; }
.vc_custom_1563202773427 {display: none; margin-bottom: 0px !important; background-color: rgb(66, 66, 66) !important; }
.wpb_single_image .vc_single_image-wrapper { display: inline-block; vertical-align: top; max-width: 100%; }
.fullwidth-block-inner > :first-child, .fullwidth-block-inner > .container > :first-child, .centered-box > :first-child, .gem-textbox-content > :first-child, .gem-icon-with-text-text > :first-child, .gem-icon-with-text-content > :first-child, .gem-map-with-text-content > :first-child, .gem-map-with-text-content > .container > :first-child, .gem_tab > :first-child, blockquote > :first-child, .comment-text > :first-child, .wpb_wrapper > :first-child { margin-top: 0; }
.wpb_single_image.vc_align_center { text-align: center; }
.logosupv { width: 95%; margin-left: auto; margin-right: auto; }
.socials-list.socials-alignment-center { text-align: center; }
.socials-list .socials-item { margin-left: 10px; margin-right: 10px; margin-bottom: 10px; }
a.socials-item { display: inline-block; vertical-align: top; text-align: center; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; margin: 0 5px; }
.vc_custom_1563199317879 { padding-top: 20px !important; padding-bottom: 10px !important; }
.socials-item-icon { -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.socials-item-icon { display: inline-block; font-family: 'thegem-socials'; font-weight: normal; width: 1em; height: 1em; line-height: 1; font-size: 16px; text-align: center; vertical-align: top; font-feature-settings: normal; font-kerning: auto; font-language-override: normal; font-size-adjust: none; font-stretch: normal; font-style: normal; font-synthesis: weight style; font-variant: normal; font-weight: normal; text-rendering: auto; }
.fa { padding: 5px; width: 20px; text-align: center; text-decoration: none; border-radius: 50%; background: #ffffff; color: #181828; }
.fa:hover { opacity: 0.7; }
.gem-divider-style-2 { border-top: 3px solid transparent; }
.gem-divider { position: relative; border-top: 1px solid transparent; height: 0; font-size: 0; line-height: 0; }

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a { color: #99a9b5; }
.input:-internal-autofill-selected {background-color: transparent !important}

select,select option {color: rgb(0, 0, 0); padding-left: 10px;}
select:invalid,select option[value=""] {color: rgb(187, 187, 187);}

/*Added for browser compatibility*/
[hidden] {    display: none;  }

select:hover {
    background-color: transparent !important;
  }

/* Logo Barra Laterl */
#sidebarimage {
    /*background-image: url("../img/bnp-paribas-logo.png");*/
    background-repeat: no-repeat;
    width: auto; /*or your image's width*/
    height: 30px; /*or your image's height*/
    margin: 0;
    padding: 0;
    background-size: contain;
    margin-bottom: 30px;
}

/* PASO */
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;

    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
}

/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: 25rem;
    background-color: #ffffff00;
    position: fixed;
    height: 100%;
    overflow: auto;
    padding-left: 5rem;
  }
  
  /* Sidebar links */
  .sidebar a {
    display: block;
    color: #99a9b5;
    padding: 10px;
    text-decoration: none;
    font-family: 'bnpRounded';
    font-weight: 600;
    font-size: large;
    cursor: none;
  }
  
  /* Active/current link */
  .sidebar a.active {
    color: #248e59;
  }

  .sidebar a.done {
    color: #000000;
  }

  .sidebar a.active i {
    color: #248e59;
  }
  
  /* Links on mouse-over */
  /*
  .sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
  */
  
/** Page content. The value of the margin-left property should match the value of the sidebar's width property */
  div.container {
    margin-left: 30rem;
    margin-right: 2rem;
    padding: 1px 16px;
    height: 51rem;
}  

div.containerstep{
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
}

#lineaDocumentos{
    width: -webkit-fill-available;
    width: -moz-available;
    padding-left: 2rem;
    padding-right: 2rem;
    margin:0;
}

.disclaimerbox{
  width: 94%;
  /* background: transparent; */
  border: none;
  /* border-bottom: 3px dotted; */
  border: 1px solid #cecccccc;
  border-radius: 10px;
  font-size: medium;
  margin-left: 3%;
}

/* #pasoHijos{overflow-y: auto;} */

#pasoHijos{ max-height: -webkit-fill-available;}
#pasoRegistroInformacion{ max-height: -webkit-fill-available;}
#pasoDisclaimer{ max-height: -webkit-fill-available;}

#diclaimerText {max-height:20.5rem;}

/* TODO: FLAGS */
.menu-btn__wrapper {
  position: absolute;
  top: 0.5rem;       
  padding-top: 0;;
  right: 2rem;
}

.menu-btn {
  width: 50px;
  height: 45px;
  display: block;
  /* background-color: #fff; */
  border-radius: 50%;
  position: relative;
}

.menu-block {
  display: flex;
  flex-direction: column-reverse;
  font-size: smaller;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .5s;
  transform-origin: top center;
  transform: scaleY(0) translateY(-20px);
  opacity: 0;
}
.menu-nav.with-border {
  background-color: #ffffff7f;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: -40px;
  border-radius: 50px;
  font-size: xx-small;
  cursor: pointer;
}
.menu-nav--open {
  transform: scaleY(1) translateY(0);
  opacity: 1;
}
.menu-nav__name {
  position: absolute;
  right: 40px;
  top: 40px;
  margin: 0;
  /* opacity: 0; */
  transition: .3s;
}
.menu-nav__name img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.menu-nav__link {
  display: inline-block;
  color: #000;
  margin-top: 5px;
  transition: .4s;
  position: relative;
}

.menu-nav__img {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  padding-top: 10%;
}
/* Flags */


body.swal2-shown > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(3px);
}

.my-swal {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(3px);
}



/** Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  /*
 .container {padding: 1rem ; min-height: 35rem;}
 .sidebar { width: 100%; height: auto; position: relative;  }
 .sidebar a {float: left;}
  div.container {margin-left: 30rem; margin-right: 4rem; padding: 1px 16px;  }
 fieldset { top: 50%; transform: translate(0%, -50%); position: absolute; width: -webkit-fill-available;   width: -moz-available;}
 */
}



/** IPAD PRO horizontal*/
@media screen and (max-width: 1366px) {
  fieldset{ width: 55%;}
}

/*
@media screen and (max-width: 1024px) {
  #lineaDocumentos{ padding-left: 0rem;    padding-right: 0rem;}
  .sidebar { padding-left: 0rem;    width: 18rem;}
  div.container { margin-left: 18rem; margin-right: 0rem; }
}
*/

/** IPAD vertical*/
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1024px) {

  div.container { margin-left: 2rem; margin-right: 2rem; height: auto; }
  #diclaimerText {max-height:40rem;}
  .col-23,.col-12, .col-25, .col-33, .col-50, .col-100, .col-75, .col-75center, .inputBox, .selectBox input[type=submit] {width: 100%;margin-top: 0;}
  .col-50info, .col-25info, .col-75info {display: none}
  .row-center{display: block;}
  .container {padding: 1rem; height: auto; }
  .hero-image{background-size: contain; height: 4em; display: block;}
  .sidebar { display: none;}
  .sidebar a { text-align: center; float: none; }
  #madatoryFieldWarning {font-size: small; }
 
 #frmContact div { margin: 4px 4px;}
 .btnInfo {margin: 0px 0px; line-height: 14px; font-size: 16px; }
 
 #lineaDocumentos{ padding-left: 0rem; padding-right: 0rem; /* display: flex; */}

 fieldset { top: unset; transform: unset; position: unset; width: -webkit-fill-available; width: -moz-available; }
 
 /* .swal2-container { max-width: 25em;  margin-left: 34.5em } */
 .dni {height: 74px; width: 128px;}
 .row-botones{   bottom: 4rem;}
 
 .square{ height: unset; }
 
 #pasoDatosConctactoDomicio {min-height: 70rem;}
 #pasoProteccionDatos {min-height: 50rem;}
 #pasoSubirDocumentacion {min-height: 98rem;}
 #pasoDescargarDocumentacion {min-height: 70rem;}
 #pasoFamiliares {min-height: 40rem;}
 #pasoDatosBancarios {min-height: 40rem;}
 #pasoHijos {min-height: 65rem;margin-bottom: 10rem}
 
 .popup{ font-size: small; right: 0; left: 0; }
 
 .cancel{ font-size: small; width: 100%; }
 
 .infocheck {font-size: small};

 #infolegal{font-size: 8px!important;}

 .loader {
  top: 52%;
  left: 43%;
}

}

@media screen and (max-width: 600px) {
 .col-23,.col-23-doc, .col-12, .col-25, .col-33, .col-50, .col-100, .col-75, .col-75center, .inputBox, .selectBox input[type=submit] {width: 100%;margin-top: 0;}
 .col-50info, .col-25info, .col-75info {display: none}
 .row-center{display: block; height: unset!important;}
 .container {padding: 1rem; height: auto; }
 .hero-image{background-size: contain; height: 4em; display: block;}
 .sidebar { display: none;}
 .sidebar a { text-align: center; float: none; }
 #madatoryFieldWarning {font-size: small; }

#frmContact div { margin: 4px 4px;}
.btnInfo {margin: 0px 0px; line-height: 14px; font-size: 16px; }

#lineaDocumentos{ padding-left: 0rem;    padding-right: 0rem;}
div.container {margin-left: 0; margin-right: 0;  height: auto;}
fieldset { top: unset; transform: unset; position: unset;  width: -webkit-fill-available; width: -moz-available; }

/* .swal2-container { max-width: 25em;  margin-left: 34.5em } */
.dni {height: 74px; width: 128px;}
.row-botones{   bottom: 4rem;}

.square{ height: unset; }

#pasoDatosPersonalesNombre {min-height: 35rem;}
#pasoDatosPersonalesLugarNacimiento {min-height: 35rem;}
#pasoDatosConctactoTelEmail {min-height: 30rem;}
#pasoDatosBancarios {min-height: 40rem;}
#pasoDocumento {min-height: 35rem;}
#pasoDatosEstudios {min-height: 35rem;}
#pasoDatosConctactoDomicio {min-height: 58rem;}
#pasoProteccionDatos {min-height: 50rem;}
#pasoDisclaimer {min-height: 60rem;}
#pasoSubirDocumentacion {min-height: 98rem;}
#pasoDescargarDocumentacion {min-height: 70rem;}
#pasoFamiliares {min-height: 40rem;}
#pasoHijos {min-height: 65rem;margin-bottom: 10rem}

.popup{ font-size: small; right: 0; left: 0; }

.cancel{ font-size: small; width: 100%; }

.infocheck {font-size: small;}

#infolegal{font-size: 8px!important;}

.loader {
top: 52%;
left: 40%;
}

/* TODO: FLAGS */
.menu-btn__wrapper {
  padding-top: 4rem;
}

}



/** Sexo Option **/
#personSex{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
  
  #personSex::-moz-focus-inner { border: 0; }
  #personSex:focus { outline: none; background-color: #fff; }


  select:focus{
    outline:0;
    background-color: #fff;
  }

  ::selection {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
  }


#personSex option{ min-width: 33%; padding: 11.5px 0; text-align: center; margin-right: 1px; margin-left: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; background-color: white; -webkit-tap-highlight-color: transparent; }
#personSex option:checked { border-top: 1px solid #0FA015; border-right: 1px solid #0FA015; border-left: 1.5px solid #0FA015; border-bottom: 1.5px solid #0FA015; box-shadow: 0 0 0 0.15rem rgba(25,135,84,.25); color: #000000; }
#personSex option:hover(:not) { background: #000 !important; color: #fff; }

/** TIPO DOC PERSONA DNI/NIE/PASSPORT */

#personTypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#personTypeOfId::-moz-focus-inner { border: 0; }
#personTypeOfId:focus { outline: none; background-color: #fff; }
#personTypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; background-color: white; -webkit-tap-highlight-color: transparent; }
#personTypeOfId option:checked { border: #04AA6D solid 1px; color: #000000; }
#personTypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

/** TIPO DOC CONYIGE DNI/NIE/PASSPORT */

#spouseTypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#spouseTypeOfId::-moz-focus-inner { border: 0; }
#spouseTypeOfId:focus { outline: none; }
#spouseTypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#spouseTypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#spouseTypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son1TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son1TypeOfId::-moz-focus-inner { border: 0; }
#son1TypeOfId:focus { outline: none; }
/* TODO: No Tiene ID*/
#son1TypeOfId option{ min-width: 24%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son1TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son1TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son2TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son2TypeOfId::-moz-focus-inner { border: 0; }
#son2TypeOfId:focus { outline: none; }
/* TODO: No Tiene ID*/
#son2TypeOfId option{ min-width: 24%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son2TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son2TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son3TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son3TypeOfId::-moz-focus-inner { border: 0; }
#son3TypeOfId:focus { outline: none; }
#son3TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son3TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son3TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son4TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son4TypeOfId::-moz-focus-inner { border: 0; }
#son4TypeOfId:focus { outline: none; }
#son4TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son4TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son4TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son5TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son5TypeOfId::-moz-focus-inner { border: 0; }
#son5TypeOfId:focus { outline: none; }
#son5TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son5TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son5TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son6TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son6TypeOfId::-moz-focus-inner { border: 0; }
#son6TypeOfId:focus { outline: none; }
#son6TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son6TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son6TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son7TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son7TypeOfId::-moz-focus-inner { border: 0; }
#son7TypeOfId:focus { outline: none; }
#son7TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son7TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son7TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

#son8TypeOfId{ height: 44px; border: none; overflow: hidden; width: -webkit-fill-available; width: -moz-available; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ --tw-bg-opacity: 1; --tw-text-opacity: 1; }
#son8TypeOfId::-moz-focus-inner { border: 0; }
#son8TypeOfId:focus { outline: none; }
#son8TypeOfId option{ min-width: 33%; padding: 12px 0; text-align: center; margin-right: 1px; display: inline-block; cursor: pointer; border: 1px solid #cecccccc; border-radius: 10px; color: #000000; -webkit-tap-highlight-color: transparent; }
#son8TypeOfId option:checked { border: #04AA6D solid 1px; color: #000000;  background-color: white;}
#son8TypeOfId option:hover(:not) { background: #000 !important; color: #fff; }

.myselectoption {
    background-color: #f6f8f6;
    color: #2a2a2a;
}

  
/** Progress Bar Ini  **/
@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0  }
    to { background-position: 0 0  }
}

@-o-keyframes progress-bar-stripes {
    from { background-position: 40px 0 }
    to { background-position: 0 0 }
}

@keyframes progress-bar-stripes {
    from { background-position: 40px 0 }
    to { background-position: 0 0 }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22.5px;
    color: #fff;
    text-align: center;
    background-color: #248e59;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    margin: 0 !important
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}


/** Progress Bar End **/


/*----------------------------------------------------------------
@font-face {
    font-family: bnp-sans;
    src: url(fonts/bnp-sans.woff) format('woff');
}

@font-face {
    font-family: "bnpp-sans-cond-bold-v2";
    src: url("fonts/bnpp-sans-cond-bold-v2.woff") format('woff');
}

@font-face {
    font-family: "bnpp-square-regular-v3";
    src: url("fonts/bnpp-square-regular-v3.woff") format('woff');
}
*/

/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-light.woff */
/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-light.ttf */

@font-face {
    font-family: bnpSans;
    src: url(../fonts/bnpp-sans-light.eot);
    src: url(../fonts/bnpp-sans-light.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-light.woff) format("woff"),url(../fonts/bnpp-sans-light.ttf) format("truetype"),url(../fonts/bnpp-sans-light.svg#BNPPSans) format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}
/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-italic.eot */
/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-italic.woff */
/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-italic.ttf */

@font-face {
    font-family: bnpSans;
    src: url(../fonts/bnpp-sans-italic.eot);
    src: url(../fonts/bnpp-sans-italic.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-italic.woff) format("woff"),url(../fonts/bnpp-sans-italic.ttf) format("truetype"),url(../fonts/bnpp-sans-italic.svg#BNPPSans) format("svg");
    font-weight: 300;
    font-style: italic;
    font-stretch: normal
}

/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans.eot  */

@font-face {
    font-family: bnpSans;
    src: url(../fonts/bnpp-sans.eot);
    src: url(../fonts/bnpp-sans.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans.woff) format("woff"),url(../fonts/bnpp-sans.ttf) format("truetype"),url(../fonts/bnpp-sans.svg#BNPPSans) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-cond-light-v2.eot */
@font-face {
    font-family: bnpSansCondensed;
    src: url(../fonts/bnpp-sans-cond-light-v2.eot);
    src: url(../fonts/bnpp-sans-cond-light-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-cond-light-v2.woff) format("woff"),url(../fonts/bnpp-sans-cond-light-v2.ttf) format("truetype"),url(../fonts/bnpp-sans-cond-light-v2.svg#BNPPSansCondensed) format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal
}

/* https://brand-universe.bnpparibas/themes/flatly/fonts/bnpp-sans-cond-v2.ttf */
@font-face {
    font-family: bnpSansCondensed;
    src: url(../fonts/bnpp-sans-cond-v2.eot);
    src: url(../fonts/bnpp-sans-cond-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-cond-v2.woff) format("woff"),url(../fonts/bnpp-sans-cond-v2.ttf) format("truetype"),url(../fonts/bnpp-sans-cond-v2.svg#BNPPSansCondensed) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: bnpSansCondensed;
    src: url(../fonts/bnpp-sans-cond-bold-v2.eot);
    src: url(../fonts/bnpp-sans-cond-bold-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-cond-bold-v2.woff) format("woff"),url(../fonts/bnpp-sans-cond-bold-v2.ttf) format("truetype"),url(../fonts/bnpp-sans-cond-bold-v2.svg#BNPPSansCondensed) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: bnpSansCondensed;
    src: url(../fonts/bnpp-sans-cond-extrabold-v2.eot);
    src: url(../fonts/bnpp-sans-cond-extrabold-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-sans-cond-extrabold-v2.woff) format("woff"),url(../fonts/bnpp-sans-cond-extrabold-v2.ttf) format("truetype"),url(../fonts/bnpp-sans-cond-extrabold-v2.svg#BNPPSansCondensed) format("svg");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: bnpRounded;
    src: url(../fonts/bnpp-rounded-v2.eot);
    src: url(../fonts/bnpp-rounded-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-rounded-v2.woff) format("woff"),url(../fonts/bnpp-rounded-v2.ttf) format("truetype"),url(../fonts/bnpp-rounded-v2.svg#BNPPRounded) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

/*
@font-face {
    font-family: bnpRounded;
    src: url(../fonts/bnpp-rounded-bold-v2.eot);
    src: url(../fonts/bnpp-rounded-bold-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-rounded-bold-v2.woff) format("woff"),url(../fonts/bnpp-rounded-bold-v2.ttf) format("truetype"),url(../fonts/bnpp-rounded-bold-v2.svg#BNPPRounded) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}
*/

@font-face {
    font-family: bnpSquare;
    src: url(../fonts/bnpp-square-regular-v3.eot);
    src: url(../fonts/bnpp-square-regular-v3.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-square-regular-v3.woff) format("woff"),url(../fonts/bnpp-square-regular-v3.ttf) format("truetype"),url(../fonts/bnpp-square-regular-v3.svg#BNPPSquare) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: bnpType;
    src: url(../fonts/bnpp-type-regular-v2.eot);
    src: url(../fonts/bnpp-type-regular-v2.eot?#iefix) format("embedded-opentype"),url(../fonts/bnpp-type-regular-v2.woff) format("woff"),url(../fonts/bnpp-type-regular-v2.ttf) format("truetype"),url(../fonts/bnpp-type-regular-v2.svg#BNPPSquare) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: bnppSlabSerif;
    src: url(../fonts/bnpp-slabserif-regular-v2-webfont.woff2) format('woff2'),url(../fonts/bnpp-slabserif-regular-v2-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bnppSlabSerifExpanded;
    src: url(../fonts/bnpp-slabexpanded-regular-v2-webfont.woff2) format('woff2'),url(../fonts/bnpp-slabexpanded-regular-v2-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bnppSerif;
    src: url(../fonts/bnpp-serif-regular-v2-webfont.woff2) format('woff2'),url(../fonts/bnpp-serif-regular-v2-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bnppExpandedSans;
    src: url(../fonts/bnpp_expanded_sans-webfont.woff2) format('woff2'),url(../fonts/bnpp_expanded_sans-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bnppScript;
    src: url(../fonts/BNPPScript-Regular.woff2) format('woff2'),url(../fonts/BNPPScript-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}


