.boton_1 {
    border: none;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    padding: 11px 0;
    width: 350px;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #66ce5c;
    background: linear-gradient(-143deg, 
    #66ce5c 0.00%, 
    #019bad 100.00%);
    transition: opacity 0.25s linear;
}

.boton_1:hover {
    animation: flicker-login-button 0.25s;
}

@keyframes flicker-login-button {
  0%    { opacity: 1; }
  50%   { opacity: 0.5; }
  100%  { opacity: 1; }
}

.boton_1 img {
    margin-right: 10px;
    height: 18px;
}

.boton_1_p {
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    width: fit-content;
    margin-bottom: 0;
    text-align: right;
    transition: min-width 0.25s;
}

.boton_1:hover .boton_1_p {
    min-width: 85%;
}

.hover-circled {
    border: 2px #fff0 solid;    
    transition: border 1s;
}

.hover-circled:hover {
    border: 2px #019bad solid;    
}

.boton_2 {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 15px 0;
    width: 350px;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #3A43A2;
    display: inline-block;
}

.boton_2:hover {
    opacity: 0.6;
    color: #fff;
}

.boton_2 img {
    margin-right: 10px;
    height: 18px;
}

.boton_3_fw {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 15px 0;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #3A43A2;
    display: inline-block;
}

.boton_3_fw:hover {
    color: #3A43A2;
    background: #ffffff44;
}

.boton_3_fw img {
    margin-right: 10px;
    height: 18px;
}

.boton_4_fw {
    background-color: #3A43A2;
    border: 2px solid #3A43A2;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #3A43A2;
    display: inline-block;
}

.boton_4_fw:hover {
    color: #ffffff;
    background: #3A43A2cc;
}

.boton_4_fw img {
    margin-right: 10px;
    height: 18px;
}

.login-link a {
    color: #019bad;
    text-decoration: none;
}

.modal-kodemoon {
    max-width: 70%;
    max-height: 90%;
}

.modal-kodemoon img {
    max-height: 100%;
}

#modal-body {
    margin: 0 !important;
    padding: 0 !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
}

.inferior-section {
    position: absolute;
    text-align: center;
    margin-left: 40%;
    margin-top: -5%;
    color: #B3B3B3;
}

.inferior-section p{
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
}

#logo-inferior-login {
    position: fixed;
    bottom: 2%;
    left: 7%;
    width: 7.5%;
    transform: translateY(-50%);    
}

#logo-inferior-login img {
    width: 100%;
}

#logo-inferior-login-2 {
    position: relative;
    bottom: 15%;
    left: 7%;
    padding-top: 25px;
    padding-bottom: 50px;
}

.input_ferrer {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    padding: 15px 0;
    width: 350px;
    text-decoration: none;
    display: inline-block;
    padding: 11px 29px;
    margin-bottom: 30px;
    border-radius: 30px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2 ));
}

.error_ferrer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #842029;
    background-color: #f8d7da66;
    padding: .5rem 1rem;
    width: 350px;
    text-decoration: none;
}

.boton_previous {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff !important;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019bad;
    transition: opacity 0.25s linear;
}

.boton_previous:hover {
    animation: flicker-login-button 0.25s;
}

.boton_previous:hover .boton_previous_p {
    min-width: 85%;
}

.boton_previous img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: white;
}

.boton_previous_p {
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    width: fit-content;
    margin-bottom: 0;
    text-align: left;
    transition: min-width 0.25s;
}

.boton_previous_disabled {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff !important;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #B3B3B3;
    cursor: not-allowed; !important;
}

.boton_previous_disabled img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: white;
}

.boton_next {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff !important;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019bad;
    transition: opacity 0.25s linear;
}

.boton_next:hover {
    animation: flicker-login-button 0.25s;
}

.boton_next:hover .boton_next_p {
    min-width: 85%;
}

.boton_next img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: white;
}

.boton_next_p {
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    width: fit-content;
    margin-bottom: 0;
    text-align: right;
    transition: min-width 0.25s;
}

.boton_next_disabled {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff !important;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #B3B3B3;
    cursor: not-allowed; !important;
}

.boton_next_disabled img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: white;
}

.boton_6 {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #019bad;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #ffffff;
}

.boton_6:hover {
    color: #ffffff;
    background: #019bad;
}

.boton_6 img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: white;
}

.boton_6:hover img {
    filter: brightness(0) invert(1);
}


.boton_6_invert {
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 11px 0;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019bad;
}

.boton_6_invert:hover {
    color: #019bad;
    background: #fff;
}

.boton_6_invert img {
    margin-left: 10px;
    margin-right: 10px;
    height: 18px;
    color: #019bad;
}

.boton_6_invert:hover img {
    filter: invert(19%) sepia(28%) saturate(490%) hue-rotate(135deg) brightness(79%) contrast(84%);
}

.icon-shadow {
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .1));
    border-radius:50%;
}

.table-shadow {
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .1));
    border-radius: 10px;    
}

.breadcrumb-item a{
    color: #019BAD;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumb-item + .active {
    color: #88BD26 !important;
    font-weight: bold;
}

.text-between-lines {
   width: 100%;
   text-align: center;
   border-bottom: 2px solid #3A43A2;
   line-height: 0.1em;
   margin: 25px 0 25px;
}

.text-between-lines span {
    background:#fff;
    padding:0 50px;
}

.wrap {
  text-align: center;
  position: relative;
}
.links {
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 2px solid #3A43A2;
  background: black;
  width: 100%;
  transform: translateY(-50%);
  transform: scaleX(0.9);
}
.wrap:after {
    left: 50 !important;
}
.dot {
  width: 20px;
  height: 20px;
  background: red;
}

.icon-between-lines {
    width: 100%;
    text-align: center;
    line-height: 0.1em;
    margin: 0;
    cursor:pointer;
}

