.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
	margin-top:16px;
}










/* estilos para formulario*/
.float2{
	position:fixed;
	width:275px;
	bottom:-500px;
	right:20px;
  	z-index:100;
}


.formulario{
	background: #FFFFFF;
	width: 255px;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	color: #858584
	font-weight: bold;

-webkit-box-shadow: 0px 0px 19px 3px rgba(227,35,73,1);
-moz-box-shadow: 0px 0px 19px 3px rgba(227,35,73,1);
box-shadow: 0px 0px 19px 3px rgba(227,35,73,1);
	
}
.inp{
	width: 90%;
	margin-top: 10px;
	height: 30px;
	border-radius: 5px;
	border:solid 2px #1b2848 !important;
	outline-color: #e32349 !important;
}

.inp2{
	height: 90px;
}

.btn{
	margin-bottom: 10px;
	background: #e32349;
	color: #FFFFFF;
	font-size: 1em;
	border-radius: 5px;
	padding: 5px;
	width: 94%;
	border:solid 3px #FFFFFF ;
	font-weight: normal;
	transition: background 2s;
}

.btn:hover{
	background: #1b2848;
	color: #FFFFFF;
}

.titulo{
	color: #e32349;
}

#btn{
	position:fixed;
	width:275px;
	bottom:20px;
	right:15px;
  	z-index:100;
  	width: 60px;

}

#btn2{
	position:fixed;
	
	bottom:-500px;
	right:18px;
  	z-index:100;
  	width: 30px;
}


#btn:hover {filter: grayscale(80%);}
#btn2:hover {filter: grayscale(80%);}










.tarjeta{
	width: 40px;
	margin-right: 9px;
}




.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; / * 16: 9 */
    padding-top: 25px;
    altura: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    altura: 100%;
}


.mincetur{
  position:absolute;
	

	top:142px;
	right:20px;
	
	color:#FFF;
	border-radius:0 0 10px 10px;
	text-align:center;
  	font-size:30px;
	
  z-index:4;
}

.valores{
	width: 40px;
	margin:auto;
	
}

.valores:hover {
	filter: brightness(0.90);
}

.titulo{
	color: #e32349;
}

.cuadro{
	margin-top: 30px;
}