body, html {
	margin: 0;
	font-family: 'Quicksand';
    font-weight: normal;
    font-style: normal;
    color: #565555;
}


/*--------------------------------------------------GENERALES*/

.mw{
	margin: 0 auto;
	max-width: 1366px;
	height: 100%;
}

.cn{
	margin: 0 auto;
	width: 95%;
	height: 100%;
	position: relative;
}

.tb{
	width: 100%;
	height: 100%;
	display: table;
}

.tbc{
	display: table-cell;
	vertical-align: middle;
}

.wrap {
	position: relative;
	top: 80px;
}

p, h1, h2, h3 {
	margin: 0;
	font-weight: inherit;
}

.destacado,
.destacado_normal,
.destacado_bold {
	color: #f5ab37;
}

.destacado_normal {
	font-weight: 500
}

.destacado_bold {
	font-weight: bold
}

.tipo_italic {
	font-style: italic;
}

.tipo_bold {
	font-weight: bold
}

/*--------------------------------------------------TOP BAR*/


#top_bar {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 50;
	background-color: #fff;
}

#top_bar .cn {
	position: relative;
}

#top_bar .logo {
	width: 160px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 8px;
	image-rendering: -webkit-optimize-contrast;
}

#top_bar .logo img {
	width: 90%;
	display: block;
}

#top_bar .logo p {
	position: absolute;
	font-size: 21px;
	top: 13px;
	letter-spacing: 1px;
	color: #ff9220;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

#top_bar .logo .activo{
	opacity: 1;
	z-index: 5;
}

#top_bar .menu {
	width: 350px;
	height: 100%;
	position: absolute;
	right: 0;
	display: table;
	/*transition: all 0.4s ease-in-out;*/
}

#top_bar .menu_movil_boton {
	display: none
}

#top_bar .menu .tbc {
	width: 25%;
	position: relative;
}

#top_bar .menu p {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	border-radius: 20px;
	line-height: 25px;
	color: #5e5e5e;
	cursor: pointer;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 25%;
	/*background-color: #ff9220;*/
}

#top_bar .menu .tbc:nth-child(1) p{
	width: 55px;
}

#top_bar .menu .tbc:nth-child(2) p{
	width: 75px;
}

#top_bar .menu .tbc:nth-child(3) p,
#top_bar .menu .tbc:nth-child(4) p{
	width: 80px;
}


/*--------------------------------------------------PORTADA*/

#portada {
	height: 680px;
	position: relative;
}

#portada .portada_movil {
	display: none
}

#portada .slide_1,
#portada .slide_2,
#portada .slide_3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

/*---------------------SLIDE 1*/

#portada .slide_1 {
	background-image: url(../images/bg_slide_1.jpg);
	background-size: cover;
	background-position: center;
}

#portada .slide_1 .cuadro,
#portada .slide_2 .cuadro,
#portada .slide_3 .cuadro {
	width: 543px;
    height: 271px;
	position: absolute;
	top: 138px;
    left: 13.6%;
	background-color: #fff
}

#portada .slide_1 .cuadro .cn,
#portada .slide_2 .cuadro .cn,
#portada .slide_3 .cuadro .cn {
	width: 90%;
	height: 85%;
	top: 7%;
}

#portada .slide_1 .cuadro .text {
	width: 60%;
	position: absolute;
	left: 0px;
}
#portada .slide_1 .cuadro .text p {
	color: #f5ac39
}

#portada .slide_1 .cuadro .text p:nth-child(1) {
	font-size: 42px;
	line-height: 50px;
	color: #5e5e5e
}

#portada .slide_1 .cuadro .text p:nth-child(2) {
	font-size: 47px;
	line-height: 40px;
}

#portada .slide_1 .cuadro .text p:nth-child(3) {
	font-size: 65px;
	line-height: 70px;
	font-weight: bold;
}

#portada .slide_1 .cuadro img {
	width: 100px;
    position: absolute;
    top: 30px;
    right: 25px;
}

#portada .slide_1 .cuadro h1,
#portada .slide_2 .cuadro h1,
#portada .slide_3 .cuadro h1 {
	position: absolute;
	bottom: 0;
	font-size: 21px;
	text-align: center;
	color: #5e5e5e
}

#portada .slide_1 .cuadro h1 {
	text-align: left
}

/*---------------------SLIDE 2*/

#portada .slide_2 {
	background-image: url(../images/bg_slide_2.jpg);
	background-size: cover;
	background-position: center;
}

#portada .slide_2 .cuadro {
	left: 8%;
	background-color: inherit;
}

#portada .slide_2 .cuadro p,
#portada .slide_3 .cuadro p {
	color: #f5ac39
}

#portada .slide_2 .cuadro p:nth-child(1),
#portada .slide_3 .cuadro p:nth-child(1) {
    font-size: 45px;
    line-height: 0px;
    color: #5e5e5e
}


