body,html{
	width: 100%;
	height: 100%;
	
}
.row{
 	margin: 0%;
 	padding: 0%;
 	justify-content: center;
}

hr{
	height: 2px;
    background-color: #00000000;
    margin: 5% 0%;
}


.slogan-header{
    position: fixed;
    z-index: 5;
    text-align: center;
    top: 7%;
    left: 24%;
    display: none;  
}

.slogan-header p{
	margin: 0%;
	padding: 0%;
	font-size: 25px;
}
/*** whatsapp button ***/

	.button-whatsapp{
		margin: 0;
		padding: 0;
		border:none;
		outline: none!important;
		position: fixed;
		z-index: 5;
		bottom: 50px;
    	left: 20px;
		border-radius: 50px;
		display: flex;
		justify-content: flex-start;
		background-color: #0000;
	}

	.button-whatsapp p{
		width: 60px;
		height: 60px;
		margin: 0px;
		padding: 0px;
		display: flex;
		background-color: #28a745;
		border-radius: 50px;
	}

	.button-whatsapp p>i{
		margin: auto;
		font-size: 30px;
		color: #fff;
	}

	.button-whatsapp h2{
		background-color: #28a745;
		color: #fff;
		font-size: 20px;
		width: 0px;
		height: 40px;
		border-radius: 15px;
		margin: 10px 0px 10px 10px;
		padding: 5px 0px;
		visibility: hidden;
		opacity: 0;
		transition: 0.2s;
		transform: translateX(-30px);
	}

	.button-whatsapp-ative h2{
		background-color: #28a745;
		color: #fff;
		font-size: 20px;
		width: 180px;
		height: 40px;
		border-radius: 50px;
		margin: 10px 0px 10px 10px;
		padding: 5px 0px;
		visibility: visible;
		opacity:1;
		transition: 0.2s;
		transform: translateX(0px);
	}


@media(max-width: 768px){

	.slogan-header{
       	top: 10%;
    	left: 28%;
    	display: block; 
	}

	.slogan-header p{
	margin: 0%;
	padding: 0% 15%;
	font-size: 15px;
	line-height: 17px;
	}
}

@media(max-width: 425px){

	.slogan-header {
    	top: 10%;
    	left: 30%;
	}
	.slogan-header p {
		padding: 0% 5%;
	}
}

@media(max-width: 320px){

	.slogan-header {
    	top: 7%;
    	left: 16%;
	}
}


/*** BUEN FIN ***/

	/*** PC ***/

		.modal-content{
			width: 100%;
		    position: relative;
		    background-color: #0000;
		    text-align: center;
		    border: none;
		}

		.content-promotions{
			width: 100%;
			margin: 0%;
			height: 0%;
		}

		.content-promotions img{
			width: 50%;
			padding: 1%;
			float: right;
		}

		.btn-close-modal{
			padding: 0%;
		    width: 100%;
		    text-align: right;
		    font-size: 25px;
		    margin: 0%;
		    color: #ffffef;
		}

		@media( max-width: 768px){
			.content-promotions img{
				width: 100%;
				padding: 1%;
				float: none;
			}
		}



/***************************************************************header************************************************************************/
	.header-w{
		margin: 0%;
		padding: 0%;
		width: 100%;
		display: flex;
		top: 0%;
		background-color: #fff;
		justify-content: center;
		position: fixed;
		z-index: 2;
		border-bottom: 5px solid #ba3a3f;
	}
	.menu-header{
		width: 80%;
	    margin: 0% 0% 0% 0%;
	    padding: 1%;
	    border-radius: 100px 100px 100px 100px;
	    background-color: #0000;
	    font-family: 'Red Hat Display', sans-serif;
	}
	.menu-header img{
		width: 55%;
		float: left;
		cursor: pointer;
	}
	.menu-header ul{
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin: 0%;
		padding: 0%;
	}
	.menu-header li{
		text-align: center;
	}

	.menu-header h2{
		padding: 5% 0% 0% 0%;
		font-size: 45px;
		color: #ba3a3f;
		font-weight: bold;
	}
	.menu-header p{
		padding: 0% 0% 0% 0%;
	    margin: 0%;
	    font-size: 20px;
	    letter-spacing: 1px;
	    cursor: pointer; 
	}

	.header-w-2{
		margin: 0%;
		padding: 0%;
		width: 100%;
		display: none;
		top: 0%;
		background-color: #fff;
		justify-content: center;
		position: fixed;
		z-index: 2;
		border-bottom: 5px solid #ba3a3f;
	}

	.header-w-2 div{
		width: 90%;
		margin: 0% 5%;

	}

	.header-w-2 img{
		width: 18%;
		padding:2%;
	}

	.callnow{
		display: none;
		position: fixed;
		z-index: 5;
		top: 0%;
		left: 42%;
		text-align: center;
	}

	.callnow h2 {
		padding: 5% 0% 0% 0%;
		font-size: 22px;
		color: #ba3a3f;
		font-weight: bold;
	}

	.callnow p{
		padding: 0% 0% 0% 0%;
	    margin: 0%;
	    font-size: 15px;
	    letter-spacing: 1px;
	    cursor: pointer; 
	}


	@media( max-width: 990px){
		.header-w{
			display: none;
		}
		.header-w-2{
			display: block;
		}

		.callnow{
		display: block;
		text-align: end;
		width: 100%;
		left: 0;
		right: 0;
		top: 1em;
		}

		.callnow i{
	    transform: rotate(99deg);
	    position: absolute;
	    left: 1.5em;
	    top: 0.3em;
		}
}
	@media( max-width: 425px){
		.header-w-2 img{
			width: 30%;
		}
	}
	@media( max-width: 320px){
	.slogan-header{
		top: 10%;
    	left: 30%;
	}
	.slogan-header p {
    margin: 0%;
    padding: 0% 3%;
	}
	}

