/**
* Place your custom styles here.
*/

@media only screen and (max-width: 780px){
    #embedContainer {
        height: calc(1.2 * 100vw) !important;
        min-width: 200px;
        max-width: 780px;
    }
}

@media print {
 /*  #pager,  */
 /*  form,    */
  .screen {
      display: none !important;
      height: 0;
  }
    @page {size: A4 landscape; margin: 5mm; 5mm; 5mm; 5mm }

    html, body {
        margin: 10mm auto;
        width: 88%;
        height: 18mm;
 /*       transform: scale(2);   */
    }
}

#embedContainer {
    text-align: center;
/*  min-width: 800px; */
    height: calc(0.5625 * 64vw);  /* 16:9 aspect ratio */    
    width: 100%;
    margin: 0 auto;
}

#embedContainerJur {
    text-align: center;
    /*  min-width: 800px; */
    height: calc(0.5625 * 64vw); /* 16:9 aspect ratio */
    width: 100%;
    margin: 0 auto;
}

#dashboardContainer {
    min-width: 800px;
    height: calc(0.5625 * 64vw); /* 16:9 aspect ratio */    
    width: 100%;
}

@media only screen and (max-width: 1333.33px) {
    #embedContainer, #dashboardContainer {
    height: calc(0.5625 * 64vw);
    }
}

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    background-color: rgb(36, 169, 225);
    border: none;
    color: white;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

#buttonsWrapper a:hover {
   font-size: 120%;
}

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}

iframe {
    border: none;
}



	  
								 
				 
				 
					   
					
					
 

/* Darker background on mouse-over */
			
								
 


@media print {
    div {
        
        width:100%
    }
    .no-print, .no-print * {
        display: none !important;
    }
}

