@import "compass/css3";

body {
  margin: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: "Times New Roman", Times, serif;
} 
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

/*Encabezado*/
.encabezado {
  height: 60px;
  cursor: pointer;  
}
.ElementosLaterales{
  float: inline-end;
  width: 155px;
}
/*Boton login*/
.loginbot {
  text-decoration: none;
  color: #150e43;
  cursor: pointer;
  background-color: white;
  margin: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  padding-left: 2px;
  transition: 1s;
}

.loginbot:hover {
  background-color: #252527a5;
  color: white;
}

/* Estilos básicos del botón login*/
.loginbot {
  background-color: white;
  float: inline-end;
  text-decoration: none;
  color: #150e43;
  cursor: pointer;
  margin: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 20;
}

.tooltiptext {
  visibility: hidden;
  font-size: smaller;
  width: 90PX;
  background-color: #252527a5;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: solid 2px white;
  padding: 3px;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: -95px;
  margin-top: -13px;
  opacity: 0;
  transition: ease-in-out opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

/*Dropdown de banderas*/
.dropdown {
  position: relative;
  display: inline-table;
  z-index: 20;
  float: left;
}

.dropbtn {
  background: linear-gradient(90deg, #3c3744, #383755,#191755 );
  color: white;
  padding: 3px;
  cursor: pointer;
  margin: 10px;
  transition: all 1s;
  border-radius: 5px;
  height: 40px;
}

.dropbtn img {
  width: 40px;
  
}
.tooltipBanderas {
  visibility: hidden;
  width: 100px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 3px;
  border: solid 1px rgba(255, 255, 255);
  border-radius: 5px;
  position: absolute; 
  transform: translate(-110px,-25px);
  z-index: 10;
  opacity: 0;
  font-size: smaller;
  transition: opacity 0.3s;
  transition: 400ms;
}
.dropbtn:hover .tooltipBanderas{
  visibility: visible;
  opacity: 1;
  transition: 400ms;
}

.dropdown-content {
  display: none;
  width: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 5;
  transition: all 1s;
  transform: translate(10px,-4px);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.flag-container {
  position: relative;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.flag-container img {
  width: 40px;
  height: auto;
  border: 1px solid #ccc;
}

.flag-container::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #03045e;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translate(30px,-26px);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  font-size: smaller;
}

.flag-container:hover::after {
  opacity: 1;
}



nav {
  background-color: #3c3744;
  font-size: 13px;
  color: white;
  margin: auto;
  max-width: 100%;
}

.Navegacion {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding-left: 100px;
}

.Navegacion>li>a {
  display: block;
  padding: 10px 10px;
  width: 120px;
  color: white;
  text-decoration: none;
}

.Navegacion>li:hover {
  background-color: rgb(141, 141, 141);
}

.menudesplegable {
  position: absolute;
  z-index: 99;
  font-size: 10px;
  display: none;
  list-style: none;
  width: 120px;
  background-color: rgba(4, 4, 4, 0.8);
}

.Navegacion li:hover .menudesplegable {
  display: block;
}


.menudesplegable li:hover {
  background-color: #434648;
}

.menudesplegable li a {
  display: block;
  color: white;
  padding: 7px;
  text-decoration: none;
}

.menudesplegabl2 {
  position: absolute;
  z-index: 99;
  font-size: 10px;
  display: none;
  list-style: none;
  width: 120px;
  transform: translate(100%, -29%);
  background-color: rgba(4, 4, 4, 0.8);
}

.menudesplegable li:hover ul {
  display: block;
}

.menudesplegabl2 li:hover {
  background-color: #434648;
}

.menudesplegabl2 li a {
  display: block;
  color: white;
  padding: 7px;
  text-decoration: none;
}

/*Iconos de redes fixed*/
.container-icons {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.icon-plus {
  font-size: 50px;
}

.row-icon1 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 0.5s;
  opacity: 0;
}

.row-icon2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 1s;
  opacity: 0;
}

.row-icon3 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 1.5s;
  opacity: 0;
}

.row-icon4 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 2s;
  opacity: 0;
}

