.titulo{
	font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 0.9;
   margin: 0 0 0.625em 0;
}
.subtitulo {
	font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 0.9;
   margin: 0 0 0.625em 0;
}

.subtitulo button{
	text-decoration: none !important;
	font-size: 20px;
    font-weight: 600;
    color: #0475A5;
    letter-spacing: -1px;
    line-height: 0.9;
    margin: 0 0 0.625em 0;
}
.logo{
	font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
}

.hydra{
	width: 250px;
    height: auto;

}
.parrafo{
	 font-weight: 300;
     font-size: 18px;
     font-weight: 450;
     letter-spacing: -1px;
}
.lista{
    padding-left: 20px;
    color: #9A9A9A;
}
.caja{
	padding-top: 40px;
	padding-bottom: 40px;
}
.centro{
	text-align: center;
}.derecha{
	text-align: right;
}
.izquierda{
	text-align: left;
}
.justificado{
	text-align: justify;
}

.naranja{
	color: #ff7902;
}
.azul{
	color: #0475A5;
}
.blanco{
	color: #ffffff;
}
.linea-naranja {
	margin-top: -10px !important;
    border: 2px solid #ff7902;
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 4px;
}
.linea-azul {
	margin-top: -10px !important;
    border: 2px solid #0475A5;
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 4px;
}
.etiquetas li a{
	color: #fff !important;
}
.boton-efect {
    display: inline-block;
    background: linear-gradient(to right, #0475A5 0%, #00fedc 51%, #00aee0 100%);
    background-size: 200% auto;
    padding: 0px 38px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.2);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
 .boton-efect:hover {
    background-position: right center;
    color: #fff;
    box-shadow: none; 
    font-size: 18px;
}

.fondo-servicios {
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),
    transparent url(../img/paquetes/fond-paquetes.jpg) center center/auto repeat fixed !important;
    background-size: cover !important;
    display: flex;
    align-content: center !important;
    align-items: center !important;
    width: 100%;
}
.fondo-demostracion{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.6) ),
    transparent url(../img/paquetes/background.jpg) center center/auto repeat fixed !important;
    background-size: cover;
    display: flex;
    align-content: center;
    align-items: center;
}
.fondo-optimizar{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    align-content: center;
    align-items: center;
    min-height: 200px;
}
.paq {
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	padding: 20px 20px;
	background: rgba(0,0,0, 0.8);
	border: 1px solid #fff;
	/* border-radius: 8px 8px; */
	-webkit-transition-duration: 800ms;
	-o-transition-duration: 800ms;
	transition-duration: 800ms; 
}
.paq:hover {
	z-index: 100;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.caja-contact{
	padding: 20px 20px; 
	background-color: rgba(0,0,0,0.5);
}

.content-izq {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%; 
}
.content-der {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 50%;
padding: 200px 50px;
}
.num-wasap{
	max-width: 220px;
    position:fixed;
  	bottom: 50px; 
  	left: 3px;
}.mano{
  max-width: 65px !important;
  position: relative;
  left: 0px;
  cursor: pointer;
}
.img-client{
    max-width: 200px;
}
.icon-contact{
    font-size: 25px;
    padding: 10px 15px;
}
.img-monigote{
    max-width: 300px;
    text-align: center;
}
.func{
    padding-left: 30px;
    color: #969696;
}



