body {
    /*background: #fff2f2;*/
    /*background: $teal;*/
    background: url('https://source.unsplash.com/twukN12EN7c/1920x1080') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;
}
.navbar .nav-item:not(:last-child) {
    margin-right: 35px; 
} 
.dropdown-toggle::after {
    transition: transform 0.15s linear; 
} 
.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px); 
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.right {
    position: absolute;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
    padding: 10px;
    z-index: 10;
}

/**    display: scroll;*/
.btn-flota {
    display: inline;
	font-size: 16px; /*16 Cambiar el tamaño de la tipografia */
	text-transform: none; /* uppercase Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 50%; /* 5px Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #E91E63; /* Color de fondo */
	padding: 18px 20px; /*18 30  Relleno del boton */
	position: fixed;
	bottom: 60px;
	right: 10px;
	transition: all 300ms ease 0ms;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.btn-flota:hover {
	background-color: #0479c3; /* Color de fondo al pasar el cursor */
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

/**        display:  scroll;*/
.btn-flotad {
        display: inline-block;
        font-size: 16px; /*16 Cambiar el tamaño de la tipografia */
        text-transform: none; /* uppercase Texto en mayusculas */
        font-weight: bold; /* Fuente en negrita o bold */
        color: #ffffff; /* Color del texto */
        border-radius: 50%; /* 5px Borde del boton */
        letter-spacing: 2px; /* Espacio entre letras */
        background-color: #E91E63; /* Color de fondo */
        padding: 18px 20px; /*18 30  Relleno del boton */
        position: fixed;
        bottom: 30px;
        right: 0;
        transition: all 300ms ease 0ms;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
}

.btn-flotad:hover {
        background-color: #0479c3; /* Color de fondo al pasar el cursor */
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
}
