@charset "UTF-8";
/* CSS Document */

body {
    background-color: rgba(229,229,229,1.00);
}

.template {
	background-image: url(../images/bkg.jpg) !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.template-box {
    margin-top: 10%;
    margin-bottom: 15%;
}

.aqua {
	background-color: rgb(45, 88, 140);
	padding: 30px;
	background-image: url(../images/bkg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.grey {
	background-color: rgba(105,113,123,1.00);
	padding: 30px;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
}

.txt-blanco {
   color: #fff !important; 
}

.whats {
    z-index: 10005;
    position: fixed;
    right: 35px;
    top: 10px;
    cursor: pointer;
}

