/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.full-height {
    position: relative;
}
/*
.overlay {
    display: block;
    position: absolute !important;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}*/
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax {
    background: #000000;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .ce-feature-box-15 {
    height: auto !important;
    }
    .header-section .logo.style-2 {
    width: 200px !important;
    }
    .ce-feature-box-6 {
    height: auto !important;
    padding: 20px 0 !important;
    }
}


@media only screen and (max-width: 480px) {
    .white-content h1 span {
        display: block;
    }

    .white-content .btn {
        margin: 10px 0;
    }
    .whatsapp-button img {
    width: 30px !important; /* Ajusta el tamaño del icono según sea necesario */
    }
    
    .scrollup {
	width: 30px !important;
	height: 30px !important;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #69ca21 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
	z-index: 999;
    }
    
    .scrollup {
    background: #a9a9a9 url(../images/scroll-top-arrow.png) no-repeat 10px 11px;
    }
    
}

.boxcolor {
    background-color: #7f7f7f;
    border: solid 2px #fff;
    box-shadow: 4px 6px 10px #343434;
    height: 363px;
}
.boxcolor2 {
    background-color: #8e919a;
    border: solid 2px #fff;
    box-shadow: 4px 6px 10px #343434;
    height: 320px;
}
.boxcolor3 {
    background-color: #c7a456;
    border: solid 2px #fff;
    box-shadow: 4px 6px 10px #343434;
    height: 363px;
}
.fondodos {
    background-image: url("../../images/logo/logo2.png");
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: contain;
}
.section-pere-uno {
    margin-top: -30px;
}


body {
   margin: 0;
    padding: 0;
    /* Asegura que el botón no se superponga al contenido
    padding-right: 80px;  Ajusta según sea necesario */
}

.whatsapp-button {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button a {
    display: block;
}

.whatsapp-button img {
    width: 50px; /* Ajusta el tamaño del icono según sea necesario */
    height: auto;
}
