/* Iframe Google */
body>iframe {
	height: 0;
}

/* Redes sociales temporales sin twitter / con twitter top 200px
--------------------------------------------------------------------------------------- */
#wrapper #header>div>div>.menu-container>.menu>.bottom.opened>div .share>.google
{
	top: 100px!important;
}
#wrapper #header>div>div>.menu-container>.menu>.bottom>div .share>li.twitter>a {
    display: none;
}
#wrapper #footer>.top>div>.share>li.twitter>a
{
	display: none;
}
/* Fin Redes sociales temporales sin twitter 
--------------------------------------------------------------------------------------- */

/* CAMBIOS
--------------------------------------------------------------------------------------- */

#wrapper #services #block1>div {
    background: #6ed3cf;
    background: #a6c30e!important;
}

#wrapper #services #block2>li>div>.text a {
    background: #a6c30e!important;
}

#wrapper #header>div>div>.btn-emergency>span {
    background: #55595d!important;
}
.linea {
    
    width: 10%;
    height: 1px;
    color: aliceblue;
    
    background: rgba(85, 89, 93, 0.1)!important;
}

#wrapper #services #block1>div>div h2 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: .15em;
}

@media (max-width: 1280px)
{
#wrapper #services #block2>li>div>.text {
    background: #f7f9fd!important;
    margin-top: 0!important;
}
}



/* Menu
--------------------------------------------------------------------------------------- */
#wrapper #header>div>div>.menu-container {
  display: block;
}
/*
#wrapper #clinic #block1 {
  padding-top: 0px !important;
}
*/
/* Texto sobre cyan
--------------------------------------------------------------------------------------- */
@media (max-width: 1180px)
{
#wrapper #clinic #block1>div>div {
  bottom: 120px !important;
}
}

#wrapper #footer>.bottom {
  height: 0;
  display: none;
}

@media (max-width: 960px)
{
#wrapper #section {
  padding: 0 !important;
}
}
/* Redes Sociales abajo
--------------------------------------------------------------------------------------- */
#wrapper #icons-bottom>div>div .share {
    display: none;
}
/* To Top derecha
--------------------------------------------------------------------------------------- */
#wrapper #icons-bottom>div>div .btn-scroll-top {
  left: inherit !important;
  right: -100px;
}
/* Seccion 5 Logo Epa sacar display none
--------------------------------------------------------------------------------------- */
.dos {
  display: none !important;
  height: 176px;
  margin: 0 auto;
  width: 175px;
    display: inline-block;
}

/* Seccion 6 Quote
--------------------------------------------------------------------------------------- */

#wrapper #clinic #block6
{
	overflow: hidden;
	position: relative;
}
#wrapper #clinic #block6>div
{
	background: rgba(248, 103, 89, 0);
	overflow: hidden;
	padding: 160px 0 180px;
	width: auto;
}
#wrapper #clinic #block6>div>div
{
	color: #fff;
	margin: 0 auto;
	max-width: 910px;
	text-align: center;
	width: 80%;
}
#wrapper #clinic #block6>div>div h2
{
	padding-bottom: 45px;
	text-transform: uppercase;
}
#wrapper #clinic #block6>div>div p
{
	font-size: 24px;
	line-height: 40px;
    
}
#wrapper #clinic #block6>div>div p.note
{
	font-size: 14px;
	line-height: 24px;
	padding-top: 70px;
}

#wrapper .entrance
{
	height: 100%;
	position: relative;
	transition-delay: 0s;
	transition-duration: .75s;
	transition-property: transform;
	transition-timing-function: 'ease-in-out';
	webkit-transition-delay: 0s;
	webkit-transition-duration: .75s;
	webkit-transition-property: transform;
	webkit-transition-timing-function: 'ease-in-out';
	width: 100%;
}
#wrapper .entrance.trucho
{
	transform: translatey(100%);
	webkit-transform: translatey(100%);
}
#wrapper .entrance.trucho>.inverted
{
	transform: translatey(-100%);
	transition-delay: 0s;
	transition-duration: .75s;
	transition-property: transform;
	transition-timing-function: 'ease-in-out';
	webkit-transform: translatey(-100%);
	webkit-transition-delay: 0s;
	webkit-transition-duration: .75s;
	webkit-transition-property: transform;
	webkit-transition-timing-function: 'ease-in-out';
}

#animation_99 {
    transform: translate(0px,0);
	webkit-transform: translate(0px,0);
}



#animation_98 {
   translate(0px,0px);
	webkit-transform: translate(0px,0px);
}

#animation_96 {
    transform: translate(0px,0px);
	webkit-transform: translate(0px,0px);
}

.menu-titu {
    color: #818b96 !important;
    font-size: 13px !important;
    text-transform: uppercase;
}


/* Texto homepage quienes somos padding movil
--------------------------------------------------------------------------------------- */
@media (max-width: 960px)
{
#wrapper #block1>div>div {
    
    padding-top: 150px !important;
}
}



/* PERFIL - QUIENES SOMOS
--------------------------------------------------------------------------------------- */

/* Bloke 2 tipografia centrada y justificada
--------------------------------------------------------------------------------------- */
.perfil-texto1 p, .perfil-texto1 h3, .perfil-texto1 img {
    text-align: center;
    margin: 0 auto !important;
}

.perfil-texto1 h3 {
    text-transform: uppercase;
    margin: 0 auto !important;
}

/* blocke 1 animacion bloques perfil
--------------------------------------------------------------------------------------- */
.perfil-parte-0>div {
    transform: translate(0px,0vh);
	webkit-transform: translate(0px,0vh);
}
.perfil-parte-0>div.sub {
    transform: translate(0px,1500px);
	webkit-transform: translate(0px,1500px);
    transition: transform 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}


.perfil-parte-1>div {
	transform: translate(0px,-1500px);
	webkit-transform: translate(0px,-1500px);
    z-index: 5;
}
.perfil-parte-1>div.sub {
	transform: translate(0px,0vh);
	webkit-transform: translate(0px,0vh);
    transition: transform 600ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-delay: 0.5s;
    z-index: 5;
}

/* blocke 1 fondo perfil
--------------------------------------------------------------------------------------- */
#wrapper #services_single #block1
{
	overflow: hidden;
	position: relative;
    
}
#wrapper #services_single #block1>.entrance>.content {
    left: 50%;
    margin: 0 0 0 -230px;
    position: absolute;
    top: 0;
    width: 460px;
}

/* Footer Corto
--------------------------------------------------------------------------------------- */
@media (min-width: 1280px)
{
#wrapper #footer>.top>div>.menu {
    float: left;
    width: 68%!important;
}
#wrapper #footer>.top>div>.menu>ul>li {
    float: left;
    padding-right: 5%;
    width: 45%!important;
}
}