html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
	-webkit-font-smoothing: antialiased;
}

body {
	background-image: url("../img/Texture.png");
    background-repeat: round;
	font-family: "Poppins";
	font-size: 14px;
	margin: 0;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.inicio{
    background-image: url("../img/Fondo_inicio.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    min-height: 500px;
}

.nosotros{
    background-image: url("../img/Fondo_Nosotros.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
}

.contacto{
    background-image: url("../img/Fondo_contacto.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: right;
}

.contenido{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 10px;
    min-height: 500px;
    min-width: 1000px;
}

.menu-derecha{
    align-items: flex-end;
    text-align: right;
}

.principal{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #303334;
}

.my-button {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
}
.my-button:hover {
  background-color: #FDFDFD;
  border: none;
  border-radius: 20px;
}
.my-button:active {
  background-color: #FDFDFD;
  border: none;
  border-radius: 20px;
}

.my-button-active {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #FDFDFD;
  border: none;
  border-radius: 20px;
}

.my-button2 {
  padding: 15px 50px;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #39FE9A;
  color: #303334;
  cursor: pointer;
  border-radius: 30px;
  text-decoration-line: none;
}

.my-button2:hover {
  background-color: #39FE9A;
  color: white;
  border: none;
  border-radius: 30px;
}

.titulo-incio{
    font-size: 60px;
    font-weight: 800;
    color: #303334;
    text-align: right;
    text-shadow: -5px 5px #39FE9A;
    line-height: 100%;
}

.titulo-incio2{
    font-size: 4em;
    font-weight: 800;
    color: #303334;
    text-align: center;
    text-shadow: -5px 5px #39FE9A;
    line-height: 110%;
}

.titulo-contenido1{
    font-size: 20px;
    font-weight: 450;
    color: #303334;
    text-align: right;
    line-height: 100%;
}

.titulo-nosotros1{
    font-size: 2.6em;
    color: #303334;
    text-align: left;
    line-height: 100%;
}

.titulo-nosotros2{
    font-size: 1.5em;
    color: #303334;
    text-align: left;
    line-height: 130%;
}

.titulo-contacto{
    font-size: 1.2em;
    color: #303334;
    text-align: left;
    line-height: 180%;
    text-decoration-line: none;
}
.titulo-contacto a{
    font-size: 1.2em;
    color: #303334;
    text-align: left;
    line-height: 180%;
    text-decoration-line: none;
}

.primeralinea {
  text-indent: 40px;
}

.fondo-borroso{
    backdrop-filter: blur(1px);    
}

.titulo-footer{
    font-size: 18px;
    color: #303334;
    text-align: right;
    line-height: 100%;
}