body{
	font-family: 'Graphik';
	padding-top: 4.1em;
}

.bg-verde{
	background-color:#6ab561;
}

.bg-negro{
	background-color:#000;
}

.bg-contacto{
	background-image:url("../img/fondos/fondo_contacto.jpg");
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.nav-link {
    font-family: 'Canter';
	font-size:1.5em;
	color:#fff;
	font-weight:600;
}

#logo_nav{
	width: 10em;
    position: absolute;
    bottom: -4em;
    left: 42.5%;
}

.carousel-caption {
    right: 15%;
    top: 50%;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    transform: translate(0% , -50%);
    -webkit-transform: translate(0%, -50%);
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

.title-slide{
	color:#6ab561;
	font-size: 5rem;
    font-family: 'Brightons';
}

.btn-slide{
	color:#fff;
	background-color:#000;
	text-decoration:0;
	font-size:2rem;
	font-family: 'Canter';
	border-radius:0;
}

.btn-slide:hover,.btn-slide:active,.btn-slide:focus{
	color:#fff;
	background-color:#000;
}

.text-section{
	font-family: 'Amaranth';
	font-size: 1.5rem;
	color:#fff;
	font-weight:400;
}

.box-productos {
	position:absolute;
    right: auto;
    top: 50%;
    bottom: auto;
    left: 2%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    transform: translate(0% , -50%);
    -webkit-transform: translate(0%, -50%);
}

.title-productos{
	color:#fff;
	font-family: 'Amaranth';
	font-size:1.5rem;
}

.btn-productos{
	color:#fff;
	background-color:#000;
	text-decoration:0;
	font-size:3rem;
	font-family: 'Canter';
	padding-top: 1.25rem;
    padding-bottom: 1.75rem;
}

.btn-productos:hover,.btn-productos:active,.btn-productos:focus{
	color:#fff;
	background-color:#000;
}

.title-seccion{
	font-size: 3.5rem;
    color: #fff;
    font-weight: 600;
    font-family: 'Canter';
    width: 100%;
}

.title-seccion span{
	font-size: 4.5rem;
}

.title-contacto{
	font-size: 4rem;
    color: #fff;
    font-weight: 600;
    font-family: 'Canter';
    width: 100%;
}

.text-contacto{
	color: #fff;
    font-family: 'Amaranth';
    font-size: 1.25rem;
}

.input-contacto{
	background-color: transparent;
	border:0;
	color:#fff;
	font-size:1rem;
	font-family: 'Amaranth';
	border-bottom:1px solid #fff;
	border-radius:0;
	padding-left:0;
	font-weight:300;
}

.input-contacto:focus,.input-contacto:active,.input-contacto:hover{
	background-color: transparent;
	border:0;
	color:#fff;
	border-bottom:2px solid #fff;
	border-radius:0;
	box-shadow:unset;
}

.input-contacto::placeholder {
    color:#fff;
	font-weight:500;
}

.error{
	font-family: 'Amaranth';
	color:#fff;
}

.btn-contacto{
	color:#fff;
	background-color:#000;
	text-decoration:0;
	font-size:2rem;
	font-family: 'Canter';
	border-radius:0;
}

.btn-contacto:hover,.btn-contacto:active,.btn-contacto:focus{
	color:#fff;
	background-color:#000;
}

#map{
	height:30em;
}

.text-footer{
	font-family: 'Amaranth';
	color:#fff;
	font-size:1.25rem;
	text-decoration:none;
}

.link-footer{
	font-family: 'Amaranth';
	color:#fff;
	font-size:1.25rem;
	text-decoration:none;
}


.link-footer2{
	font-family: 'Amaranth';
	color:#fff;
	font-size:1.25rem;
	text-decoration:none;
}

.link-footer:hover,.link-footer:active,.link-footer:focus,
.link-footer2:hover,.link-footer2:active,.link-footer2:focus{
	color:#fff;
	text-decoration:none;
}

.box-gracias{
	position: absolute;
    right: 2%;
    top: 50%;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    transform: translate(0% , -50%);
    -webkit-transform: translate(0%, -50%);
}

.title-gracias{
	color:#6ab561;
	font-size: 7rem;
    font-family: 'Brightons';
}

.text-gracias{
	color:#000;
	font-size: 2.5rem;
    font-family: 'Canter';
	font-weight:bold;
}

.text-gracias span{
	font-size: 3.5rem;
}

.title-aviso{
	color:#000;
	font-size: 2.5rem;
    font-family: 'Amaranth';
	font-weight:600;
}

.text-aviso{
	color:#000;
	font-size: 1rem;
    font-family: 'Amaranth';
	font-weight:400;
}

.link-aviso{
	color:#000;
	font-size: 1rem;
    font-family: 'Amaranth';
	font-weight:400;
	text-decoration:none
}

.link-aviso:hover,.link-aviso:active,.link-aviso:focus{
	color:#000;
	text-decoration:none
}

.content-whats{
	position:fixed;
	top:7rem;
	right:0em;
	z-index:100;
	cursor:pointer;
}

.logo-whats{
	width: 4rem;
}

@media (max-width: 1399.98px) {
	
}

@media (max-width: 1199.98px) {
	.title-slide {
		font-size: 4.5rem;
	}
}

@media (max-width: 991.98px) {
	body {
		padding-top: 3.5em;
	}
	.title-slide {
		font-size: 3.5rem;
	}
	.title-seccion{
		font-size: 2.5rem;
	}

	.title-seccion span{
		font-size: 3.5rem;
	}
	.title-gracias{
		font-size: 5rem;
	}

	.text-gracias{
		font-size: 2rem;
	}

	.text-gracias span{
		font-size: 3rem;
	}
}

@media (max-width: 767.98px) {
	.btn-slide {
		font-size: 1.5rem;
	}
	.title-slide {
		font-size: 3rem;
	}
	
	.text-section,.title-productos {
		font-size: 1rem;
	}
	.btn-productos {
		font-size: 2rem;
		padding-top: 0.75rem;
		padding-bottom: 1rem;
	}
	.title-seccion{
		font-size: 2rem;
	}

	.title-seccion span{
		font-size: 3rem;
	}
	
	.bg-contacto{
		background-position:top right;
	}
	
	.box-productos {
		top: 22%;
		left: auto;
		z-index: 10;
	}
	
	.bg-contacto{
		background-image:url("../img/fondos/fondo_contacto_movil.jpg");
		background-position:top center;
		padding-top: 15em;
	}
}

@media (max-width: 575.98px) {
	#logo_nav {
		left: 32.5%;
		width: 6em;
		bottom: -2em;
	}
	.carousel-indicators {
		margin-bottom: 0rem;
	}
	.carousel-indicators [data-bs-target] {
		width: 10px;
		height: 10px;
	}
	.btn-slide {
		font-size: 0.6rem;
	}
	.title-slide{
		font-size: 1.5rem;
	}
	.text-section,.title-productos {
		font-size: 0.8rem;
	}
	.btn-productos {
		font-size: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.75rem;
	}
	.title-seccion{
		font-size: 1.5rem;
	}

	.title-seccion span{
		font-size: 2rem;
	}
	
	.title-contacto {
		font-size: 2rem;
	}
	.text-contacto {
		font-size: 0.8rem;
	}
	.title-gracias{
		font-size: 2rem;
	}

	.text-gracias{
		font-size: 1rem;
	}

	.text-gracias span{
		font-size: 1.5rem;
	}
	.text-footer,.link-footer,.link-footer2{
		font-size:0.8rem;
	}
	
	.content-whats{
		top:5rem;
	}
	
	.logo-whats{
		width: 2.5rem;
	}
}