/**************** MOBILE ***************************/


.header-mobile{
	display: none;
	position: fixed;
	margin: 0%;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header-mobile button{
	width: 100%;
	margin: 0%;
	border-radius: 0px;
	border:none;
	box-shadow: 0 0 0 0.2rem rgba(58,176,195,0)!important;
	border-bottom: 2px solid #0000!important;
	background-color: #fff!important;
	color: #000!important;
	font-size: 30px;
	text-align: right;
}

.header-mobile table{
	width: 100%;
	margin: 0%;
}

.header-mobile td{
	width: 50%;
	margin: 0%;
}

.header-mobile img{
	width: 100%;
	margin: 0%;
}

.header-mobile div{
	width: 100%;
	padding: 3%;
	color: #000;
    background-color: #fff;
}

.header-mobile p{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

.header-mobile ul{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 17px;
	width: 90%;
	padding: 3%;	 
	left: 5px!important; 
	border: 2px solid #750f34!important;

}

.header-mobile li,a{
	color: #000;
}

.dropdown-menu a{
	color: #740e34;
}

/************dropdawn**********/
.dropdown-txt{
	outline: none!important;
	text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 4%;
}

.dropdown-content {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #FFF;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.63);
    padding: 14% 20% 0% 20%;
    margin: 1% 0% 0% 0%;
    border-top: 3px solid #000;
    z-index: 1;
    border-radius: 5px;  
}

.dropdown:hover .dropdown-content {
  display: block;
}

.bg-image-full {
  height: 400px;

}

.txt-bg-image-full{
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
	font-size: 40px;
	text-align: center;
}


.activate-2{

    border-bottom: 4px solid #750f34;
    display: inline-block;
    color: #750f34!important;
    
}

/******medias**********/

@media(max-width: 990px){

	.content-logo{
	width: 50%;
	margin-right: 1%;
	}

	.header-pc{
		display: none;
	}

	.header-mobile{
		display: block;
	}

}

.btn-whatsapp{
	position: fixed;
	bottom: 3%;
	left: 3%;
	border: none;
	padding: 0.6%;
	color: #fff;
	background-color: #25d366;
	font-family: 'Red Hat Display', sans-serif;
	border-radius: 25px 25px 25px 25px;
	font-size: 22px;
	z-index: 20;
	
}

/*************************************************************************index****************************************************************/
.container-sections{
	width: 100%;
	height: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 10% 0% 10%;
}

.content-bateries{
	width: 100%;
	text-align: center;
}

.content-bateries h1{
	font-family: 'Red Hat Display', sans-serif;
	padding: 0% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	text-align: left;
}

.content-bateries h2{
	font-family: 'Red Hat Display', sans-serif;
    padding: 3% 0% 5% 0%;
    font-size: 40px;
    color: #ba3a3f;
    font-weight: bold;
}

.content-bateries p{
	text-align: left;
	font-size: 25px;
	padding: 2% 0%;	
}


.content-bateries img{
	width: 50%;
	transition: 0.3s;
	border-radius: 10px;
}

.content-bateries img:hover{
	transition: 0.3s;
	transform: scale(1.2);
}


.galery-bateries{
	width: 100%;
	margin: 3% 0% 3% 0%;
	padding: 0%;
	display: flex;
	justify-content: center;
}


.galery-bateries table{
	width: 80%;
	text-align: center;
}

.galery-bateries img{
	width: 100%;
	transition: 0.3s;
	cursor: pointer;
}

.galery-bateries img:hover{
	transform: scale(1.2);
	transition: 0.3s;
}

.galery-bateries button{
	border:none;
	border-radius: 5px;
	margin: 10% 0% 0% 0%;
	background-color: #de1f22cf;
	color: #fff;
	padding: 2% 3%;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
}

.content-garantia{
	width: 100%;
	text-align: center;
}

.content-garantia h1{
	font-family: 'Red Hat Display', sans-serif;
	padding: 3% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	text-align: left;
}

.content-garantia div{
	width: 100%;
}

.content-garantia p {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 25px;

}

.content-garantia img {
	width: 50%;
    padding: 10%;
    transition: 0.3s;
}

.content-garantia img:hover{
	transform: scale(1.2);
	transition: 0.3s;
}


.content-service{
	width: 100%;
	text-align: center;
}

.content-service h1{
	font-family: 'Red Hat Display', sans-serif;
	padding: 3% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	text-align: left;
}

.content-service ul{
	width: 100%;
	list-style: none;
	text-align: left;
}

.content-service li{
	font-family: 'Red Hat Display', sans-serif;	
	font-size: 25px;
	padding: 2% 0%;
}

.content-service i{
	font-size: 25px;
	color: #ba3a3f;
	margin-right: 1%;
}

.content-service img{
	width: 100%;
}

.content-process{
	width: 100%;
	text-align: center;
	font-family: 'Red Hat Display', sans-serif;
}

.content-process h1{
	font-family: 'Red Hat Display', sans-serif;
	padding: 3% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	text-align: left;
}
.content-process h2{
	font-family: 'Red Hat Display', sans-serif;
	padding: 3% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	line-height: 55px;
}

.content-process div{
	width: 100%;
	margin: 0%;
	padding: 0%;
}

.content-process img{
	width: 100%;
	border-radius: 10px;
}

.content-process p{
	font-size: 22px;
	width: 70%;
	background-color: #ba3a3f;
	color: #fff;
	margin: 5% 15%;
	padding: 1%;
	border-radius: 10px;

}

.content-process h3{
	font-family: 'Red Hat Display', sans-serif;
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 1.5%;
	top: 7%;
	left: 13%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #ba3a3f;
	border-radius: 100%;
}

.content-contact{
	width: 100%;
	text-align: center;
	font-family: 'Red Hat Display', sans-serif;
}

.content-contact h1{
	font-family: 'Red Hat Display', sans-serif;
	padding: 3% 0% 3% 0%;
	font-size: 35px;
	color: #0052a4;
	font-weight: bold;
	text-align: left;
}

.content-contact form{
	margin: 0%;
	padding: 0%;
	width: 100%;
}

.content-contact table{
	width: 100%;
	text-align: left;
}

.content-contact td{
	width: 50%;
}

.content-contact label{
	font-size: 25px;
	font-weight: bold;
	color: #ba3a3f;
	margin: 2% 0%;
}

.content-contact input{
	width: 100%;
	font-size: 25px;
	border-radius: 10px;
	border: 1px solid #00000078;
}

.content-contact textarea{
	width: 100%;
	font-size: 25px;
	border-radius: 10px;
	border: 1px solid #00000078;
	margin-bottom: 5%;
}

.content-contact button{
	width: 60%;
    margin: 5% 20%;
    padding: 1%;
    border-radius: 10px;
    border: none;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background-color: #6084bc;
    z-index: 3;
}

.iframe-maps{
	width: 100%;
	height: 100%;
	padding: 5%;
}

@media (max-width: 990px){

	.content-bateries h1{
		font-size: 24px;
	}

	.content-bateries h2{
		font-size: 40px;
	}

	.content-bateries p{
		font-size: 16px;
	}

	.content-garantia h1 {
		font-size: 24px;
	}

	.content-garantia h2 {
		font-size: 24px;
	}

	.content-garantia p {
		font-size: 16px;
	}

	.content-service h1 {
		font-size: 24px;
	}

	.content-service ul {
		padding: 0%;
	}

	.content-service li {
		font-size: 16px;
	}

	.content-service i {
		font-size: 16px;
	}

	.content-process h1 {
		font-size: 24px;
	}

	.content-process h2 {
		font-size: 16px;
		line-height: 27px;
	}

	.content-process p {
    font-size: 16px;
	}

	.content-contact h1 {
		font-size: 24px;
	}

	.content-contact label {
    font-size: 16px;
	}
	.content-contact input {
    font-size: 16px;
	}

	
}

/**************************************************************************footer***************************************************************/

.footer-W{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 2% 0% 0% 0%;
	padding: 2% 0% 1% 0%;
	font-family: 'Red Hat Display', sans-serif;
	background-color: #111;
	text-align: center;
	justify-content: center;
}

.footer-W p{
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}

.footer-W i{
    margin-left: -5%;
}

.footer-W ul{
	width: 100%;
	list-style: none;
	text-align: center;
}

.footer-W li{
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 1% 0%;
}

.footer-W div{
	justify-content: center;
	margin: 0% 0%;
}

.footer-W img{
	width: 50%;
}

.copyrigt{
	color: #ffffff1a!important;
	font-size: 14px!important;
}

@media(max-width: 990px ){
	.footer-W p{
		font-size: 16px;
		letter-spacing: none;
	}

	.footer-W li{
		font-size: 16px;
	}
}