.container-icons:hover .row-icon1 {
  opacity: 100%;
}

.container-icons:hover .row-icon2 {
  opacity: 100%;
}

.container-icons:hover .row-icon3 {
  opacity: 100%;
}

.container-icons:hover .row-icon4 {
  opacity: 100%;
}

.icon1 {
  transform: translate(100px, -40px);
}

.icon2 {
  transform: translate(100px, -80px);
}

.icon3 {
  transform: translate(100px, -120px);
}

.icon4 {
  transform: translate(100px, -162px);
}

.container-icons:hover .icon1 {
  transform: translate(10px, -40px);
}

.container-icons:hover .icon2 {
  transform: translate(10px, -80px);
}

.container-icons:hover .icon3 {
  transform: translate(10px, -120px);
}

.container-icons:hover .icon4 {
  transform: translate(9px, -162px);
}

/* Ventana de texto de red social*/
.face {
  position: relative;
  height: 35px;
  width: 35px;
}

.face:hover label {
  cursor: pointer;
}

.face span {
  top: 7px;
  background: #339ef5;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  color: whitesmoke;
  display: none;
  font-size: 10px;
  position: absolute;
  transition: 400ms ease-in;
  right: 37px;
  z-index: 100;
  padding: 4px;
}

.face:hover span {
  display: inline;
}

.whats {
  position: relative;
  height: 35px;
  width: 35px;
}

.whats:hover label {
  cursor: pointer;
}

.whats span {
  top: 7px;
  background: #47ea0e;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  color: whitesmoke;
  display: none;
  font-size: 10px;
  position: absolute;
  transition: 400ms ease-in;
  right: 37px;
  z-index: 100;
  padding: 4px;
}

.whats:hover span {
  display: inline;
}

.inst {
  position: relative;
  height: 35px;
  width: 35px;
}

.inst:hover label {
  cursor: pointer;
}

.inst span {
  top: 7px;
  background: #fe4524;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  color: whitesmoke;
  display: none;
  font-size: 10px;
  position: absolute;
  transition: 400ms ease-in;
  right: 37px;
  z-index: 100;
  padding: 4px;
}

.inst:hover span {
  display: inline;
}

.x {
  position: relative;
  height: 35px;
  width: 35px;
}

.x:hover label {
  cursor: pointer;
}

.x span {
  top: 8px;
  background: #1c2023;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  color: whitesmoke;
  display: none;
  font-size: 10px;
  position: absolute;
  transition: 400ms ease-in;
  right: 37px;
  z-index: 100;
  padding: 4px;
}

.x:hover span {
  display: inline;
}

.icon-plus {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.icon-plus img {
  transition: all 400ms;
}

.icon-plus {
  position: relative;
}

.icon-plus span {
  top: 14px;
  text-align: center;
  background: white;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #333;
  color: blue;
  display: none;
  font-size: 10px;
  position: absolute;
  transition: 400ms ease-in;
  right: 57px;
  z-index: 100;
  padding: 3px;
}

.icon-plus:hover span {
  display: inline;
}

.icon-plus:hover img {
  cursor: pointer;
  rotate: 360deg;
}

.wrapper {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.bneon {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 13px;
  transition: 400ms;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 20px;
  background-color: black;
  text-decoration: none;
}

.bneon:hover {
  background-color:#26a2c5;
  color: #000000;
  box-shadow: 0 0 7px #26a2c5;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  cursor: pointer;
}

.span {
  position: absolute;
  display: block;
}

.span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #090c9b);
  animation: animate1 1s infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #090c9b);
  animation: animate2 1s infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

.span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #090c9b);
  animation: animate3 1s infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }

  100% {
    right: 100%;
  }
}

.span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #090c9b);
  animation: animate4 1s infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 100%;
  }
}

/*cuadro inicial*/

.sliders {
  position: relative;
  margin: 30px;
}

.contenidoSlider {
  display: flex;
  height: 300px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type-x: mandatory;
  border-radius: 10px;
  box-shadow: 3px 3px 4px 1px #111110;
}

