/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.formulario{
	padding: 40px;
	background-color: #fff;

}
.forminator-edit-module{
	display: none!important;
}

.forminator-ui#forminator-module-39.forminator-design--flat .forminator-button-submit {

    width: 100%!important;
    border: 2px solid #023576!important;
}
.promo:before{
	position: absolute;
	z-index: 1;
	content: "";
    width: 139px;
    height: 230px;
    left: 0px;
    bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(https://www.globdigitaldevs.com/proyectos/eventosbrocksa/wp-content/uploads/2024/02/recurso-izquierda.svg);
}


.promo:after{
	position: absolute;
	z-index: 1;
	content: "";
    width: 90px;
    height: 150px;
    right: 0px;
    top: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(https://www.globdigitaldevs.com/proyectos/eventosbrocksa/wp-content/uploads/2024/02/recurso-derecha.svg);
}

.contacto:after{
	position: absolute;
	z-index: 1;
	content: "";
    width: 70px;
    height: 110px;
    right: 0px;
    top: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(https://www.globdigitaldevs.com/proyectos/eventosbrocksa/wp-content/uploads/2024/02/recurso-derecha.svg);
}


.carnaval h4{
	color: #333333!important;
}
.carnaval h4 strong{
	color: #34aadc!important;
}

.footer-wrapper h3{
	color: #34aadc!important;
	font-weight: 400!important;
}
.pb-10{
	padding-bottom: 10px!important;
}

.datos p{
	font-weight: 700!important;
}

.absolute-footer {
    color: rgba(0,0,0,.5);
    font-size: .9em;
    padding: 0px 0 0px;
}



.button span {
    display: inline-block;
    line-height: 3;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    letter-spacing: .0em;
    line-height: 3.0em;
    min-height: 3em;
    padding: 0 1.6em;

}
.forminator-checkbox__label p{
	    font-family: Montserrat!important;
	        font-size: 13px!important;
}
.forminator-checkbox__label p a{
	    font-family: Montserrat;
    font-weight: 700;
    color: #023576;
}
.terminos p a{
	  
    font-weight: 700;
    color: #023576;
}

.libro p{
	margin-bottom: 0;
}
.politicas p{
	margin-bottom: 0;
}
.zoom .icon-box-img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.zoom:hover .icon-box-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.forminator-ui#forminator-module-83.forminator-design--flat .forminator-button-submit {
    border: 2px solid #023576!important;
}
.h1, h1 {
    font-size: 3em;
    position: relative;
}
.cuadro h1:after{
	position: absolute;
	z-index: -1;
	content: "";
	width: 130px;
    height: 190px;
    left: -70px;
    top: -60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(https://www.globdigitaldevs.com/proyectos/eventosbrocksa/wp-content/uploads/2024/02/cuadro-azul.svg);
}
.full{
	height: 100vh;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.promo:before {
	    width: 80px;
	    height: 135px;
	    left: 0px;
	    bottom: -28px;
	}
		.h1, h1 {
	    font-size: 2.4em;
	    position: relative;
	}
	.promo:after {
	    width: 50px;
	    height: 90px;
	    right: 0px;
	    top: 0px;
	}

}