@import"menuCI.css";
@import"menuCT.css";
@import"style.css";
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #fff;
}
#cont01{
	/* sintaxis:
	background:none;
	font-size:14px !important;
	background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; */
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 15px 20px;
	border-left: 2px solid #910e0e;
	border-bottom: 2px solid #910e0e;
	border-radius: 0 50px 0 100px;
	background: #fff url(../img/fondo01.jpg) no-repeat;
	width: 100%;
	max-width: 960px;
}
#cont02{
	display: flex;
	flex-flow: row;
	width: 100%;
}
#vacio{
	flex: 0 0 456px;
}
#contNav{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	flex: 1 1 504px;
	padding-top: 74px;
}

		#bot01{align-self: flex-end;}
		#bot02{align-self: center;}
		#bot03{align-self: flex-start;
				background: #fff url(../img/fondoBoton02.png) right bottom no-repeat;}
		#bot01, #bot02{background: #fff url(../img/fondoBoton01.png) right bottom no-repeat;}

			.bot{
				display: flex;
				flex-flow: column;
				justify-content: flex-end;
				position: relative;
				margin: 39px 15px 15px 15px;
				border: 3px solid #910e0e;
				border-radius: 40px 0 25px 0;
				box-shadow: 4px 4px 4px #c26666;
				opacity: 1.0;
				transition:all 0.5s ease-out;
				width: 227px;
				height: 76px;
				background: #fff;
			}
			.bot:hover{
				opacity: 0.7;
				transition:all 0.5s ease-out;

			}

			#img01{
				width: 101px;
				height: 108px;
				margin-left: 16px;
				background: url(../img/imgBoton01.png) right bottom no-repeat;
			}
			#img02{
				width: 123px;
				height: 108px;
				margin-left: 13px;
				background: url(../img/imgBoton02.png) right bottom no-repeat;
			}
			#img03{
				width: 68px;
				height: 108px;
				margin-left: 35px;
				background: url(../img/imgBoton03.png) right bottom no-repeat;
			}

				.img{
					position: absolute;
				}

			#text01{
				width: 95px;
				height: 34px;
				background: url(../img/textoBoton01.png) right bottom no-repeat;
			}
			#text02{
				width: 84px;
				height: 37px;
				bottom: 10px;
				background: url(../img/textoBoton02.png) right bottom no-repeat;
			}
			#text03{
				width: 78px;
				height: 17px;
				background: url(../img/textoBoton03.png) right bottom no-repeat;
			}
			#text01, #text03{bottom: 13px;}

				.text{
					align-self: flex-end;
					position: absolute;
					right: 13px;
				}

#pie{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 98px;
}
	.imgPie{
		width: 151px;
		height: 91px;
		background: url(../img/rif.png) bottom no-repeat;
	}




    /**** MEDIA QUERY ****/




/**** 758px ****/

@media screen and (max-width: 758px) {
    #cont01{
        background: none;
    }
    #cont02{
        background: #fff url(../img/fondo02.jpg) no-repeat
    }
    #vacio{
        flex: 1 1 456px;
    }
    #contNav{
        padding-top: 172px;
    }
    #pie{
        background: url(../img/pie01.jpg) no-repeat;
    }
}

/**** 639px ****/

@media  screen and (max-width: 639px) {
    #cont02{
        flex-flow: column;
    }
    #vacio{
        flex: 1 1 639px;
        max-height: 224px;
    }
    #contNav{
        flex-flow: row wrap;
        padding-top: 30px;
        padding-bottom: 36px;
        max-height: 290px;
    }
        #bot01, #bot02, #bot03{align-self: flex-end;}
}

/**** 567px ****/

@media screen and (max-width: 567px) {
    .bot{
        width: 190px;
    }
}

/**** 493px ****/

@media screen and (max-width: 493px) {
    #cont01{margin: 15px 0;}

        .bot{
            width: 190px;
        }
}

/**** 456px ****/

@media screen and (max-width: 456px) {
    #cont02{
        background: #fff url(../img/fondo02.jpg) left/388px 493px no-repeat
    }
    #vacio{
        flex: 1 1 639px;
        max-height: 225px;
    }
    #contNav{
        padding: 0;
        max-height: 269px;
    }
        .bot{
            width: 190px;
        }
}

/**** 453px ****/

@media screen and (max-width: 453px) {
    .bot{
        width: 165px;
    }
}

/**** 419px ****/

@media screen and (max-width: 419px) {
    #pie{
        background: url(../img/pie02.jpg) no-repeat;
        height: 74px;
    }
        .imgPie{
        width: 151px;
        height: 91px;
        background: url(../img/rif02.png) bottom no-repeat;
    }
}

/**** 403px ****/

@media screen and (max-width: 403px) {
    .bot{
        width: 141px;
    }
}

/**** 385px ****/

@media screen and (max-width: 385px) {
    #cont02{
        background: #fff url(../img/fondo02.jpg) left/320px 406px no-repeat
    }
    #vacio{
        max-height: 159px;
    }
    #contNav{
        max-height: 248px;
    }

        .bot{
            margin: 29px 1.8% 13px 1.8%;
        }
}