
/* ---------- Reset & Base ---------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	
	background-color: white;
	
	color: black;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  	font-size: 17px;
  	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
	transition:  0.3s ease;
}
a:hover {
  	color: #b33730;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: "Special Gothic Condensed One", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}
.titulo{
	font-size: 80px;
	line-height: 80px;
}

/* colores */
.blanco{
	background: white;
}
.negro{
	background: #131212;
}

/* utilidad */
.espacio{
	padding: 100px 0;
}

a.hoverforno{
	opacity: 1;
}
a.hoverforno:hover{
	opacity: 0.75;
}

.titulo-lateral h5 span{
	display: block;
}
.titulo-lateral h6{
	margin-top: 0;
	
	color: black;
	font-size: 80px;
	letter-spacing: -5px;
	line-height: 80px;
}
.titulo-lateral p{
	display: block;
	margin-bottom: 40px;
	padding: 0 0 0 180px;

    font-size: 22px;
    font-weight: 400;	
}

/* ficha */
.ficha .titulo-lateral p{
	padding: 0 0 0 90px;
}
.ficha .titulo-lateral img{
	padding: 0 0 0 150px;
}

.ficha section{
	padding-left: 70px;
}
.ficha section h4{
	margin-bottom: 0;
	font-size: 40px;
}
.ficha section ul{
	margin-bottom: 0;
	padding-left: 20px;
}
.ficha section ul li{
	color: #b33730;
	font-size: 22px;
	font-weight: bold;
}
.ficha section p{
	display: block;
	margin-bottom: 0;
	
	font-size: 22px;
	font-weight: 400;
}
.ficha section p.mb-5{
	margin-bottom: 42px !important;
}
.ficha section h6{
	margin-top: 0;
	
	color: black;
	font-size: 80px;
	letter-spacing: -5px;
	line-height: 80px;
}

.fila{
	margin-bottom: 6px;
	
	font-size: 22px;
	font-weight: 400;
	
	transition:  0.3s ease;
}

.fila .col{
	padding: 20px 30px;
}

.fila.fila-clara{
	background: #f5f5f5;
}
.fila.fila-oscura{
	background: #ebebeb;
}
.fila.fila-negra{
	background: #000000;
	color: white;
}

.fila.fila-clara:hover{
	background: #eee;
}
.fila.fila-oscura:hover{
	background: #ddd;
}
.fila.fila-negra:hover{
	background: #222;
}

.fila .text-end{
	color: #b33730;
}
.fila.fila-divisor .col{
	border-right: solid 6px white;
}

a.btn-fill{
	display: inline-block;
	padding: 0 40px;
	height: 60px;
	
	background: #b33730;
	border-radius: 20px;
	
	color: white;
	font-size: 22px;
	line-height: 60px;
}
a.btn-fill:hover{
	background: black;
	color: white;
}
a.btn-fill svg{
	margin-left: 10px;
}

img.img-plano{
	max-width: 634px;
}

