/*
* Autor : junglaCODE [adha,fertxo,monolinux]
* Fecha : 11-10/2023
* Web : junglacode.org
* Descripcion : Estilo para los landing page
*/

/*Esqueleto de landing page para no parecer un stylo blog*/
body.btNoSidebar .btPostSingleItemStandard:first-of-type {
    margin-top: 0px;
}

.btPostSingleItemStandard .btArticleHeadline,
body.btNoSidebar .btPrevNextNav,
.btPostSingleItemStandard .btArticleShareEtc {
    display: none;
}

.btPostSingleItemStandard .btArticleContent {
    margin-bottom: 0px;
}

.btArticleContent {
    background: #fafafa;
}

body.btNoSidebar .btPostSingleItemStandard:first-of-type .port {
    padding: 0px;
    max-width: 100%;
}

/*Perzonalizacion general*/
button.forminator-button.forminator-button-submit.pulsante {
    width: 100%!important;
    border-radius: 45px!important;
}

.box-info {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.bt_bb_headline_subheadline {
    display: none;
}

/**efecto en boton**/
.pulsante a, button.pulsante{
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
    border-radius: 45px;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

@media (max-width: 768px) {
    .max-width-title {
        max-width: 165px;
        margin: auto;
    }
}