#portada .slide_2 .cuadro p:nth-child(2),
#portada .slide_3 .cuadro p:nth-child(2) {
   	font-size: 50px;
    line-height: 93px;
}

#portada .slide_2 .cuadro p:nth-child(3),
#portada .slide_3 .cuadro p:nth-child(3) {
   	font-size: 67px;
    font-weight: bold;
    line-height: 15px;
}

#portada .slide_2 .cuadro h1,
#portada .slide_3 .cuadro h1 {
	text-align: left;
	font-size: 19px
}

/*---------------------SLIDE 3*/

#portada .slide_3 {
	background-image: url(../images/bg_slide_3.jpg);
	background-size: cover;
	background-position: center;
}

#portada .slide_3 .cuadro {
	width: 343px;
	left: inherit;
	right: 15%;
	background-color: transparent;
}

#portada .slide_3 .cuadro p:nth-child(1),
#portada .slide_3 .cuadro p:nth-child(2),
#portada .slide_3 .cuadro p:nth-child(3) {
	text-align: right
}

#portada .slide_3 .cuadro h1 {
	text-align: right !important;
	right: 0px
}

#portada .timer{
	width: 0%;
	height: 3px;
	position: absolute;
	top: 0px;
	z-index: 10;
	background-color: #f5ac39;
}

#portada .timer_start {
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 7s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 7s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {width: 0%}
    100% {width: 100%}
}

/* Standard syntax */
@keyframes example {
    0%   {width: 0%}
    100% {width: 100%}
}

/*---------------------SLIDES POSICIONES*/

#portada .mostrar {
	opacity: 1;
	z-index: 3;
}

/*--------------------------------------------------EMPRESA*/

#empresa{
	padding-top: 80px;
	padding-bottom: 80px;
}

#empresa .titulo_empresa {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
}

#empresa .contact {
	margin-top: 90px;
	position: relative;
}

#empresa .silueta_cont {
	margin: 0 auto;
	max-width: 545px;
	position: relative !important;
}

#empresa .silueta_cont:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at 50% -15%, rgba(255,255,255,0.001) 81%, white 88%);
}

#empresa .silueta_cont rect{
  stroke:#fff;
  stroke-width:1px;
  stroke-opacity:1;
}

#empresa .fumeta {
	width: 100%;
	max-width: 344px;
	height: 328px;
	position: absolute;
	left: -50px;
	opacity: 0;
	top: 0;
	border-radius: 100%;
	background-color: #f5ab37;
	text-align: center;
}

#empresa .fumeta:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: rotate(15deg);
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 50px solid #f5ab37;
	border-right:0px solid transparent;
}

#empresa .fumeta .bold {
	font-weight: bold
}


#empresa .fumeta .tamaño {
	font-size: 30px;
}

#empresa .fumeta p {
	color: #fff;
	font-size: 34px;
	line-height: 37px;
}

#empresa .fumeta p:nth-child(1){
	margin: 0 auto;
	padding-top: 52px;
	width: 98%;
	font-size: 35px;
	line-height: 33px;
}

#empresa .fumeta p:nth-child(2){
	margin: 0 auto;
	margin-top: 8px;
	width: 90%;
	line-height: normal;
	font-size: 18px;
	line-height: 25px
}

#empresa .informacion {
	width: 100%;
	max-width: 430px;
	height: 300px;
	position: absolute;
	right: -50px;
	opacity: 0;
	top: 0;
}

#empresa .informacion h1 {
	text-align: right;
	font-size: 40px;
	line-height: 40px
}



#empresa .informacion p {
	text-align: right;
	font-size: 18px;
	margin-top: 30px;
	line-height: 28px
}

#empresa .script {
	margin-top: 40px
}

#empresa .script h1 {
	text-align: center;
	font-size: 40px
}

#empresa .script .secciones {
	margin: 0 auto;
	margin-top: 90px;
	width: 90%
}

#empresa .script .secciones .tbc {
	width: 50%;
	vertical-align: top
}

#empresa .script .info {
	position: relative;
	left: -50px;
	opacity: 0;
}

#empresa .script .info p {
	width: 90%;
	text-align: justify;
	font-size: 18px;
	line-height: 28px
}

#empresa .script .cerebro {
	position: relative;
	right: -50px;
	opacity: 0;
}

#empresa .script .cerebro img {
	width: 100%;
	max-width: 215px;
}

#empresa .script .cerebro .linea {
	border: dashed 2px #f5ab37;
	position: absolute;
}

#empresa .script .cerebro .linea:before,
#empresa .script .cerebro .linea:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background-color: #f5ab37;
	border: 2px solid #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 5px 0px #898989;
	-moz-box-shadow:    0px 3px 5px 0px #898989;  
	box-shadow:         0px 3px 5px 0px #898989;
}

#empresa .script .cerebro .linea:before {
	left: -7px;
	top: -7px;
}

#empresa .script .cerebro .linea:after{
	right: -7px;
	top: -7px;
}