.container-fluid{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.col-xs-12,
.col-sm-12{
  width: 100%
}

.row{
  margin-right: -15px;
  margin-left: -15px
}

.associates{
  margin-top:20px;
  outline: none !important;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_footer {
  display: block;
}

.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}


.menu-footer-persona {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Elemntos bootrap 4 */

.justify-content-end{
  justify-content: flex-end;
}

.justify-content-center{
  justify-content: center;
}

.align-items-center{
  align-items: center;
}

.d-none{
  display: none;
}
.d-none-impo{
  display: none !important;
}
.d-block{
  display: block !important;
}

@media (min-width:768px){
  .d-md-none{
    display: none !important;
  }
  .d-md-block{
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

/* End elemntos bootrap 4 */

/* Generales */

.fz-24{
  font-size: 24px;
}

.w-100 {
  width: 100% !important;
}


.letra-verde {
  color: #1c8464;
}

.padding-left-40 {
  padding-left: 40px;
}

.d-inline-block {
  display: inline-block;
}

@-webkit-keyframes fadeUpCenter {
  to {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeUpCenter {
  to {
    opacity: 1;
    top: 50%;
  }
}

@-webkit-keyframes showFade {
  to {
    opacity: 1;
  }
}

@keyframes showFade {
  to {
    opacity: 1;
  }
}

html,
body {
  font-size: 1rem;
}

body {
  background-color: #fafafa;
  color: #3a4454;
  margin: 0;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #222;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a:hover {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

button:focus {
  outline: transparent;
}

strong {
  font-weight: bold;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-top-40 {
  margin-top: 40px;
}
.mg-top-90 {
  margin-top: 90px;
}

.mg-btm-10 {
  margin-bottom: 10px;
}

.mg-btm-20 {
  margin-bottom: 20px;
}

.mg-btm-30 {
  margin-bottom: 30px;
}

.mg-btm-40 {
  margin-bottom: 40px;
}

.mg-btm-50 {
  margin-bottom: 50px;
}

.mg-btm-60 {
  margin-bottom: 60px;
}

.mg-btm-70 {
  margin-bottom: 70px;
}

.mg-btm-100 {
  margin-bottom: 100px;
}

.margin_auto {
  margin: 0 auto;
}

.pad-01 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.pad-y-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pad-y-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pad-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-padding {
  padding: 0px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-27 {
  font-size: 27px;
}


.font-30 {
  font-size: 30px;
}

.text_ligth_gray {
  color: #3a4454;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

.text_ligth_gray:hover {
  color: #3a4454;
}

.color-white {
  color: white;
}

.color-blue {
  color: #13599e;
}

.color-blue-light {
  color: #1975d1;
}

.color-orange {
  color: #EB770C;
}

.color-gray2 {
  color: #556176;
}

.color-green {
  color: #1c8464;
}

.u-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

.u-bg--cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.u-bg-white {
  background-color: white;
}

.u-bg-white2 {
  background-color: #fafafa;
}

.u-bg-blue {
  background-color: #13599e;
}

.u-bg-orange {
  background-color: #F8BD03;
}

.u-bg-orange-two {
  background-color: #EB770C;
}

.u-bg-gray-light {
  background-color: #a5adb4;
}

.u-bg-dark {
  background-color: #222;
}

.bg {
  background-position: center center;
}

.bg-cover {
  background-size: cover;
}

h1.t-light {
  font-size: 34px;
  color: black;
}

.t-bold {
  font-weight: bold;
}

.t-light {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}

.t-light--blue {
  color: #13599e;
}

.t-light--green {
  color: #1c8464;
}

.f-light {
  font-weight: 300;
}

.text_simple {
  color: #3a4454;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.u-btn {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.u-btn--yellow {
  background-color: #ffc107;
  color: #fff;
}

.u-btn--yellow:hover {
  background-color: #edb100;
  color: white;
}

.u-btn--blue {
  background-color: #13599e;
  color: white;
}

.u-btn--blue:hover {
  background-color: #104c87;
  color: white;
}

.u-btn--green {
  color: #fff !important;
  background-color: #1c8464;
}

.u-btn--green2 {
  background-color: #007943 !important;
}

.u-btn--green:hover {
  color: #fff !important;
}

.u-btn--border {
  border-radius: 5px;
}

.u-btn--solid {
  border: solid #666 1px;
  color: #666 !important;
}

.u-btn--solid--green {
  border: solid #1c8464 1px;
  color: #1c8464 !important;
}

.u-btn--trans {
  background-color: transparent;
}

.u-btn--trans.color-blue {
  border-color: currentColor;
}

.u-btn--trans.color-blue:hover {
  background-color: #13599e;
  color: white;
}

.hr {
  height: 0;
  border: none;
  width: 100%;
}

.border-dashed {
  border-bottom: dashed #c8c8c8 1px;
}

.img_basic {
  text-align: center;
}

.img_basic img {
  margin: 0 auto;
}

.img_basic--green {
  background-color: #1c8464;
  color: #fff;
}

.img_fit {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.u-circle {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}

.u-circle--icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .d-table-sm {
    display: table;
  }

  .d-table-cell-sm {
    display: table-cell;
  }

  .d-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .d-table-md {
    display: table;
  }

  .d-table-cell-md {
    display: table-cell;
  }

  .d-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

* {
  outline: none !important;
}


p,
div {
  font-size: 16px;
  color: #556176;
}



.content-rse a {
  color: #1975d1;
}

.content-rse a:hover {
  color: #1975d1;
}



.form-rse {
  margin-top: 63px;
}

.form-rse span.fieldset-legend {
  font-size: 16px;
  color: #556176;
}

.maps-responsive {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.maps-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.form-rse .select-wrapper:after {
  color: #556176;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 29%;
  right: 10px;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 0px;
  padding-right: 0px;
}

.form-rse {
  display: table;
  padding: 20px;
  background: #fafafa;
  border-top: 5px solid #1c8464;
  border-radius: 10px 10px 0px 0px;
}

.confirmation-back-rse {
  font-size: 14px;
  color: #13599e;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 20px;
  background: url(../images/volver.png) no-repeat center left / 15px;
}

.confirmation-body-rse {
  position: relative;
}

.confirmation-body-rse .webform-confirmation__message {
  text-align: center;
  padding: 70px 0px;
  font-size: 28px;
  color: #13599e;
  font-weight: 600;
}

.form-rse-title {
  position: relative;
  padding-left: 25px;
  color: #556176;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-rse-btn button {
  background-color: #1c8464;
  font-size: 12px;
}

.form-rse-btn button:hover {
  background-color: #1c8464;
  border: 1px solid #1c8464;
}

.cont-btn-rse .u-btn--green {
  color: #fff !important;
}

.cont-btn-rse .u-btn {
  margin: 0 8px 14px;
}

.cont-btn-rse {
  padding: 45px 0 10px;
}

@media (max-width: 425px) {
  .cont-btn-rse {
    text-align: center;
  }

  .cont-btn-rse .u-btn {
    max-width: 239px;
    width: 100%;
  }
}

.more_cards .card_item h2 {
  font-weight: 300;
}

.featured_card h2 {
  font-weight: 300;
}

.form-rse-title:before {
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-color: transparent #556176 #556176 transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}



.t-color-blue p {
  color: #13599e;
}

.t-color-blue {
  margin-bottom: 40px;
}


.rsesubcat {
  padding: 0px 40px;
}


.pane-card ul {
  padding-left: 2em;
}

.pane-card ul li {
  list-style-type: disc;
}

@media (max-width: 425px) {
  .pane-card ul li {
    width: 100%;
  }
}



.texto-legal {
  font-size: 14px;
}


.titulo-home {
  display: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 2px;
}

@media (max-width: 767px) {

  .form-rse {
    margin: 20px 0;
    padding: 0px;
    background: #fff;
    border-top: 0px;
    border-radius: 0px;
    display: block;
  }

  .form-rse-btn {
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
  }

  .rsesubcat {
    padding: 0px;
  }

  .form-rse-title {
    padding-left: 0px;
    margin-bottom: 10px;
    display: table;
  }

  .form-rse-title::before {
    content: none;
  }

  .img-banners-ppl {
    display: none;
  }

  .show-on-mobile {
    display: block !important;
  }

  .btn-language {
    display: none !important;
  }

  .paises-down p {
    margin: 0;
    display: inline-block !important;
    font-size: 14px;
  }

  .paises-down p.textPaisesDesktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-on-mobile {
    display: block !important;
  }

  .img-banners-ppl {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .show-on-tablet {
    display: block !important;
  }

  .img-banners-ppl {
    display: none;
  }
  .paises-down p {
    margin: 0;
    display: inline-block !important;
    font-size: 14px;
  }

  .paises-down p.textPaisesDesktop {
    display: none !important;
  }
  .btn-language {
    display: none !important;
  }
}





header li a {
  font-weight: 400;
}

/* .nav_main li a {
  display: block;
} */


/* .nav_main li ul {
  display: none;
  position: relative;
} */

/* .nav_main li:hover>ul {
  display: block;
} */

/* .nav_main li ul li {
  position: relative;
} */

/* .nav_main li ul li ul {
  right: -140px;
  top: 0;
} */

.nav_main img {
  height: 40px;
  width: 42px;
}

/* .nav_main img {
  margin-right: 10px;
} */

.nav_main .slick-disabled {
  opacity: 0.5;
  transition: all .2 linear;
}

.nav_main .slick-list {
  height: auto;
}

.nav_main .item-nav {
  position: relative;
  padding: 0 0 16px;
}

.nav_main_header{
  display: flex;
  align-items: center;
} 

.nav_main_header .item-nav {
  position: relative;
  /* padding: 0 0 16px; */
}

.nav_main_header .item-nav:hover a p{
  color: #1c8464;
}

.nav_main .item-nav a {
  padding: 0 10px;
  text-align: center;
  display: block;
}

.nav_main_header .item-nav a {
  padding: 0 10px;
  text-align: center;
  display: flex;
}


.nav_main_header .hide-menu {
  display: none !important;
}

.nav_main .hide-menu {
  display: none !important;
}

.nav_main .item-nav a .text_item {
  font-size: 18px;
}

.nav_main .item-nav .sub-item {
  background-color: #fff;
  top: 100%;
  position: absolute;
  left: 0;
  z-index: 99;
  height: 0;
  opacity: 0;
  width: 226px;
  transition: all .2s linear;
  display: none;
  visibility: hidden;
  left: 50%;
  transform: translate(-50%, 0);
}


.nav_main_header .item-nav .sub-item {
  background-color: #fff;
  top: 100%;
  position: absolute;
  left: 0;
  z-index: 99;
  height: 0;
  opacity: 0;
  width: 226px;
  transition: all .2s linear;
  display: none;
  visibility: hidden;
  left: 50%;
  transform: translate(-50%, 0);
}




/* .nav_main .subitem_menu .sub-item-2 {
  background-color: #fff;
  top: 100%;
  position: absolute;
  z-index: 99;
  height: 0;
  opacity: 0;
  width: 100%;
  transition: all .2s linear;
  display: none;
  left: 188px;
  top: 0;
  visibility: hidden;
} */

.nav_main .ico-dow {
  background: url("../images/Icon-botton-blue.png") center no-repeat;
  background-size: contain;
  bottom: 6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 22px;
  height: 22px;
}

.nav_main .ico-dow-left {
  background: url("../images/Icon-left.png") center no-repeat;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
}


.ico-dow-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ico-dow-content-left {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 9999;
}


.nav_main .item-nav:hover .sub-item {
  opacity: 1;
  height: auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 4px;
  padding: 10px;
  display: block;
  visibility: visible;
}

.nav_main_header .item-nav:hover .sub-item {
  opacity: 1;
  height: auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 4px;
  padding: 10px;
  display: block;
  visibility: visible;
  border: 1px solid #c8c8c8;
  border-radius: 10px;

}

@media (max-width: 1199px){
  .nav_main .item-nav:hover .sub-item {
    display: none !important;
  }
  .ico-dow-content{
    display: none !important;
  }
}

/* .nav_main .subitem_menu:hover .sub-item-2 {
  opacity: 1;
  height: auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 4px;
  padding: 10px;
  display: block;
  visibility: visible;
} */

.nav_main .item-nav .sub-item .subitem_menu {
  border-bottom: solid #dce1e9 1px;
}


.nav_main_header .ico-dow-content{
  bottom: -3px;
  right: -7px;
  left: auto;
}

.nav_main_header .item-nav .sub-item .subitem_menu {
  border-bottom: solid #dce1e9 1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav_main_header .item-nav .sub-item .subitem_menu img {
  width: 24px;
  height: 24px;
}

.nav_main .item-nav .sub-item .subitem_menu a {
  display: block;
  color: #13599e;
  padding: 24px 0;
  font-size: 18px;
}
.nav_main_header .item-nav .sub-item .subitem_menu a {
  display: block;
  color: #556176;
  padding: 4px 0;
}

.nav_main_header .item-nav .sub-item .subitem_menu:hover a{
  color: #1c8464;
}


.nav_main_header .item-nav .sub-item .subitem_menu p {
  font-size: 13px;
  padding-left: 30px;
}


.nav_main_header .menu_need{
  justify-content: flex-end;
}
.nav-mobile-persons-header{
  display: none;
}

@media (max-width: 1199px){
  .menu-persons-header{
    display: none !important;
  }
  .nav-mobile-persons-header{
    display: block;
  }
  .nav_main_header .menu_need{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .nav_main_header .item-nav{
    width: 100%;
  }
  .nav_main_header .item-nav a{
    padding: 0;
  }
  .nav_main_header .ico-dow-content{
    display: block;
  }
  .nav_main_header .item-nav:hover .sub-item{
    position: relative;
    top: 0;
    left: 23px;
    transform: inherit;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .nav-mobile-persons-header .item_contact .sub-item-mobile li{
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
  .nav-mobile-persons-header .item_contact .sub-item-mobile li p{
    font-size: 11px;
    padding-left: 8px;
    font-weight: 700;
  }
  .nav-mobile-persons-header .caret{
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;

  }
  .nav-mobile-persons-header .ico-dow-content-mobile{
    right: auto;
    left: 175px;
  }
  .nav-mobile-persons-header .item_contact > a{
    color: #13599e !important;
    font-weight: bold;
  }
  .nav_main_header .item-nav a p{
    color: #13599e;
  }
}

.nav_main .item-nav .sub-item .subitem_menu:last-child {
  border: none;
}

.nav_main_header .item-nav .sub-item .subitem_menu:last-child {
  border: none;
}

.ico-dow-content-mobile{
  position: absolute;
  z-index: 9999;
  top: 7px;
  right: 17px;
}

.ico-dow-mobile{
    background: url("/sites/all/themes/banesco/images/Icon-menu-mobile.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
}

.item_contact.active .ico-dow-mobile{
  transform: rotate(180deg);
}

.item_contact.active > a{
  color: #13599e !important;
}

.item_contact.active{
  border-top: 1px solid #dce1e9;
  border-bottom: 1px solid #dce1e9;
}



.sub-item-mobile{
  display: none;
}

header .nav_ppal {
  /* height: 80px; */
  padding: 20px 0% 15px;
}

.nav_ppal {
  position: relative;
}

.nav_ppal .search-input {
  border-bottom: solid #1975d1 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.nav_ppal .search-input input {
  outline: none;
  font-size: 22px;
  border: none;
  padding-left: 20px;
  width: 100%;
  height: 100%;
}

.nav_ppal .ico-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(50%, -50%);
}

.nav_ppal .ico-search {
  cursor: pointer;
}

.search-input .result-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 105%;
  z-index: 99999999;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  transition: all .2s linear;
}

.search-input .result-content_open {
  opacity: 1;
  top: 102%;
  visibility: visible;
}

.search-input .result-content .item-result {
  background-color: #fff;
  border: solid #c8c8c8 2px;
  padding: 19px;
  border-top: none;
}

.search-input .result-content .item-result h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.result-content .item-result p {
  display: block;
  color: #1975d1;
  font-size: 16px;
}

.result-content .item-result a {
  display: block;
  padding: 0;
  color: #1975d1;
  font-size: 16px;
}

.result-content .only-json .item-result {
  padding: 0px;
}

.result-content .only-json .item-result a {
  background-color: #fff;
  display: block;
  padding: 19px;
  color: #1975d1;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s linear;
}

.result-content .only-json .item-result a:hover {
  background-color: rgb(222, 222, 222);
}

.result-content .only-json .mostrar {
  display: block !important;
}

.result-content .item-static {
  display: block !important;
}

.result-content .item-result h1,
.result-content .item-result h1 a {
  color: #556176;
  font-size: 18px;
}

.result-content .item-result .description-search {
  color: #556176;
  font-size: 16px;
  font-weight: 400;
  min-height: 44px;
  width: 70%;
}


.nav_ppal_top .form-group{
  margin-bottom: 0;
}
.nav_ppal_top{
  padding: 5px 0% 6px;
}

.nav_ppal .logo{
  margin-left: 3%;
}

@media (max-width: 767px){
  .nav_ppal .logo{
    margin-left: 0;
  }
  
}

@media (max-width: 1199px) {
  header {
    padding-bottom: 18px;
  }

  header .nav_ppal {
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.4);
  }

  header .nav_contact .item_contact .subtext-contact p {
    color: #13599e;
    font-size: 12px;
    font-weight: bold;
  }

  .nav_ppal .search-input {
    background-color: #dce1e9;
    border: none;
    top: 100%;
    z-index: 99;
    padding-top: 5px;
    height: 40px;
    background-color: #dce1e9;
    text-align: center;
    display: block !important;
  }

  .nav_ppal .search-input input {
    width: 90%;
    height: 26px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }

  .nav_ppal .ico-close {
    display: none;
  }

 

  .search-input .result-content .item-result {
    text-align: left;
  }

  .search-input .result-content .item-result .link-add {
    display: none;
  }

  .search-input .result-content .item-result .description-search {
    display: none;
  }

  .result-content .item-result h1 {
    margin: 0;
  }
}

header .nav_contact {
  margin-top: 0px;
  margin-left: 0%;
}

header .nav_contact .item_contact {
  color: #13599e;
  font-size: 14px;
  position: relative;
}

header .nav_contact .item_contact .subtext-contact {
  position: absolute;
  bottom: -5px;
  left: 35px;
  width: 100%;
}

header .nav_contact .item_contact .subtext-contact p {
  color: #13599e;
  font-size: 10px;
  font-weight: bold;
}

header .nav_contact .item_contact a,
.menu-need_mobiel .item-nav a {
  color: #3a4454;
  font-size: 14px;
}

header .nav_contact .title_menu {
  font-size: 16px;
  font-weight: 800;
}

@media (max-width:1024px) {
  header .nav_contact .title_menu {
    margin-top: 40px;
  }
}


.menu-need_mobiel .sub-item,
.menu-need_mobiel .ico-dow {
  display: none;
}

header .nav_contact .item_contact i {
  margin-right: 5px;
  font-size: 14px;
}

header .open_menu {
  position: relative;
  float: right;
  cursor: pointer;
}

header .open_menu span {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #13599e;
  margin-bottom: 5px;
  border-radius: 20px;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  transition: .3s linear;
}

.open_menu.is-active span {
  position: absolute;
  right: 47%;
}

header .open_menu span:last-of-type {
  margin-bottom: 0;
}

.open_menu.is-active span:first-of-type {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open_menu.is-active span:nth-of-type(2) {
  display: none;
}

header .open_menu.is-active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .open_menu .hamburguer,
header .open_menu .t-light {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 0;
}

header .open_menu.is-active .hamburguer {
  margin-top: -3px;
}

header .owl-nav {
  position: absolute;
  top: 41%;
  width: 100%;
}

header .owl-nav .owl-next {
  float: right;
  position: relative;
  right: -13px;
}

header .owl-nav .owl-prev {
  float: left;
  position: relative;
  left: -18px;
}

.slider_main {
  position: relative;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}

.slider_main .swiper-wrapper {
  height: 96% !important;
}

.bannerSolicitudesLinea .swiper-slide:before, .bannerSolicitudesLinea .owl-item div:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.47;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #000000), color-stop(102%, #ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(left, #000000 34%, #ebebeb 102%, #ebebeb 100%);
  background-image: -o-linear-gradient(left, #000000 34%, #ebebeb 102%, #ebebeb 100%);
  background-image: linear-gradient(90deg, #000000 34%, #ebebeb 102%, #ebebeb 100%);
  background-position: center center;
}



.slider_main .owl-wrapper-outer,
.slider_main .swiper-container {
  margin: 0;
  height: 420px;
  padding: 0;
  width: 100%;
}

@media (max-width:480px) {
  .slider_text--content {
    font-size: 22px !important;
  }

  .content_singlecard .content_tabs .btns {
    text-align: center !important;
  }

  header .nav_contact .item_contact .subtext-contact {
    position: absolute;
    bottom: 10px;
    left: 125px;
    width: initial;
  }
}

.slider_main .owl-wrapper-outer .owl-wrapper,
.slider_main .owl-wrapper-outer .owl-item {
  height: 100%;
}

.slider_main .owl-wrapper-outer .owl-item div {
  height: 100%;
}

.slider_main .owl-wrapper-outer iframe,
.slider_main .swiper-container iframe {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_main .owl-carousel {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  height: auto;
}

.slider_main .owl-carousel .owl-stage,
.slider_main .owl-carousel .owl-stage-outer,
.slider_main .owl-carousel .owl-item,
.slider_main .owl-carousel .item {
  height: 100%;
}

.slider_main .owl-carousel .owl-item img,
.slider_main .swiper-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* .slider_main .owl-controls {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
} */

/* Responsive */
/* @media screen and (max-width:767px) {
  .slider_main .owl-controls {
    bottom: 0;
  }
} */

.slider_main .owl-controls .owl-page span {
  background-color: #13599e;
  border-radius: 50%;
  height: 15px;
  margin: 0 7px;
  width: 15px;
}


.text_item {
  color: #3a4454;
}

.t-light {
  color: #13599e;
}

.t-nav_main {
  color: #13599e;
}

.slider_menu .owl-buttons {
  position: absolute;
  top: 0;
  width: 100%;
}

.slider_menu .owl-theme .owl-buttons div {
  background-color: transparent;
  color: #13599e;
  opacity: 1 !important;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
}

.slider_menu .owl-theme .owl-buttons .owl-prev {
  left: 0;
}

.slider_menu .owl-theme .owl-buttons .owl-next {
  right: 0;
}

.owl-buttons .disabled i {
  opacity: .5;
}

.slider_navmain {
  padding: 36px 0;
  background-color: #fff;
  border-bottom: 1px solid #c8c8c8;
}



.read_more {
  color: #13599e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.read_more:hover {
  color: #13599e;
}

.u-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
}

.list-circle li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}

.list-circle li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: currentColor;
  top: .55em;
  left: 0;
  border-radius: 50%;
}

.custom-select {
  position: relative;
}

.custom-select:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container--md {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content_center {
  text-align: center;
}

.nav_inline {
  margin: 0;
  padding: 0;
}

.nav_inline li {
  display: inline-block;
  margin: 0px 15px;
  padding: 7px 3px 0;
}

.nav_list {
  padding-left: 31px;
}

.nav_list li {
  list-style-type: disc;
  color: #556176;
  padding: 7px 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.list_left {
  margin: 0 auto;
  padding: 0;
}

.list_left li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  height: 15px;
  width: 15px;
  opacity: .5;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.owl-carousel {
  position: relative;
}

.owl-dots {
  text-align: center;
  width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
  opacity: .5;
  border-radius: 50%;
  height: 15px;
  margin: 0 7px;
  width: 15px;
  padding: 0;
}

.owl-dots .active {
  opacity: 1;
}

.btns-center {
  text-align: center;
}

.int_container {
  background-color: #fff;
  /*-webkit-box-shadow: 0px 0px 4px 0px #cecece;
  box-shadow: 0px 0px 4px 0px #cecece;*/
  padding: 0px;
}

@media (max-width:767px) {
  .int_container {
    padding: 0;
  }
}

.nav-tabs {
  border: none;
  text-align: center;
}

.nav-tabs li a {
  border: solid #c8c8c8 1px;
  border-radius: 0;
}

.nav-tabs .active a {
  border-color: #1c8464;
}

footer {
  margin-top: 5px;
  padding: 37px 0 27px;
}

footer .associates {
  margin-top: 20px;
}

footer .footer_nav {
  margin-top: 15px;
}

footer .footer_nav p {
  margin: 0;
}

.link-banesco{
  color: #13599e !important;
}

footer .footer_nav a {
  color: #13599e;
  font-family: "Lato", sans-serif;
  display: block;
  padding: 5px 0;
  font-weight: 400;
}

/* footer .footer_nav li:nth-child(1) {
	margin-left: 0;
	padding-left: 0;
} */

footer .item_redes {
  margin: 0;
  width: 34px;
  height: 34px;
  padding: 0;
}

footer .item_redes img {
  color: #1c8464;
  font-size: 24px;
}

footer .logos img {
  display: inline-block;
  margin-left: 20px;
}

footer .text_copy {
  color: #556176;
  font-size: 12px;
  margin-top: 6px;
}

.banner_section {
  height: 240px;
  margin: 150px 0 40px;
  min-height: 240px;
  padding-top: 31px;
  position: relative;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 755px) and (orientation: landscape) {
  .banner_section.banner_section:first-child {
    margin: 150px 0 350px;
  }

  .banner_section:first-child .t-light {
    color: #13599e !important;
  }

  .banner_section:first-child .text_simple {
    color: #3a4454 !important;
  }

  .banner_white {
    margin: 90px 0 240px;
  }
}

.goods_int .banner_section {
  margin: 100px 0 0px;
}

.contentShadowProducts .banner_section {
  height: auto;
  min-height: auto;
}

.banner_section:first-child {
  background: #13599e;
}

.banner_section:first-child .text_simple {
  color: #fff;
}

.banner_section:first-child .t-light {

  color: #fff;
}

.banner_section:first-child .u-btn {
  background-color: #ffc107;
}

.banner_section .img_bg {
  object-fit: cover;
  background-size: cover !important;
  height: 320px;
  left: 0;
  top: -145px;
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.banner_section .t-light {
  font-weight: 800;
  text-align: left;
}

.banner_section .u-btn {
  float: right;
  margin-top: 27px;
}

.banner_blue {
  background-color: #13599e;
}

.banner_blue .t-light {
  color: #fff;
}

.banner_blue .text_simple {
  color: #fff;
}

.banner_blue .u-btn {
  background-color: #ffc107;
  color: #fff;
}

.banner_white {
  background-color: #fff;
}

.banner_white .t-light {
  color: #13599e;
}

.banner_white .u-btn {
  background-color: #13599e;
  color: #fff;
}

.item_post {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 20px;
  width: 45%;
}

.list_posts .views-row:nth-child(even) .item_post {
  float: right;
}

.list_posts .views-row:nth-child(odd) .item_post {
  float: left;
}

.item_post .content_post {
  padding: 24px 24px 54px;
  position: relative;
}

.item_post .t-light {
  color: #13599e;
  font-size: 18px;
  text-align: left;
}

.item_post .header_post {
  background-size: cover !important;
}

.item_post .posts_largue {
  height: 485px;
}

.item_post .posts_small {
  height: 245px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 425px) {

  .item_post .posts_small {
    height: auto;
  }
}

.item_post .read_more {
  bottom: 16px;
  position: absolute;
  right: 24px;
}

.posts_main {
  padding: 20px 0;
}

.int_cards .banner_section {
  padding: 30px 3% 30px;
}

@media (min-width: 768px) {
  .int_cards .banner_section {
    padding: 30px 3% 0px;
  }
}

.int_cards .btns {
  text-align: center;
  margin-top: 40px;
}

.int_cards .img_basic {
  margin-bottom: 30px;
}

.int_cards .u-btn {
  display: inline-block;
  margin: 0 10px 15px 10px;
}

@media (max-width:767px) {
  .int_cards .u-btn {
    min-width: 250px;
  }
}

.featured_card h4 {
  font-weight: 600;
}

.featured_card {
  margin: 50px 0 40px;
}

.featured_card .text_simple {
  margin: 0 auto;
  text-align: center;
  width: 73%;
}

.more_cards {
  margin-top: 40px;
}

.more_cards .card_item h4 {
  font-weight: 300;
}

.more_cards .card_item {
  margin: 68px 2%;
  /* width: 85%; */
  margin-bottom: 132px;
  position: relative;
}

.more_cards .img_basic img {
  max-width: 100%;
  width: 306px;
}

.more_cards .owl-dots .owl-dot {
  background-color: transparent;
  border: solid #707070 1px;
  opacity: 1;
}

.more_cards .owl-dots .active {
  background-color: #708090;
}

.more_cards .btns {
  margin-top: 11px;
  width: 100%;
}

.more_cards .btns a {
  width: 45%;
}

@media (max-width: 445px) {
  .btns a {
    margin-bottom: 10px;
  }

  .more_cards .btns a {
    width: 64%;
  }

  .prev-step,
  .next-step {
    margin-bottom: 10px;
  }
}

.more_cards .t-light {
  text-align: left;
}

.more_cards .u-btn {
  margin: 0 5px 10px 5px;
  padding: 15px 14px;
}

.content_singlecard {
  margin-top: 40px;
  overflow: hidden;
}

.content_singlecard .group-contents:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border: 1px dotted #c8c8c8;
  left: 0;
}

.content_singlecard .group-contents:last-of-type:after {
  content: normal;
}

.group-contents .content_tabs {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .content_singlecard {
    padding: 0;
    clear: both;
  }
}

hr {
  width: calc(100% + 472px);
  margin-left: -236px;
  margin-right: -236px;
  border-bottom: 1px dotted #c8c8c8;
  border-top: 0;
}


.content_singlecard .cont-tab .group-contents:first-child .content_tabs {
  padding-top: 0px;
}

.content_singlecard .content_tabs {
  /*border-bottom: dashed 1px #666;*/
  padding-bottom: 60px;
  padding-top: 60px;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .group-contents {
    padding: 20px 0;
    position: relative;
  }

  div.titleColumn2Ventajas {
    max-width: 320px;
  }

  .content_singlecard .group-contents:after {
    left: -25px;
    width: calc(100% + 50px);
    bottom: 0;
  }

  .content_singlecard .content_tabs {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
    clear: both;
  }

  .content_tabs .btns {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .content_singlecard hr {
    display: none;
  }

  .content_singlecard .content_tabs ul {
    padding-left: 1.5em;
  }
}

.content_singlecard .content_tabs .u-btn {
  position: relative;
  margin-top: 40px;
}

.content_singlecard .item_list .text_simple {
  color: #556176;
}

.content_singlecard .pane-card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content_singlecard .title_detail {
  color: #13599e;
  padding-left: 34px;
  position: relative;
  text-align: left;
  background: url(../images/comillas.png) no-repeat -5px -10px / 40px;
}

.content_singlecard .title_detail::before {
  content: '';
  background: url("../../icons/ico-comi.svg") center no-repeat;
  height: 32px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 32px;
}

@media (max-width: 767px) {
  .content_singlecard .content_tabs .u-btn {
    margin-top: 0;
  }
}

.title-accordion h3 {
  position: relative;
  font-size: 26px;
  font-weight: 300;
  padding-left: 22px;
  color: #13599e;
  cursor: pointer;
  z-index: -1;
  margin-top: 0px;
}

.titleVentajas {
  padding-top: 25px;
  width: 100%;
}

.titleVentajas h1,
.titleVentajas p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  color: #3a4454;
  font-weight: 900;
  position: relative;
}

.titleVentajas article {
  font-size: 18px;
  font-weight: 500;
}

.page-node-445 .titleVentajas h1:before {
  content: '';
  background: url("../images/ico-question.svg") center no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  left: -30px;
  position: absolute;
}

@media (max-width:767px) {
  .titleVentajas {
    margin-bottom: 15px;
  }
}

.subTitleVentajas p {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #556176;
}

.contentBtnVentajas {
  margin-top: 14px;
}

.shadowVentajasProductos {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.contentColumn2Ventajas {
  padding: 20px 0px 30px 50px;
}

.contentColumn2Ventajas .titleColumn2Ventajas {
  width: 50%;
  margin-bottom: 10px;
  margin-left: 14px;
}

.contentColumn2Ventajas .titleColumn2Ventajas p {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #556176;
}

.contentColumn2Ventajas .titleColumn2Ventajas p::before {
  content: "";
  display: inline-block;
  background: url(../images/checkGreen.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 40px;
  top: 27px;
}

.contentColumn2Ventajas .contentImg {
  border: 4px solid #13599e;
  height: 56px;
  padding-top: 7%;
  width: 56px;
}

.contentImg-animado img {
  -webkit-animation: imgspin 5s linear infinite;
  -moz-animation: imgspin 5s linear infinite;
  animation: imgspin 5s linear infinite;
  transition-timing-function: ease-in-out;
}

.contentImg-animado {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
  transition-timing-function: ease-in-out;
}

@-moz-keyframes imgspin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes imgspin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes imgspin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contentColumn2Ventajas .contentSectionProducts {
  margin-bottom: 15px;
}

.contentColumn2Ventajas .contentImg img {
  display: block;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  width: 60%;
  max-width: 60%;
  max-height: 36px;
}

.contentColumn2Ventajas .subtitleContentImage {
  margin-top: 8px;
  width: auto;
}

@media (max-width: 468px) {
  .contentColumn2Ventajas .subtitleContentImage {
    min-height: 60px;
  }
}

@media (max-width:767px) {
  .contentColumn2Ventajas .contentSectionProducts {
    min-height: 105px;
  }
}

.contentColumn2Ventajas .subtitleContentImage p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #3a4454;
}

.contentBlueProducts {
  padding: 24px 0px 0px 0px;
}

.backgroundBluePage {
  background-color: #13599e;
}

.contentTextBackgroundBlue {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0px 20px 0px;
}

.contentTextBackgroundBlue p,
.contentTextBackgroundBlue h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  width: 74%;
  margin: 0 auto 10px;
}

@media (max-width: 425px) {

  .contentTextBackgroundBlue p,
  .contentTextBackgroundBlue h2 {
    width: 100%;
  }
}

.contentTextBackgroundBlue img {
  display: block;
  margin: 0 auto;
}

.containerVentajas {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .containerVentajas {
    padding-top: 30px;
  }
}

.contentProductos {
  padding: 24px 0px 0px 0px;
  overflow: hidden;
}

.contentShadowProducts {
  padding-bottom: 20px;
}

.titleCicloProductos h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.625rem;
  color: #13599e;
  text-align: left;
}

.subTitleCicloProductos {
  padding-bottom: 14%;
}

.subTitleCicloProductos p {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #556176;
}

.contentBtnProductos {
  text-align: right;
}

/*.contentBtnProductos a {
  float: right;
  }*/

.contentImgProduct img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .contentImgProduct {
    margin-bottom: 15px;
  }

  .contentImgProduct img {
    max-width: none;
    width: 100%;
  }
}

.separatorProductos {
  height: 20px;
  border-bottom: 1px dotted #c8c8c8;
  padding-top: 4%;
}

.contentProductosRow {
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 1px dotted #c8c8c8;
}



.contentProductos .views-row:last-child .contentProductosRow {
  border-bottom: 0;
}

.shadowContainer {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

				   

@media (max-width: 991px) {
  .contentBlueProducts {
    padding: 3% 0px 0px 0px;
  }

  .subTitleVentajas {
    padding-bottom: 20px;
  }

  .contentProductos {
    padding: 40px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .contentProductosRow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .contentColumn2Ventajas .titleColumn2Ventajas {
    width: 100%;
  }

  .shadowContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .contentShadowProducts {
    padding: 20px 0px 0px 0px;
  }

  .contentBtnProductos a {
    float: initial;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .titleVentajas {
    width: 100%;
  }
}

.sect-cont {
  padding: 0 0 100px 0;
  background-color: #fafafa;
}

.banner-promo {
  margin-bottom: 40px;
}

.banner-promo_col {
  float: none;
}

.banner-promo_col .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-promo_txt {
  padding: 25px 50px 45px 50px;
}

.banner-promo_txt h2 {
  margin-bottom: 20px;
}

.banner-promo_txt .u-btn {
  width: 100%;
  max-width: 210px;
  margin-top: 20px;
}

.banner-promo .img_fit {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .banner-promo_col:first-of-type {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-promo_txt .text-right {
    text-align: center;
  }
}

.stripe-title {
  padding: 22px 50px;
  margin: 40px 0;
}

.stripe-title h2 {
  margin: 0;
}

@media handheld,
only screen and (min-width: 1200px) {
  .item_post {
    width: 46%;
  }
}

@media handheld,
only screen and (max-width: 990px) {
  header .nav_contact {
    margin-left: 0;
  }

  .item_post {
    width: 44%;
  }
}

@media handheld,
only screen and (max-width: 863px) {
  .nav_inline li {
    margin: 0px 0px;
    padding: 7px;
  }

  .redes_nav.nav_inline li {
    padding: 0px;
  }
}

@media screen and (max-width:1199px) {
  .btn.btn-primary.dropdown-toggle {
    padding: 0;
    box-shadow: none;
  }

  .dropdown-menu {
    display: block !important;
    padding: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    position: relative;
  }

  .dropdown:before {
    content: "Banesco en otros países:";
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 16px;
    color: #13599e;
    font-weight: bold;
  }

  .nav_inline li.item_redes {
    display: inline-block;
  }

  .nav_inline li {
    display: block;
    padding: 7px 0;
  }

  .open_menu.visible-xs .t-light {
    font-size: 0;
  }

  header .nav_contact {
    display: none;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    clear: both;
    text-align: left;
  }

  header .nav_contact.is-active {
    display: block;
  }

  .nav_contact .item_contact {
    display: block;
  }

  .content_singlecard {
    margin-top: 0;
  }

  .content_singlecard .pane-card {
    padding-top: 0;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 755px) and (orientation: landscape) {
  .content_banner {
    margin-top: 35%;
  }
}

@media handheld,
only screen and (max-width: 425px) {
  header .slider_main {
    margin: 0 0 82px;
  }

  .banner_section {
    min-height: 405px;
  }

  .banner_section .content_banner {
    position: relative;
    top: -120px;
  }

  .banner_section .img_bg {
    height: 216px;
    top: -149px;
    position: relative;
  }

  .content_singlecard {
    padding: 0;
  }

  .featured_card .text_simple {
    width: 90%;
  }

  .int_cards .banner_section {
    height: auto;
  }

  .int_cards .u-btn {
    padding: 15px;
  }

  .item_post {
    margin: 0 0 20px;
    float: initial;
    width: 100%;
  }

  .item_post .posts_largue {
    height: 235px;
  }

  .more_cards .card_item {
    margin: 0 0 40px;
    width: 100%;
  }

  .more_cards .card_item .t-light,
  .more_cards .card_item .description_ppal {
    text-align: center;
    padding: 0 23px;
  }
}


/* Slider page */
.slider_page {
  position: relative;
  height: auto;
  overflow: hidden;
}

/*.slider_page img {
width: 100%;
}*/

.slider_info {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  font-size: 0;
  z-index: 10;
}

.slider_page .slider_info>.container {
  font-size: 0;
}

.slider_text {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .slider_info {
    top: 10%;
  }
}

@media (min-width: 768px) {
  .slider_text {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .slider_text {
    font-size: 28px;
    width: 56%;
  }
}

.slider_text--title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .slider_text--title {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .slider_text--title {
    font-size: 42px;
  }
}

.slider_text--content {
  font-size: 28px;
  color: #fff;
}

/* volver */
.volver {
  font-size: 14px;
  color: #13599e;
  padding: 10px 2%;
  background: #fff;
}

.volver .fas {
  margin-right: 10px;
}

/* Oferta */
.oferta {
  background: #fff;
  padding-top: 70px;
}

.oferta_content {
  padding: 10px 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .oferta_content {
    padding: 20px 20px;
  }
}

@media (min-width: 992px) {
  .oferta_content {
    padding: 30px 30px;
  }
}

@media (min-width: 1200px) {
  .oferta_content {
    padding: 30px 50px;
  }
}

.oferta_content .t-light {
  font-size: 20px;
  font-weight: 900;
  color: #3a4454;
  max-width: 180px;
  width: 100%;
}

@media (min-width: 768px) {
  .oferta_content .t-light {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .oferta_content .t-light {
    font-size: 48px;
  }
}

.oferta_content .text_simple {
  color: #556176;
  font-size: 14px;
}

@media (min-width: 768px) {
  .oferta_content .text_simple {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .oferta_content .text_simple {
    font-size: 22px;
  }
}

.oferta_description {
  font-size: 22px;
  color: #556176;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
  max-width: 764px;
  width: 100%;
}

@media (min-width: 768px) {
  .oferta_description {
    font-size: 26px;
  }
}

.oferta_item.right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.oferta_item.right .oferta_content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
}

.oferta_item.right .oferta_image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
  margin: 0;
}

.oferta_item .oferta_image img {
  width: 100%;
}


/* haz_solicitud */
f {
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(200, 200, 200, 0.41)), to(#fff));
  background-image: -webkit-linear-gradient(bottom, rgba(200, 200, 200, 0.41) 1%, #fff 100%);
  background-image: -o-linear-gradient(bottom, rgba(200, 200, 200, 0.41) 1%, #fff 100%);
  background-image: linear-gradient(0deg, rgba(200, 200, 200, 0.41) 1%, #fff 100%);
}

.slider_info {
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
  font-size: 0;
  z-index: 10;
}




/* Descargas apps */
.descargaApp {
  background: #3A4454;
  padding: 40px 0 60px;
  text-align: center;
}

.descargaApp .text_simple {
  color: #fff;
  font-size: 24px;
}

.article_blog {
  margin-top: 45px;
  overflow: hidden;
}

.article_blog article,
.article_blog p,
.article_blog span {
  color: #556176;
}

.article_blog strong {
  color: #1c8464;
}

.article_blog .t-light--green {
  text-align: left;
}

.content_blog .t-light--green {
  font-size: 16px;
}

.content_blog {
  margin-top: 50px;
}

.content_blog>.t-light {
  color: #222;
}

.content_blog .t-light small {
  color: #3a4454;
  text-transform: uppercase;
  font-size: 16px;
}

.content_blog .content_blog--img {
  width: 100%;
}

.content_blog p {
  font-size: 18px;
}

.content_blog p a {
  color: #1c8464;
}

.breadcrumbs {
  text-align: center;
}

.breadcrumbs .breadcrumbs_item {
  color: #13599e;
  padding: 0;
  text-decoration: underline;
  margin: 0;
}

.breadcrumbs .breadcrumbs_item a {
  color: #13599e;
}

.oferta_item.right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.oferta_item.right .oferta_content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
}

.oferta_item.right .oferta_image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 100%;
}

/* haz_solicitud */
.haz_solicitud {
  width: 100%;
  padding-bottom: 35px;
}

.haz_solicitud .text_simple {
  font-size: 24px;
  font-weight: 900;
  margin: 12px 0;
}

.haz_solicitud h2 {
  color: #556176;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.haz_solicitud h2::before {
  content: "";
  position: absolute;
  width: 156px;
  height: 3px;
  background: #1975d1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.haz_solicitud_enlace {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #556176;
  font-weight: 700;
  text-transform: inherit;
  padding: 12px 20px;
  min-width: 218px;
  margin-bottom: 10px;
  margin-right: 15px;
  text-align: center;
}

.haz_solicitud_enlace p {
  display: inline-block;
}

.haz_solicitud_enlace-img {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #1975d1;
  border-radius: 50%;
  padding: 17px;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  position: relative;
}

.haz_solicitud_enlace-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* .haz_solicitud_enlace:hover {
	color: #fff;
} */

.haz_solicitud--top {
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(0deg, #dce1e9 000000000000002%, rgba(218, 218, 218, 0) 100%);
}

.haz_solicitud--top .text_simple {
  text-transform: none;
  text-align: left;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .haz_solicitud_enlace p {
    display: block;
    margin-top: 14px;
  }
}



/* Descargas apps */
.descargaApp {
  background: #3A4454;
  padding: 40px 0 60px;
  text-align: center;
}

.descargaApp .text_simple {
  color: #fff;
  font-size: 24px;
}

.article_blog {
  margin-top: 45px;
  overflow: hidden;
}

.article_blog article,
.article_blog p,
.article_blog span {
  color: #556176;
}

.article_blog strong {
  color: #1c8464;
}

.article_blog .t-light--green {
  text-align: left;
}

.content_blog .t-light--green {
  font-size: 16px;
}

.content_blog {
  margin-top: 50px;
}

.content_blog>.t-light {
  color: #222;
}

.content_blog .t-light small {
  color: #3a4454;
  text-transform: uppercase;
  font-size: 16px;
}

.content_blog .content_blog--img {
  width: 100%;
}

.content_blog p {
  font-size: 18px;
}

.content_blog p a {
  color: #1c8464;
}

.breadcrumbs {
  text-align: center;
}

.breadcrumbs .breadcrumbs_item {
  color: #13599e;
  padding: 0;
  text-decoration: underline;
  margin: 0;
}

.breadcrumbs .breadcrumbs_item a {
  color: #13599e;
}

/*.sect-cont {
padding: 40px 0 100px 0;
background-color: #fafafa;
}

.banner-promo {
margin-bottom: 40px;
}

.banner-promo_col {
float: none;
}

.banner-promo_col .bg {
position: absolute;
width: 100%;
height: 100%;
}

.banner-promo_txt {
padding: 25px 50px 45px 50px;
}

.banner-promo_txt h2 {
margin-bottom: 20px;
}

.banner-promo_txt .u-btn {
width: 100%;
max-width: 210px;
margin-top: 20px;
}

@media (max-width: 991px) {
.banner-promo_col:first-of-type {
  display: none;
}
}*/

.m-post {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.m-post_fig img {
  display: block;
  max-width: none;
  width: 100%;
}

.m-post_txt {
  padding: 30px 25px 25px 25px;
}

.m-post_txt h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  color: #13599e;
  height: 65px;
}

.m-post_txt p {
  margin-left: 0;
  margin-bottom: 20px;
}

.m-post--large .m-post_txt {
  padding: 40px 50px 60px 50px;
}

.m-post--large h3 {
  margin-bottom: 30px;
}

.m-post--large .list-circle {
  font-size: 18px;
}

.c-terms_title {
  position: relative;
  margin-bottom: 15px;
}

.c-terms_title:after {
  content: "";
  position: absolute;
  width: 69%;
  height: 1px;
  right: 0;
  bottom: 19px;
  background-color: #666;
}

.c-terms_title h4 {
  display: inline-block;
}

.c-terms p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .c-terms_title:after {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .c-terms_title {
    padding-bottom: 10px;
  }

  .c-terms_title:after {
    width: 100%;
  }
}

.stripe-title {
  padding: 22px 50px;
  margin: 40px 0;
}

.stripe-title h2 {
  margin: 0;
}

.goods_int .nav_inline {
  position: relative;
  top: -90px;
}

.goods_int .t-light--blue {
  padding-top: 40px;
  font-size: 34px;
  margin-bottom: 0;
}

.content_goods {
  padding: 0 5%;
}

.content_goods .t-light {
  text-align: left;
}

.item_goods {
  padding: 0 !important;
  width: calc(100% - 20px);
  float: left;
}

.item_goods .bg_goods {
  background-size: cover !important;
}

.item_goods .dats_item {
  background-color: #fff;
  padding: 11px 10px;
}

.arrow-downloable {
  float: right;
  position: relative;
  top: -20px;
}

.item_goods .item_name {
  color: #13599e;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 991px) {
  .nav_inline .item_goods {
    margin: 0 10px 10px 10px;
  }
}

@media (max-width: 480px) {
  .item_goods .bg_goods img {
    display: none;
    width: 100%;
    max-width: none;
  }

  .item_goods--two .bg_goods img {
    display: block;
  }
}

@media (min-width: 481px) {
  .item_goods {
    width: calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .item_goods {
    width: calc(25% - 20px);
  }
}

@-webkit-keyframes showUl {
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes showUl {
  to {
    bottom: 0;
    opacity: 1;
  }
}

.cont-md {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .cont-md {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .cont-md {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.text-pad-icon {
  position: relative;
  padding-left: 30px;
}

.text-pad-icon img,
.text-pad-icon i {
  position: absolute;
  top: 5px;
  left: 0;
}

.text-pad-icon--two {
  padding-left: 40px;
}

.sucursales .text-pad-icon--two i {
  color: #fff;
}

.text-pad-icon--two img,
.text-pad-icon--two i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sucursales .text-pad-icon--two img {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  left: auto;
}

.text-pad-icon--two i {
  font-size: 30px;
}



.sucursales .text-pad-icon--two i {
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sucursales .text-pad-icon--two img {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  left: auto;
}

.text-pad-icon--two i {
  font-size: 30px;
}

.items-tabs {
  margin-bottom: 12px;
}

.items-tabs--mob {
  position: relative;
}

.items-tabs--mob ul {
  display: none;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  bottom: -10px;
  opacity: 0;
  background-color: white;
  z-index: 10;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.items-tabs--mob ul.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: showUl 0.3s linear 0s forwards;
  animation: showUl 0.3s linear 0s forwards;
}

.items-tabs--mob li {
  width: 48%;
}

.items-tabs--mob .item-tab {
  width: 100%;
  height: calc(100% - 10px);
}

.items-tabs_selected {
  position: relative;
  padding: 12px 30px;
  font-size: 18px;
  color: #1c8464;
  border: 1px solid #1c8464;
  cursor: pointer;
}

.items-tabs_selected:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 15px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.items-tabs_selected.is-active:before {
  top: 56%;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.item-tab {
  cursor: pointer;
  padding: 12px 15px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  width: 24%;
  margin: 0 5px 17px;
  text-align: center;
}

.item-tab-int {
  width: auto;
}

.item-tab.is-active {
  border: 1px solid #1c8464;
  color: #1c8464;
}


.item-tab.is-active {
  border: 1px solid #1c8464;
  color: #1c8464;
}

.item-tab--mob {
  display: block;
  margin-bottom: 0;
}

.item-tab--mob.is-active {
  background-color: #1c8464;
  color: white;
}

.arrow-icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.arrow-icon:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
  .items-tabs--mob {
    display: none;
  }

  .item-tab {
    width: 100%;
    margin: 10px 5px;
  }
}

@media (min-width: 768px) {
  .items-tabs--mob {
    display: none;
  }
}

.pane-card {
  padding-top: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.pane-card_footer {
  padding: 40px 15px 50px 15px;
}

.cont-tab {
  display: none;
  opacity: 0;
  position: relative;
  padding: 0 30px 50px 30px;
  border-bottom: 1px dashed;
}

.cont-tab.is-active {
  border: none;
  display: block;
  -webkit-animation: showFade 0.3s linear 0s forwards;
  animation: showFade 0.3s linear 0s forwards;
}

.content_tabs.is-active {
  display: block;
}

.content_tabs ul {
  padding-left: 30px;
}

.content_tabs li {
  list-style: disc;

}

.content_tabs h3 {
  color: #13599e;
}

@media (max-width: 767px) {
  .cont-tab hr:last-of-type {
    display: none;
  }
}

@media (min-width: 768px) {
  .cont-tab {
    padding: 0 40px 50px 40px;
  }
}

@media (min-width: 768px) {
  .cont-tab {
    padding: 0 60px 50px 60px;
  }
}

.mod-accordion {
  position: relative;
  padding-left: 0;
  margin-bottom: 50px;
}

.mod-accordion dt,
.acordion-title {
  position: relative;
  padding: 8px 0;
  font-size: 26px;
  font-weight: 300;
  color: #13599e;
  cursor: pointer;
}

.acordion-title:hover {
  color: #13599e;
}

.acordion-title {
  padding-left: 30px;

}

.accordion-body {
  padding-left: 40px;
  padding-right: 40px;
}

.acordion-title:before,
.acordion-title[aria-expanded="false"]:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 10px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.acordion-title[aria-expanded="true"]:before {
  top: 50%;
  border-width: 3px 0 0 3px;
  border-color: #13599e transparent transparent #13599e;
}

.mod-accordion dt h3:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 52%;
  left: 0px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mod-accordion dt.is-active:before {
  top: 50%;
  border-width: 3px 0 0 3px;
  border-color: #13599e transparent transparent #13599e;
}

.mod-accordion dd {
  color: #556176;
  display: none;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 30px;
  opacity: 0;
}

.mod-accordion dd .list-circle {
  margin-bottom: 25px;
}

.mod-accordion dd.is-active {
  display: block;
  opacity: 1;
}

.mod-accordion p {
  margin-bottom: 15px;
}

.mod-accordion_form {
  padding: 30px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.mod-accordion_form fieldset {
  border: none;
}

.mod-accordion_form legend {
  margin-bottom: 20px;
  border-bottom: none;
  font-size: 1rem;
}

.mod-accordion_form p,
.mod-accordion_form label,
.mod-accordion_form input,
.mod-accordion_form select {
  font-size: 14px;
}

.mod-accordion_form input:not([type="checkbox"]),
.mod-accordion_form select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: white;
  border: 1px solid #13599e;
  border-radius: 5px;
}

.mod-accordion_date input {
  margin-right: 8px;
}

.mod-accordion_date input:not([type="checkbox"]) {
  display: inline-block;
  width: 60px;
  padding: 5px 10px;
}

.mod-accordion_date input[disabled] {
  background-color: #ebebeb;
}

.mod-accordion_date input,
.mod-accordion_date img,
.mod-accordion_date i {
  vertical-align: middle;
}

.mod-accordion_date i {
  color: #1f1f1f;
}

.mod-accordion .u-btn {
  padding: 12px 40px;
}

@media (max-width: 767px) {
  .mod-accordion dt {
    font-size: 20px;
  }

  .mod-accordion dd {
    font-size: 16px;
  }

  .mod-accordion_btns {
    text-align: center;
  }

  .mod-accordion .u-btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mod-accordion_form {
    padding: 30px 40px;
  }
}

.list-link {
  margin-top: 20px;
}

.list-link li {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .list-link li {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .list-link {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .list-link {
    padding-left: 40px;
  }
}

.cont-advantage {
  padding: 20px 0px 30px 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cont-advantage p {
  font-size: 14px;
  color: #13599e;
}

.cont-advantage_img {
  position: relative;
  width: 55px;
  height: 55px;
  border-width: 4px 5px;
  border-style: solid;
  border-color: #13599e;
  margin-bottom: 10px;
}

.cont-advantage_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod-map_header {
  margin-bottom: 32px;
  padding: 25px 0;
}

.mod-map_search {
  position: relative;
}

.mod-map_search input {
  padding: 8px 20px;
  width: 100%;
  border: none;
  border-radius: 10px;
}

.mod-map_search a {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mod-map_search {
    margin-top: 30px;
  }
}

.sect-cont .items-tabs {
  margin-top: 0px;
  text-align: left;
}

.sect-cont .item-tab {
  display: inline-block;
  margin: 0 10px 17px;
  width: 23%;
}

/*# sourceMappingURL=maps/main.css.map */

.menu-general {
  background: white;
  border-bottom: solid 1px silver;
  padding: 25px 15px 12px;
  margin-top: 0;
  position: relative;
}

.menu-general::before {
  content: '';
  background-color: #fff;
  left: 0;
  position: absolute;
  top: -15px;
  height: 27px;
  width: 100%;
  z-index: 9;
}

.menu-general h6 {
  font-size: 26px;
}

.logo.left p {
  font-size: 14px;
  color: #556176;
}

.owl-item .text_item {
  font-size: 20px;
  padding: 0 13px;
}

li.dropdown button,
li.dropdown button:hover,
li.dropdown button:active,
li.dropdown button:focus,
li.dropdown.open>button {
  background-color: transparent !important;
  border: none;
}

li.dropdown span {
  color: black;
}

li.dropdown .views-row li img {
  margin-right: 5px;
}

li.dropdown .views-row li {
  padding: 10px 0;
}

.paises-down {
  min-width: 80px;
  background-color: #fafafa;
}

.volver {
  padding-left: 20px;
  background: url(../images/volver.png) no-repeat center left / 15px;
  color: #13599e;
  font-size: 14px;
  display: block;
}

.toolbar-menu-administration,
#toolbar-administration * {
  font-size: 14px;
}

/* ========= form-banner ========= */
.pos-abs {
  position: absolute;
}

.form-banner {
  top: 0;
  right: 100px;
  z-index: 10;
  width: 100%;
  max-width: 280px;
  height: 100%;
  padding: 25px 20px 18px 20px;
}

.form-banner p:not([class*="font-"]) {
  font-size: 14px;
}

.form-banner_title {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.form-banner_title svg {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 24px;
  transform: translateY(-50%);
}

.form-banner_title h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.form-banner_btns .u-btn {
  display: none;
}

.form-banner_btns .u-btn.is-active {
  display: inline-block;
}

.form-banner .font-12 a {
  font-weight: 800
}

/*Responsive*/
@media screen and (max-width:991px) {
  .form-banner {
    right: 20px;
  }
}

@media screen and (max-width:767px) {
  .form-banner {
    position: relative;
    right: inherit;
    max-width: none;
    height: auto;
    padding: 25px 15% 40px 15%;
    text-align: center;
  }
}

/* ========= Select custom ========= */
.select-custom {
  position: relative;
}

.select-custom:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #556176 transparent transparent transparent;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.select-custom select {
  display: block;
  width: 100%;
  padding: 8px 30px 8px 12px;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  color: #556176;
  border-radius: inherit;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}

/*descargaApp_enlace*/
.descargaApp_enlace {
  display: inline-block;
  margin: 10px;
}

.list-posts {
  list-style: none;
}

.sizeImgLogo {
  width: 107px;
  height: 38px;
}

.activeEmpresarial {
  background-color: #2b5f8c;
}

a:hover,
a:focus {
  text-decoration: none;
}

.bannerSolicitudesLinea .form-banner {
  display: none;
}


.footer_navredes .redes_nav {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .footer_navredes .redes_nav {
    margin-right: 0px;
  }
}

.widthVentajas {
  width: 20%;
}

@media (max-width: 450px) {
  .widthVentajas {
    width: 50%;
  }
}

.mod-map_cont {
  position: relative;
}

#map {
  height: 100%;
  min-height: 600px
}

.mapa {
  height: 100%;
  min-height: 600px
}

html,
body {
  margin: 0;
  padding: 0;
}

.popup_map {
  z-index: 9;
}

.ico-close {
  cursor: pointer;
}

.search_sucursales,
.search_atms {
  background: #ffffff !important;
  color: #000;
}

.tabs-sucursales {
  text-align: left;
}

.tabs-sucursales li {
				 
  display: inline-block;
  width: 30%;
  margin: 10px 0% 17px 1%;
  text-align: center;
}

.tabs-sucursales li a {
  font-size: 16px;
  padding: 12px 15px;
  border: 1px solid #c8c8c8 !important;
}

.tabs-sucursales li a:hover {
  background-color: transparent !important;
}

.tabs-sucursales .active a {
  color: #1c8464 !important;
  font-size: 16px;
  padding: 12px 22px;
  border: 1px solid #1c8464 !important;
}

/*.popup_map {
	background-color: #fff;
	padding: 52px 0;
	width: 100%;
	height: 600px;
	}*/
.popup_map {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 48px 0 28px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  height: auto;
  background: white;
}

.popup_map .conthorarios p {
  padding-left: 20px;
  position: relative;
}

.name_sucursal strong {
  font-weight: normal;
}

.popup_map .conthorarios,
.popup_map h6.title_schedules {
  padding-top: 20px;
}

.popup_map .conthorarios p:before {
  content: "·";
  font-size: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  line-height: 12px;
  transform: translateY(-20%);
}

.popup_map hr {
  margin: 0;
  width: 100%;
}

.popup_map .ico-close {
  top: 40px;
  right: 40px;
  position: absolute;
}

.popup_map .name_sucursal {
  color: #3a4454;
  font-family: "Lato", sans-serif;
  font-size: 32px;
}

.descript_sucursal h2 {
  font-size: 32px;
  color: #1c8464;
  padding-left: 30px;
  background: url(../images/phonegreen.svg) no-repeat center left / 30px;
}

.descript_sucursal {
  padding-bottom: 20px;
}

.descript_sucursal p {
  color: #556176;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  margin: 0;
}

.title_schedules {
  color: #556176;
  font-weight: 800;
  font-size: 21px;
}

.title_schedules img {
  height: 20px;
  width: 20px;
}

.footer_modal li {
  padding-left: 15px;
  position: relative;
}

.content_singlecard .content_tabs .btns {
  text-align: right;
}

.u-btn--green:visited {
  color: #fff;
}

.u-btn--blue:visited {
  background-color: #104c87;
  color: white;
}

.haz-bottom .view-botones-solicitudes-en-linea {
  text-align: center;
  padding-bottom: 10%;
}

.haz-bottom .view-botones-solicitudes-en-linea h3 {
  display: block;
  max-width: 200px;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .haz_solicitud_enlace {
    margin-right: 0px;
  }

  .content_singlecard .content_tabs .btns {
    text-align: center;
  }
}

.mod-map_cont {
  position: relative;
}

.list_contact_sucursal .phone_contact img {
  height: 34px;
  width: 34px;
}

.bg-white {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-white+footer {
  margin-top: 0;
}

.content-404 h1 {
  color: #a5adb4;
  font-family: "Lato", sans-serif;
  max-width: 400px;
  font-size: 48px;
  font-weight: 100;
  padding-bottom: 30px;
}

.content-404 {
  padding: 50px;
  padding-left: 360px;
  overflow: hidden;
  background: url(../images/404.png) no-repeat center left / 350px;
}

.icon-404:hover {
  color: #1975d1;
  text-decoration: underline;
}

.icon-404 {
  background: no-repeat center left / 25px;
  padding: 20px 0;
  display: block;
  color: #1975d1;
  font-size: 22px;
  font-weight: 600;
}

.img-link-404 {
  margin-bottom: 7px;
  margin-right: 8px;
}


@media (max-width: 768px) {
  .content-404 h1 {
    font-size: 30px;
  }

  .content-404 {
    padding: 0;
    padding-top: 200px;
    overflow: hidden;
    background: url(../images/404.png) no-repeat center top / 180px;
  }

}

.page-node-44 .sect-map {
  box-shadow: none;
}

.popup_map hr {
  margin: 0;
  width: 100%;
}

.popup_map-none {
  display: none;
}

.popup_map .ico-close {
  top: 40px;
  right: 40px;
  position: absolute;
}

.popup_map .name_sucursal {
  color: #3a4454;
  font-family: "Lato", sans-serif;
  font-size: 32px;
}

.descript_sucursal p {
  color: #556176;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  margin: 0;
}

.title_schedules {
  color: #556176;
  font-weight: 800;
  font-size: 21px;
}

.title_schedules img {
  height: 20px;
  width: 20px;
}

.footer_modal li {
  padding-left: 15px;
  position: relative;
}

.footer_modal li::before {
  content: "•";
  color: #556176;
  left: 0;
  position: absolute;
}

.info-entrust ul li {
  color: #1975d1;
  margin-bottom: 5px;
}

.title-cat-normativo,
.title-subcat-normativo {
  position: relative;
  padding-left: 25px;
  color: #13599e;
}

.title-cat-normativo {
  font-size: 28px;
  font-weight: normal;
}

.title-cat-normativo:before,
.title-subcat-normativo-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.title-cat-normativo:before {
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.title-subcat-normativo:before {
  width: 0;
  height: 0;
  border-width: 10px 8px 0 8px;
  border-color: #13599e transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-subcat-normativo {
  font-size: 24px;
  font-weight: initial;
}

.accordion-subcat {
  margin-left: 20px;
  margin-right: 20px;
}

.acorddion-int {
  margin-left: 20px;
  margin-right: 20px;
}

.footer_modal li p {
  color: #556176;
  font-size: 21px;
  margin: 0;
}

.list_contact_sucursal {
  margin-top: 40px;
}

.list_contact_sucursal li {
  margin-bottom: 22px;
}

.list_contact_sucursal li p {
  color: #556176;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
}

.accordion-general {
  margin-left: 20px;
}

.pane-card-normativo {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.list_contact_sucursal .phone_contact {
  color: #1c8464;
  font-size: 32px;
  font-weight: 800;
}

.list_contact_sucursal .phone_contact img {
  height: 34px;
  width: 34px;
}

.bg-white {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-white+footer {
  margin-top: 0;
}

.content-404 h1 {
  color: #a5adb4;
  font-family: "Lato", sans-serif;
  max-width: 400px;
  font-size: 48px;
  font-weight: 100;
  padding-bottom: 30px;
}

.content-404 {
  padding: 160px 0;
  padding-left: 360px;
  overflow: hidden;
  background: url(../images/404.png) no-repeat center left / 350px;
}

.icon-404:hover {
  color: #1975d1;
  text-decoration: underline;
}

.icon-404 {
  background: no-repeat center left / 25px;
  padding: 20px 0;
  display: block;
  color: #1975d1;
}

.icon-404.home {
  background-image: url(../images/home.svg);
  background-size: 20px;
}

.icon-404.tarjetas {
  background-image: url(../images/tarjeta.svg);
}

.icon-404.casa {
  background-image: url(../images/casa.svg);
}

.icon-404.billete {
  background-image: url(../images/billete.svg);
}

@media (max-width: 768px) {
  .content-404 h1 {
    font-size: 30px;
  }

  .content-404 {
    padding: 0;
    padding-top: 200px;
    overflow: hidden;
    background: url(../images/404.png) no-repeat center top / 180px;
  }

  .info-entrust {
    display: none;
  }

  #tab-14 .info-entrust {
    display: block !important;
  }

  .info-entrust h2 {
    color: #708090;
  }

  .info-entrust ul li {
    color: #1975d1;
    margin-bottom: 5px;
  }

  .title-cat-normativo {
    font-size: 28px;
    color: #13599e;
    font-weight: normal;
  }

  .title-subcat-normativo {
    font-size: 26px;
    color: #13599e;
    font-weight: 300;
  }

  .acorddion-int {
    margin-left: 40px;
  }

  .acorddion-int .accordion-inner a {
    color: #1975d1;
  }

  .acorddion-int .accordion-inner {
    width: 90%
  }

  .accordion-general {
    margin-left: 0px;
  }

  .pane-card-normativo {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }

  .container-chat {
    padding: 40px 20px;
    display: table;
  }

  .img-chat {
    float: right;
  }

  .oferta_item h4 {
    font-weight: 900;
  }

  .accordion-body {
    padding-left: 0;
  }
}


#block-textosuperiordesolicitudesenlinea p {
  font-size: 26px;
}

.items-tabs-sup-tarjetas {
  margin: 0 auto;
  width: 86%;
  margin-bottom: 30px;
}

.titleCicloProductos {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .more_cards .card_item {
    height: 430px !important;
  }
}

@media (min-width: 769px) {

  .more_cards .card_item {
    height: 460px;
  }

  .more_cards .btns {
    margin-top: 11px;
    position: absolute;
    bottom: -60px;
  }

}

.btns-bienes-resposeidos {
  text-align: center !important;
}


.acorddion-int a {
  color: #337ab7;
}

@media (min-width: 1919px) {
  .banner-1920 {
    display: block !important;
  }
}

@media handheld,
only screen and (min-width: 1441px) and (max-width: 1600px) {
  .banner-1600 {
    display: block !important;
  }
}

@media handheld,
only screen and (min-width: 1367px) and (max-width: 1440px) {
  .banner-1440 {
    display: block !important;
  }
}

@media handheld,
only screen and (min-width: 1025px) and (max-width: 1366px) {
  .banner-1366 {
    display: block !important;
  }
}

@media handheld,
only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-tablet {
    display: block !important;
  }
}


@media (max-width: 767px) {
  .banner-mobile {
    display: block !important;
  }

  .slider_main .owl-wrapper-outer,
  .slider_main .swiper-container {
    height: 100% !important;
  }
}

.slick-dots {
  position: absolute;
  bottom: 10px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 50px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .5 !important;
  color: #869791 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.img-chat {
  float: right;
}

.no-pad-left {
  padding-left: 0px;
}

@media (min-width: 426px) and (max-width: 1023px) {
  .banner_section {
    margin: 219px 0 50px;
    padding-bottom: 40px;
    height: auto;
  }

  .banner_section .container .row>div:nth-child(1) {
    height: 150px;
  }

  .banner_section .img_bg {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
  }

}

.slider_cards .tarjeta-slide {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dashed 1px #c8c8c8;
  margin: 0 -15px;
}

.slider_cards .tarjeta-slide .item {
  padding: 0 12px;
}

.slider_cards .tarjeta-slide>div {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media(max-width: 992px) {
  .slider_cards .tarjeta-slide {
    display: block;
    flex-wrap: initial;
    border: 0;
  }

  .slider_cards .tarjeta-slide>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .more_cards .btns a {
    min-width: initial !important;
  }

  .more_cards .card_item .description_ppal {
    min-height: 110px !important;
  }
}

@media(min-width: 993px) and (max-width: 1199px) {
  .slider_cards .tarjeta-slide>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


.paises-down p {
  display: none;
}

.paises-down p.textPaisesDesktop {
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

#share-buttons-container {
  width: 190px;
}

.shared-tittle {
  font-size: 16px;
  text-transform: uppercase;
  color: #3a4454;
  margin-bottom: 5px;
  margin-left: 5px;
  font-weight: bold;
}

.shared-button {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shared-button li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

.copy-enlace {
  position: absolute;
  right: -56px;
  bottom: -68px;
  background: #2b5f8c;
  color: white;
  padding: 6px;
  display: none;
  border-radius: 3px;
  width: 130px;
  margin-bottom: 20px !important;
}


.item-tab-2 {
  width: 49%;
}

.item-tab-3 {
  width: 32%;
}

.btn-normativo {
  float: right;
  position: relative;
}

.btn-normativo::before {
  content: ' ';
  left: -30px;
  width: 24px;
  position: absolute;
  height: 24px;
  background-image: url(../images/btn-normativo.png);
}

.content-fields-checks {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.content-selects .form-item label {
  position: relative;
}

.content-selects .form-item .field-check:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.content-fields-checks {
  min-height: 91px;
  max-height: 91px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.content-fields-checks .count-text {
  color: #1c8464;
  bottom: 5px;
  position: absolute;
  right: 10px;
}

.content-fields-checks label {
  color: #fff;
  cursor: pointer;
  background-color: #1c8464;
  padding: 0 22px 0px 5px;
  border-radius: 5px;
  position: relative;
}

.content-fields-checks label::before {
  content: 'X';
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 2px;
  width: 15px;
  height: 100%;
  top: 0px;
  border-left: solid #fff 1px;
  padding-left: 3px;
  padding-top: 1px;
}

.content-fields-checks label input {
  display: none;
}

fieldset.field-check {
  position: relative;
}

fieldset.field-check legend {
  cursor: pointer;
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 5px;
}

fieldset.field-check .fieldset-wrapper {
  position: absolute;
  background: #fff;
  z-index: 99;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 5px;
  transition: all .2s linear;
}

fieldset.field-check .fieldset-wrapper-open {
  height: auto;
  padding: 10px;
  border: solid 1px #cccccc;
}

.tarjeta-slide .fas {
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 23px;
  color: #1f8464;
  z-index: 2;
}

.tarjeta-slide .fa-chevron-right {
  right: 0;
}

.tarjeta-slide .fa-chevron-left {
  left: 0;
}


/* PASO A PASO */
.wizard .title_step {
  color: #556176;
  font-size: 18px;
}

.steps_end {
  border-top: dashed #c8c8c8 1px;
  padding: 42px 0 89px;
  text-align: center;

}

.steps_end h3 {
  color: #556176;
  font-size: 24px;
  margin-bottom: 20px;
}

.wizard .content-step {
  padding-left: 20px;
  padding-top: 53px;
}

.wizard .step_description {
  min-height: 95px;
  margin-top: 10px;
}

.wizard .step_description h5 {
  color: #556176;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

.wizard .prev-step {
  background-color: #fff;
  color: #3a4454;
}

.wizard .next-step {
  border: none;
}

.list-steps {
  margin-top: 40px;
  padding-left: 20px !important;
}

@media(max-width : 585px) {

  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.block-block-content {
  margin-bottom: 40px;
  padding-left: 30px;
}

.block-block-content h2 {
  color: #556176;
  font-size: 20px;
  padding-left: 31px;
  position: relative;
  left: -30px;
}

.block-block-content p {
  font-size: 16px;
  color: #13599e;
}


.block-block-content h2:before {
  content: '';
  background: url('../images/arrow-down-black.svg') center no-repeat;
  background-size: cover !important;
  left: 0;
  position: absolute;
  height: 24px;
  width: 24px;
}

.section-center-form {
  text-align: center;
  padding-top: 55px;
  margin-top: 41px;
  border-top: solid #c8c8c8 1px;
}

@media(max-width : 480px) {
  .section-center-form {
    border-top: none;
    padding-top: 0;
  }

  .form-rse-btn {
    padding-top: 40px;
  }
}

.menu_need{
  display: flex;
  justify-content: space-around;

}

.menu_need .slick-arrow {
  cursor: pointer;
  color: #0d75d5;
  top: 37px;
  font-size: 30px;
  position: absolute;
  z-index: 99;
}

.menu_need .fa-chevron-right {
  right: 0;
}



.menu-need_mobiel img {
  display: none;
}

.sect-sucursales {
  padding: 40px 0 26px 0 !important;
}

.sect-map {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2)
}

.form-content_basic {
  padding: 44px 50px 68px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.content-header-form strong {
  color: #13599e;
  font-size: 18px;
  font-weight: 800;
}

@media(max-width : 585px) {
  .form-content_basic {
    padding: 44px 20px 68px;
  }

  .form-content_basic .block-block-content {
    display: none;
  }

  .form-content_basic .content-header-form p {
    font-size: 16px;
  }
}

.content-thankyou {
  margin-top: 70px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  padding: 120px 0;
}

.content-thankyou .back_home {
  position: absolute;
  left: 3%;
  top: 5%;
  color: #13599e;
  font-size: 14px;
  padding-left: 24px;
}

.content-thankyou .back_home::before {
  content: '';
  background: url('../images/ico-backhome.svg') center no-repeat;
  left: 0;
  position: absolute;
  top: 1px;
  width: 18px;
  height: 18px;
}

.content-thankyou .title_thankyou {
  color: #13599e;
  font-size: 28px;
  margin: 0;
}

@media (max-width: 1199px) {
  /*.result-content .only-json {
	max-height: 179px;
	}*/

  .ico-search {
    display: none;
  }


  .nav_ppal .search-input input {
    font-size: 15px;
  }
}

.content-header-form .field--name-field-banners {
  display: none;
}



.more-info_tab h2 {
  color: #708090;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 400;
}

.more-info_tab ul li {
  list-style: none;
  margin-bottom: 14px;
}

.more-info_tab ul li a {
  color: #1975d1;
  font-size: 18px;
}

.pane-card .cont-tab {
  border-bottom: dashed 1px #c8c8c8;
}

.pane-card .cont-tab:last-child {
  border: none;
}

.ico-close_popmap {
  color: #1c8464;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.content_close p,
.content_close img {
  display: inline-block;
}

.content_close p {
  color: #1c8464;
  font-size: 16px;
  font-weight: 600;
}

.content_close {
  cursor: pointer;
}

.close_popu {
  margin-top: 47px;
  text-align: center;
  border-top: dashed #c8c8c8 1px;
  padding-top: 24px;
}

.form-content_basic .footer-form {
  margin-top: 60px;
}

.form-content_basic .footer-form p {
  color: #556176;
  font-size: 14px;
  font-weight: 400;
}

.form-content_basic .footer-form strong {
  color: #1c8464;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 425px) {

  .form-content_basic input,
  .form-content_basic select {
    margin-bottom: 30px;
  }
}

.content_dats-popupmap {
  padding: 0 120px;
}

.ico-title-map {
  display: block;
  font-size: 21px;
  font-weight: 400;
  width: 35%;
  margin: 0 auto;
  position: relative;
}

.ico-title-map:after {
  content: '';
  background: url('../images/ico-title-sucursales.svg') center no-repeat;
  top: 0;
  left: -8%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.title-item {
  font-weight: 600;
  font-size: 16px;
}

.close-map_sucursales {
  cursor: pointer;
  color: #1c8464;
  font-size: 16px;
  font-weight: 600;
}

/*NUEVOS*/

.content_tabs a {
  color: #1975D1;
  font-weight: 600;
}

.content_tabs .btns .u-btn--green {
  color: #fff;
  font-weight: 600;
}

.banner-promo_col .bg {
  overflow: hidden;
}

.c-terms {
  margin-top: 6%;
}

.page-node-type-interna-promociones .share-buttons_footer {
  display: none;
}


/*Banner home*/
.slider_main .link-banner {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Internas promociones */
/*COmpartir botones*/
.buttons-share-int {
  position: relative;
  text-align: right;
  top: 20px;
  width: 190px;
  margin-left: auto;
}

.buttons-share-int #share-buttons-container {
  text-align: center;
}

.head-detail-promo {
  margin-bottom: 42px;
  position: relative;
}

.head-detail-promo .m-logos {
  height: 123px;
  right: 0;
  position: absolute;
  top: 0;
}

.head-detail-promo h1 {
  padding-right: 42%;
}

.view-otras-promociones .content_post h3.t-light {
  font-size: 20px;
  height: 42px;
  margin-bottom: 35px;
}

.int-blog {
  margin-top: 30px;
  margin-left: 10px;
}

.view-otras-promociones .content_post .text_simple p {
  font-size: 18px;
}

/* Promociones general */

.cats-promo {
  margin: 82px 0 40px;
  text-align: center;
}

.cats-promo .item-cat_promo {
  cursor: pointer;
  background-color: #dce1e9;
  border-radius: 20px;
  color: #a5adb4;
  display: inline-block;
  font-size: 14px;
  margin: 0 15px 20px;
  padding: 6px 49px 7px;
  position: relative;
  text-transform: uppercase;
  transition: all .2s linear;
}

.filter-cats {
  margin: 51px 0 31px;
}

.filter-cats span {
  color: #13599e;
  font-size: 18px;
  font-weight: 800;
}

.filter-cats select {
  background-color: #fff;
  border: solid #708090 1px;
  color: #708090;
  font-size: 14px;
  margin-left: 9px;
  padding: 7px 5px;
  border-radius: 4px;
  width: 70%;
}

@media (max-width: 370px) {
  .filter-cats select {
    width: 65%;
  }
}

.cats-promo .item_active {
  background-color: #d7ece3;
  color: #1f8c6b;
  font-weight: 800;
}

.cats-promo .item-cat_promo::before {
  content: '/';
  font-size: 20px;
  color: #a5adb4;
  top: 1px;
  right: -19px;
  position: absolute;
}

.cats-promo .item-cat_promo:last-child::before {
  content: none;
}

.item-promo{
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.post-promos {
  position: relative;
  height: 100%;
  background: white;
  height: 100%;
  margin-bottom: 0;
}

.cont-post-promos{
  display: flex;
  justify-content: space-between;
}
.cont-post-promos-flex{
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.post-promos .cat-post {
  background-color: #dce1e9;
  color: #556176;
  font-size: 12px;
  text-align: center;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 4px;
  /* position: absolute;
  left: 7%;
  bottom: 7%; */
  min-width: 90px;
  margin-right: 11px;
  margin-bottom: 10px;
}

@media (max-width: 767px){
  .post-promos .cat-post {
    min-width: auto;
    padding: 5px 8px;
    margin-right: 8px;
  }

}

.post-promos .m-post_fig img{
  height: 133px;
  object-fit: cover;
}

/* lightbox como se hace */

.lightbox-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000005c;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .2s linear;
}

.lightbox-img .content-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  max-width: 1050px;
  transform: translate(-50%, -55%);
  background: #fff;
}

.lightbox-img .img-lightbox {
  height: auto;
  width: 100%;
}

.lightbox-img-open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.close-lightbox {
  cursor: pointer;
  background-color: #000;
  position: absolute;
  right: -44px;
  padding: 4px 6px;
  border-radius: 0px 10px 10px 0px;
}

.open-ligthbox {
  position: relative;
  cursor: pointer;
}

.open-ligthbox::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all .2s linear;
  transform: scale(0);
}

.open-ligthbox::after {
  content: '';
  background: url(../images/zoom-img.svg) center no-repeat;
  position: absolute;
  left: 50%;
  height: 71px;
  width: 71px;
  opacity: 0;
  top: 50%;
  transition: all .2s linear;
  transform: scale(0);
  transform: translate(-50%, -50%) !important;
}

.open-ligthbox:hover::after,
.open-ligthbox:hover::before {
  opacity: 1;
  transform: scale(1);
}

.title-acrodeon {
  color: #13599e;
  cursor: pointer;
  font-weight: 300;
  padding-left: 20px;
}

.descri-acordeon {
  padding-left: 20px;
}

.descri-acordeon p {
  font-size: 18px;
  color: #556176;
  width: 60%;

}

.open-ligthbox_mobile {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #3a4454;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  height: 34px;
  width: 33px;
}

.item_post .text_simple {
  min-height: 44px;
}

.sect-basic_header h2 {
  font-size: 28px;
}

.sect-basic_header p {
  color: #556176;
  font-size: 18px;
}

/* TITLES */
.title-int-basic {
  color: #3a4454;
}

/* SECTIONS NAV */
.nav-section {
  margin-left: 2%;
}

.nav-section li {
  cursor: pointer;
  color: #a5adb4;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  transition: all .2s linear;
}

.nav-section li:hover{
  color: #1F8464;

}

.nav-section li::before {
  content: '';
  background-color: #1c8464;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -7px;
  height: 0;
  transition: all .2s linear;
}

.nav-section .active {
  color: #3a4454 !important;
}

.nav-section .active a:active,
.nav-section .active a:focus {
  color: #3a4454 !important;
}

.nav-section .active::before {
  height: 3px;
}

/* Acordeon editorial */
.item-acordeon_content {
  border-bottom: dashed #c8c8c8 1px;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.item-acordeon_content:last-child {
  border: none;
}

.item-acordeon_content .img-min {
  overflow: hidden;
  margin: 0 auto;
  height: 270px;
  width: 180px;
}

.item-acordeon_content .img-min figure,
.item-acordeon_content .img-min img {
  height: 100%;
  width: 100%;
}

.item-acordeon_content .img-min img {
  object-fit: cover;
}

.item-acordeon_content .title-dowload {
  color: #556176;
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 600;
}

.item-acordeon_content .description-dowload {
  color: #556176;
  font-size: 18px;
  margin-bottom: 43px;
  font-weight: 400;
}

.item-acordeon_content .link-download {
  color: #1975d1;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.item-acordeon_content .iframe-video {
  height: 170px;
  width: 283px;
}

.item-acordeon_content .iframe-video iframe {
  width: 100%;
  height: 100%;
}

.item-acordeon_content .link-download::before {
  content: '';
  background: url('../images/ico-download.svg') center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.lightbox-editorial .content-img {
  text-align: center;
}

.lightbox-editorial .img-lightbox {
  height: 100%;
  margin: 0 auto;
  width: auto;
}

@media (max-width: 425px) {
  .item-acordeon_content .title-dowload {
    text-align: center;
    margin-top: 59px;
    margin-bottom: 27px;
  }

  .item-acordeon_content .description-dowload {
    text-align: justify;
  }

  .item-acordeon_content {
    margin: 0 auto;
    width: 86%;
  }
}

/* Fin Acordeon editorial */

@media (max-width: 1199px) {
  .nav-section .section-item {
    display: inline-block;
    margin-right: 22px;
  }
  .nav-section .section-item a{
    font-size: 15px;
  }

}
@media (min-width: 767px) and (max-width: 1199px){
  .nav-section li::before {
    bottom: -4px;
  }
}

@media (max-width: 425px) {
  .oferta_list {
    margin-top: 40px;
  }

  .oferta_item .oferta_image {
    margin: 50px 0;
  }

  .oferta_item .oferta_content {
    padding: 0 10%;
  }

  .oferta_item .oferta_content .t-light {
    font-size: 48px;
    margin-bottom: 14px;
  }

  .oferta_item .oferta_content .text_simple {
    font-size: 22px;
  }

  .nav-section li::before {
    bottom: -5px;
  }

  .nav-section {

    width: 100%;
  }

  .oferta_item {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }


  #block-webform-2 .form-group .form-rse-btn {
    padding-top: 30px;
  }

  .tabs-sucursales li {
    width: 100%;
  }

  .mod-map_header {
    padding: 43px 48px 25px;
  }

  .content_dats-popupmap {
    padding: 47px 27px;
  }

  .nav_main .item-nav a {
    padding: 0 23px;
  }

  .nav_main .item-nav a .text_item {
    font-size: 18px;
  }

  .ico-title-map:after {
    left: -37px;
  }

  #block-webform-2 .form-group {
    padding: 0;
    margin-top: 0;
  }

  #block-webform-2 #edit-container-02 {
    margin-bottom: 0;
  }

  .js-form-item--deseas-que-nos-comuniquemos-por-whatapp- label {
    margin-bottom: 0;
  }

  .form-item--deseas-que-nos-comuniquemos-por-whatapp- label {
    margin-bottom: 0;
  }

  .slider_main {
    padding-top: 22px;
  }

  .page-node-362 .slider_main {
    height: 300px;
  }

  .slider_main .link-banner {
    width: 100%;
    height: 100%;
    position: initial;
  }

  /*Tabs*/
  .item-tab-3 {
    width: 100%;
  }

  /*Formularios */
  .form-rse {
    margin: 51px 0 20px;
  }

  .form-content_basic {
    margin: 0 -15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-content_basic .col-lg-12,
  .form-content_basic .col-md-12,
  .form-content_basic .col-lg-4,
  .form-content_basic .col-md-4 {
    padding: 0;
  }

  .form-content_basic .title-ppal_form:before {
    left: -20px;
  }

  .content-header-form {
    padding-left: 0;
  }

  .header-int_form {
    padding: 25px 0 0;
    position: relative;
  }

  .header-int_form:before {
    content: '';
    background-color: #7b7b7b;
    height: 1px;
    top: 0;
    left: -30px;
    position: absolute;
    box-shadow: 0px 2px 5px 0px #000;
    width: 119%;
  }

  /*Interna promocion*/
  .head-detail-promo h1 {
    padding-right: 0%;
  }

  .head-detail-promo .m-logos {
    position: relative;
    text-align: center;
  }

  .m-post--large .m-post_txt {
    padding: 50px 20px;
  }

  .buttons-share-int {
    text-align: center;
    margin: 0 auto 45px
  }

  /*COmo se hace*/
  .wizard {
    width: 100%;
  }

  .open-ligthbox::before,
  .open-ligthbox::after {
    content: none;
  }

  .wizard .tab-content .col-lg-6,
  .wizard .tab-content .col-md-6 {
    padding: 0;
  }

  .tab-content .list-inline {
    float: left !important;
    padding-left: 0 !important;
  }

  @media (max-width: 425px) {
    .tab-content .list-inline {
      width: 100%;
    }
  }

  .wizard .content-step {
    padding-left: 0;
  }

  .cont-tab {
    padding: 0 15px 50px;
  }

  .lightbox-img .content-img {
    height: auto;
    width: 100%;
  }

  .content-step {
    margin-top: 50px;
  }

  .lightbox-img .img-lightbox {
    height: auto;
    width: 100%;
  }

  .close-lightbox {
    top: -40px;
    border-radius: 10px 10px 0 0;
    left: 0;
    text-align: center;
    width: 55px;
  }

  .ico-title-map {
    padding: 0;
    width: 100%;
  }

  .ico-title-map::after {
    left: 0;
    width: 100%;
    top: -26px;
  }

  .item-tab-2 {
    width: 100%;
  }

  .slider_main .owl-wrapper-outer {
    height: 254px !important;
  }

  .search_sucursales,
  .search_atms {
    width: 100% !important;
  }

  .buttons-share-int {
    margin: 0 0 27px;
  }
}

@media (max-width: 425px) {
  .dialog-off-canvas-main-canvas {
    overflow: hidden;
  }
}


/* Interna Programa de lealtad (Puntos Banesco) */

.cont-select-tarjetas .cont-info {
  border: solid 1px #c8c8c8;
}

.cont-select-tarjetas .cont-img {
  background: #13599e;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-select-tarjetas .cont-img img {
  width: 78%;
}

.detalles-tarjetas {
  padding: 11px 34px 0;
  height: 260px;
}

.detalles-tarjetas ul {
  padding: 0;
}

.detalles-tarjetas li {
  font-size: 13px;
  list-style: none !important;
}

.detalles-tarjetas h4 {
  color: #13599e;

}

.detalles-icono {
  padding-right: 15px;
  float: left;
  margin-top: 5px;
}

.detalles-icono:first-child {
  margin-top: 3px;
}

.cont-detalles {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.detalles-links {
  background: #13599e;
  text-align: right;
  padding: 10px;
}

.detalles-links a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 40px;
}

.select-tarjetas {
  width: 33%;
  height: 50px;
  border: 1px solid #c8c8c8;
  background: white;
  margin: 60px 0 80px;
  font-size: 16px;
  border-radius: 5px;

}

.cont-titles {
  display: flex;
  padding: 19px 16px;
}

.cont-titles .titles {
  margin-left: 10px;
}

.cont-titles .titles h4 {
  margin: 0px;
  font-size: 16px;
  color: #556176;
}

.cont-info {
  margin-right: 28px;
  margin-left: 14px;
}

.detalles-descripcion {
  padding-left: 7%;
}


.detalles-descripcion p {
  font-size: 13px;
}

.texto-inferior {
  padding-top: 60px;
}

#block-textoinferiorpuntosbanesco {
  padding-left: 0;
}

#block-textoinferiorpuntosbanesco p {
  font-size: 18px;
  color: #1c8464;
}

#block-textoinferiorpuntosbanesco a {
  color: #1975d1;
}

.page-node-766 #tab-1 .title-tab {
  display: none;

}

.page-node-766 .titleVentajas h1:before {
  content: '';
  background: url('/sites/all/themes/banesco/images/icon-puntos.png') center no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  left: -30px;
  position: absolute;
}

.page-node-766 .cont-titleVentajas {
  padding-left: 98px;
}

.steps_end_puntos {
  padding: 63px 11px 124px 60px;
}

.steps_end_puntos p {
  display: inline-block;
  padding-right: 25px;
  font-weight: 600;
}

.steps_end_puntos .u-btn {
  padding: 9px 53px;
  font-size: 16px;
}


@media (max-width:425px) {
  .descri-acordeon p {
    width: 100%;
  }

  .select-tarjetas {
    width: 100%;
    margin: 40px 0 40px;
  }

  .cont-info {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 23px;
  }

  .detalles-descripcion {
    padding-left: 16%;
  }

  .detalles-tarjetas {
    padding: 11px 17px 0 17px;
    height: auto;
  }

  .detalles-links {
    display: flex;
  }

  .detalles-links a {
    margin: 0 10px;
  }

  .sect-cont .item-tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .detalles-descripcion p {
    font-size: 14px;
  }

  .detalles-tarjetas li {
    font-size: 14px;
  }

  .steps_end_puntos {
    padding: 34px 0 70px 0;
    text-align: center;
  }

  .steps_end_puntos p {
    padding-right: 0;
    padding-bottom: 18px;
  }

  .page-node-766 .cont-titleVentajas {
    padding-left: 33px;
  }

  .page-node-766 .cont-md {
    padding-left: 21px;
    padding-right: 30px;
  }

  .page-node-766 .cont-tab {
    padding: 0 15px 0px;
  }

}

@media (min-width:426px) and (max-width:768px) {
  .descri-acordeon p {
    width: 100%;
  }

  .select-tarjetas {
    width: 100%;
    margin: 40px 0 40px;
  }

  .cont-info {
    margin-right: 0;
    margin-bottom: 23px;
  }

  .detalles-tarjetas {
    padding: 11px 17px 0 17px;
    height: auto;
  }

  .detalles-links a {
    margin: 0 10px;
  }

  .sect-cont .item-tab {
    width: 100%;
    margin-bottom: 10px;
  }

  .cont-titleVentajas {
    padding-left: 33px;
  }

  .cont-select-tarjetas .cont-img img {
    width: 46%;
  }

}

/* Fin Interna Programa de lealtad (Puntos Banesco) */

/* Interna Calculadora de puntos */

.font-weight {
  font-weight: 600;
}

.cont-cal-puntos {
  padding: 30px 60px 50px 90px;
}

.cont-cal-puntos .card_item {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  height: 155px;
  padding-top: 22px;
}

.item-descrip h4 {
  color: #556176;
}

.item-descrip a {
  color: #1975d1;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.return_page {
  position: relative;
}

.return_page a {
  position: absolute;
  left: 3%;
  top: 5%;
  color: #13599e;
  font-size: 14px;
  padding-left: 24px;
}

.return_page a::before {
  content: '';
  background: url('../images/ico-backhome.svg') center no-repeat;
  left: 0;
  position: absolute;
  top: 1px;
  width: 18px;
  height: 18px;
}

.cont-cal-puntos h1 {
  font-size: 26px;
  color: #13599e;
  font-weight: 400;
}

.cont-cal-puntos .cont-cal-puntos-title {
  font-size: 18px;
  padding-bottom: 55px;
  padding-top: 5px;
}

.cont-cal-puntos .cont-cal-puntos-title p {
  font-size: 18px;
}

.cont-cal-puntos .card_item .img_basic {
  padding: 26px 0;
  padding-left: 10px;
  float: left;
}

.item-descrip {
  padding-left: 21%;
}

.bloque-inferior {
  margin-top: 11%;
}

.bloque-inferior p {
  color: #1c8464;
  font-size: 14px;
}

.cont-equivalente .cont-title p {
  text-align: center;
}

.cont-equivalente .cont-icono {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-equivalente .cont-icono img {
  width: 21%;
  margin-right: 5px;
}

.cont-equivalente .cont-icono p {
  font-size: 24px;
  color: #1c8464;
  font-weight: 600;
}

.cont-equivalente .cont-descrip p {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.bloque-equivalente p {
  color: #4e74b0;
  margin-top: 30px;
  position: relative;
  padding-left: 32px;
}

.bloque-equivalente p::before {
  content: '';
  background: url('../images/icon-info.png') center no-repeat;
  left: 0;
  position: absolute;
  width: 30px;
  height: 30px;
}

.cont-calculadora {
  display: inline-flex;
}

.cont-calculadora .u-btn {
  padding: 8px 30px;
  border: none;
}

.cont-calculadora #puntos {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  padding-left: 10px;
  color: #a5adb4;
  font-size: 18px;
  margin-right: 15px;
  width: 226px;
}

.title-tips {
  padding-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-node-767 .pane-card ul {
  padding-left: 1em;
}

@media (max-width:425px) {

  .cont-cal-puntos {
    padding: 30px 21px 50px 33px;
  }

  .cont-cal-puntos .cont-cal-puntos-title {
    padding-bottom: 30px;
  }

  .cont-calculadora {
    display: block;
  }

  .cont-calculadora #puntos {
    width: 100%;
    margin-bottom: 22px;
    height: 40px;
    margin-top: 13px;
  }

  .cont-calculadora .u-btn {
    width: 100%;
  }

  .cont-equivalente .cont-descrip {
    padding-bottom: 20px;
  }

  .bloque-equivalente p {
    margin-top: 10px;
  }

  .title-tips {
    padding-top: 30px;
    text-align: center;
  }

  .cont-equivalente .cont-icono {
    justify-content: flex-start;
    padding: 0 57px;
  }

  .cont-equivalente .cont-icono img {
    width: 24%;
  }

  .cont-equivalente-title {
    text-align: center;
    margin-top: 40px;
  }

  .cont-calculadora .u-btn {
    padding: 11px 30px;
  }

  .item-descrip {
    padding-left: 23%;
  }

  .cont-cal-puntos .card_item {
    margin-bottom: 20px;
  }

}

@media (min-width:426px) and (max-width:768px) {

  .cont-cal-puntos .cont-cal-puntos-title {
    padding-bottom: 30px;
  }

  .cont-equivalente .cont-descrip {
    padding-bottom: 20px;
  }

  .bloque-equivalente p {
    margin-top: 10px;
  }

  .title-tips {
    padding-top: 30px;
  }

  .cont-equivalente-title {
    margin-top: 40px;
  }

  .cont-calculadora .u-btn {
    padding: 11px 30px;
  }

  .cont-cal-puntos .card_item {
    margin-bottom: 20px;
  }

  .item-descrip {
    padding-left: 24%;
  }

}

@media (min-width:1024px) and (max-width:1080px) {
  .cont-calculadora #puntos {
    width: 168px;
  }

}

/* Fin Interna Calculadora de puntos */

/* Page Bienes Reposeídos */

.sect-bienes-repo .cats-promo {
  margin: 40px 0 80px;
}

.sect-bienes-repo .cats-promo .item_active {
  background-color: #f0f3f9;
  color: #4e74b0;
  font-weight: 800;
}

.bienes-img {
  position: relative;
  z-index: 2;
  width: 86%;
  margin: 0 auto;
}

.bienes-estado {
  background: #E8CC25;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  padding: 6px 15px;
}

.bienes-estado p {
  font-size: 14px;
  color: white;
}

.bienes-precio {
  padding: 4px 10px;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #fafafa;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: auto;
}

.bienes-precio p {
  color: #2b5f8c;
}


.bienes-info {
  background: white;
  border-radius: 4px;
  background-color: #ffffff;
  background-size: cover;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding-top: 54px;
  position: relative;
  top: -30px;
  padding: 34px 25px 17px;
}

.bienes-info h4 {
  font-size: 16px;
  color: #556176;
  text-align: center;

}

.bienes-info .u-btn {
  padding: 12px 48px;
  margin: 8px 4px 4px 33px;
}



.bienes-items li {
  padding: 8px 0;

}

.contacto-img {
  border: 9px solid white;
  object-fit: cover;
  height: 152px;
  width: 152px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.condiciones-body ul {
  padding: 0 18px;
}

.condiciones-body li {
  list-style-type: unset;
}

.int_cards_bienes .bienes-estado {
  position: relative;
  top: 0;
  padding: 6px 15px;
  display: inline-block;
  height: 31px;
}

.int_cards_bienes h1 {
  display: inline-block;
  margin: 5px 16px 27px 0px;
}

.sect-return_page_form .return_page a {
  position: relative;
  left: 0;
  padding-bottom: 36px;
}

.bienes-links {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}



@media (max-width:425px) {
  .bienes-links {
    text-align: center;
  }

  .bienes-info .u-btn {
    min-width: 157px;
    margin: 8px 4px 4px 13px;
  }

}

/* End Page Bienes Reposeídos */


/* Interna Bienes Reposeídos */

.int_cards_bienes .modal-dialog {
  width: 66%;
  margin: 105px auto;
}

.int_cards_bienes .modal-body {
  padding: 0;
}

.bienes-items-cont {
  padding-left: 60px;
}

.int_cards_bienes .content_singlecard {
  padding: 61px 117px;
}

.int_cards_bienes .sect-return_page {
  margin: 36px 0 65px 15px;
}

.slider-nav .slick-track {
  margin: 0;
}

.slider-for .slick-slide>div>div {
  display: block !important;
}

.slider-nav .slick-slide {
  padding-right: 8px;
}

.slider-nav .slick-slide img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.slider-for-one {
  margin-bottom: 15px;
}

.slider-for-one .slick-slide img {
  width: 100%;
  height: 271px;
  object-fit: cover;
}

.slider-for-one .slick-slide img:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all .2s linear;
}

.slider-for-one .prev-arrow {
  position: absolute;
  left: -20px;
  font-size: 34px;
  top: 113px;
}

.slider-for-one .next-arrow {
  position: absolute;
  right: -20px;
  font-size: 34px;
  top: 113px;
}

.slider-for .slick-slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.slider-for .prev-arrow {
  position: absolute;
  left: 19px;
  font-size: 42px;
  color: #fff;
  z-index: 1000;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-for .next-arrow {
  position: absolute;
  right: 19px;
  font-size: 42px;
  color: #fff;
  z-index: 1000;
  top: 50%;
  transform: translate(0, -50%);
}

.sect-ubicacion,
.sect-condiciones,
.sect-contacto,
.sect-beneficios {
  padding: 21px 0 52px;
}

.info-principal {
  padding-bottom: 58px;
  padding-left: 21px;
}

.btn-ofertar {
  text-align: right;
  margin-top: 33px;
}

.btn-ofertar .u-btn {
  padding: 12px 48px;
}

.contacto-redes {
  margin-top: 23px;

}

.contacto-redes .contacto-tel {
  margin-right: 22px;
}

.contacto-redes p {
  display: inline-block;
}



.page-node-type-bienes-reposeidos-interna .border-dashed:last-child {
  border-bottom: none;
}


@media (max-width:640px) {

  .int_cards_bienes .content_singlecard {
    padding: 61px 37px;
  }

  .slider-nav {
    display: none !important;
  }

  .bienes-items-cont {
    padding-left: 0;
  }

  .info-principal {
    padding-left: 0px;
  }

  .int_cards_bienes .modal-dialog {
    width: auto;
    margin-top: 65px;
  }

  .slider-for .slick-slide img {
    height: 280px;
  }

  .slider-for-one {
    margin-bottom: 30px;
  }

}

/* Fin Interna Bienes Reposeídos */

/* page empresas */

.sect-empresas .cats-promo {
  margin: 0 0 26px;
}

.sect-empresas .cats-promo .item_active {
  background-color: #f0f3f9;
  color: #4e74b0;
  font-weight: 800;
}

/* End page empresas */

/* Tarjetas empresas */
.contentTdc .description_ppal {
  text-align: center;
}

.contentTdc .btns {
  text-align: center;
  margin-top: 35px;
}

.contentTdc .btns .u-btn {
  margin: 0 5px 12px;
}

.contentTdc .item {
  padding-bottom: 48px;
}

.contentTdc .views-row {
  border-bottom: dashed 1px #c8c8c8;
}

.view-content .views-row:last-child {
  border-bottom: none;
}

.contentTdc .u-btn--solid {
  padding: 15px 36px;
				 
}

.filter-plan {
  display: flex;
  margin-top: 40px;
}

.filter-plan .item-cat_promo {
  cursor: pointer;
  background-color: #dce1e9;
  border-radius: 20px;
  color: #a5adb4;
  display: inline-block;
  font-size: 14px;
  margin: 0 15px 20px;
  padding: 6px 50px 7px;
  position: relative;
  text-transform: uppercase;
  transition: all .2s linear;

}

.filter-plan .item_active {
  background-color: #f0f3f9;
  color: #4e74b0;
  font-weight: 700;
}

.filter-plan p {
  font-size: 20px;
  color: #13599e;
  font-weight: 700;
}

.filter-plan .filter-cats {
  margin: 0;
}

.filter-plan .filter-cats select {
  width: 100%;

}

.filter-plan .cats-promo {
  margin: 0;
}

.filter-plan .cats-promo .item-cat_promo::before {
  display: none;

}

@media (max-width: 425px) {
  .filter-plan {
    margin-bottom: 23px;
    position: relative;
  }

  .filter-mobile {
    display: block;
    width: 70%;
    margin-left: 20px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #c8c8c8;
    height: 100%;
  }

  .filter-mobile select {
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: white;

  }

  .filter-plan .cats-promo {
    display: none;
  }

  .filter-plan p {
    color: #13599e;
    font-weight: bold;
  }
}

.valor-vacio {
  padding-top: 25px;
}

/* Página Agradecimiento  */

.sect-agradecimiento .return_page {
  margin-top: 30px;

}

.cont-agradecimiento {
  padding: 30px 30px 70px 30px;
}

.cont-agradecimiento .cont-agradecimiento-title {
  font-size: 18px;
  padding-bottom: 55px;
  padding-top: 20px;
  text-align: center;
}

.cont-agradecimiento-title h1 {
  font-size: 26px;
  color: #13599e;
  font-weight: 400;
}

.sect-empresas .list-categorias-empresas {
  display: none !important;
}

.sect-empresas .filter-mobile-empresas {
  display: none !important;
}

#modal-navegadores .modal-dialog {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 660px;
}

#modal-navegadores .modal-body {
  padding: 0 55px 55px;
}

#modal-navegadores .modal-descri p {
  font-size: 24px;
  padding-bottom: 50px;
}

#modal-navegadores .cont-navegadores {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

#modal-navegadores .cont-navegadores img {
  margin-bottom: 20px;
  width: 110px;
}

#modal-navegadores .modal-header {
  border-bottom: none;
}

#modal-navegadores .modal-header button {
  font-size: 30px;
}

.cont-list-tarjetas-categorias {
  text-align: center;
  font-size: 20px;
}

.cont-list-tarjetas-categorias p {
  font-size: 20px;
}


.list-tarjetas-categorias {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 25px;
}


.list-tarjetas-categorias .tarjetas-categoria {
  padding: 0 40px 18px;
  cursor: pointer;

}

.list-tarjetas-categorias .tarjetas-categoria img {
  opacity: 0.7;
  padding-bottom: 15px;
  margin: auto;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.list-tarjetas-categorias .item_active img {
  opacity: 1;
}

.list-tarjetas-categorias .item_active {
  position: relative;
}

.list-tarjetas-categorias .item_active::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #1975d1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.slider_cards_one .tarjeta-slide:last-child {
  border-bottom: none;
}

.slider_cards_two .tarjeta-slide:last-child {
  border-bottom: none;
}


.list-tarjetas-categorias .slick-arrow {
  cursor: pointer;
  color: #0d75d5;
  top: 37px;
  font-size: 30px;
  position: absolute;
  z-index: 99;
}

.list-tarjetas-categorias .fa-chevron-right {
  right: 0;
}

.list-tarjetas-categorias .fa-chevron-left {
  left: 0;
}


@media (max-width: 500px) {
  .list-tarjetas-categorias .tarjetas-categoria {
    padding: 0 8px 18px;
  }

}


.items-tabs-filters .view-content {
  display: flex;
  flex-wrap: wrap;
}


/* Nueva plantilla preguntas precuentes 2.0  */

.cont-collapse {
  padding: 40px 0 90px;

}

.card-collapse {
  padding: 0 70px;
}

.body-collapse {
  padding: 0 22px 25px;

}

.card-header {
  padding: 10px 0;
}

.title-collapse {
  position: relative;
  font-size: 26px;
  font-weight: 300;
  padding-left: 22px;
  color: #13599e;
  cursor: pointer;
  margin-top: 0px;
}

.title-collapse::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 52%;
  left: 0px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #13599e #13599e transparent;
  -webkit-transform: translateY(-50%) rotate(224deg);
  -ms-transform: translateY(-50%) rotate(224deg);
  transform: translateY(-50%) rotate(224deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.title-collapse.collapsed::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


@media (max-width: 767px) {
  .card-collapse {
    padding: 0 20px;
  }

}

/* End Nueva plantilla preguntas precuentes 2.0  */


/* Breadcrumbs */

.breadcrumb-cont {
  padding: 20px 0 0;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #2b5f8c;
  position: relative;
  padding-right: 25px;
}
.breadcrumb-item a::before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: transparent #4e74b0 #4e74b0 transparent;
  -webkit-transform:  rotate(314deg);
  -ms-transform:  rotate(314deg);
  transform: rotate(314deg);
  right: 8px;
  border-radius: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumb-item:last-child a {
  font-weight: bold;
}

.breadcrumb-item:last-child a::before {
  display: none;
}

.page-node-type-interna-promociones .breadcrumb-cont, .page-node-39 .breadcrumb-cont {
  padding: 20px 0 20px;
}

.page-node-type-article .breadcrumb-cont{
  padding: 0 0 20px;
}

/* End breadcrumbs */

/* Ancla para subir al top del contenido */
.btn-ancla{
  border-radius: 50%;
  background: #dadada;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20%;
  right: 4%;
  z-index: 100;
  cursor: pointer;
  display:none ;
  transition: all .3s linear;
}
.btn-ancla:hover{
  transform: scale(1.1);
}

.btn-ancla::before{
  content: '';
  background: url("../images/Icon-ancla.svg") center no-repeat;
  height: 35px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 35px;
  transform: translate(-50%,-50%);
}
/* End  Ancla para subir al top del contenido */

/* Slider banner home e internas */
.swiper-button-prev-unique, .owl-prev{
  width: 50px !important;  
  height: 50px !important;
  border-radius: 4px !important;
  opacity: 1 !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
  background: #dadada !important;
  position: absolute;
  left:22px;
  transform: rotate(270deg);
  transition: all .3s linear;
  z-index: 11;
  opacity: 0.7 !important;
}

.swiper-button-prev-unique::before, .owl-prev::before{
  content: '';
  background: url("../images/Icon-ancla.svg") center no-repeat;
  height: 35px;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  margin: auto;
}

.swiper-button-next-unique, .owl-next{
  width: 50px !important;  
  height: 50px !important;
  border-radius: 4px !important;
  opacity: 1 !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
  background: #dadada !important;
  position: absolute;
  right: 22px;
  transform: rotate(90deg);
  transition: all .3s linear;
  z-index: 11;
  opacity: 0.7 !important;
}


.swiper-button-next-unique, .owl-next:hover{
  opacity: 1 !important;
}
.swiper-button-next-unique, .owl-prev:hover{
  opacity: 1 !important;
}

.swiper-button-next-unique::before, .owl-next::before{
  content: '';
  background: url("../images/Icon-ancla.svg") center no-repeat;
  height: 32px;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  margin: auto;
}

.owl-theme .owl-controls{
  margin-top: 0;
}

@media (min-width: 1200px){

  .swiper-button-prev-unique, .owl-prev{
    visibility: hidden;
  }
  .swiper-button-next-unique, .owl-next{
    visibility: hidden;
  }
  .slider_main:hover .owl-prev{
    visibility: visible;
  }
  
  .slider_main:hover .owl-next{
    visibility: visible ;
  }

  .slider_main:hover .swiper-button-prev-unique{
    visibility: visible;
  }
  
  .slider_main:hover .swiper-button-next-unique{
    visibility: visible ;
  }
}

/* End Slider banner home e internas */


.input-search{
  border-radius: 10px;
  padding: 9px 67px 10px 10px;
  border: 1px solid #556176;
  background-color: #fafafa;
  font-family: Lato;
  font-size: 14px;
  color: #556176;
  background-image: url("../images/input-search.svg");
  background-position: 100%;
  background-repeat: no-repeat;

}




/* Tarifario */

.sect-tarifario .nav-tabs{
  display: flex;
  flex-wrap: wrap;

}

.sect-tarifario .nav-link{
  border: none;
  padding: 0;
  
}

.sect-tarifario .nav-item{
  border: 1px solid #8c8c8c;
  border-radius: 8px;
  background-color: #ffffff;
  background-size: cover;
  font-family: Lato;
  font-size: 15px;
  color: #556176;
  text-decoration: none solid rgb(85, 97, 118);
  text-align: center;
  margin: 0 10px 17px;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 5px;
}

.sect-tarifario .nav-item.active{ 
  background: #1c8464;
  color: white;
}

.sect-tarifario-descri{
  border-radius: 10px;
  fill: #ffffff;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  padding: 45px;
  margin-top: 60px;
  margin-bottom: 33px;
}

.sect-tarifario th{
  background: #1c8464;
  color: white;
}

.sect-tarifario td,th{
  padding: 10px;
 
}

.sect-tarifario table{
  width: 100% !important;
 
}

.sect-tarifario h1{
  margin-top: 60px;
  margin-bottom: 40px;
}

.sect-tarifario .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: white;
}
.sect-tarifario .nav-tabs>li>a:hover{
  border-color: transparent;

}

.sect-tarifario .nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
}


@media (max-width: 767px){
  .sect-tarifario .nav-item{
    width: 45%;
    margin: 0 7px 17px;
  }
  .sect-tarifario .nav-link{
    font-size: 12px;
  }
  
  .sect-tarifario-descri{
    padding: 20px 16px;
  }
  .sect-tarifario table{
    overflow-x: auto;
    display: block;
  }
}

/* End Tarifario */

/*Calculadora de prestamos*/

.cont-cal-prest h1 {
  font-size: 40px;
  color: #13599e;
  text-align: center;
}

.cont-cal-prest h4{
  color: #2b5f8c;
}

.cont-cal-prest .descri p{
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}


.cont-cal-prest .plazo{
  display: flex;
  border-radius: 10px 0px 0px 10px;
  justify-content: center;
}

.cont-cal-prest .plazo div{
  padding: 13px 8px;
  display: inline-flex;
  color: #a5adb4;
  font-size: 15px;
  border: 1px solid #8c8c8c;
  cursor: pointer;
}

.cont-cal-prest .plazo div:first-child{
  border-radius: 10px 0px 0px 10px;
}
.cont-cal-prest .plazo div:last-child{
  border-radius: 0 10px 10px 0;
}

.cont-cal-prest div.active{
  background: #1c8464;
  color: white;
}


.cont-cal-prest input, .cont-cal-prest select{
  width: 195px;
  height: 50px;
  padding: 0px 8px;
  border: 1px solid #8c8c8c;
  border-radius: 10px;
  background-color: #ffffff;
  background-size: cover;
  font-family: Arial;
  font-size: 16px;
  color: #556176;
  text-decoration: none solid rgb(85, 97, 118);
}

.cont-input{
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
  align-items: center;
}

.cont-plazo{
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
  align-items: center;
  display: none;
}

.cont-inputs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.cont-cal-prest .cont-cal-prest-info{
  border-radius: 10px;
  fill: #ffffff;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
  padding: 25px;

}

.cont-cal-prest .cont-cal-prest-datos{
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.cont-cal-prest .cont-dato{
  padding: 0 15px 20px;
}

.cont-cal-prest-btns{
  display: flex;
  justify-content: space-evenly;
}

.cont-cal-prest-btns .u-btn{
  margin-top: 30px;
  border: none;
  min-width: 197px;
  border-radius: 10px;

}

.text-input{
  display: none;
}

.text-input p{

  color: #e31d19;
  font-size: 12px;
  margin-top: 4px;

}


/* Responsive */


@media (max-width: 425px){
  .cont-cal-prest h4{
    font-size: 14px;
  }

  .cont-cal-prest .cont-cal-prest-info{
    padding: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .cont-cal-prest input, .cont-cal-prest select{
    width: 155px;
  }
  .cont-cal-prest .cont-cal-prest-datos{
    padding: 0;
  }
  .cont-cal-prest .descri p{
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .cont-cal-prest .cont-cal-prest-info{
    margin-top: 35px;
  }
}

/* End Calculadora prestamos */


/* Estilos del home */

.sect-home-destacados-superior{
  margin-top: 50px;
}

.sect-home-destacados-superior .views-row {
  position: relative;
}

.sect-home-destacados-superior .views-row img{
  width: 100%;
  margin: auto;
  height: 250px;
  object-fit: cover; 
  border-radius: 10px;
}

.sect-home-destacados-superior .destacado-superior{
  width: 90%;
  margin: auto;
  position: relative;
}

.sect-home-destacados-superior .destacado-superior a::before{
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100% );
  position: absolute;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.sect-home-destacados-superior .destacado-superior-info{
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
}

.sect-home-destacados-superior h4{
  color: #fff;
}

.sect-home-destacados-superior p{
  color: #fff;
}

.sect-home-destacados-superior .slick-dots{
  position: relative;
  margin-top: 30px;
}

.sect-home-destacados-superior .slick-dots li button::before {
  color: #A5ADB4 !important;
}

.sect-home-destacados-superior .slick-dots .slick-active button::before {
  color: #007943 !important;
}

@media (max-width: 767px) {
  .sect-home-destacados-superior .destacado-superior{
    width: 93%;
  }
  .sect-home-destacados-superior .views-row img{
    height: 200px;
  }
}

/* End estilos del hoem */
.show-more-animation {
    -webkit-transition: height 300ms !important;
    transition: height 300ms !important;
}

:focus {
    outline: 0 !important;
}

.show-details-button {
    background-color: #4e74b0 !important;
    color: white !important;
    width: auto;
    border-radius: 10px !important;
    font-size: 16px !important;
    right: 0;
    position: absolute !important;
}

@media (min-width: 910px) and (max-width: 1461px), (max-width: 397px) {
    .show-details-button {
        position: inherit !important;
    }
}

.step-by-step {
    margin: 50px auto;
}

@media (max-width: 910px) {
    .step-by-step {
        margin: 45px auto;
    }
}

.cob-note-margin {
    margin-top: 16px;
}

.proposals-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%;
    margin-bottom: 100px;
}

@media (max-width: 910px) {
    .proposals-buttons-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.reject-button {
    border: 1px solid #a5adb4 !important;
    background-color: #fafafa !important;
    width: 45%;
    color: #556176 !important;
    font-weight: 700 !important;
}

@media (max-width: 910px) {
    .reject-button {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.back-to-proposal-button {
    width: 45%;
    font-weight: 700 !important;
}

@media (max-width: 910px) {
    .back-to-proposal-button {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px !important;
    }
}

.continue-button {
    width: 45%;
    font-weight: 700 !important;
}

@media (max-width: 910px) {
    .continue-button {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px !important;
    }
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-step-by-step {
    font-weight: 700;
}

.mat-container {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
    width: 100%;
}

.clickable {
    cursor: pointer;
}

b {
    font-weight: 520;
}

/*
button {
    width: 280px;
    height: 42px;
    font-size: 14px;
}
*/

button.outline-gray {
        color: #556176;
        border: 1px #556176 solid;
    }

.backdropBackground {
    background-color: rgba(255, 255, 255, 0.8);
}

.customContractClass .mat-dialog-container {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f8f8f8;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .customContractClass {
        height: 100%;
    }
}

@media screen and (max-height: 700px) and (orientation: portrait) {
    .customContractClass {
        height: 100%;
    }
}

.customContractClass [mat-dialog-title] {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.customContractClass .mat-dialog-content {
    padding: 30px;
    background: #ffffff;
}

    .customContractClass .mat-dialog-content p {
        padding: 10px;
    }

        .customContractClass .mat-dialog-content p.content-container {
            border-radius: 4px;
        }

.customContractClass .mat-dialog-actions {
    padding: 0px 0px;
    margin: 30px 0;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    .customContractClass .mat-dialog-actions[align=end] {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .customContractClass .mat-dialog-actions[align=center] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.customStepByStepGuideClass .mat-dialog-container {
    padding: 60px;
    background: #fafafa;
}

@media (max-width: 910px) {
    .customStepByStepGuideClass .mat-dialog-container {
        padding: 40px;
    }
}

@media screen and (max-height: 505px) and (orientation: landscape) {
    .customStepByStepGuideClass {
        height: 100%;
    }
}

@media screen and (max-height: 590px) and (orientation: portrait) {
    .customStepByStepGuideClass {
        height: 100%;
    }
}

.customStepByStepGuideClass mat-divider {
    padding-bottom: 10px;
    border-color: #1c8464;
    width: 70px;
    border-top-width: 3px;
}

.customStepByStepGuideClass [mat-dialog-title] {
    font-size: 32px;
    margin-bottom: 20px;
}

.customStepByStepGuideClass .mat-dialog-content {
    background: inherit;
}

    .customStepByStepGuideClass .mat-dialog-content p.content-container {
        border-radius: 4px;
    }

.customStepByStepGuideClass .mat-dialog-actions[align=end] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.customStepByStepGuideClass .mat-dialog-actions[align=center] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customErrorDialogClass .mat-dialog-container {
    border-radius: 5px;
    background: #f5f5f5;
    padding: 22px;
}

.customErrorDialogClass .green {
    color: #1c8464 !important;
}

.customErrorDialogClass .gray {
    color: #556176 !important;
}

.mat-checkbox-layout {
    white-space: normal !important;
}

.mat-tooltip {
    font-size: 14px !important;
}

.warning-snackbar {
    background-color: #e8cc25 !important;
    color: #556176 !important;
    font-size: 16px !important;
    padding: 20px !important;
    margin-top: 95px !important;
}

.mat-drawer-content, .mat-tab-body-content {
    overflow: auto;
}

.mat-tab-body.mat-tab-body-active {
    overflow-y: hidden !important;
}

.cob-error-title {
    font-size: 48px;
}

.cob-heading-1 {
    font-size: 32px;
}

.cob-message-after-proposals {
    font-size: 32px;
}

@media (max-width: 910px) {
    .cob-message-after-proposals {
        font-size: 20px;
    }
}

.cob-heading-2 {
    font-size: 28px;
}

.cob-heading-3 {
    font-size: 21px;
}

@media (max-width: 910px) {
    .cob-heading-3 {
        font-size: 17px;
    }
}

.cob-title {
    font-size: 20px;
}

.cob-subtitle {
    font-size: 18px;
}

.cob-note {
    font-size: 13px;
}

.cob-checkbox-tc {
    font-size: 16px;
}

.cob-small {
    font-size: 14px;
}

.cob-button {
    font-size: 14px;
}

.step-by-step {
    font-size: 15px;
}

@media (max-width: 910px) {
    .step-by-step {
        font-size: 16px;
    }
}

.step-by-step-button {
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.checkbox-proposal {
    font-size: 18px;
    font-weight: 700;
}

.eroor-link-txt {
    font-size: 16px;
}

.green {
    color: #1c8464;
}

.genoa {
    color: #1c8464;
}

.blue {
    color: #13599e;
}

.denim {
    color: #1975d1;
}

.sanMarino {
    color: #4e74b0;
}

.toryBlue {
    color: #13599e;
}

.gray {
    color: #556176;
}

.gray-step-by-step {
    color: #708090;
}

.warning {
    color: #ffc107;
}

.error {
    color: #e31d19;
}

.white {
    color: #ffffff;
}

.warning-bg-icon {
    background-color: #4e74b0;
}

.success-bg-icon {
    background-color: #1c8464;
}

.validation-warning-bg-icon {
    background-color: #e8cc25;
}

.warning-txt-message {
    color: #4e74b0;
}

.validation-warning-bg-message {
    background-color: rgba(232, 204, 37, 0.2);
}

.warning-bg-message {
    background-color: #f0f3f9;
}

.success-bg-message {
    background-color: #d7ece3;
}

.error-page-txt {
    color: #a5adb4;
}

.error-links-txt {
    color: #1975d1;
}

.blue-link {
    color: #1975d1;
}

.logo {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
/* Nuevo estilo de header */
.nav-chart{
  height: 200px;
}
.bg-gray{
background: #fafafa;
}
</style > <style > .mat-button .mat-button-focus-overlay, .mat-icon-button .mat-button-focus-overlay {
    opacity: 0
}

.mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
    opacity: .04
}

@media (hover:none) {
    .mat-button:hover .mat-button-focus-overlay, .mat-stroked-button:hover .mat-button-focus-overlay {
        opacity: 0
    }
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible
}

    .mat-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner {
        border: 0
    }

    .mat-button[disabled], .mat-flat-button[disabled], .mat-icon-button[disabled], .mat-stroked-button[disabled] {
        cursor: default
    }

    .mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay, .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-flat-button.cdk-program-focused .mat-button-focus-overlay, .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner {
        border: 0
    }

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1)
}

    .mat-raised-button::-moz-focus-inner {
        border: 0
    }

    .mat-raised-button[disabled] {
        cursor: default
    }

    .mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-raised-button::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-raised-button {
    transition: none;
    animation: none
}

.mat-stroked-button {
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px
}

    .mat-stroked-button .mat-button-focus-overlay, .mat-stroked-button .mat-button-ripple.mat-ripple {
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px
    }

.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0
}

    .mat-fab::-moz-focus-inner {
        border: 0
    }

    .mat-fab[disabled] {
        cursor: default
    }

    .mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-fab.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-fab::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-fab {
    transition: none;
    animation: none
}

.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px
}

.mat-mini-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    flex-shrink: 0
}

    .mat-mini-fab::-moz-focus-inner {
        border: 0
    }

    .mat-mini-fab[disabled] {
        cursor: default
    }

    .mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
        opacity: .12
    }

    .mat-mini-fab::-moz-focus-inner {
        border: 0
    }

._mat-animation-noopable.mat-mini-fab {
    transition: none;
    animation: none
}

.mat-mini-fab .mat-button-wrapper {
    padding: 8px 0;
    display: inline-block;
    line-height: 24px
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%
}

    .mat-icon-button .mat-icon, .mat-icon-button i {
        line-height: 24px
    }

.mat-button-focus-overlay, .mat-button-ripple.mat-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit
}

    .mat-button-ripple.mat-ripple:not(:empty) {
        transform: translateZ(0)
    }

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1)
}

._mat-animation-noopable .mat-button-focus-overlay {
    transition: none
}

@media (-ms-high-contrast:active) {
    .mat-button-focus-overlay {
        background-color: #fff
    }
}

@media (-ms-high-contrast:black-on-white) {
    .mat-button-focus-overlay {
        background-color: #000
    }
}

#mobile-menu-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
}

#phone-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

#email-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

#arrow-back-icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

#info-icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
}

#help-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

#clear-icon {
    font-weight: 900;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

#check-circle-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
}

#saved-circle-icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
}

#chat-icon {
    font-size: 45px;
    width: 45px;
    height: 45px;
}

#close-icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.error-icon {
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.save-icon {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.cosas-buenas-arte {
    margin: auto;
    display: block;
    width: 139px;
}

#credit-card {
    background-image: url(/assets/credit-card.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 96px;
    height: 150px;
    margin: auto;
}

#info-outline {
    background-image: url(/assets/info-outline.svg);
    width: 36px;
    height: 36px;
}

#checkmark-outline {
    background-image: url(/assets/checkmark.svg);
    width: 50px;
    height: 50px;
}

#list {
    background-image: url(/assets/credit-card.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}

#form {
    background-image: url(/assets/form.svg);
    width: 60px;
    height: 60px;
}

#good-review {
    background-image: url(/assets/good-review.svg);
    width: 60px;
    height: 60px;
}

#checklist {
    background-image: url(/assets/checklist.svg);
    width: 60px;
    height: 60px;
}

#warning-error {
    background-image: url(/assets/warning.svg);
    width: 50px;
    height: 50px;
    fill: #e8cc25;
}

#validation-warning-error {
    background-image: url(/assets/validation-warning.svg);
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.v-middle {
    vertical-align: middle;
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-badge-small .mat-badge-content {
    font-size: 9px;
}

.mat-badge-large .mat-badge-content {
    font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
    font: 500 20px/32px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
    font: 400 16px/28px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
    font: 400 15px/24px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
    font: 400 calc(14px * 0.83)/20px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
    font: 400 calc(14px * 0.67)/20px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
    font: 500 14px/24px 'Lato', 'Arial', 'sans-serif';
}

.mat-body, .mat-body-1, .mat-typography {
    font: 400 14px/20px 'Lato', 'Arial', 'sans-serif';
}

    .mat-body p, .mat-body-1 p, .mat-typography p {
        margin: 0 0 12px;
    }

.mat-small, .mat-caption {
    font: 400 12px/20px 'Lato', 'Arial', 'sans-serif';
}

.mat-display-4, .mat-typography .mat-display-4 {
    font: 300 112px/112px 'Lato', 'Arial', 'sans-serif';
    letter-spacing: -0.05em;
    margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
    font: 400 56px/56px 'Lato', 'Arial', 'sans-serif';
    letter-spacing: -0.02em;
    margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
    font: 400 45px/48px 'Lato', 'Arial', 'sans-serif';
    letter-spacing: -0.005em;
    margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
    font: 400 34px/40px 'Lato', 'Arial', 'sans-serif';
    margin: 0 0 64px;
}

.mat-bottom-sheet-container {
    font: 400 14px/20px 'Lato', 'Arial', 'sans-serif';
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
}

.mat-button-toggle {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-card {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500;
}

.mat-card-header .mat-card-title {
    font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
    font-size: 14px;
}

.mat-checkbox {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px;
}

.mat-chip {
    font-size: 14px;
    font-weight: 500;
}

    .mat-chip .mat-chip-trailing-icon.mat-icon,
    .mat-chip .mat-chip-remove.mat-icon {
        font-size: 18px;
    }

.mat-table {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500;
}

.mat-cell, .mat-footer-cell {
    font-size: 14px;
}

.mat-calendar {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-calendar-body {
    font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500;
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400;
}

.mat-dialog-title {
    font: 500 20px/32px 'Lato', 'Arial', 'sans-serif';
}

.mat-expansion-panel-header {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 15px;
    font-weight: 400;
}

.mat-expansion-panel-content {
    font: 400 14px/20px 'Lato', 'Arial', 'sans-serif';
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em;
}

    .mat-form-field-prefix .mat-icon-button .mat-icon,
    .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125;
    }

.mat-form-field-infix {
    padding: 0.5em 0;
    border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.34375em) scale(0.75);
    -ms-transform: translateY(-1.34375em) scale(0.75);
    transform: translateY(-1.34375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.34374em) scale(0.75);
    -ms-transform: translateY(-1.34374em) scale(0.75);
    transform: translateY(-1.34374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
    top: -0.84375em;
    padding-top: 0.84375em;
}

.mat-form-field-label {
    top: 1.34375em;
}

.mat-form-field-underline {
    bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: 0.6666666667em;
    top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
    -ms-transform: translateY(-1.28125em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
    -ms-transform: translateY(-1.28124em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
    -ms-transform: translateY(-1.28123em) scale(0.75);
    width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: 0.5416666667em;
    top: calc(100% - 1.6666666667em);
}

@media print {
    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
        -webkit-transform: translateY(-1.28122em) scale(0.75);
        -ms-transform: translateY(-1.28122em) scale(0.75);
        transform: translateY(-1.28122em) scale(0.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
        -webkit-transform: translateY(-1.28121em) scale(0.75);
        transform: translateY(-1.28121em) scale(0.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
        -webkit-transform: translateY(-1.2812em) scale(0.75);
        -ms-transform: translateY(-1.2812em) scale(0.75);
        transform: translateY(-1.2812em) scale(0.75);
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-0.59375em) scale(0.75);
    -ms-transform: translateY(-0.59375em) scale(0.75);
    transform: translateY(-0.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-0.59374em) scale(0.75);
    -ms-transform: translateY(-0.59374em) scale(0.75);
    transform: translateY(-0.59374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.59375em) scale(0.75);
    -ms-transform: translateY(-1.59375em) scale(0.75);
    transform: translateY(-1.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.59374em) scale(0.75);
    -ms-transform: translateY(-1.59374em) scale(0.75);
    transform: translateY(-1.59374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
    font-size: 14px;
}

    .mat-grid-tile-header .mat-line,
    .mat-grid-tile-footer .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-grid-tile-header .mat-line:nth-child(n+2),
        .mat-grid-tile-footer .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

input.mat-input-element {
    margin-top: -0.0625em;
}

.mat-menu-item {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 14px;
    font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 12px;
}

.mat-radio-button {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-select {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-select-trigger {
    height: 1.125em;
}

.mat-slide-toggle-content {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-slider-thumb-label-text {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 12px;
    font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400;
}

.mat-step-sub-label-error {
    font-weight: normal;
}

.mat-step-label-error {
    font-size: 14px;
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500;
}

.mat-tab-group {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-tab-label, .mat-tab-link {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px 'Lato', 'Arial', 'sans-serif';
    margin: 0;
}

.mat-tooltip {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mat-list-item {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-list-option {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-list-base .mat-list-item {
    font-size: 16px;
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-list-option {
    font-size: 16px;
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 14px;
        }

.mat-list-base .mat-subheader {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 14px;
    font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list-base[dense] .mat-list-option {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
            font-size: 12px;
        }

.mat-list-base[dense] .mat-subheader {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 12px;
    font-weight: 500;
}

.mat-option {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 16px;
}

.mat-optgroup-label {
    font: 500 14px/24px 'Lato', 'Arial', 'sans-serif';
}

.mat-simple-snackbar {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 14px;
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.mat-tree {
    font-family: 'Lato', 'Arial', 'sans-serif';
}

.mat-tree-node,
.mat-nested-tree-node {
    font-weight: 400;
    font-size: 14px;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible;
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media (-ms-high-contrast: active) {
    .mat-ripple-element {
        display: none;
    }
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}

    .cdk-overlay-container:empty {
        display: none;
    }

.cdk-global-overlay-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1000;
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }

@media screen and (-ms-high-contrast: active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0.6;
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

@-webkit-keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@-webkit-keyframes cdk-text-field-autofill-end {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    -webkit-animation-name: cdk-text-field-autofill-start;
    animation-name: cdk-text-field-autofill-start;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    -webkit-animation-name: cdk-text-field-autofill-end;
    animation-name: cdk-text-field-autofill-end;
}

textarea.cdk-textarea-autosize {
    resize: none;
}

textarea.cdk-textarea-autosize-measuring {
    height: auto !important;
    overflow: hidden !important;
    padding: 2px 0 !important;
    box-sizing: content-box !important;
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
        background: rgba(0, 0, 0, 0.04);
    }

    .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
        background: rgba(0, 0, 0, 0.04);
    }

    .mat-option.mat-active {
        background: rgba(0, 0, 0, 0.04);
        color: rgba(0, 0, 0, 0.87);
    }

    .mat-option.mat-option-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #1c8464;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #13599e;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #e31d19;
}

.mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54);
}

    .mat-pseudo-checkbox::after {
        color: #fafafa;
    }

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #1c8464;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
    background: #13599e;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #e31d19;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.mat-elevation-z0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
    box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
    box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
    box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
    box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
    box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
    box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
    box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
    box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-theme-loaded-marker {
    display: none;
}

.mat-autocomplete-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: white;
    }

        .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0, 0, 0, 0.87);
        }

.mat-badge-content {
    color: white;
    background: #1c8464;
}

@media (-ms-high-contrast: active) {
    .mat-badge-content {
        outline: solid 1px;
        border-radius: 0;
    }
}

.mat-badge-accent .mat-badge-content {
    background: #13599e;
    color: white;
}

.mat-badge-warn .mat-badge-content {
    color: white;
    background: #e31d19;
}

.mat-badge {
    position: relative;
}

.mat-badge-hidden .mat-badge-content {
    display: none;
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

    .ng-animate-disabled .mat-badge-content,
    .mat-badge-content._mat-animation-noopable {
        -webkit-transition: none;
        transition: none;
    }

    .mat-badge-content.mat-badge-active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px;
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px;
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px;
}

.mat-bottom-sheet-container {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: transparent;
}

    .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
        color: #1c8464;
    }

    .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
        color: #13599e;
    }

    .mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
        color: #e31d19;
    }

        .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #1c8464;
    }

    .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #13599e;
    }

    .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #e31d19;
    }

    .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
        background-color: transparent;
    }

    .mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
        opacity: 0.1;
        background-color: currentColor;
    }

.mat-button-focus-overlay {
    background: black;
}

.mat-stroked-button:not([disabled]) {
    border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
    color: rgba(0, 0, 0, 0.87);
    background-color: white;
}

    .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
        color: white;
    }

    .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
        color: white;
    }

    .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
        color: white;
    }

        .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
        background-color: #1c8464;
    }

    .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
        background-color: #13599e;
    }

    .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
        background-color: #e31d19;
    }

        .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
            background-color: rgba(0, 0, 0, 0.12);
        }

    .mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
        box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    }

    .mat-fab[disabled]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-standalone,
.mat-button-toggle-group {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

    .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
    .mat-button-toggle-group-appearance-standard {
        box-shadow: none;
    }

.mat-button-toggle {
    color: rgba(0, 0, 0, 0.38);
}

    .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-appearance-standard {
    color: rgba(0, 0, 0, 0.87);
    background: white;
}

    .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: black;
    }

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: solid 1px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54);
}

    .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: rgba(0, 0, 0, 0.87);
    }

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, 0.26);
    background-color: #eeeeee;
}

    .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: white;
    }

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd;
    }

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
    border: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-card {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-card:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    }

.mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
    fill: #fafafa;
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important;
}

@media (-ms-high-contrast: black-on-white) {
    .mat-checkbox-checkmark-path {
        stroke: #000 !important;
    }
}

.mat-checkbox-mixedmark {
    background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
    background-color: #1c8464;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
    background-color: #13599e;
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
    background-color: #e31d19;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, 0.54);
}

@media (-ms-high-contrast: active) {
    .mat-checkbox-disabled {
        opacity: 0.5;
    }
}

@media (-ms-high-contrast: active) {
    .mat-checkbox-background {
        background: none;
    }
}

.mat-checkbox .mat-ripple-element {
    background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
    background: #1c8464;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
    background: #13599e;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #e31d19;
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-chip.mat-standard-chip .mat-chip-remove {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: 0.54;
    }

    .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip::after {
        background: black;
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #1c8464;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background: rgba(255, 255, 255, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #e31d19;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background: rgba(255, 255, 255, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #13599e;
        color: white;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: white;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background: rgba(255, 255, 255, 0.1);
        }

.mat-table {
    background: white;
}

    .mat-table thead, .mat-table tbody, .mat-table tfoot,
    mat-header-row, mat-row, mat-footer-row,
    [mat-header-row], [mat-row], [mat-footer-row],
    .mat-table-sticky {
        background: inherit;
    }

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
    color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
    color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider::after {
    background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
    border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-selected {
    background-color: #1c8464;
    color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(28, 132, 100, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #13599e;
        color: white;
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(19, 89, 158, 0.4);
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px white;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #e31d19;
        color: white;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(227, 29, 25, 0.4);
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px white;
    }

.mat-datepicker-content-touch {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
    color: #1c8464;
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #13599e;
    }

    .mat-datepicker-toggle-active.mat-warn {
        color: #e31d19;
    }

.mat-dialog-container {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
    background: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-expansion-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }

.mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background: white;
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
    color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: rgba(0, 0, 0, 0.26);
}

    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
    .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
        color: inherit;
    }

.mat-form-field-label {
    color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
    color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #1c8464;
}

    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #13599e;
    }

    .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #e31d19;
    }

.mat-focused .mat-form-field-required-marker {
    color: #13599e;
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #1c8464;
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #13599e;
    }

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #e31d19;
    }

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
    color: #1c8464;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
    color: #13599e;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
    color: #e31d19;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
    color: #e31d19;
}

    .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
    .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
        color: #e31d19;
    }

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #e31d19;
}

.mat-error {
    color: #e31d19;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
    background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #1c8464;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
    color: #13599e;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
    color: #e31d19;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: #e31d19;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
    color: #1c8464;
}

.mat-icon.mat-accent {
    color: #13599e;
}

.mat-icon.mat-warn {
    color: #e31d19;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
    color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
    color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
    caret-color: #1c8464;
}

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

.mat-accent .mat-input-element {
    caret-color: #13599e;
}

.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
    caret-color: #e31d19;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
    color: #e31d19;
}

