@font-face {
    font-family: 'casperbold';
    src: url('../fonts/casper-webfont.woff2') format('woff2'),
         url('../fonts/casper-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.logo{

position: relative;
    z-index: 10;
    margin-top: 30px;
    margin-bottom: 20px;

}

header{
  padding-top: 0 !important;
  background-color: #fff;
}

p{
	font-size: 16px;
	color: #000;
	font-family: arial;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
section {
  height: 100%;
  width: 100%;
}

section:nth-child(2) {
  background: lightgreen;
  margin-top: 30%;
}
section:nth-child(3) {
  background: purple;
}
section:nth-child(4) {
  background: red;
}
section:nth-child(5) {
  background: yellow;
}


.cbp-bicontrols ul {
	padding-top: 14px;
    padding-left: 15%;
}
.cbp-bicontrols ul li{
float: left;
list-style: none;
text-align: center;
margin-right: 40px;
}


#custum-um{
	    padding-left: 435px;
    margin-top: -270px;
    position: relative;
    z-index: 20;
}
#custum-um img{
    margin-bottom: 10px;
}

.top{
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	background-color: #002450;
}

.tel2{
	position: relative;
	top: 10px;
	float: left;
	height: 60px;
}

.tel{
	position: relative;
	top: 10px;
	float: right;
	height: 60px;
}

.tel spam{
color: #fff;
    font-size: 14px;
    line-height: 27px;
    font-family: 'open_sansregular';
}

.tel i{
    color: #db3b2a;
    font-size: 20px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 4px;
}
.red-index{
    background: #002450;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -16px;	
}

.red-index h3{
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'open_sansregular';
    font-weight: bold;
    letter-spacing: 2px;
}

.red-index p{
	font-size: 16px;
    color: #85a7d0;
    text-align: center;
    font-family: 'open_sansregular';
}



/**** Menu ****/

.menu-top{
	box-shadow: none !important;
}

.menu{
  position:relative;
  margin:0 auto;
  width:100%;
}


.menu ul{
    position: relative;
    padding-left: 14px;
	background: #fff;
  }

.menu>ul>li{
  float:left;
  list-style:none;
  display: inline-block;
  position: relative;
}

ul.submenu{
  display: none;
  position: absolute;
  left: -20px;
  top:100px;
  width:280px;
  z-index: 1000;
}

