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

html, body{
    height: 100%;
}
div#preload { display: none; }
body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    font-family:'Century Gothic','Helvetica Neue', 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
  color: #fff;
    background: #274552;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.header-unit { 
    width: 99%;
    min-height: 565px; 
    border-right:none; 
    border-left: none; 
    position: absolute; 
    opacity: .5;
} 
.header-unit-proceso { 
   width: 100%;
height: 100%;
border-right:none; 
border-left: none; 
position: fixed; 
opacity: 1;
overflow: hidden;
z-index: -1;
} 

#video-container { 
    position: absolute; 
    z-index: 0;
} 
#video-container { 
    height:100%; 
    width:100%; 
    overflow: hidden; 
} 
video { 
    z-index:0; 
} 
video.fillWidth { 
    width: 130%; 
}



#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}

#video_pattern {
background-image: url(../images/pattern.png);
position: fixed;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}
#send_message { 
    width:180px !important; 
    border:none;
    cursor:pointer;
	background:#a8b4c0;
	color:#FFFFFF;
}

/* header */
.logo {
    max-width: 480px;
    height: 120px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    background-position: 35px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 2;
}


.logo-contacto {
    max-width: 100%;
    height: 70px;
    background: url(../img/logo.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin: 0 auto;
}

.menu {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu-cont {
    height: 70px;
    background-color: #274552;
    -webkit-box-shadow: 0 1px 3px 1px rgba(05,0,0,.7);
    box-shadow: 0 1px 3px 1px rgba(05,0,0,.7);
    
}



.logo-cont {
    position:relative;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -15px;
}

.menu-subcont {
    background: #ffffff;
    max-width: 900px;
    margin:0 auto;
        
}

.inscribete-banner {
    width: 101px;
    height: 88px;
    background: url(../img/inscribete.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
    top: 38px;
    z-index: 3;     
}
.redes-cont{
    position: fixed;
    top: 15px;
    right: 10px;
    height: 30px;
    z-index:1;
}
.red{
    opacity: 1;
}

.red:hover{
    opacity: .8;
}
.fb{
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/fb-blanco.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.tw{
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/tw-blanco.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.inst{
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/inst-blanco.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.yt{
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/yt-blanco.png) no-repeat;
    background-size: contain;
    background-position: center;
}


/* video */
.contenedor-inicio {
    position: relative;
    width: 100%;
    color: #282828;
    margin-top: 40px;
    min-height: 450px;
    
}

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

@-webkit-keyframes animatedBackground {
0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

}
	
	
@-moz-keyframes animatedBackground {
0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
}
@keyframes animatedBackground {
0% {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
}

.tube {
    background: url(../img/escenarios/tube.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.tube:hover{
    -webkit-animation: animatedBackground .5s ease-out 1;
    -moz-animation: animatedBackground .5s ease-out 1;
    animation: animatedBackground .5s ease-out 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



.float-left {
    float: left;
}

.float-right {
    float: right;
}
.comentario {
    height: 80px;
}





.logo-menu {
    width: 146px;
    height: 46px;
    margin-top: 15px;
    float: left;
    background:  url(../img/logo-menu.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-cont {
    background-color: #1e335e;
   height: auto;
}

.contenedor {
    width: 100%;
    height: 100%;
    min-height: 500px;
    float: left;
    padding-bottom: 40px;
}

.quienes-cont {
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    z-index: 9;
}

.nosotros-cont {
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    z-index: 9;
}

.contacto-cont {
    max-width: 900px;
    margin: 0 auto;
    min-height: 350px;
    margin-top: 50px;
}


.icono-goliath {
    margin-top: 120px;
    width: 100%;
    height: 80px;
    background: url(../img/logo.jpg) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;

}

.logo-inicio {
    top: 35%;
	left:50%;
	margin-left:-261px;
    max-width: 512px;
	width:100%;
height: 129px;
    background: url(../img/logo-banner.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
	z-index:99;

}

.fondo-inicio {
    
    width: 100%;
	height: 100%;
    background: url(../img/fondo-inicio.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
	z-index:1;

}


.sep-h{
    width: 100%;
    height: 10px;
    background: url(../img/sep.jpg) no-repeat;
    background-position: center;
    margin-bottom: 20px;
    float: left;
}

.column {
    width: 36%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.column-2 {
    width: 22%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
.column-next {
    width: 3%;
    height: 150px;
    float: left;
    background: url(../img/funciona/siguiente.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

.column-areas {
    width: 21%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}



.hidden>div {
    display:none;
     -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.visible>div {
    display:block;
     -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.back-naranja {
    background-color: #fd9826;
    color: #ffffff;
}
.back-azul {
    background-color: #1C55A4;
    color: #ffffff;
}

.back-negro {
    background-color: #000;
    color: #ffffff;
}

.icon {
    width: 100%;
    height: 113px;
}

.paquete1 {
    margin-bottom: 3px;
    margin: 0 auto;
    width: 200px;
    height: 215px;
    position: relative;
    background: url(../img/paquetes/paquete1.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.paquete1:hover {
   opacity: .8;
}

.paquete2 {
    margin-bottom: 3px;
    margin: 0 auto;
    width: 200px;
    height: 215px;
    position: relative;
    background: url(../img/paquetes/paquete2.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.paquete2:hover {
   opacity: .8;
}

.paquete3 {
    margin-bottom: 3px;
    margin: 0 auto;
    width: 200px;
    height: 215px;
    position: relative;
    background: url(../img/paquetes/paquete3.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.paquete3:hover {
   opacity: .8;
}

.paquete4 {
    margin-bottom: 3px;
    margin: 0 auto;
    width: 200px;
    height: 215px;
    position: relative;
    background: url(../img/paquetes/paquete4.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.paquete4:hover {
   opacity: .8;
}


.ancla {
    position: absolute;
    margin-top: 0px;
}

.blanco {
    color: #ffffff;
}

.identificar {
    width: 100%;
    height: 160px;
    position: relative;
    background: url(../img/identifica-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.evaluar {
    width: 100%;
    height: 160px;
    position: relative;
    background: url(../img/evaluar-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.actuar {
    width: 100%;
    height: 160px;
    position: relative;
    background: url(../img/actuar-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.control {
    width: 100%;
    height: 160px;
    position: relative;
    background: url(../img/control-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.confianza {
    width: 200px;
    height: 200px;
    position: relative;
    background: url(../img/fotos/confianza-b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.confianza:hover {
    background: url(../img/fotos/confianza.jpg) no-repeat;
}
.atencion {
     width: 200px;
    height: 200px;
    position: relative;
    background: url(../img/fotos/atencion-directa-b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
   -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.atencion:hover {
    background: url(../img/fotos/atencion-directa.jpg) no-repeat;
}
.negociacion {
    width: 200px;
    height: 200px;
    position: relative;
    background: url(../img/fotos/negociacion-b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.negociacion:hover {
    background: url(../img/fotos/negociacion.jpg) no-repeat;
}
.respuesta {
    width: 200px;
    height: 200px;
    position: relative;
    background: url(../img/fotos/respuesta-b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background  .3s ease-in-out;
    -moz-transition: background  .3s ease-in-out;
    -o-transition: background  .3s ease-in-out;
    transition: background  .3s ease-in-out;
}
.respuesta:hover {
    background: url(../img/fotos/respuesta.jpg) no-repeat;
}
.banner-inicio{
    
    display:block;
    position:relative;
    margin:40px auto 0px;
    padding-top: 10px;
}

.banner-inicio-responsive{
  display:none;
} 

.banner-beneficios{
    display:block;
    position:relative;
    max-width:900px;
    margin:0px auto 0px;
    margin-bottom:50px;
}
.banner-beneficios-responsive{
    display: none;
}
.video-cover{
    display: none;
}

.modular-ipad {
    display: inline;
}

.input {
    width: 100%;
    background: #b0c1c8;
    border: 0;
    padding: 5px;
    padding-left: 15px;
}

.video-width {
    width: 100%;
}
::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  display:none !important;
}

.down {
    position: absolute;
    width: 100%; 
    height: 66px; 
    background: url(../img/down.png) no-repeat ;
    background-size: contain;
	background-position:center;
    bottom: 10px;
	z-index: 99;
}
.down-inicio {
    position: absolute;
    width: 40px; 
    height: 40px; 
    bottom: 50px;
    background: url(../img/down-inicio.png) no-repeat ;
    background-size: contain;
    left: 50%;
    margin-left: -20px;
    opacity: .7;
}

.banner-cotiza {
    width: 109px;
    height: 94px;
    z-index: 999;
    position: fixed;
    top: 47px;
    left: 10%;
    background: url(../img/banner-cotiza.png) no-repeat;
    background-position: center;
}

.contenedor-down {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    float: left;
}

.icono-contacto {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    background: url(../img/icono-cont.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 30px;
    text-align: center;
    color: #393939;
}

.sobre-contacto {
    position: absolute;
    
     width: 100px;
    height: 146px;
    background: url(../img/sobre.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.back-contacto {
    background-color: #fff;
    background-position: right;
    height: auto !important;
    padding-bottom: 0px !important;
    
}

.direccion-cont {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
}

.direccion-cont-last {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.direccion-icon {
     position: relative;
    width: 30px;
    height: 70px;
    float: left;
    background: url(../img/dir-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.tel-icon {
     position: relative;
    width: 30px;
    height: 25px;
    float: left;
    background: url(../img/tel-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.mail-icon {
     position: relative;
    width: 30px;
    height: 30px;
    float: left;
    background: url(../img/mail-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.texto-contacto-cont {
    width: 100%;
    padding-left:20px;
}

.texto-contacto {
    line-height: 2em;
}


            
.beneficios-back {
    background: url(../img/fotos/beneficios-back.jpg)  rgba(255,255,255,0.4);
    background-size: cover;
    background-position: center;
}

/* 
.inicio-back {
    background: url(../img/back-home.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000;
    height: 100% !important;
}
 */
.somos-back {
    min-height: 700px;
    background-size: cover;
    background-position: center;
}
.membresias-back {
    min-height: 700px;
    height: auto;
}



.separador {
    width: 100%;
    height: 100px;
    float: left;
    position: relative;
}

.aviso-legal {
    background: #fff;
    padding: 15px;
    
}
.cont-botones-home{
	position:relative;
	max-width:900px;
	height:auto;
	margin:0 auto;
	top:68%;
	z-index: 99;
}

.icon-home{
	width:33%;
	float:left;
	text-align:center;
	position:relative;
}
.icon-home img{
	height:120px;
}
.icon-home a:hover{
	opacity:.8;
}


.column-nosotros-izq {
    width: 40%;
    float: left;
    text-align: left;
}
.column-nosotros-der {
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
    float: left;
}

.clientes-cont {
    width: 100%;
    height: auto;
    float: left;
}
.clientes-cont img{
    width: 10%;
}

@media only screen and (max-width: 900px) {
	.header-unit-proceso{
		display:none;
	}
	body{
		background: url(../img/back-ipad.jpg) no-repeat;
		background-size:cover;
		background-position:center;
		background-attachment:fixed;
	}
.logo-inicio {
    margin-top: 35%;
	left:50%;
	margin-left:-261px;
    max-width: 512px;
	width:100%;
height: 129px;
    background: url(../img/logo-banner.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
	z-index:99;

}

.fondo-inicio {
      top: 25%;
   width: 100%;
height: 400px;
   background: url(../img/fondo-inicio.png) no-repeat;
   background-position: right;
   background-size: contain;
   position: absolute;
z-index:1;


}
.contenedor{
    height: auto
}
    
    .logo-menu {
    width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
}
    
 .ancla {
    position: absolute;
    margin-top:600px;
}
.column {
    width:96%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    min-width: 200px;
}

.column-2 {
    width: 98%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

    .column-areas {
    width:40%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
    .line-ipad{
        width: 100%;
        float: left;
    }
.modular-ipad {
    width: 100%;
    float: left;
    display: block;
}
    
.quitar {
    display: none;
}

.cont-botones-home{
	position:relative;
	max-width:900px;
	height:auto;
	margin:0 auto;
	margin-top:100px;
	z-index: 9999;
}
    
	.separador {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
}
.down{
	display:none;
}
}

@media only screen and (max-width: 650px) {
	body{
		background: url(../img/back-iphone.jpg) no-repeat;
		background-size:cover;
		background-position:center;
		background-attachment:fixed;
	}
	.logo-menu {
    width: 50%;
        margin-top: 5px;
        margin-bottom: 5px;
}
	
	
.logo-inicio {
    margin-top: 35%;
	left:inherit;
	margin-left:inherit;
    max-width: 100%;
	width:100%;
height: 129px;
    background: url(../img/logo-banner.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
	z-index:99;

}

.fondo-inicio {
    top: 5%;
    
    width: 100%;
	height: 400px;
    background: url(../img/fondo-inicio.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
	z-index:1;

}

	.cont-botones-home{
		top:38%;
	}
	
	.column-nosotros-izq{
		width:90%;
		margin:0 auto;
		float:inherit;
	}
	.column-nosotros-der{
		width:90%;
		margin:0 auto;
		float:inherit;
	}
	
    .aviso-legal {
    background: #fff;
    padding: 15px;
        font-size: .4em;
    
}
.quitar {
    display:block;
}

    .column-next {
    width: 100%;
    height: 62px;
    float: left;
    background: url(../img/abajo.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}
    .titulo{
        font-size: 1.5em;
    }
    .input{
        width: 90%;
    }
.banner-inicio{
    display:none;
   
}
.video-width {
    display: none;
    width: 100%;
}
.video-cover{
    display:block;
    width: 100%;
    height: 500px;
    background: url(../img/poster.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}
.banner-inicio-responsive{
  display:block;
position:relative;
    max-width:504px;
    margin:0px auto 0px;
}
.banner-beneficios{
    display: none;
}
.banner-beneficios-responsive{
    display:block;
    position:relative;
    max-width:100%;
    margin:0 auto;
}
    
.column {
    width:90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
.column-areas {
    width:90%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    min-width: 200px;
}
    
.column-contacto {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
    
    .banner-cotiza {
    display: none;
}
}


