@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Pridi:wght@200;300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
body {
	font-family: "Funnel Display", sans-serif;
}
.jumbotron {
    background-color: #e9ecef00;
	padding: 2rem 2rem;
}
.cilindro{
	background-image: url("../images/header-01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.cilindro2{
	background-image: url("../images/header-01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
footer{
	position: fixed;
	z-index: 9999;
	bottom: 0;
}
.btn {
	border-radius: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #df5516;
    border-color: #df5516;
    border-radius: 50px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #374e56;
    border-color: #374e56;
    border-radius: 50px;
}
input#rut {
    border-radius: 50px;
}

h2 {
    background-color: rgb(55 78 86 / 80%);
    padding: 5px 30px;
    border-radius: 50px 50px 0 0;
    color: #ffffff;
    margin: 5px 0;
    font-size: 20px;
}
h3 {
    background-color: rgb(223 85 22 / 80%);
    padding: 5px 30px;
    border-radius: 50px 50px 0 0;
    color: #ffffff;
    margin: 5px 0;
    font-size: 16px;
}
.pridi-extralight {
  font-family: "Pridi", serif;
  font-weight: 200;
  font-style: normal;
}

.pridi-light {
  font-family: "Pridi", serif;
  font-weight: 300;
  font-style: normal;
}

.pridi-regular {
  font-family: "Pridi", serif;
  font-weight: 400;
  font-style: normal;
}

.pridi-medium {
  font-family: "Pridi", serif;
  font-weight: 500;
  font-style: normal;
}

.pridi-semibold {
  font-family: "Pridi", serif;
  font-weight: 600;
  font-style: normal;
}

.pridi-bold {
  font-family: "Pridi", serif;
  font-weight: 700;
  font-style: normal;
}
