.btn.btn--b-azul.btn-login {
	font-size: 14px;
	border: 1px solid #307FE2;
}

.seleccion .form-group.form-uc.form-registro {
	margin-bottom: 0px;
}

.hero__txt h1 span.first {
    font-size: 38px;
    background: #307FE2;
    padding: 0.4rem 0.8rem;
    font-weight: 400;
}

.hero__txt h1 span.second {
    background: #FF0000;
    font-size: 40px;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
}

.banner-faq .fig-banner {
 	display: none;
}

.banner-faq h1 span.first  {
    background: #307FE2;
    padding: 0.4rem;
    font-size: 30px;
    border-bottom: none;
}

.banner-faq h1 span.second {
    background: #FF0000;
    padding: 0.4rem;
    font-size: 30px;
    border-bottom: none;
}

.int-ac.js-accordion-content ol li,
.int-ac.js-accordion-content ul li {
    font-size: .875rem;
    color: #373737;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 0;
}

.hero-subhome .hero-subhome__txt h1 span:first-child {
  background: #307FE2;
  padding: 0.4rem;
  font-size: 30px;
  border-bottom: none;
}

.hero-subhome .hero-subhome__txt h1 span:last-child {
  background: #FF0000;
      font-size: 40px;
      font-weight: 600;
      padding: 0.5rem 0.8rem;
}

.hero-subhome__txt p .azul {
    font-weight: bold;
}

.hero-subhome__txt p .rojo {
    font-weight: bold;
}

.card-subhome .card-subhome__body a {
    background: #307FE2;
    color: #fff;
    border-color: 1px solid #307FE2;
    font-size: .8rem;
    padding: 0.6rem 1rem;
    display: block;
    text-decoration: none;
}

.card-subhome .card-subhome__body a:hover {
    border-color: 1px solid #307FE2;
    background: transparent;
    color: #307FE2;
}

.row.row-subhome .col-lg-3:nth-child(4) a {
  color: #4D9CFF;
      font-weight: normal;
      background: none;
      padding: unset;
      display: inline-block;
}

.s-login .contenedor-login .logo-login {
  position: relative;
  margin-bottom: 0px;
}

.s-login .contenedor-login .logo-login img {
  position: relative;
}

.s-login .contenedor-login .logo-login img:first-child {
  position: relative;
  z-index: 10;
  transform: translateY(20px);
}

.s-login .contenedor-login .logo-login img:last-child {
    z-index: 1;
    height: 55px;
  
}

/*nuevo footer*/
.fondo_footer {
    background: #f1f8fe;
}

.div_footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(90deg, #307fe2 0%, #872899 100%);
    gap: 3em;
    padding: 40px 100px 52px 100px;
    max-width: unset !important;
    background-size: cover;
}

.covert-text {
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.seguros-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.seguros-section .active {
    font-weight: 500;
}

.seguros-section a {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.black-footer {
    height: 41px;
    background: #1a3b57;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-footer p {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
}

@media (max-width: 991.98px) {
  .div_footer {
      display: flex;
      justify-content: space-between;
      width: 100%;
      background: linear-gradient(90deg, #307fe2 0%, #872899 100%);
      gap: 0em;
      padding: 30px;
      max-width: unset !important;
      background-size: cover;
  }
  .full-width-mobile {
    width: 100%;
    margin-bottom: 20px;
  }
  .seguros-section {
      display: flex;
      justify-content: flex-start;
      align-items: baseline;
      gap: 16px;
      flex-direction: column;
  }
  .seguros-section svg {
      display: none;
  }
  .black-footer p {
    font-size: 12px;
  }
}

/*nuevo footer*/

.copia-btn-cs {
    font-size: 14px;
    border: 1px solid #307FE2;
    width: 166px;
    margin-left: 1.1rem;
    color: #307FE2;
    font-weight: bold;
    border-radius: 5px;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: transparent;
    outline: none;

}

.copia-btn-cs:hover {
    background: #307FE2;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}

.copia-btn-cs-mobile {
  border: 1px solid #307FE2;
  width: 166px;
  color: #307FE2;
  border-radius: 5px;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  width: 100%;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    height: 40px;
}

/*MEDIAS QUERIES*/

@media screen and (min-width: 991px) {
  .hero-subhome__txt h1 {
    max-width: 560px;
  }
 	.head-top .head-top__logo {
 		position: absolute;
 		right: 18%;
 		top: 0;
 	}
 	.head-top .head-top__logo img {
 		border-bottom-right-radius: 6px;
 		border-bottom-left-radius: 6px;
 		transform: scale(1.4);
 	}

 	header.header-user .head-bottom .logo-santander img {
 	    width: 180px;
 	}
}

@media all and (max-width: 1300px) and (min-width: 991px) {
  	.head-top .head-top__logo {
  		right: 4%;
  	}
  	.head-top .head-top__logo img {
  		transform: scale(1);
  	}
}

@media screen and (max-width: 991px) {
  .hero-subhome .hero-subhome__txt h1 span:first-child,
  .hero-subhome .hero-subhome__txt h1 span:last-child {
    font-size: 1.2rem;
  }

	.head-top .head-top__logo img {
		border-radius: 6px;
	}

	.header-home .head-bottom .logo {
		display: none;
	}

	header .head-bottom {
    	padding-bottom: 0px;
    	padding-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	.hero__txt h1 span.first,
	.hero__txt h1 span.second {
	    font-size: 1.8rem;
	}
}

@media screen and (max-width: 556px) {
	.hero__txt h1 span.first,
	.hero__txt h1 span.second {
	    font-size: 1.4rem;
	}
 	.w-reembolso .item-doc__der {
 	    display: flex;
 	    align-items: center;
 	}

 	.w-reembolso .item-doc__der .form-group {
 		width: 70%;
 		margin-right: 1rem;
 	}

 	.w-reembolso .item-doc__der .acciones {
 	    transform: translateY(-10px);
 	}

 	.w-reembolso .item-doc {
 	    margin-bottom: 1rem;
 	}
}