/* hero */
.hero{
	min-height: 1000px;
	background: #373636 url(../_img/hero/hero-2.jpg) no-repeat center top;
	background-size: cover;
}
img.hero-banderas{
	margin: 35px 0 54px 0;
	width: 404px;
}
.hero .logo-forno{
	padding: 0 60px;
}
.hero hgroup{
	display: block !important;
	margin: 63px 0;
	padding: 50px 25px;
	
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
}
.hero hgroup h1{
	color: white;
	font-size: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
.hero hgroup h2{
	display: block;
	margin-top: 50px;
	
	color: white;
	font-family: "Inter", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

/* hero ficha */
.hero-ficha{
	min-height: 450px !important;
	background: #373636 url(../_img/hero/hero-2.jpg) no-repeat center 62%;
	background-size: cover;
}

/* intro */
.intro h2{
	margin-bottom: 90px;
	
	font-size: 40px;
	text-transform: none;
}
.intro p{
	display: block;
	margin-bottom: 30px;
	
	color: white;
	font-size: 22px;
}
.intro p a{
	color: #ffcc33;
}

/* tecnologías */
.tecnologias .titulo-lateral p{
	padding: 0 0 0 160px;
}

.tecnologias section{
	padding-left: 70px;
}
.tecnologias section ul{
	margin-bottom: 0;
	padding-left: 20px;
}
.tecnologias section ul li{
	color: #b33730;
	font-size: 22px;
	font-weight: bold;
}
.tecnologias section p{
	display: block;
	margin-bottom: 0;
	
	font-size: 22px;
	font-weight: 400;
}
.tecnologias section p.mb-5{
	margin-bottom: 42px !important;
}
.tecnologias section h6{
	margin-top: 0;
	
	color: black;
	font-size: 80px;
	letter-spacing: -5px;
	line-height: 80px;
}

/* hornos */
.hornos section{
	padding-bottom: 100px;
	padding-left: 70px;
}
.hornos section p{
	color: white;
	font-size: 22px;
}
	
.item-horno{
	background: #f5f5f5;
	border-radius: 25px;
	overflow: hidden;
	
	transition:  0.3s ease;
}
.item-horno:hover{
	background: #e9e9e9;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.90);
}
.item-horno-content{
	display: block;
	padding: 30px;
}
.item-horno h3{
	margin-bottom: 30px;
	
	color: #b3261e;
	font-size: 28px;
}
.item-horno p{
	min-height: 310px;
	
	color: #131212;
	font-size: 19px;
	line-height: 28px;
}
.item-horno p strong{
	display: block;
}
.item-horno .btn-outline{
	height: 50px;
	
	border-radius: 15px;
	
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
.item-horno .btn-outline:hover{
	background: #b33730;
	border-color: #b33730;
	color: white;
}

/* capacitacion */
.capacitacion section{
	padding-left: 50px;
}

.item-capacitacion{
	padding: 45px 35px;
	
	background: #f5f5f5;
	border-radius: 20px;
	
	transition:  0.3s ease;
}
.item-capacitacion:hover{
	background: white;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.10);
}
.item-capacitacion img{
	max-width: 210px;
}
.item-capacitacion-content{
	padding-left: 20px;
}
.item-capacitacion>*{
	color: #131212;
}
.item-capacitacion h3{
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.item-capacitacion h4{
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
}
.item-capacitacion p{
	display: block;
	margin: 30px 0 0 0;
	font-size: 22px;
}

/* sponsor */
.sponsor{
	min-height: 979px;
	padding: 125px 0;
	
	background: url(../_img/sponsor/sponsor.jpg) no-repeat center top;
	background-size: cover;
}
.sponsor .titulo span{
	color: #b73630;
}
.sponsor h2{
	color: white;
}
.sponsor h2 span{
	display: block;
}
.sponsor p{
	display: block;
	margin-bottom: 150px;
	
	color: white;
	font-size: 22px;
	line-height: 32px;
}

/* referentes */
.referentes-grilla{
	margin-top: 100px;
}
.referente{
	padding: 20px;
	
	background: #f5f5f5;
	border-radius: 16px;
	
	text-align: center;
	
	transition:  0.3s ease;
}
.referente:hover{
	background: white;
	box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.10);
}
.referente div{
	position: relative;
	display: block;
	width: 100%;
}
.referente div img{
	width: 289px !important;
	height: auto !important;
	margin: -50px auto 0 auto;
	
	border-radius: 289px;
	
	box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.30);
}
.referente div h5{
	position: absolute;
	bottom: 40px;
	left: 0;
	display: block;
	width: 100%;
	
	color: white;
	font-size: 27px;
	text-align: center;
}
.referente h6{
	margin: 35px 0 25px 0;
	
	color: #131212;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
}
.referente p{
	display: block;
	margin: 0;
	padding-bottom: 20px;
	
	font-size: 18px;
}
.referente p a{
	color: #0066ff;
}
.referente p a:hover{
	color: #b33730;
}

/* testimonios */
.testimonios, 
.testimonios h5,
.testimonios h6{
	color: white;
}

.testimonios .titulo-lateral p{
	padding: 0 0 0 220px;
}

.testimonios section{
	padding-left: 70px;
}

.testimonial-card {
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.testimonial-img-wrap {
  flex: 0 0 350px;
  width: 350px;
  height: 432px;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
}
.testimonial-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-body {
  flex: 1;
  padding: 2.5rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-name {
  font-weight: 700;
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 2px;
}
.testimonial-location {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}
.testimonial-quote {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.testimonial-ig {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a6ecf;
  font-size: 1.4rem;
  text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.18);
  border-radius: 50%;
  opacity: 1;
}
.carousel-control-prev { left: -52px; }
.carousel-control-next { right: -52px; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

.carousel-indicators{
	bottom: -60px;
}
.carousel-indicators [data-bs-target] {
	
	
  background-color: #aaa;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  border: none;
  opacity: 0.5;
}
.carousel-indicators .active {
  background-color: #b33730;
  opacity: 1;
}

/* despacho */
.despacho section{
	padding-left: 70px;
}
.despacho p{
	display: block;
	margin-bottom: 40px;
	
	font-size: 22px;
	font-weight: 400;
}
.despacho p strong{
	color: #b33730;
}
.despacho p span{
	display: block;
}

/* asesores */
.asesores{
	padding: 155px 0;
	background: #e8e8e8 url(../_img/asesores/red.png) no-repeat left bottom;
	background-size: 594px;
}

.asesores section{
	padding-left: 70px;
}
.asesores section img{
	display: block;
	margin-bottom: 36px;
}
.asesores section p{
	display: block;
	margin-bottom: 22px;
	
	font-size: 24px;
	font-weight: 400;
}
a.btn-outline{
	display: inline-block;
	padding: 0 40px;
	height: 60px;
	
	border: solid 1px #b33730;
	border-radius: 20px;
	
	color: #b33730;
	font-size: 22px;
	line-height: 60px;
}
a.btn-outline:hover{
	border: solid 1px black;
	color: black;
}
a.btn-outline svg{
	margin-left: 10px;
}
	
/* cta */
.cta{
	min-height: 734px;
	
	background: black url(../_img/cta/cta.jpg) no-repeat center top;
	background-size: cover;
	
	color: white;
	font-size: 22px;
	text-transform: uppercase;
}
.cta h5{
	margin-top: 140px;
	margin-bottom: 0;
	
	color: white;
}
.cta h6{
	margin-top: 0;
	
	color: white;
	font-size: 80px;
	letter-spacing: -5px;
	line-height: 80px;
}
.cta p{
	margin-bottom: 0;
}
.cta a{
	display: inline-block;
	margin-top: 90px;
	padding: 0 100px;
	height: 100px;
	
	background: #b33730;
	border-radius: 60px;
	
	font-weight: 500;
	line-height: 100px;
}
.cta a:hover{
	background: #d13027;
	color: white;
}

/* footer */
.footer{
	background: #1c1d1f;
	color: white;
}
.footer h6{
	color: white;
	font-size: 17px;
}

.footer p,
.footer nav a{
	color: white;
}

.footer nav{
	display: block;
	width: 100%;
}
.footer nav a{
	display: inline-block;
	width: 45%;
	padding: 0 0 4px 0;
}
.footer nav a:hover{
	color: #b33730;
}

a.whatsapp{
	position: fixed;
	right: 30px;
	bottom: 30px;
	
	display: block;
	padding: 10px;
	
	background: white;
	border-radius: 10px;
	border: solid 1px #eee;
	/*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);*/
	
	transition:  0.3s ease;
}
a.whatsapp:hover{
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
	color: #29a71a !important;
	opacity: 1;
}

a.whatsapp span{
	display: inline-block;
	margin: 0 10px 0 5px;
}
a.whatsapp:hover span{
	color: #29a71a !important;
}


















