@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,300;0,500;0,800;1,100;1,400&display=swap');
@import url("../iconos-web/iconos-web.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,500;1,6..12,500&display=swap');


:root {
    --fuente-titulos: 'Roboto Condensed', sans-serif;
    /* --fuente-textos: 'Alumni Sans', sans-serif; */
    --fuente-textos: 'Nunito Sans', sans-serif;
    --color1: #2fbdbe;
    --color2: #E01B49; /*ROSADO MADA*/
    --color3: #394758;
    --color4: #ffffff;
    --color5: #1e2731;
    --color6: #EEEEEE;
    --sombra: 5px 5px 4px rgba(0,0,0,0.5);
    --ancho: 100%;
    --ancho-max: 1000px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--color1);
  font-family: var(--fuente-textos);
  font-size: 10pt;
  color: var(--color3);
}
b {
  font-weight: 700;
  color: var(--color1);
}
a, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

.contenedor__tarjeta {
  max-width: 360px;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tarjeta {
  width: 100%;
  /* height: 100vh; */
  margin: 10px;
  transition: all 300ms;

}

.tarjeta .descripcion {
  margin-top: 130px;
  background: var(--color4);
  padding: 0px;
  border-radius: 20px;
  transition: all 300ms;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(59, 59, 59, 0.575);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}

.tarjeta .descripcion h2 {
  font-family: var(--fuente-titulos);
  font-size: 18pt;
  color: var(--color1);
  margin-top: 10px;
  padding: 0 20px;
}
.tarjeta .descripcion .cargo,
.tarjeta .descripcion .empresa {
  font-size: 10pt;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0 20px;
}
.tarjeta .descripcion .cargo {
  margin-bottom: 0;
}
.tarjeta .descripcion .foto img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid var(--color1);
}
.tarjeta .descripcion .foto {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  margin-top: -130px;
  /* margin-bottom: 10px; */
}

.tarjeta .descripcion .text {
  width: 100%;
  padding: 20px;
}
.descripcion .botonera__rrss {
  width: 100%;
  color: var(--color4);
  margin-bottom: 20px;
}
.descripcion .botonera__rrss ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.descripcion .botonera__rrss img {
  width: 80%;
}
.descripcion .botonera__rrss .icono-svg {
  filter: invert(57%) sepia(61%) saturate(494%) hue-rotate(132deg) brightness(99%) contrast(85%);
}
.descripcion .botonera__rrss ul li {
  width: 50px;
  height: 50px;
  /* font-size: 20pt;
  line-height: 20pt; */
  /* background: var(--color1); */
  /* color: var(--color4); */
  /* border: 1px solid var(--color1);
  border-radius: 50%; */
  /* text-transform: uppercase; */
  transition: all .5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}




.contenedor__tarjeta .botonera__principal {
  width: 100%;
  height: 50px;
  background: var(--color2);
  color: var(--color4);
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.contenedor__tarjeta .botonera__principal img {
  width: 32px;
}
.contenedor__tarjeta .botonera__principal .icono-svg-principal {
  filter: invert(100%) sepia(5%) saturate(1%) hue-rotate(3deg) brightness(113%) contrast(101%);
}
.contenedor__tarjeta .botonera__principal ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 10px 0;
}
.contenedor__tarjeta .botonera__principal ul li a {
  font-size: 2em;
}


/*AQUI COMIENZA EL FOOTER*/

footer {
  max-width: 100%;
  margin: auto;
  padding: 0;
  background-image: url("../images/background-footer.svg");
  background-size: cover;
  margin-bottom: 50px;
}

.container__footer {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  max-width: 360px;
  margin: auto;
  padding-top: 0px;
}

.box__footer {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
/* .box__footer .qr img {
  width: 100%;
}
.box__footer .qr {
  width: 200px;
  text-align: center;
} */
.qr img {
  width: 100%;
}

.qr {
  width: 180px;
  text-align: center;
  /* margin-top: 20px; */
  border: 5px solid var(--color1);
}
.box__footer .logo {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.box__footer .logo img { 
  max-width: 70%;
}

.box__footer .terms {
  max-width: 350px;
  margin-top: 0px;
  font-size: 12pt;
}

.box__footer h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
}
.box__footer details {
  background: #efefef;
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
}
.box__footer details summary {
  background: var(--color1);
  color: var(--color4);
  text-align: center;
  padding: 7px 0;
  font-size: 11pt;
  text-transform: uppercase;
}
.box__footer details .detalle {
  padding: 15px;
}
.box__footer details .detalle p {
  margin: 10px 0;
}

.box__footer details .detalle a {
  margin-top: 10px;
  font-size: 11pt;
  color: var(--color4);
  padding: 7px 15px;
  border-radius: 8px;
  background: var(--color1);
  text-align: center;
  text-decoration: none;
  display: block;
}

.box__copyright {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

.box__copyright p {
  margin-top: 20px;
  font-size: 11pt;
}

.box__copyright hr {
  border: none;
  height: 1px;
  background-color: var(--color3);
}

/* CONTACTO */


form {
  width: 100%;
  text-align: center;
  font-size: 10pt;
}
::placeholder {
  color: var(--color3);
  font-size: 10pt;
  text-transform: uppercase ;
}
input[type="text"],
input[type="email"],
textarea,
select {
	width: 100%;
  font-family: inherit;
	font-size: 10pt;
	font-weight: 300;
  color: var(--color3);
	/*width:100%;*/
	padding:1em 0;
  border: 0;
	border-bottom: 1px solid var(--color1);
	outline:none;
	transition: border-color 0.4s;
  background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border: 0;
  border-bottom: thin solid var(--color3);
	box-shadow: 0 1px 10px var(--sombras);
}

input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
textarea:hover,
select:hover {
	border: 0;
  border-bottom: thin solid var(--color2);
	box-shadow: 0 1px 10px var(--sombras);
}
div:nth-child(3){
	margin-right:0;
}

textarea {
 	height: 100px;
}

input[type="submit"]{
	padding: 10px 40px;
  margin-top: 20px;
  border: none;
  background: var(--color2);
  color: var(--color4);
  font-size: 14px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 300ms;
  filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.5));
}
input[type="submit"]:hover{
	background: var(--color1);
  color: var(--color4);
}


#error, #ok {
	width: 100%;
	height: auto;
	font-size: 11pt;
	line-height: 160%;
	text-align: center;
	padding: 3em;
    margin-top: 1em;
}

#error {
	border: 1px dashed #F00;

}

#ok {
	color: var(--color1);
	border: 1px solid var(--color1);	
}