.mat-list-base .mat-list-item {
    color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-list-option {
    color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
    color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
    background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
    background: rgba(0, 0, 0, 0.04);
}

.mat-menu-panel {
    background: white;
}

    .mat-menu-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

.mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-menu-item[disabled], .mat-menu-item[disabled]::after {
        color: rgba(0, 0, 0, 0.38);
    }

    .mat-menu-item .mat-icon-no-color,
    .mat-menu-item-submenu-trigger::after {
        color: rgba(0, 0, 0, 0.54);
    }

    .mat-menu-item:hover:not([disabled]),
    .mat-menu-item.cdk-program-focused:not([disabled]),
    .mat-menu-item.cdk-keyboard-focused:not([disabled]),
    .mat-menu-item-highlighted:not([disabled]) {
        background: rgba(0, 0, 0, 0.04);
    }

.mat-paginator {
    background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
    fill: #bbdad1;
}

.mat-progress-bar-buffer {
    background-color: #bbdad1;
}

.mat-progress-bar-fill::after {
    background-color: #1c8464;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #b8cde2;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #b8cde2;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
    background-color: #13599e;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #f7bbba;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #f7bbba;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
    background-color: #e31d19;
}

.mat-progress-spinner circle, .mat-spinner circle {
    stroke: #1c8464;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
    stroke: #13599e;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
    stroke: #e31d19;
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #1c8464;
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #1c8464;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #13599e;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #13599e;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #e31d19;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #e31d19;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
    background-color: black;
}

.mat-select-value {
    color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
    color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
    background: white;
}

    .mat-select-panel:not([class*=mat-elevation-z]) {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(0, 0, 0, 0.12);
    }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #1c8464;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #13599e;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
    color: #e31d19;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #e31d19;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-drawer.mat-drawer-push {
        background-color: white;
    }

    .mat-drawer:not(.mat-drawer-side) {
        box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    }