.menu>ul>li>a{
font-family: 'open_sansregular';
    text-decoration: none;
    font-size: 12px;
    line-height: 135px;
    height: 135px;
    float: left;
    list-style: none;
    padding-left: 6px;
    padding-right: 26px;
    padding-top: 0px;
    letter-spacing: 1px;
    display: inline-block;
    color: #002450;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

div.menu>ul>li>a:hover{
   color: #00A6E5;
}

li.lisubmenu{
  white-space: nowrap;
  list-style: none;
  padding: 8px 30px 8px 10px;
  background-color: #555;
	width: 100%;
}

li.lisubmenu:hover{
    background: #999;
    color: #000;
}

li.lisubmenu>a{
color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 3px;
}

.temsubmenu:hover ul{
  display: block;
  width:200px;
  z-index: 3000;
  
  background: #014b64;
  background: -moz-linear-gradient(-45deg,  #014b64 0%, #166681 100%);
  background: -webkit-linear-gradient(-45deg,  #014b64 0%,#166681 100%); 
  background: linear-gradient(135deg,  #014b64 0%,#166681 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014b64', endColorstr='#166681',GradientType=1 );
  
}

/**** Fim Menu ****/

.bloco-index{
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}
.bloco-index-1{
	border-right: 1px solid #d7d7d7;
}

.bloco-index-2{
	border-right: 1px solid #d7d7d7;
}

.bloco-index h3{
	font-size: 20px;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'open_sansregular';
	
}

.bloco-index img{
	width: 165px;
	height: 110px;
	display: block;
	margin: 0 auto;
}

.bloco-index p{
	text-align: center;
	color: #000;
}

.bloco-index a{
	width: 100%;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background: #999;
	display: block;

	transition: all 0.3s ease 0s;
}

.bloco-index a:hover{
	background: #555;
}

.fundo-img-index{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top: 2px solid #0095bb;
}

.fundo-img-index h3{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'casperbold';
	border-bottom: 1px solid #00c6f0;
}

.fundo-img-index img{
	display: block;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
}

.fundo-img-index a img:hover{
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.conveniados h3{
	font-size: 30px;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'open_sansregular';
}

.conveniados img{
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 30px;
}

/* Footer */

footer{
	background: #002450;
	height: auto;
	width: 100%;
	padding-top: 35px;
}

.gn-icon i{	
	font-size: 16px;
	height: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.gn-submenu i{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.icone-footer{
	width: 50px;
	height: 50px;
	float: left;
	background: #eee;
	padding: 15px;
	margin-right: 15px;	
	margin-bottom: 30px;
	border-radius: 3px;
}

.icone-footer i{
	font-size: 20px;
	color: #002450;
}

.txt-footer{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.endereco-footer{
	width: 100%;
	padding-top: 15px;
}

.endereco-footer p{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

.txt-footer a{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}

.txt-footer p{
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Arial, sans-serif;
}
/* Fim Footer*/

.titulo{
	background-image: url(../images/bg-titulo.jpg);
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
}

.titulo h1{
	font-size: 35px;
	margin-top: 55px;
	color: #fff;
	font-family: 'open_sansregular';
}

.margin-bottom-0{
	margin-bottom: 0px !important;
}

/* Formulario de Contato*/

.formContato {
   width: 100%;  
}  
.formContato input {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.formContato textarea {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.botaoContato {  
   margin-left: 10px;  
   margin-right: 10px;  
   margin-top: 1px;  
}  
.pgContato input {  
	font-family: 'Lato', Arial, sans-serif !important;
   color: #292929;  
   font-size: 14px;  
   background-color: #fefefe !important;  
   border: 1px solid #eee !important;  
   -moz-border-radius: 2px !important;  
   -webkit-border-radius: 2px !important;  
   border-radius: 2px;  
   height: 40px;  
   margin-bottom: 20px; 
	padding-left: 10px !important;
}  
.pgContato textarea {  
	font-family: 'Lato', Arial, sans-serif !important;
   padding-left: 10px;  
   color: #292929;  
   font-size: 14px;
	width: 100%;
   background-color: #fefefe;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 2px;  
   -webkit-border-radius: 2px;  
   border-radius: 2px;  
   height: 200px;  
   margin-bottom: 20px;  
   border-bottom: 1px solid #ccc;  
   border-left: 1px solid #ccc;  
	margin-left: 0;
	margin-right: 0;
}  
.botaoContato {  
	width: 100%;
   border-radius: 2px;  
   color: #fff;  
   padding: 2px 40px;  
   height: 60px;  
   margin-top: 18px;  
   margin-bottom: 20px;  
   cursor: pointer;  
      background: #002450;
   display: inline-block;  
   border: none;  
   border: 1px solid #eee;  
	margin-left: 0;
	margin-right: 0;
}  
.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s; 
   background: #de4324; 
}

/* Fim formulario de contato*/

.missao{
	width: 100%;
	border: 1px solid #ddd; 
	padding: 0 15px;
	margin-bottom: 30px;
	min-height: 160px;
	text-align: center;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.missao h3{
	font-size: 22px;
	color: #002450;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
}

.missao ul li{
	line-height: 30px;
	color: #000;
	text-align: center;
}

.diagnosticos-cirurgias {
	color: #000;
}

.diagnosticos-cirurgias li{
	border-left: 2px solid #002450;
	padding-left: 5px;
	margin-bottom: 8px;
}

.firstHeading{
	font-size: 18px;
	color: #002450;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
}

.corpo-clinico{
	width: 20%;
	float: left;
	margin-bottom: 30px;

	border-right: 1px solid #d7d7d7;

}

.border-none{
	border-right: none !important;
}

.corpo-clinico h3{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
}
.corpo-clinico p{
	color: #6F6F6F;	
}

.corpo-clinico img{
	display: block;
	margin: 0 auto;
}

.corpo-clinico ul li{
	line-height: 30px;
	color: #000;
	text-align: center;
}

.bg-index{
	width: 100%;
	height: 600px;
	background: url(../images/bg-index.jpg);
	background-position: center top;
	background-repeat: no-repeat;		
}

.bg-index h1{
font-size: 32px;
    color: #002450;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 150px;
    font-weight: bold;
    font-family: 'open_sansregular';
}

.bg-index h3{
    font-size: 18px;
    color: #555;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'open_sansregular';
}

.bg-index a{
width: 50%;
    height: 60px;
    border: 1px solid #555;
    text-align: center;
    font-family: 'open_sansregular';
    font-size: 14px;
    text-transform: uppercase;
    /* font-weight: bold; */
    letter-spacing: 1px;
    display: block;
    color: #555;
    margin: 0 auto;
    padding-top: 19px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bg-index a:hover{
	background: #555;
	color:  #fff;
}

h3.corpo-index{
    font-size: 30px;
    color: #555;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-family: 'open_sansregular';
}

.top-negativo{
	margin-top: -70px;
}

a.logo-w {
        width: 42%;
    height: 54px;
    float: right;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    background: url(../images/w-mark.png) center 20px no-repeat;
        margin-top: -30px;
}


section.t{
	   background-color: #04408a;
    height: 55px;
}

.direitos {
    width: 45%;
    color: #fff;
    float: left;
    text-align: left;
    margin-top: 15px;
}

a.produto {
	    background-color: #fff;
   
    width: 100%;
    min-height: 350px;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.produto div.mold {
	
}

a.produto div.mold img {
	margin: 0 auto;
    display: block;
        height: 150px;
}

a.produto h2 {
      font-size: 20px;
    color: #00274c;
    font-family: 'casperbold';
    text-align: center;
    display: block;
}

div.menulateral {
	float: left;
}

div.menulateral > ul > li {
	float: left;
	padding: 20px 0 10px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

div.menulateral > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	color: #333;
}

div.menulateral ul li {
	list-style-type: none;
}

div.menulateral > ul > li > ul {
	float: left;
	width: 100%;
	padding-top: 10px;
}

div.menulateral > ul > li > ul li a {
	font-size: 14px;
	font-family: Arial;
	color: #333;
	float: left;
	width: 100%;
	padding: 2px 0;
}

div.produto-image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

div.produto-image img {
	width: 100%;
}

div.desc {
	width: 100% !important;
	max-width: 100% !important;
	float: left !important;
}

div.desc, div.desc * {
	color: #333 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-family: Arial !important;
	letter-spacing: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	background: transparent !important;
}

a.obra{
	float: left;
	margin: 15px 0;
	width: 100%;
}

a.obra:hover div.bg-obra{
	opacity: 0.9
}

a.obra div.bg-obra{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}

a.obra h3{
    font-size: 16px;
    /* font-family: 'impactreg'; */
    /* text-align: center; */
    width: 100%;
    margin: 0 auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #00274c;
    font-weight: bold;
    padding-bottom: 17px;
    /* padding: 15px; */
    float: left;
    padding-top: 30px;
    text-transform: uppercase;
}

div.news p{
	font-size: 12px;
	color: #888;
}

div.news h3{
	text-align: left;
	width: 100%;
	padding: 10px 0;
}

div.desc{
	margin-top: 30px;
}

form.newsletter.trabalhe-conosco input {
	background: #f2f2f2;
}

form.newsletter.trabalhe-conosco label {
	font-size: 14px;
	margin-top: 0;
	color: #333;
}

form.newsletter.trabalhe-conosco button {
    height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    background: #86b835;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #000000 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); */
    /* background: -webkit-linear-gradient(top, #3f3f3f 0%,#000000 100%); */
    background: -o-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    /* background: linear-gradient(to bottom, #3f3f3f 0%,#000000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 );
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}

a.produto.mostra {

	display: flex;
	justify-content: center;
	align-items: center;
}


.voltar{
	color: #FFF !important;
    display: block;
    float: right;
    padding: 10px 40px;
    font-size: 13px;
    margin-top: 40px;
    /* margin-bottom: 0px; */
    font-weight: bold;
    border-radius: 45px;
    position: relative;
    z-index: 5;
    /* background: #ba0000; */
    background: -moz-linear-gradient(45deg, #ba0000 0%, #e50000 100%);
    /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ba0000), color-stop(100%,#e50000)); */
    /* background: -webkit-linear-gradient(45deg, #ba0000 0%,#e50000 100%); */
    background: -o-linear-gradient(45deg, #ba0000 0%,#e50000 100%);
    background: -ms-linear-gradient(45deg, #ba0000 0%,#e50000 100%);
    /* background: linear-gradient(45deg, #ba0000 0%,#e50000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#e50000',GradientType=1 );
    background-color: #f64119;
}

.voltar:hover{
	    background: #f64119;
}

a.obra{
	float: left;
	margin: 15px 0;
	width: 100%;
}

a.obra:hover div.bg-obra{
	opacity: 0.9
}

a.obra div.bg-obra{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
}

a.obra h3{
	font-size: 16px;

	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	float: left;
	text-transform: uppercase;
}

ul.clearing-thumbs {
	margin: 0;
}

ul.clearing-thumbs li {
	float: left;
    margin: 0px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.clearing-thumbs li a {
	margin: 0;
	height: 160px;
	float: left;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}


ul.clearing-thumbs li a img {
	max-width: none;
	max-height: 100%;
}

form.newsletter.trabalhe-conosco input {
	    background: #f2f2f2;
    border: solid 1px #d2d1d1;
}

form.newsletter.trabalhe-conosco label {
	font-size: 14px;
	margin-top: 0;
	color: #333;
}

form.newsletter.trabalhe-conosco button {
    height: 40px;
    width: 100%;
    float: left;
    padding: 0;
    background: #00274c;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #000000 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); */
    /* background: -webkit-linear-gradient(top, #3f3f3f 0%,#000000 100%); */
    background: -o-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#000000 100%);
    /* background: linear-gradient(to bottom, #3f3f3f 0%,#000000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 );
    font-size: 14px;
    margin-top: 5px;
    color: #fff;
}



.whatsapp-fixo2 {
    position: fixed;
    bottom: 140px;
    right: -10px;
    z-index: 999;
}

.whatsapp-fixo2 img{
    width: 90%;
}


.whatsapp-fixo3 {
    position: fixed;
    bottom: 270px;
    right: -10px;
    z-index: 999;
}

.whatsapp-fixo3 img{
    width: 90%;
}

.ebook {
    position: fixed;
    bottom: -10px;
    left: 12px;
    z-index: 999;
}

.ebook2 {
    position: fixed;
    bottom: 90px;
    left: 12px;
    z-index: 999;
}


.ebook3 {
    position: fixed;
    bottom: 190px;
    left: 12px;
    z-index: 999;
}

input,
textarea {

}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder {
   color: #000;
}

::-moz-placeholder {
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}









.whatsapp-fixo {
  position: fixed;
    bottom: 78px;
    right: 80px;
    z-index: 999;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
    width: 90px;
    height: 90px;
    background: #57bb63;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d72d0;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #3157b9;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 260%;
    width: auto;
    height: auto;
    top: -19px;
    left: -29px;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #4d72d0;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.buy-now {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 172px;
    right: 37px;
      background: rgb(0,128,175);
    background: linear-gradient(90deg, rgba(0,128,175,1) 0%, rgba(47,162,216,1) 100%);
  padding: 0 18px 0 15px;
  height: 50px;
  line-height: 52px;
  border-radius: 4PX;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.15);
  z-index: 1000;
}

.menu-pushed .buy-now {
  right: 380px;
}

.buy-now:hover, .buy-now:focus {
     background: rgb(0,128,175);
    background: linear-gradient(90deg, rgba(0,128,175,1) 0%, rgba(47,162,216,1) 100%);
  color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
}

.buy-now img {
  width: 12px;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
}

.buy-now span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .buy-now, .eagle-demo-panel {
    
  }
}

.doe {
    position: fixed;
    bottom: 160px;
        right: -34px;
    z-index: 999;
}

.doe img{
      width: 70%;
}

#empresa{    position: absolute;    top: -9999px;}