#empresa .script .cerebro .linea p {
	font-size: 13px;
	text-align: right;
	position: absolute;
}

#empresa .script .cerebro .nuevo {
	width: 200px;
	right: 100px;
	top: 22px;
}
#empresa .script .cerebro .nuevo p {
	left: -145px;
	top: -15px
}

#empresa .script .cerebro .medio {
	width: 240px;
	right: 60px;
	top: 63px;
}

#empresa .script .cerebro .medio p {
	left: -155px;
	top: -15px
}

#empresa .script .cerebro .reptil {
	width: 195px;
	right: 105px;
	top: 105px;
}

#empresa .script .cerebro .reptil p {
	left: -139px;
	top: -15px
}

/*--------------------------------------------------HABLEMOS*/

#hablemos {
	background-image: url(../images/bg_hablemos.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hablemos h1 {
	text-align: center;
	padding: 120px 0px 120px 0px;
	color: #fff;
	font-size: 40px;
	font-weight: 300
}

/*--------------------------------------------------SERVICIOS*/


#servicios {
	padding-top: 130px;
	padding-bottom: 130px;
}

#servicios .info,
#servicios .persona {
	width: 50%
}

#servicios .info {

}

#servicios .info h1 {
	font-size: 55px;
	text-align: right;
	line-height: 65px
}

#servicios .info p {
	text-align: right;
	font-size: 23px;
	margin-top: 20px
}

#servicios .puntos {
	margin-top: 60px
}

#servicios .puntos .tb{
	margin-top: 10px
}

#servicios .puntos .tbc:first-child {
	width: 85%;
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color: #f5ab37;
}

#servicios .puntos .tbc:last-child {
	width: 15%;
}


#servicios .puntos img {
	margin: 0 auto;
	width: 100%;
	max-width: 40px;
	display: block;
}

#servicios .persona {
	/*position: relative;*/
}

#servicios .persona img {
	display: block;
	width: 100%;
	max-width: 348px;
	margin-left: 80px
}

#servicios .persona .expresion {
	width: 164.333px;
	height: 104px;
	position: absolute;
	left: 60px;
    top: -65px;
    stroke-dasharray: 1000;
  	stroke-dashoffset: 1000;
  	transition: all 0.2s ease-in-out;
}

#servicios .persona .animacion {
	 stroke-dashoffset: 969;
}


/*--------------------------------------------------CONTACTO*/

#contacto {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/telefono.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#contacto h1 {
	font-size: 75px;
	color: #f5ab37;
	font-weight: bold;
}

#contacto p {
	font-size: 30px
}

#contacto .espacio {
	width: 350px;
}

#contacto .formulario .inputs{
	margin-top: 30px
}

#contacto .formulario .tbc {
	width: 50%;
	position: relative;
}

#contacto input,
#contacto textarea {
	outline: none;
	padding-left: 20px;
	font-size: 14px;
	background-color: transparent;
	border: 3px solid #c3c3c3;
	border-radius: 20px;
	font-weight: 100;
}

#contacto input[name="nombre"],
#contacto input[name="mail"]{
	width: 90%;
	height: 35px;
}

#contacto input[name="mail"] {
	float: right
}

#contacto textarea {
	margin-top: 20px;
	width: 97%;
	min-height: 100px;
	padding-top: 20px;
	padding-top: 10px;
	resize: none;
}

#contacto input:focus {
	color: #565555
}


#contacto .boton {
	width: 200px;
	text-align: center;
	border-radius: 15px;
	line-height: 30px;
	color: #fff;
	margin-top: 2px;
	font-size: 15px;
	background-color: #f5ab37;
	cursor: pointer;
}

#contacto .formulario .botones {
	margin-top: 15px
}

#contacto .formulario .botones .tbc:first-child{
	width: 30%
}

#contacto .formulario .botones .tbc {
	width: 25%;
	position: relative;
}

#contacto .formulario .botones img {
	display: block;
}

#contacto .formulario .botones .tbc a {
	text-decoration: none;
	color: #f5ab37;
	position: absolute;
	top: 7px;
	left: 40px;
	font-size: 15px
}

#contacto .contenedor {
	width: 100%;
	height: 100%;
	position: relative;
}

#contacto .contenedor .mensaje {
	width: 100%;
	height: 100%;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#contacto .contenedor .activo {
	opacity: 1;
	max-height: 500px
}

#contacto .contenedor .mensaje h1 {
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: perspective(1px) translateY(-50%);
	-webkit-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}

.wiggle {
	animation: wiggle 0.3s ease-in-out
}

@keyframes wiggle {
  0% {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    
  }
  25% {
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    
  }
  50% {
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    
  }
  
  75% {
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    
  }
  100% {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    
  }
}

/*--------------------------------------------------BOTTOM BAR*/


#derechos {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #f5ab37
}

#derechos p {
	text-align: center;
	color: #fff;
	font-size: 15px;
}





