body {
	font-family: "Roboto Condensed";
	font-size: 18px;
}

.app {
	margin-top: 101px;
    @media (max-width: 767px) {
		margin-top: 75px;
    }
}

header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 30px 30px 30px;
    @media (max-width: 767px) {
    	padding: 20px 20px 20px 20px;
    }
    .logo-header {
		float: left;
		width: 183px;
	    @media (max-width: 767px) {
			width: 140px;
	    }
    	img {
    		display: block;
    	}
	}
	.btn-header {
		float: right;
	}
}

.hero {
	position: relative;
	color: white;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    @media (max-width: 767px) {
		height: 350px;
    }
	img {
		display: block;
	}
	.content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 100%;
	    transform: translate(-50%, -50%);
	    padding-left: 100px;
	    @media (max-width: 767px) {
		    padding-left: 40px;
	    }
	    @media (max-width: 575px) {
		    padding-left: 20px;
	    }
	    h1 {
	    	font-size: 60px;
	    	line-height: 55px;
	    	font-weight: 600;
	    	padding-bottom: 10px;
		    @media (max-width: 767px) {
	    		font-size: 40px;
		    	line-height: 35px;
		    }
	    }
	    h2 {
	    	font-size: 40px;
	    	padding-bottom: 20px;
		    @media (max-width: 767px) {
	    		font-size: 25px;
		    }
	    }
	    h3 {
	    	font-size: 25px;
	    	padding-bottom: 40px;
		    @media (max-width: 767px) {
	    		font-size: 18px;
		    }
	    }
	}
}

.hero-2 {
	position: relative;
	color: white;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	img {
		display: block;
	}
	.content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 100%;
	    transform: translate(-50%, -50%);
	    padding-left: 100px;
	    @media (max-width: 767px) {
		    padding-left: 40px;
	    }
	    @media (max-width: 575px) {
		    padding-left: 20px;
	    }
	}
}

.btn-promo {
	cursor: pointer;
	padding: 10px 20px 10px 20px;
	text-align: center;
	display: inline-block;
	background-color: white;
	color: black;
	border: 1px solid white;
	min-width: 100px;
    @media (max-width: 767px) {
		font-size: 14px;
		padding: 8px 15px 8px 15px;
    }
	&.btn-promo-black {
		background-color: black;
		color: white;		
	}
}

.promo-title {
	font-size: 32px;
	font-weight: 600;
}

.text-descuento {
	color: gray;
	font-size: 15px;
	text-decoration: line-through;
	margin-left: 5px;
}

.text-float-descuento {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: red;
	color: white;
	padding: 5px;
    font-size: 14px;
}


#popup-contact-button {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #699d2c;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 32px;
    padding-top: 16px;
    cursor: pointer;
    z-index: 1;
}
#popup-float-contact {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 230px;
    background-color: #1b1d1f;
    font-size: 26px;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    z-index: 2;
    a {
        display: block;
        padding: 10px 15px 10px 15px;
        background-color: #151616;
        border-radius: 10px;
        color: white;
    }
    a:hover {
        color: white;
    }
    a.whatsapp {
        margin-bottom: 10px;
        background-color: #387741;
    }
    #btn-close-popup-float-contact {
        margin-top: 10px;
        text-align: right;
        color: #696969;
        i {
            cursor: pointer;            
        }
    }
}
@media (max-width: 767px) {
    #popup-contact-button {
        bottom: 60px;
        width: 50px;
        height: 50px;
        font-size: 24px;
        padding-top: 11px;
    }
    #popup-float-contact {
        bottom: 60px;
    }
}
