#mensajeRespuesta {
    display: none;
}

.respuesta {
    padding: 10px 20px;
    color: #333;
    border: 1px solid #333;
    margin-top: 12px;
}

.respuesta.exito {
    /* Estilos para mensajes de éxito */
    color: green;
    border: 1px solid green;
}

.respuesta.error {
    /* Estilos para mensajes de error */
    color: red;
    border: 1px solid red;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	    bottom: 20px;
    right: 10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:9999;
}

.my-float{
	margin-top:16px;
}
.float2{
	position:fixed;
	width:60px;
	height:60px;
	    bottom: 90px;
    right: 10px;
	background-color:red;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:9999;
}

.my-float2{
	margin-top:16px;
}
.header .logo {
    width: 240px;
}
.header .navigation .navigation-show.nav-icon {
    font-size: 35px;
}
.overlay-navigation-inner {
    text-align: left;
}
.feature-column.right .feature-text {
    padding-right: 0rem;
    padding-left: 0;
}
.feature-column.left.medium .feature-text {
    padding-left: 0rem;
}
.footer .footer-bottom {
    padding: 0 0 2rem 0;
    background-color: #ffffff;
    border-top: 1px solid #eee;
}
.footer .social-list a:hover {
    font-size: 1.1rem;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.highihg{font-size: 16px;color: #29bbff}
.highihg2{font-size: 130%;color: #29bbff !important}

@media only screen and (max-width: 960px) {
  
}
@media only screen and (max-width: 900px) {
  
}
@media only screen and (max-width: 768px) {
  	.title-large {
    font-size: 23px;
    text-align: left;
	}
	.text-xlarge {
    font-size: 16px;
}
}
@media only screen and (max-width: 600px) {
	.header .logo {
    width: 230px;
	}
}

.mensaje-enviado {
    color: #000;
    font-size: 15px;
    padding: 12px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border: 1px solid #000;
}