.promocionescuadro {
  padding: 20px;
  border-radius: 10px;
  flex: 1 0 100%;
  object-fit: fill;
  scroll-snap-align: start;
  padding-right: 0%;
  
}

.inaug {
  text-align: justify;
  color: aliceblue;
  font-size: medium;
} 

.txtdegra {
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 255, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  color: #1c2023;
}

.botones {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 50px;
  gap: 10px;
  transform: translateY(30px);
}

.sliders input {
  visibility: hidden;
  display: none;
}

.botones label {
  width: 15px;
  height: 15px;
  background-color: white;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.botones label:hover {
  scale: 1.2;
  opacity: 1;
  transition: all 0.5s;
}

.sliders input:nth-child(1):checked~.botones label:nth-child(1),
.sliders input:nth-child(2):checked~.botones label:nth-child(2),
.sliders input:nth-child(3):checked~.botones label:nth-child(3),
.sliders input:nth-child(4):checked~.botones label:nth-child(4) {
  opacity: 1;
  width: 40px;
  scroll-margin: 1.2;
}

.contenidoSlider {
  position: relative;
  display: flex;
  transition: 400ms ease-in-out;
}

.sliders input:nth-child(1):checked~.contenidoSlider .promocionescuadro {
  transform: translate(0%);
  transition: all 0.7s;
}

.sliders input:nth-child(2):checked~.contenidoSlider .promocionescuadro {
  transform: translate(-100%);
  transition: all 0.7s;
}

.sliders input:nth-child(3):checked~.contenidoSlider .promocionescuadro {
  transform: translate(-200%);
  transition: all 0.7s;
}

.sliders input:nth-child(4):checked~.contenidoSlider .promocionescuadro {
  transform: translate(-300%);
  transition: all 0.7s;
}
/*Cuadro beneficios*/
.contenedorBeneficios{
  height: auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  height: 600px;
  margin: 10px;
  padding: 20px;
}
.textoBeneficios{
  height: 460px;
  padding: 10px;
  box-shadow: 0px 4px 10px 4px #00000030;
  display: inline-block;
}

.textoBeneficios h2{
  width: 100%;
  text-align: center;
  border-bottom:3px solid #090c9b;
}

.rectanBeneficios {
  position: relative;
  cursor: pointer;
  align-items: center;
  height: 60px;
  margin: 15px;
  box-shadow: 0px 4px 10px 1px #00000030;
  display: grid;
  grid-template-columns: 1fr 4fr;
  overflow: hidden; 
  transition: all 0.3s ease; 
}

.rectanBeneficios::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5px;
  background: linear-gradient(45deg, #0e0b0a, #0004d4);
  -webkit-mask: 
    linear-gradient(white, white) content-box, 
    linear-gradient(white, white);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0; 
  transition: opacity 0.5s ease;
}

.rectanBeneficios:hover::before {
  opacity: 1; 
}

.rectanBeneficios img{
  width: 100%;
  padding: 7px;
  transition: 500ms;
}
.imgbeneficios{
  width: 48%;
  top: 550px;
  transition: 500ms;
  position: absolute;
}
/*Contenedor Servicios*/
.servicios {
  font-size: medium;
  position: RELATIVE;
  background: linear-gradient(45deg, black, gray);
  height: 360px;
  box-shadow: 0px 4px 8px   #000000;
}

/*Deposito*/
.Deposito {
  background-color: white;
  margin-top: 5px;
  text-align: left;
  color: black;
  transition: all 0.5s ease;
  height: 35px;
  border-radius: 15px;
  background-color: white;
  width: 50%;
  overflow: hidden;
}

.Deposito::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: linear-gradient(45deg, gold, rgb(208, 208, 83), #0152c3b0);
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 500mss ease;
}
.Deposito:hover {
  transform: scale(1.01);
  box-shadow: 5px 4px 3px #1c2023;
  font-size: large;
  cursor: pointer;
}
.Deposito:hover::before {
  transform: translate3d(-50%, -50%, 0) scale3d(10, 3, 3);
}
.depimg {
  float: inline-end;
  margin-right: 10px;
  padding-left: 4px;
  border-left: solid 2px;
}


.Nserv {
  float: left;
  padding: 10px;
  background-color: white;
  width: 18%;
  height: 155px;
  margin-top: 10px;
  margin-left: 13px;
  color: black;
  text-align: center;
  border-radius: 15px;
  transition: all 0.5s;
  overflow: hidden;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 10% cover 20%;
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.Nserv::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: linear-gradient(45deg, gold, rgb(208, 208, 83), #0152c3b0);
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.5s ease-in-out;
}

.Nserv:hover {
  transform: scale(1.05);
  box-shadow: 5px 4px 3px #1c2023;
  font-size: large;
  cursor: pointer;
}

.Nserv:hover::before {
  transform: translate3d(-50%, -50%, 0) scale3d(13, 13, 13);
}

.depimg {
  float: inline-end;
  margin-right: 10px;
  padding-left: 4px;
  border-left: solid 2px;
}

.Nservspan {
  font-size: 30px;
  color: white;
  text-align: center;
  letter-spacing: 4px;
}

.Tubanco {
  margin-top: 10px;
  color: gold;
  font-size: 20px;
}

.DivDivisas {
  width: 510px;
  height: 210px;
  border-radius: 10px;
  box-shadow: 3px 3px 2px 2px #050801;
  position: absolute;
  transform: translate(192px, -350px);
  opacity: 0;
  transition: all 0.8s ease;
  z-index: -1;
}

.eurdol {
  overflow: hidden;
  border-radius: 8px;
  height: 45px;
  width: 45px;
  z-index: 1;
  position: relative;
  margin: 5px;
  background-color: hsl(0, 0%, 100%);
  transition: 1s;
}

.eurdol::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7cddf5;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 1s ease-in-out;
}

.eurdol:hover {
  cursor: pointer;
}

.eurdol:hover img {
  transition: 1s;
  transform: scale(1.1);
}

.eurdol:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}

