body,html{
    margin: 0;
    padding: 0;
    z-index: -2;
}

.row{
    margin-left: 0!important;
    margin-right: 0!important;
}
#video-container{
    padding: 0!important;
    position: absolute;
    top:0;
    z-index: -1;
    background-color: black;
}
video{width: 100%;height: auto}

#logo{
    width: 70px;
    display: block;
    margin: 10px 20px;
}
#results{background-color: white;}

svg{
     width: 100px;
    display: block;
    margin: 10px auto;
}

#caption{
    margin: 0;
    background-color: rgba(0, 0, 0, .9);
    min-height: 670px;
    color:white;
}
.spot{
    color:#e2ccae;
}
.thumbs{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cattumb{
    width: 50%;
}

.magic-btn,.magic-btn:visited,.magic-btn:link{
    background: #22C1C3;
background: linear-gradient(0deg,rgba(34, 193, 195, 1) 0%, rgba(19, 168, 106, 1) 100%);
padding: 20px;
font-size: 18px;
color:white;
text-decoration: none;
border-radius: 2em;
transition: all 0.2s;

}

.magic-btn:hover{
 box-shadow: 0 0 20px  greenyellow;   
}

#docvideo{
    background-color: black;
    color:white;
}

#docvideodiv{
    width: 100%;
}
.resultsimage{
    width: 100%;
}
.nopadding{
    padding:0;
}
#mymodalhead{
    height: 20%;
    padding: 20px;
    margin-bottom: 10ppx;
}

#mymodal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    top:0;
    left:0;
    z-index: 9999;
    overflow-y: scroll;
    display: none;
}

#team{
    background-color: black;
    color:white;
}
.teamimage{
    width: 80%;
    border-radius: 1em;
}
.teamtitle{
    font-size: 16px;
}
.teamsub{
    font-size: 12px;
}

.buttontype{
     background: #22C1C3;
background: linear-gradient(0deg,rgba(34, 193, 195, 1) 0%, rgba(19, 168, 106, 1) 100%);
padding: 10px;
font-size: 14px;
color:white;
border-radius: 1em;
}

.buttontype:hover{
     background: #22C1C3;
background: linear-gradient(0deg,rgb(30, 168, 170) 0%, rgb(16, 145, 91) 100%);
padding: 10px;
font-size: 14px;
color:white;
text-decoration: none;
}

#explanation{
    text-align: center;
    background-color: white;
    color:black;
}

#services{
    background-color: #EEE;
}
.service{
    margin-top: 10px;
    margin-bottom:10px ;
}
.serviceimage{
    width: 80%;
    border-radius: 1em;
}

#foot{
    background-color: black;
    color:white;
}

#lateral-icons{
    position: fixed;
    height: auto;
    width: 55px;
    right: 0;
    top:33.33%;
    background-color: rgba(204, 204, 204, 0.747);
    z-index: 999;
    border-radius: .5em;
}
.licon{
    width: 50px;
    height: auto;
    display: block;
    margin: 5px auto;
}
/*MEDIA QUERIES*/

/* Desktop maiores */
@media (min-width: 1200px) {
   body,html{
    background-image: url(../img/gastroposter.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
 }
    #videod{
    display: block;
 }
 #videom{
    display: none;
 }
 #header{
    margin-bottom: 70px;
 }
 
 
#surgeryimg{
    width: 60%;
    border-radius: 1em;
}
#deskbtn{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}


#ftitle{
    font-size: 20px;
    line-height: 35px;
}


#header{
    background-color: black;
}
}
 
/* tables em formato porta retrato até os desktos no formato paisagem */
@media (min-width: 768px) and (max-width: 1199px) { 
   body,html{
    background-image: url(../img/gastroposter.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
 }
  
    #videod{
    display: block;
 }
 #videom{
    display: none;
 }

  #header{
    margin-bottom: 70px;
 }
 
#surgeryimg{
    width: 60%;
    border-radius: 1em;
}

#deskbtn{
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

#ftitle{
    font-size: 20px;
    line-height: 35px;
}

#header{
    background-color: black;
}

}
 
/* dispositivo em paisagem até os tablets em formato porta-retrato */
@media (max-width: 767px) { 
   body,html{
    background-image: url(../img/verticalposter.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
 }
    #videod{
    display: none;
 }
 #videom{
    display: block;
 }

#surgeryimg{
    width: 100%;
    border-radius: 1em;
}
 #header{
    margin-bottom: 10px;
 }
#deskbtn{
   text-align: center;
   margin-top: 30px;
   margin-bottom: 40px;
}


#ftitle{
    font-size: 20px;
    line-height: 35px;
}
#header{
    background-color: black;
}

}
 
/* dispositivo no formato paisagem e abaixos */
@media (max-width: 480px) {
    body,html{
    background-image: url(../img/verticalposter.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
 }
    #videod{
    display: none;
 }
 #videom{
    display: block;
 }
  #header{
    margin-bottom: 10px;
 }

#surgeryimg{
    width: 100%;
    border-radius: 1em;
}

#deskbtn{
   text-align: center;
      margin-top: 30px;
   margin-bottom: 40px;
}


#ftitle{
    font-size: 20px;
    line-height: 35px;
}

#header{
    background-color: black;
}
    
}