.icon-between-lines img {
    background:#fff;
}

.border-green2 {
    border: solid 2px #019BAD;
    background-color: white;
    border-radius: 15px!important;
}

.bottom-border-green2 {
    border: solid 2px #019BAD;
    background-color: white;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.borderbottom {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.header-green2 {
    border-radius:5px;
    color:#fff;
    background: #019BAD;
}

.parent_points {
    background: #fff;
    width: 90%;
    max-width: 220px;
    height: 20px;
    border-radius: 10px;
    padding: 2px;
    margin-left: auto;
    margin-right: 0;
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .2));
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .2));    
}

.point-0 {
    background: #66ce5c;
    background: linear-gradient(-90deg, 
    #C4D504 0.00%, 
    #019bad 100.00%);
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.point-1 {
    background: #66ce5c;
    background: linear-gradient(-90deg, 
    #C4D504 0.00%, 
    #019bad 100.00%);
    width: 50%;
    height: 16px;
    border-radius: 8px;
}

.point-2 {
    background: #66ce5c;
    background: linear-gradient(-90deg, 
    #C4D504 0.00%, 
    #019bad 100.00%);
    width: 100%;
    height: 16px;
    border-radius: 8px;
}


/*
tr:nth-child(even){
    background-color: #FFFFFF;
}

tr:nth-child(odd){
    background-color: #EBECF6;
}
*/
tbody {
    border: none !important;
}

thead {
    border: none !important;
}

tfoot {
    border: none !important;
    height: 0px !important;
    display: none !important;
}

td {
    border: none;
    height: 50px !important;
    padding: 0.3rem 0.3rem !important;
}

.border-left-white td{
    border-left: 2px solid white !important;
}

tr {
    border: none !important;
}

th {
    border: none !important;
}

.distributor-name {
    color: black !important;
}

.distributor-name:link {
  text-decoration: none !important;
}

.distributor-name:visited {
  text-decoration: none !important;
}

.distributor-name:hover {
  text-decoration: underline !important;
}

.distributor-name:active {
  text-decoration: underline !important;
}

.table>:last-child {
    border: none !important;
    background: white !important;
/*    display: none;*/
}

table>:last-child {
    border: none !important;
    background: white !important;
/*    display: none;*/
}

.item-puntuacion {
    background-color: #FFFFFF;
/*    font-size: 12px;*/
/*    font-weight: 700;*/
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    border-radius: 12px;
    height: 24px;
    margin: auto;
    box-shadow: 2px 2px 5px #c5c5c5;
}

.border-none {
    border: none;
}

.scrollit {
    overflow:scroll;
    overflow-x: hidden;
    height:320px;
    scrollbar-face-color: #3A43A2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.scrollit::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.scrollit::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.scrollit::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(58,67,162,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.two-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.floatThead-container{
    border-top-left-radius:15px!important;
    border-top-right-radius:25px!important;
}

.th-bottom {
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #3A43A2 !important;
    color: #fff;
}

.th-bottom-first {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.th-bottom-last {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.th-bottom-middle {
    border-left: 2px white solid !important;
}

.tx-base {
    font-size: 0.875rem;
}

.tx-8 {
    font-size: 8px;
}

.tx-8-f {
    font-size: 8px !important;
}

.tx-9 {
    font-size: 9px;
}

.tx-9-f {
    font-size: 9px !important;
}

.tx-10 {
    font-size: 10px;
}

.tx-10-f {
    font-size: 10px !important;
}

.tx-11 {
    font-size: 11px;
}

.tx-11-f {
    font-size: 11px !important;
}

.tx-12 {
    font-size: 12px;
}

.tx-12-f {
    font-size: 12px !important;
}

.tx-13 {
    font-size: 13px;
}

.tx-13-f {
    font-size: 13px !important;
}

.tx-14 {
    font-size: 14px;
}

.tx-14-f {
    font-size: 14px !important;
}

.tx-15 {
    font-size: 15px;
}

.tx-15-f {
    font-size: 15px !important;
}

.tx-16 {
    font-size: 16px;
}

.tx-16-f {
    font-size: 16px !important;
}

.tx-17 {
    font-size: 17px;
}

.tx-18 {
    font-size: 18px;
}

.tx-18-f {
    font-size: 18px !important;
}

.tx-20 {
    font-size: 20px !important;
}

.tx-20-f {
    font-size: 20px !important;
}

.tx-21 {
    font-size: 21px;
}

.tx-21-f {
    font-size: 21px !important;
}

.tx-22 {
    font-size: 22px;
}

.tx-22-f {
    font-size: 22px !important;
}

.tx-24 {
    font-size: 24px;
}

.tx-24-f {
    font-size: 24px !important;
}

.tx-26 {
    font-size: 26px;
}

.tx-26-f {
    font-size: 26px !important;
}

.tx-28 {
    font-size: 28px;
}

.tx-28-f {
    font-size: 28px !important;
}

.tx-30 {
    font-size: 30px;
}

.tx-30-f {
    font-size: 30px !important;
}

.tx-32 {
    font-size: 32px;
}

.tx-32-f {
    font-size: 32px !important;
}

.tx-34 {
    font-size: 34px;
}

.tx-34-f {
    font-size: 34px !important;
}

.tx-36 {
    font-size: 36px;
}

.tx-36-f {
    font-size: 36px !important;
}

.tx-38 {
    font-size: 38px;
}

.tx-38-f {
    font-size: 38px !important;
}

.tx-40 {
    font-size: 40px;
}

.tx-40-f {
    font-size: 40px !important;
}

.tx-42 {
    font-size: 42px;
}

.tx-42-f {
    font-size: 42px !important;
}

.tx-44 {
    font-size: 44px;
}

.tx-44-f {
    font-size: 44px !important;
}

.tx-46 {
    font-size: 46px;
}

.tx-46-f {
    font-size: 46px !important;
}

.tx-48 {
    font-size: 48px;
}

.tx-48-f {
    font-size: 48px !important;
}

.tx-50 {
    font-size: 50px;
}

.tx-50-f {
    font-size: 50px !important;
}

.tx-52 {
    font-size: 52px;
}

.tx-52-f {
    font-size: 52px !important;
}

.tx-54 {
    font-size: 54px;
}

.tx-54-f {
    font-size: 54px !important;
}

.tx-56 {
    font-size: 56px;
}

.tx-56-f {
    font-size: 56px !important;
}

.tx-58 {
    font-size: 58px;
}

.tx-58-f {
    font-size: 58px !important;
}

.tx-60 {
    font-size: 60px;
}

.tx-60-f {
    font-size: 60px !important;
}

.tx-62 {
    font-size: 62px;
}

.tx-62-f {
    font-size: 62px !important;
}

.tx-64 {
    font-size: 64px;
}

.tx-64-f {
    font-size: 64px !important;
}

.tx-66 {
    font-size: 66px;
}

.tx-66-f {
    font-size: 66px !important;
}

.tx-68 {
    font-size: 68px;
}

.tx-68-f {
    font-size: 68px !important;
}

.tx-70 {
    font-size: 70px;
}

.tx-70-f {
    font-size: 70px !important;
}

.tx-72 {
    font-size: 72px;
}

.tx-72-f {
    font-size: 72px !important;
}

.tx-74 {
    font-size: 74px;
}

.tx-74-f {
    font-size: 74px !important;
}

.tx-76 {
    font-size: 76px;
}

.tx-76-f {
    font-size: 76px !important;
}

.tx-78 {
    font-size: 78px;
}

.tx-78-f {
    font-size: 78px !important;
}

.tx-80 {
    font-size: 80px;
}

.tx-80-f {
    font-size: 80px !important;
}

.tx-82 {
    font-size: 82px;
}

.tx-82-f {
    font-size: 82px !important;
}

.tx-84 {
    font-size: 84px;
}

.tx-84-f {
    font-size: 84px !important;
}

.tx-86 {
    font-size: 86px;
}

.tx-86-f {
    font-size: 86px !important;
}

.tx-88 {
    font-size: 88px;
}

.tx-88-f {
    font-size: 88px !important;
}

.tx-90 {
    font-size: 90px;
}

.tx-90-f {
    font-size: 90px !important;
}

.tx-92 {
    font-size: 92px;
}

.tx-92-f {
    font-size: 92px !important;
}

.tx-94 {
    font-size: 94px;
}

.tx-94-f {
    font-size: 94px !important;
}

.tx-96 {
    font-size: 96px;
}

.tx-96-f {
    font-size: 96px !important;
}

.tx-98 {
    font-size: 98px;
}

.tx-98-f {
    font-size: 98px !important;
}

.tx-100 {
    font-size: 100px;
}

.tx-100-f {
    font-size: 100px !important;
}

.tx-102 {
    font-size: 102px;
}

.tx-102-f {
    font-size: 102px !important;
}

.tx-104 {
    font-size: 104px;
}

.tx-104-f {
    font-size: 104px !important;
}

.tx-106 {
    font-size: 106px;
}

.tx-106-f {
    font-size: 106px !important;
}

.tx-108 {
    font-size: 108px;
}

.tx-108-f {
    font-size: 108px !important;
}

.tx-110 {
    font-size: 110px;
}

.tx-110-f {
    font-size: 110px !important;
}

.tx-112 {
    font-size: 112px;
}

.tx-112-f {
    font-size: 112px !important;
}

.tx-114 {
    font-size: 114px;
}

.tx-114-f {
    font-size: 114px !important;
}

.tx-116 {
    font-size: 116px;
}

.tx-116-f {
    font-size: 116px !important;
}

.tx-118 {
    font-size: 118px;
}

.tx-118-f {
    font-size: 118px !important;
}

.tx-120 {
    font-size: 120px;
}

.tx-120-f {
    font-size: 120px !important;
}

.tx-122 {
    font-size: 122px;
}

.tx-122-f {
    font-size: 122px !important;
}

.tx-124 {
    font-size: 124px;
}

.tx-124-f {
    font-size: 124px !important;
}

.tx-126 {
    font-size: 126px;
}

.tx-126-f {
    font-size: 126px !important;
}

.tx-128 {
    font-size: 128px;
}

.tx-128-f {
    font-size: 128px !important;
}

.tx-130 {
    font-size: 130px;
}

.tx-130-f {
    font-size: 130px !important;
}

.tx-132 {
    font-size: 132px;
}

.tx-132-f {
    font-size: 132px !important;
}

.tx-134 {
    font-size: 134px;
}

.tx-134-f {
    font-size: 134px !important;
}

.tx-136 {
    font-size: 136px;
}

.tx-136-f {
    font-size: 136px !important;
}

.tx-138 {
    font-size: 138px;
}

.tx-138-f {
    font-size: 138px !important;
}

.tx-140 {
    font-size: 140px;
}

.tx-140-f {
    font-size: 140px !important;
}

@media (min-width: 480px) {
    .tx-xs-8 {
        font-size: 8px;
    }

    .tx-xs-8-f {
        font-size: 8px !important;
    }

    .tx-xs-9 {
        font-size: 9px;
    }

    .tx-xs-9-f {
        font-size: 9px !important;
    }

    .tx-xs-10 {
        font-size: 10px;
    }

    .tx-xs-10-f {
        font-size: 10px !important;
    }

    .tx-xs-11 {
        font-size: 11px;
    }

    .tx-xs-11-f {
        font-size: 11px !important;
    }

    .tx-xs-12 {
        font-size: 12px;
    }

    .tx-xs-12-f {
        font-size: 12px !important;
    }

    .tx-xs-13 {
        font-size: 13px;
    }

    .tx-xs-13-f {
        font-size: 13px !important;
    }

    .tx-xs-14 {
        font-size: 14px;
    }

    .tx-xs-14-f {
        font-size: 14px !important;
    }

    .tx-xs-15 {
        font-size: 15px;
    }

    .tx-xs-15-f {
        font-size: 15px !important;
    }

    .tx-xs-16 {
        font-size: 16px;
    }

    .tx-xs-16-f {
        font-size: 16px !important;
    }

    .tx-xs-18 {
        font-size: 18px;
    }

    .tx-xs-18-f {
        font-size: 18px !important;
    }

    .tx-xs-20 {
        font-size: 20px;
    }

    .tx-xs-20-f {
        font-size: 20px !important;
    }

    .tx-xs-22 {
        font-size: 22px;
    }

    .tx-xs-22-f {
        font-size: 22px !important;
    }

    .tx-xs-24 {
        font-size: 24px;
    }

    .tx-xs-24-f {
        font-size: 24px !important;
    }

    .tx-xs-26 {
        font-size: 26px;
    }

    .tx-xs-26-f {
        font-size: 26px !important;
    }

    .tx-xs-28 {
        font-size: 28px;
    }

    .tx-xs-28-f {
        font-size: 28px !important;
    }

    .tx-xs-30 {
        font-size: 30px;
    }

    .tx-xs-30-f {
        font-size: 30px !important;
    }

    .tx-xs-32 {
        font-size: 32px;
    }

    .tx-xs-32-f {
        font-size: 32px !important;
    }

    .tx-xs-34 {
        font-size: 34px;
    }

    .tx-xs-34-f {
        font-size: 34px !important;
    }

    .tx-xs-36 {
        font-size: 36px;
    }

    .tx-xs-36-f {
        font-size: 36px !important;
    }

    .tx-xs-38 {
        font-size: 38px;
    }

    .tx-xs-38-f {
        font-size: 38px !important;
    }

    .tx-xs-40 {
        font-size: 40px;
    }

    .tx-xs-40-f {
        font-size: 40px !important;
    }

    .tx-xs-42 {
        font-size: 42px;
    }

    .tx-xs-42-f {
        font-size: 42px !important;
    }

    .tx-xs-44 {
        font-size: 44px;
    }

    .tx-xs-44-f {
        font-size: 44px !important;
    }

    .tx-xs-46 {
        font-size: 46px;
    }

    .tx-xs-46-f {
        font-size: 46px !important;
    }

    .tx-xs-48 {
        font-size: 48px;
    }

    .tx-xs-48-f {
        font-size: 48px !important;
    }

    .tx-xs-50 {
        font-size: 50px;
    }

    .tx-xs-50-f {
        font-size: 50px !important;
    }

    .tx-xs-52 {
        font-size: 52px;
    }

    .tx-xs-52-f {
        font-size: 52px !important;
    }

    .tx-xs-54 {
        font-size: 54px;
    }

    .tx-xs-54-f {
        font-size: 54px !important;
    }

    .tx-xs-56 {
        font-size: 56px;
    }

    .tx-xs-56-f {
        font-size: 56px !important;
    }

    .tx-xs-58 {
        font-size: 58px;
    }

    .tx-xs-58-f {
        font-size: 58px !important;
    }

    .tx-xs-60 {
        font-size: 60px;
    }

    .tx-xs-60-f {
        font-size: 60px !important;
    }

    .tx-xs-62 {
        font-size: 62px;
    }

    .tx-xs-62-f {
        font-size: 62px !important;
    }

    .tx-xs-64 {
        font-size: 64px;
    }

    .tx-xs-64-f {
        font-size: 64px !important;
    }

    .tx-xs-66 {
        font-size: 66px;
    }

    .tx-xs-66-f {
        font-size: 66px !important;
    }

    .tx-xs-68 {
        font-size: 68px;
    }

    .tx-xs-68-f {
        font-size: 68px !important;
    }

    .tx-xs-70 {
        font-size: 70px;
    }

    .tx-xs-70-f {
        font-size: 70px !important;
    }

    .tx-xs-72 {
        font-size: 72px;
    }

    .tx-xs-72-f {
        font-size: 72px !important;
    }

    .tx-xs-74 {
        font-size: 74px;
    }

    .tx-xs-74-f {
        font-size: 74px !important;
    }

    .tx-xs-76 {
        font-size: 76px;
    }

    .tx-xs-76-f {
        font-size: 76px !important;
    }

    .tx-xs-78 {
        font-size: 78px;
    }

    .tx-xs-78-f {
        font-size: 78px !important;
    }

    .tx-xs-80 {
        font-size: 80px;
    }

    .tx-xs-80-f {
        font-size: 80px !important;
    }

    .tx-xs-82 {
        font-size: 82px;
    }

    .tx-xs-82-f {
        font-size: 82px !important;
    }

    .tx-xs-84 {
        font-size: 84px;
    }

    .tx-xs-84-f {
        font-size: 84px !important;
    }

    .tx-xs-86 {
        font-size: 86px;
    }

    .tx-xs-86-f {
        font-size: 86px !important;
    }

    .tx-xs-88 {
        font-size: 88px;
    }

    .tx-xs-88-f {
        font-size: 88px !important;
    }

    .tx-xs-90 {
        font-size: 90px;
    }

    .tx-xs-90-f {
        font-size: 90px !important;
    }

    .tx-xs-92 {
        font-size: 92px;
    }

    .tx-xs-92-f {
        font-size: 92px !important;
    }

    .tx-xs-94 {
        font-size: 94px;
    }

    .tx-xs-94-f {
        font-size: 94px !important;
    }

    .tx-xs-96 {
        font-size: 96px;
    }

    .tx-xs-96-f {
        font-size: 96px !important;
    }

    .tx-xs-98 {
        font-size: 98px;
    }

    .tx-xs-98-f {
        font-size: 98px !important;
    }

    .tx-xs-100 {
        font-size: 100px;
    }

    .tx-xs-100-f {
        font-size: 100px !important;
    }

    .tx-xs-102 {
        font-size: 102px;
    }

    .tx-xs-102-f {
        font-size: 102px !important;
    }

    .tx-xs-104 {
        font-size: 104px;
    }

    .tx-xs-104-f {
        font-size: 104px !important;
    }

    .tx-xs-106 {
        font-size: 106px;
    }

    .tx-xs-106-f {
        font-size: 106px !important;
    }

    .tx-xs-108 {
        font-size: 108px;
    }

    .tx-xs-108-f {
        font-size: 108px !important;
    }

    .tx-xs-110 {
        font-size: 110px;
    }

    .tx-xs-110-f {
        font-size: 110px !important;
    }

    .tx-xs-112 {
        font-size: 112px;
    }

    .tx-xs-112-f {
        font-size: 112px !important;
    }

    .tx-xs-114 {
        font-size: 114px;
    }

    .tx-xs-114-f {
        font-size: 114px !important;
    }

    .tx-xs-116 {
        font-size: 116px;
    }

    .tx-xs-116-f {
        font-size: 116px !important;
    }

    .tx-xs-118 {
        font-size: 118px;
    }

    .tx-xs-118-f {
        font-size: 118px !important;
    }

    .tx-xs-120 {
        font-size: 120px;
    }

    .tx-xs-120-f {
        font-size: 120px !important;
    }

    .tx-xs-122 {
        font-size: 122px;
    }

    .tx-xs-122-f {
        font-size: 122px !important;
    }

    .tx-xs-124 {
        font-size: 124px;
    }

    .tx-xs-124-f {
        font-size: 124px !important;
    }

    .tx-xs-126 {
        font-size: 126px;
    }

    .tx-xs-126-f {
        font-size: 126px !important;
    }

    .tx-xs-128 {
        font-size: 128px;
    }

    .tx-xs-128-f {
        font-size: 128px !important;
    }

    .tx-xs-130 {
        font-size: 130px;
    }

    .tx-xs-130-f {
        font-size: 130px !important;
    }

    .tx-xs-132 {
        font-size: 132px;
    }

    .tx-xs-132-f {
        font-size: 132px !important;
    }

    .tx-xs-134 {
        font-size: 134px;
    }

    .tx-xs-134-f {
        font-size: 134px !important;
    }

    .tx-xs-136 {
        font-size: 136px;
    }

    .tx-xs-136-f {
        font-size: 136px !important;
    }

    .tx-xs-138 {
        font-size: 138px;
    }

    .tx-xs-138-f {
        font-size: 138px !important;
    }

    .tx-xs-140 {
        font-size: 140px;
    }

    .tx-xs-140-f {
        font-size: 140px !important;
    }

    .tx-xs-base {
        font-size: 0.875rem;
    }

    .tx-xs-bold {
        font-weight: 700;
    }

    .tx-xs-semibold {
        font-weight: 600;
    }

    .tx-xs-medium {
        font-weight: 500;
    }

    .tx-xs-normal {
        font-weight: 400;
    }

    .tx-xs-light {
        font-weight: 300;
    }

    .tx-xs-thin {
        font-weight: 200;
    }

    .tx-xs-xthin {
        font-weight: 100;
    }
}
@font-face {
    font-family: 'Eirene';
    src: url(/front/assets/fonts/eirene-sans-font/EireneSans-Regular.otf);
}
@font-face {
    font-family: 'Eirene Bold';
    src: url(/front/assets/fonts/eirene-sans-font/EireneSans-Bold.otf);
}

@font-face {
    font-family: 'Sofia';
    src: url(/front/assets/fonts/sofiapro/sofia-pro-regular.ttf);
}
@font-face {
    font-family: 'Sofia Bold';
    src: url(/front/assets/fonts/sofiapro/sofia-pro-bold.ttf);
}
@font-face {
    font-family: 'Poppins';
    src: url(/front/assets/fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'Poppins Bold';
    src: url(/front/assets/fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'Presa';
    src: url(/front/assets/fonts/presa/Presa.otf);
}
@font-face {
    font-family: 'Presa Ultralight';
    src: url(/front/assets/fonts/presa/Presa_ultralight.otf);
}

@font-face {
    font-family: 'Calibri';
    src: url(/front/assets/fonts/calibri/calibri-regular.ttf);
}

.eirene {
    font-family: 'Eirene';
}
.eirene-bold {
    font-family: 'Eirene Bold';
}
.sofia {
    font-family: 'Sofia';
}
.sofia-bold {
    font-family: 'Sofia Bold';
}
.poppins {
    font-family: 'Poppins';
}
.poppins-bold, .poppins strong, .poppins.bold {
    font-family: 'Poppins Bold';
}
.presa {
    font-family: 'Presa';
}
.presa-ultralight {
    font-family: 'Presa Ultralight';
}
.calibri {
    font-family: 'Calibri';
}

.logo-home {
    margin-top: 5.2rem !important;
    width:17%;
}

.logo-welcome {
    margin-top: 5.2rem !important;
    width:40%;
    max-width: 200px;
    min-width: 100px;
}

.logo-header {
    height: 4rem;    
}

.logo-library {
    width:45%;
}

.container-home {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    align-content: center;
    text-align: center;
}

.container-section {
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    align-content: center;
    text-align: center;
}

.container-map {
    padding-top: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
}

.image-home {
    width: 79%;
    margin-right: 70px;
    margin-top: 3rem;
}

.title-home {
    margin-top: 3rem;
    font-size: 52px;
}

.title-login {
    margin-top: 5rem;
    font-size: 52px;
}

.container-login {
    margin-top: 9rem;
}

.ferrer-navbar {
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.2 ));
}

.nav-link {
    display: inline-block;
    padding: 25px;
}

.nav-link a {
    color: black;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
}

.navbar.ferrer-navbar .nav-link a {
    font-family: 'Poppins Bold';
}

.navbar.ferrer-navbar .nav-link p {
    color: #c5c5c5;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins Bold';
    margin-bottom: 0;
}

.color-green1 {
    color: #88BD26 !important;
}

.background-green1 {
    background-color: #88BD26;
}

.color-green2 {
    color: #019BAD !important;
}

.background-green2 {
    background-color: #019BAD;
}

.boton_green2 {
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Presa Ultralight';
    color: #ffffff;
    padding: 5px;
    width: 95%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019BAD;
}

.boton_green2:hover {
    opacity: 0.6;
    color: #fff;
}

.boton_green2 img {
    margin-right: 10px;
    height: 18px;
}

.boton_green2_disabled {
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Presa Ultralight';
    color: #ffffff;
    opacity: 0.6;
    padding: 5px;
    width: 95%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019BAD;
}

.boton_green2_disabled:hover {
    opacity: 0.6;
    color: #fff;
    background: #d5d5d5;
}

.boton_green2_disabled img {
    margin-right: 10px;
    height: 18px;
}


.boton_download {
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins';
    color: #ffffff;
    padding: 5px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));
    background: #019BAD;
}

.boton_download:hover {
    opacity: 0.6;
    color: #fff;
}

.boton_download img {
    margin-right: 10px;
    height: 18px;
}

.name-material {
    font-size: 20px;
}

.description-material {
    font-size: 18px;
}

.name-num {
    font-size: 54px;
}

.menu-text {
    font-size: 18px !important;
}

.card-ferrer {
    background: white;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2 ));
    border-radius: 20px;
    padding: 60px 10px 0px;
    min-height: 350px;
}

.void-href a{
    text-decoration: none;
    color: black;
    width: 100%;
}

.w33 {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

/*
.container .content-home {
  margin: 0;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
*/

.container .content-home {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
}

.select-lang {
    text-decoration: none;
}

.underline {
    text-decoration: underline !important;
}

.home-select-lang {
    position: absolute;
    top: 20px;
    right: 30px;
}

.breadcrumb {
    margin-top: 50px;
}

[v-cloak] {
    display: none;
}

.nav-link-active {
    outline: 1px solid #88BD27;
    outline-offset: -1px;
}

.nav-link-active a {
    color: #88BD27;
}

.nav-link-active p {
    color: #88BD27;
}

.main-profile-menu:hover {
    background: #88BD27;
}

.main-profile-menu:hover a{
    color:#fff !important; 
}

.main-profile-menu:hover p{
    color:#fff !important; 
}

.dropdown-menu-ferrer {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu-ferrer li {
    outline: 1px solid #88BD27;
    outline-offset: -1px;
}

.dropdown-menu-ferrer li a{
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu-ferrer li:hover a{
    color: #fff !important;
    background: #88BD27 !important;
}

.main-profile-menu2:hover {
    background: #88BD27;
}

.main-profile-menu2:hover .a-menu2{
    color:#fff; 
}

.select-admin {
    -webkit-appearance: none;
    appearance: none;
    padding:6px 40px 5px 15px; 
    border: 1px solid #c5c5c5; 
    border-radius: 5px;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    font-family: 'Poppins';
    font-size: 1.1em;
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.2 ));    
    background: transparent;
    border-radius: 5px;
    height: 65px;
    text-align: center;
    /*display:table-cell;*/
    vertical-align:middle;
    
}

.header-links .col{
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display:table-cell;
    width:10% !important;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-none {
    pointer-events: none;
 }

.header-links .col:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header-links .col:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-links .col:not(:last-child):not(.area) {
    border-right: 1px solid #1a9ca6;
}
.header-links .area {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
    cursor: pointer;
}

.header-links div .poppins,
.header-links div .poppins-bold {
    font-size: 0.9rem;
    line-height: 1.1rem;
    text-align: left;
    padding-left: 4px;
    padding-right: 8px;
}

.cabecera-image {
    background: transparent;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

.left-area{
    margin-left: 15px;
}

.header-links .col:hover {
    background: #88BD26;
    color: white;
}

.scenarios-vertical {
    margin-top: 20px;
    width: auto;
}

.scenarios-vertical .elem {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: middle;
}

.scenarios-vertical .elem .bar {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 100px;
    margin: 0px 20px 0px 10px;
    vertical-align: middle;
    text-align: center;
}

.scenarios-vertical .elem .bar img{
    vertical-align: middle;
    width: 21px;
    margin-top: 30px;
}

.scenarios-vertical .elem:first-child .bar {
/*    background: yellow;*/
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.scenarios-vertical .elem:last-child .bar {
/*    background: yellow;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.scenarios-vertical .elem .name {
    margin: 30px 0px 0px 10px;
    width: auto;
    color: black;
/*    vertical-align: middle;*/
    font-family: 'Poppins';
    font-size: 14px;
    letter-spacing: 0;
    word-spacing: 0;
    text-transform: uppercase;
    white-space: pre;
    text-align: left;
}

.bk-digital-excellence, .bk-4 {
    border: 1px solid #019BAD;
}

.bk-digital-scaling, .bk-3 {
    border: 1px solid #31A882;
    border-top: none;
}

.bk-digital-implementation-plus, .bk-2 {
    border: 1px solid #61B657;
    border-top: none;
}

.bk-digital-implementation, .bk-1 {
    border: 1px solid #91C32B;
    border-top: none;
}

.bk-digital-early-stage, .bk-0 {
    border: 1px solid #C0D100;
    border-top: none;
}

.col-map {
    width: 75%;
    margin:0;
    padding:0 0 0 10%;
}

.title-map {
    width: 100%;
    padding-left:5%;
}

.col-scenarios {
    width: 25%;
    margin:0;
    padding:0 0 0 5%;
}

.point {
    background: #07636E;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.point-mexico {
    top: 61%;
    left: 18.5%;    
}

.point-cac {
    top: 64.5%;
    left: 22.7%;    
}

.point-peru {
    top: 75%;
    left: 26%;    
}

.point-chile {
    top: 88%;
    left: 26.75%;
}

.point-portugal {
    top: 52.5%;
    left: 44.5%;
}

.point-benelux {
    top: 45.25%;
    left: 48.25%;
}

.point-pac {
    top: 45%;
    left: 52.2%;
}

.point-alemania {
    top: 45.25%;
    left: 49.75%;
}

.point-espana {
    top: 52.5%;
    left: 46%;
}

.line {
    background: #07636E;
    position: absolute;
}

.line-mexico {
    width: 1px;
    transform: translate(-50%, 0);
    height: 15%;
    top: 45.5%;
    left: 18.5%;    
}

.line-cac {
    height: 1px;
    transform: translate(0, -50%);
    width: 15%;
    top: 64.5%;
    left: 7.7%;
}

.line-peru {
    height: 1px;
    transform: translate(0, -50%);
    width: 15%;
    top: 75%;
    left: 11%;
}

.line-chile {
    height: 1px;
    transform: translate(0, -50%);
    width: 15%;
    top: 88%;
    left: 11.75%;
}

.line-portugal {
    height: 1px;
    transform: translate(0, -50%);
    width: 15%;
    top: 52.5%;
    left: 29.5%;
}

.line-benelux {
    height: 1px;
    transform: translate(0, -50%);
    width: 10%;
    top: 45.25%;
    left: 38.25%;
}

.line-pac {
    height: 1px;
    transform: translate(0, -50%);
    width: 15%;
    top: 45%;
    left: 52.2%;
}

.line-alemania {
    width: 1px;
    transform: translate(-50%, 0);
    height: 15%;
    top: 30.25%;
    left: 49.75%;
}

.line-espana {
    width: 1px;
    transform: translate(-50%, 0);
    height: 15%;
    top: 52.5%;
    left: 46%;
}

.circle {
    border: 1px solid #07636E;
    width: 5%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    background: white;
    transform: translate(-50%, -50%);
}

.circle:hover img {
    filter: invert(19%) sepia(58%) saturate(490%) hue-rotate(135deg) brightness(39%);
}

.circle:hover span {
    font-family: 'Poppins Bold';
}

.circle-mexico {
    top: 45%;
    left: 18.5%;
}

.circle-cac {
    top: 64.5%;
    left: 7.7%;
}

.circle-peru {
    top: 75%;
    left: 11%;
}

.circle-chile {
    top: 88%;
    left: 11.75%;
}

.circle-portugal {
    top: 52.5%;
    left: 29.5%;
}

.circle-benelux {
    top: 45.25%;
    left: 38.25%;
}

.circle-pac {
    top: 45%;
    left: 67.2%;
}

.circle-alemania {
    top: 30.25%;
    left: 49.75%;
}

.circle-espana {
    top: 67.5%;
    left: 46%;
}

.span-map {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #07636E;    
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
}

.span-map-top {
    top: -10px;
}

.span-map-bottom {
    bottom: -38px;
}

.icon-map {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reverseorder {
  display: flex;
  flex-direction: column-reverse;
}

.section-tab-active {
    background: #1a9ca6; 
    color: white;    
}

.area-tab-0 {
    color: #8fb93a; 
    border: 1px solid #8fb93a; 
}

.area-tab-1 {
    color: #6dbfc6; 
    border: 1px solid #6dbfc6; 
}

.area-tab-2 {
    color: #8CBCC2; 
    border: 1px solid #8CBCC2; 
}

.area-tab-0.active {
    background: #8fb93a; 
    color: white;    
}

.area-tab-1.active {
    background: #6dbfc6; 
    color: white;    
}

.area-tab-2.active {
    background: #8CBCC2; 
    color: white;    
}

.title-map-small {
    display: none;
}

.hover-cursor:hover{
    cursor: pointer;
}

@media (min-width: 1101px) and (max-width: 1300px) {
    .breadcrumb {
        margin-top: 40px;
    }
    .container .content-home {
      width: 1000px;
    }
    .card-ferrer {
        min-height: 300px;
        padding: 30px 10px;
    }
    .card-ferrer h3 {
        font-size: 1.75em;
    }
    .container .content-home {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -60%);
    }

    .col-map {
        width: 70%;
        margin:0;
        margin-top: 25px;
        padding:0 0 0 10%;
    }

    .title-map {
        display: none;
    }

    .title-map-small {
        display: block;
        font-weight: 400;
        top:0;
        position: absolute;
        background: #ffffff99;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: center;
    }

    .scenarios-vertical .elem .name {
        margin: 20px 0px 0px 10px;
    }

}

@media (min-width: 901px) and (max-width: 1100px) {
    .breadcrumb {
        margin-top: 30px;
    }
    .container .content-home {
      width: 800px;
    }
    .card-ferrer {
        min-height: 250px;
        padding: 25px 10px;
    }
    .card-ferrer h3 {
        font-size: 1.5em;
    }
    .container .content-home {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -60%);
    }

    .col-map {
        width: 65%;
        margin:0;
        margin-top: 20px;
        padding:0 0 0 10%;
    }

    .title-map {
        display: none;
    }

    .title-map-small {
        display: block;
        font-weight: 400;
        top:0;
        position: absolute;
        background: #ffffff99;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: center;
    }

    .scenarios-vertical .elem .bar {
        width: 30px;
        max-width: 22.5px;
        min-width: 22.5px;
        height: 60px;
    }

    .scenarios-vertical .elem .bar img{
        vertical-align: middle;
        width: 15.75px;
        margin-top: 22.5px;
    }

    .scenarios-vertical .elem .name {
        margin: 10px 0px 0px 10px;
        font-size: 12px;
    }

}

@media (max-width: 900px) {
    .breadcrumb {
        margin-top: 20px;
    }
    .container .content-home {
      width: 100%;
    }
    .card-ferrer {
        min-height: 240px;
        padding: 20px 10px;
    }
    .card-ferrer h3 {
        font-size: 1.4em;
    }
    .card-ferrer h3 {
        font-size: 1.5em;
    }
    .container .content-home {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -60%);
    }
    .w33 {
        width: 100%;
    }

    .col-map {
        width: 65%;
        margin:0;
        margin-top: 15px;
        padding:0 0 0 10%;
    }

    .title-map {
        display: none;
    }

    .title-map-small {
        display: block;
        font-weight: 400;
        top:0;
        position: absolute;
        background: #ffffff99;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: center;
    }

    .scenarios-vertical .elem .bar {
        width: 30px;
        max-width: 22.5px;
        min-width: 22.5px;
        height: 50px;
    }

    .scenarios-vertical .elem .bar img{
        vertical-align: middle;
        width: 15.75px;
        margin-top: 17.5px;
    }

    .scenarios-vertical .elem .name {
        margin: 5px 0px 0px 10px;
        font-size: 12px;
    }

    .header-links {
        border-radius: 5px;
        height: 60px;
        width: 100%;
    }

    .header-links .col{
        height: 60px;

        width:10% !important;
        padding-left: 5px;
        padding-right: 5px;

        font-size: 12px;
        line-height: 14px;
    }

}


@media (min-width: 1537px) {

    .logo-home {
        margin-top: 4.8rem !important;
        width:35%;
    }

    .container-home {
        padding-left: 10%;
        padding-right: 10%;
    }

    .container-section {
        padding-left: 10%;
        padding-right: 10%;
    }

    .container-map {
        padding-left: 10%;
        padding-right: 10%;
    }

    .image-home {
        width: 78%;
        margin-right: 80px;
        margin-top: 2rem;
    }

    .title-home {
        margin-top: 2rem;
        font-size: 48px;
    }

    .title-login {
        margin-top: 4rem;
        font-size: 35px;
    }

    .container-login {
        margin-top: 4rem;
    }

    .tx-28 {
        font-size: 25px;
    }

    .tx-28-f {
        font-size: 25px !important;
    }

    .tx-16 {
        font-size: 14px;
    }

    .tx-16-f {
        font-size: 14px !important;
    }
}

@media (max-width: 1536px) {

    .logo-home {
        margin-top: 4rem !important;
        width:17%;
    }

    .container-home {
        padding-left: 5%;
        padding-right: 5%;
    }

    .container-section {
        padding-left: 10%;
        padding-right: 2%;
    }

    #logo-inferior-login {
        left: 2%;
    }

    .boton_download {
        font-size: 14px;
    }

    .name-material {
        font-size: 16px;
    }

    .description-material {
        font-size: 14px;
    }

    .name-num {
        font-size: 48px;
    }

    .menu-text {
        font-size: 14px !important;
    }

    .container-map {
        padding-left: 8%;
        padding-right: 8%;
    }

    .image-home {
        width: 78%;
        margin-right: 80px;
        margin-top: 1rem;
    }

    .title-home {
        margin-top: 2rem;
        font-size: 40px;
    }

    .title-login {
        margin-top: 4rem;
        font-size: 40px;
    }

    .container-login {
        margin-top: 9rem;
    }

    .tx-28 {
        margin-top: 0rem !important;
        font-size: 21px;
    }

    .tx-28-f {
        font-size: 21px !important;
    }

    .tx-16 {
        margin-top: 1rem !important;
        font-size: 12px;
    }

    .tx-16-f {
        font-size: 14px !important;
    }
}


@media (max-width: 1000px) {

    .container-home {
        padding-left: 5%;
        padding-right: 5%;
    }

    .container-section {
        padding-left: 10%;
        padding-right: 2%;
    }

    #logo-inferior-login {
        left: 1%;
    }

    .boton_download {
        font-size: 12px;
    }

    .name-material {
        font-size: 14px;
    }

    .description-material {
        font-size: 12px;
    }

    .name-num {
        font-size: 44px;
    }

    .menu-text {
        font-size: 12px !important;
    }

}

/*
@media screen and (max-width: 480px) {
    .text {
        font-size: 16px;
    }
}
*/

.white {
    color: #fff;
}
.bd-right {
    border-right: 2px solid rgb(26, 156, 166);
}

.divider {
    padding: 26px 0 26px 0;
    background: rgb(26, 156, 166);
    width: 1px;
}
.container-element {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1));
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #1a9ca6!important;
}

.select2-container *:focus {
    border:1px solid #1a9ca6;
    outline: none;
}

.left-section{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.right-section {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
    border-color:red !important;
}
.img-sceneario1{
    width: 30px!important;
    margin-top: 30px!important;
}
.img-sceneario2{
    width: 30px!important;
    margin-top: 40px!important;
}
.img-sceneario3{
    width: 15px!important;
    margin-top: 30px!important;
}
.img-sceneario4{
    width: 20px!important;
    margin-top: 30px!important;
}
.img-sceneario5{
    width: 35px!important;
    margin-top: 30px!important;
}
.icon-map-2 {
    width: 30%;
}
.icon-map-3 {
    width: 35%;
}