.precEyD {
  font-size: 17px;
  text-align: center;
  letter-spacing: 3px;
  color: white;
}

.tablamoneda {
  float: inline-start;
  height: 10px;
}

/*Compra y venta*/
.CyVdolar {
  float: inherit;
  margin: 10px;
  float: left;
  padding: 10px;
  margin-top: 9px;
  margin-left: 5px;
  height: 5px;
  border: 0;
  display: none;
  /*background-color: rgb(0, 0, 0, 0.7);*/
}

.CyVdolar p {
  color: aliceblue;
  padding: 2px;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 2px;
  text-align: center;
  border-radius: 13px;
}

.CyVdolar div {
  font-size: 15px;
  color: #fefefe;
  width: 70px;
  text-align: center;
}

.CyVeuro {
  float: inherit;
  margin: 10px;
  float: left;
  padding: 10px;
  margin-top: 9px;
  margin-left: 5px;
  height: 5px;
  border: 0;
  /*background-color: rgb(0, 0, 0, 0.7);*/
}

.CyVeuro p {
  color: aliceblue;
  padding: 2px;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 2px;
  text-align: center;
  border-radius: 13px;
}

.CyVeuro div {
  font-size: 15px;
  color: #fefefe;
  width: 70px;
  text-align: center;
}

/*Convertidor de Moneda*/
.contenedorconvertir {
  max-width: 290px;
  box-shadow: 1px 1px 1px 1px #050801;
  border-radius: 0px 15px 15px 15px;
  background: #feffff;
  text-align: center;
  overflow: hidden;
  height: 150px;
  margin-top: 1px;
}

.form-group {
  margin: 3px;
}

.form-group input {
  width: 120px;
  padding: 3px;
  border-radius: 3px;
  border: 0px;
  background: rgb(224, 224, 224);
  box-sizing: border-box;
}

.form-group select {
  padding: 3px;
  text-align: center;
  width: 117px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 0px;
  background: rgb(224, 224, 224);
}

.result {
  margin-top: 5px;
}

