
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	--bs-gutter-x:  0;
}
.row>*{
	padding-right: 0;
}


.btn-outline-primary {
	border-style: none;
	--bs-btn-active-bg: #FFE100;

}

.btn-primary{
	--bs-btn-bg: #FFE100;
	--bs-btn-color: black;
	--bs-btn-border-color: #FFE100;
	--bs-btn-hover-bg: white;
	--bs-btn-hover-color:  black;
	--bs-btn-active-bg: black;
	--bs-btn-active-border-color: #FFE100;
}


.blockquote-footer::before{
	color: 	rgba(	0, 0, 0, 0.0);
}


/*          																									BOOTSTRAP */



body{
	background: #000;
	color: #fff;
}
header{
	background: #2b2b2b;
	height: 90px;
	text-align: center;
	z-index: 1;
}

a{
	color: #aaa;
}

a:hover{
	color: #FFE100;
}


.menucentro{
	margin: 60px 0;
	text-align: center;

}

.menuboton{
	margin-top: 40px;
}

.test{
	background: red;
	z-index: 0;
}

.fondo{
	background-image: url(img/intro.jpg);
	width: 100%;
}

.logot{
	z-index: 4;
}
#superior{
	position: absolute;
	margin: 0px auto;
	width: 100%;
	z-index: -1;
	
}

.ctaXL{
	margin: 100px 0 0px 0;
}

.boton{
	width: 200px;
	height: 40px;
	background: #FFE100;
	border-radius: 40px;
	color: black;
	text-align: center;
	line-height: 40px;
	z-index: 3;
}
#botonMenuXL {
	position: absolute;
	right: 5%;
	top: 40px;
}

#botonMenuSM {
	position: absolute;
	right: 5%;
	top: 10px;
	height: 70px;
	border-radius: 5px;
	line-height: 35px;
	width: 130px;
}

#botonPrincipal{
	
	width: 200px;
	height: 40px;
	top:140px;
 	
  	transform: translate(-10%, 0);
}




.botonmenu{
	margin-bottom: 30px ;
}
.botonmenu2{
	margin-top: 15px;
	height: 50px;
}
.menu2{
	margin-top: 10px;
}
.margin_medio{
	margin-top: 100px;
}
.margin_peq{
	margin-top: 30px;
}
.margin_gran{
	margin-top: 160px;
	text-shadow: 2px 2px #000;
}
.margin_Xgran{
	margin: 30px 0;
	text-shadow: 2px 2px #000;
}
.porfolio{
	background: #000;
}

p{
	margin-bottom: 0;
}


/*                                                                                          PRESUPUESTOS */

.pesupuestos{
	margin-top: 20px;
	background: #2b2b2b;
	padding-top: 20px;

}


#pesupuestos h2{
	padding-top: 20px;

	margin: 20px 0px;
}



.formulario {
	padding: 10px;
	background: #222;
	border-radius: 4px;
	border:1px solid #111;
	margin: 20px 0px;
}


input{
	color: black;
}

input[type="text"] {
	padding: 10px;
	margin: 3px;
	border-radius: 5px;
	border:3px solid #aaa;

}

input[type="text"]:hover{
	border:3px solid #FFE100;

}
input[type=radio] {
	margin-left: 10px;
	margin-right: 40px;
 	
	
}
/*
input[type=radio]:checked{
	border:3px solid #FFE100;
	background: #FFE100;

}
*/

input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        padding-right: 30px;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #FFE100;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

input[type="button"]{
	padding: 10px;
	margin: 3px;
	border-radius: 5px;
	border:3px solid #aaa;
}

input[type="button"]:hover{
	border:3px solid #FFE100;
}






/*     BOTONES LISTA CHECKER EFECTOS */

.listacheck {
	position: relative;
	margin: 0px 2%;
	width: 80%;
	height: 100px;
	list-style: none;
	align-content: center;
	
}

.listacheck li {
	float: left;
	width: 100px;
	height:100px;
	margin: 0px 1%;
		
		transform: translate(50%, 0);


	
}