.mat-drawer-side {
    border-right: solid 1px rgba(0, 0, 0, 0.12);
}

    .mat-drawer-side.mat-drawer-end {
        border-left: solid 1px rgba(0, 0, 0, 0.12);
        border-right: none;
    }

[dir=rtl] .mat-drawer-side {
    border-left: solid 1px rgba(0, 0, 0, 0.12);
    border-right: none;
}

    [dir=rtl] .mat-drawer-side.mat-drawer-end {
        border-left: none;
        border-right: solid 1px rgba(0, 0, 0, 0.12);
    }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #13599e;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(19, 89, 158, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #13599e;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #1c8464;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(28, 132, 100, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #1c8464;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #e31d19;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(227, 29, 25, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #e31d19;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: black;
}

.mat-slide-toggle-thumb {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
    background-color: #1c8464;
}

.mat-primary .mat-slider-thumb-label-text {
    color: white;
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
    background-color: #13599e;
}

.mat-accent .mat-slider-thumb-label-text {
    color: white;
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
    background-color: #e31d19;
}

.mat-warn .mat-slider-thumb-label-text {
    color: white;
}

.mat-slider-focus-ring {
    background-color: rgba(19, 89, 158, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
    border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
    background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-step-header:hover {
        background: none;
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #1c8464;
    color: white;
}

.mat-step-header .mat-step-icon-state-error {
    background-color: transparent;
    color: #e31d19;
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #e31d19;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
    background-color: white;
}

.mat-stepper-vertical-line::before {
    border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-sort-header-arrow {
    color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
    border-bottom: none;
    border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(187, 218, 209, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #1c8464;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(184, 205, 226, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #13599e;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(247, 187, 186, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #e31d19;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(187, 218, 209, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
    background-color: #1c8464;
}

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(184, 205, 226, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
    background-color: #13599e;
}

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(247, 187, 186, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
    background-color: #e31d19;
}

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: white;
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: rgba(255, 255, 255, 0.4);
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: white;
}

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.12);
}

.mat-toolbar {
    background: whitesmoke;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-toolbar.mat-primary {
        background: #1c8464;
        color: white;
    }

    .mat-toolbar.mat-accent {
        background: #13599e;
        color: white;
    }

    .mat-toolbar.mat-warn {
        background: #e31d19;
        color: white;
    }

    .mat-toolbar .mat-form-field-underline,
    .mat-toolbar .mat-form-field-ripple,
    .mat-toolbar .mat-focused .mat-form-field-ripple {
        background-color: currentColor;
    }

    .mat-toolbar .mat-form-field-label,
    .mat-toolbar .mat-focused .mat-form-field-label,
    .mat-toolbar .mat-select-value,
    .mat-toolbar .mat-select-arrow,
    .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
        color: inherit;
    }

    .mat-toolbar .mat-input-element {
        caret-color: currentColor;
    }

.mat-tooltip {
    background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
    background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
    color: rgba(0, 0, 0, 0.87);
}

.mat-snack-bar-container {
    color: rgba(255, 255, 255, 0.7);
    background: #323232;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
    color: #13599e;
}