.botonconv {
  font-size: small;
  margin: 10px;
  padding: 3px;
  border-radius: 4px;
  color: white;
  background-color: #000000;
  transition: 0.5s;
  transform: translateX(-83px);
}

.botonconv:hover {
  background-color: #252525;
  transform: scale(1.02);
  transform: translateX(-83px);
}

.form-group {
  position: relative;
}

.form-group input {
  border-bottom-color: hsla(341, 97%, 59%, 0.2);
}

.form-group input:focus {
  outline: none;
}

.form-group span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 3px;
  opacity: 0;
  background: linear-gradient(90deg, #012860, #3387ff);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: all 1s ease;
}

.form-group input:focus~span {
  transform: translate(-50%, 0) scaleX(1);
  opacity: 1;
}

.IconoVentanaCyE {
  font-family: "Times New Roman", Times, serif;
  background-color: white;
  text-align: center;
  padding: 3px;
  height: auto;
  border-radius: 6px;
  width: 160px;
  margin-left: 339px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  transition: all 1s;
  bottom: 10px;
  top: 2px;
}

#CyEVentana {
  visibility: hidden;
}

#CyEVentana:checked~.DivDivisas {
  display: block;
}

.IconoVentanaCyE:hover {
  color: #fff;
  cursor: pointer;
  box-shadow: 5px 4px 3px #1c2023;
}

.IconoVentanaCyE::after {
  content: "";
  background: linear-gradient(45deg,
      blue,
      rgb(57, 169, 243));
  /* color de fondo hover */
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 500ms ease;
}

.IconoVentanaCyE:hover::after {
  transition: all 500ms ease-out;
  transform: skewX(-45deg) scale(1, 1);
}

#CyEVentana:checked~.DivDivisas {
  transition: 0.8s;
  transform: translate(192px, -250px);
  opacity: 1;
  z-index: 10;
}

#Euro:checked~.CyVeuro {
  display: block;
}

#Euro:checked~.CyVdolar {
  display: none;
}

#Dolar:checked~.CyVeuro {
  display: none;
}

#Dolar:checked~.CyVdolar {
  display: block;
}

#Euro {
  visibility: hidden;
  display: none;
}

#Dolar {
  visibility: hidden;
  display: none;
}
/*Contenedor de caracteristicas */
.contenedor-caracteri {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  margin: 40px auto;
  margin-top: 0px;
  margin-bottom: 70pxs;
}

.cuadro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 150px;
}

.icono {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #5d34fe, #3498db); /* Degradado de azul oscuro a claro */
  border-radius: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;         
  margin-bottom: 10px;
}
.icono img{
  width: 80px;
}
/* Estilo del texto */
.texto {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}



  .Botonsubir{
    border-radius:50% ;
    background-color: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 80px;
    z-index: 400;  
  }
  .Botonsubir:hover{
    opacity: 0.8;
  }


/*Pie de pagina*/
.PiePagina {
  background-color: #fbfff1;
  width: 100%;
  height: auto;
}

.PiePagina p {
  color: rgb(57, 43, 43);
  padding: 10px;
  text-align: center;
}

.Patrociniosfinal {
  height: 100px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  border-top: solid 3px #ffffff;
  background: linear-gradient(35deg, blue, black);
  margin-top: 40px;
}

.cuadroredes {

  background-color: black;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin: 5px;
  border-radius: 7px 7px 0px 7px;
}

.cuadroredes a {
  margin: 0px;
  text-decoration: none;
  color: WHITE;
}

.redes {
  display: flex;
  margin-top: 5px;
}

.DivMayorRedesPdP {
  float: right;
  border: solid 2px #fafafa10;
  padding: 10px;
  width: 250px;
  padding-left: 25px;
  margin-right: 50px;
  margin-top: 10px;
  border-radius: 20px 0px 20px 0px;
  transform: translatey(-120px);
  height: 100px;
}

#glasseffect {
  background-color: #fafafa20;
  backdrop-filter: blur (1rem);
  -webkit-backdrop-filter: blur(1rem);
}