/*------------------------------------------------------------------------
# HTML Template 1.0 - Jan 19, 2018
# ------------------------------------------------------------------------
# Designed & coded by Awe7
# Websites:  http://www.awe7.com -  Email: info@awe7.com
--------------------------------------------------------------------------

	1. base
	2. button
	3. form-item
	4. contact
	5. form_item
	6. grid-css
	7. portfolio
	8. post
	9. service_02
	10. slide-image
	11. socialicon
	12. swiper
	13. title
	14. typing
	15. footer
	16. header-01
	17. hero
	18. Layout
	19. Grid Boostrap 
	20. Font size
	21. Margin Padding
    22. Swiper
	23. Popup

--------------------------------------------------------------------------*/

* { box-sizing:border-box; }


.container-fluid
{
  padding-right: 0px !important;
  padding-left: 0px !important;
}





.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; 
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: geometricPrecision;
}

/*------------------- BODY ---------------------*/

body {
  font-family: 'roboto';
  font-weight: 300;
  margin-top: 10vh;
  -webkit-font-smoothing: subpixel-antialiased !important;

}


section {
    min-height: 100vh;

        padding-bottom: 0%;
}




.logodiv {
  position: absolute;
  margin: auto;
  display: block;
}

h1.titulo {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35vh;
    height: 55vh;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: center;
        z-index: 5;
        line-height: 55px;

}




.subtitulo {

  color: #ffffff;
  font-family: roboto;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1,466667px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55vh;
    height: 55vh;
    z-index: 5;
}


.fade-in-titulo {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}








/* 1. base
--------------------------------------------------------------------------------*/



img {
    max-width: 100%;
    height: auto;
    border: 0;
}




.page-wrap {
    overflow: hidden;
    position: relative;
}





body {
    margin: 0;
    padding: 0;
   
}


 #map {
   width: 100%;
   height: 60vh;
   background-color: grey;

 }

.container {
  display: inline-block;
  cursor: pointer;
}


.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}




/* 15. footer
--------------------------------------------------------------------------------*/

.footer {
    position: relative;
    background-color: #404249;;
    color: white;
    text-align: center;
    padding: 40px 0;
    min-height: 30vh;
        position: relative;
}

.footerterms {
    color: rgba(255,255,255,0,55);
  font-family: "roboto";
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.footericons {
    height: 5vh;
        margin-bottom: 3vh;
}

.footersocial {
    height: 3vh;
    padding: 0px 5px;
}


/* 16. header-01
--------------------------------------------------------------------------------*/

.header {
    padding: 10px 0;
    transition: all .3s cubic-bezier(.91, .04, .13, .99);
    position: relative;
}

.header.header--fixed {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.header.is-scroll {
    top: 0;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
}

.header__inner {
    position: relative;
    padding-right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.onepage-nav {
    z-index: 999;
}

.onepage-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.onepage-nav li {
    position: relative;
    z-index: 9;
}

.onepage-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1201px) {
    .onepage-nav {
        text-align: center;
    }

    .onepage-nav li:hover > a {
        color: #3384cd;
    }

    .onepage-nav .onepage-menu .sub-menu {
        opacity: 0;
        visibility: hidden;
    }

    .onepage-nav .onepage-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .onepage-nav .onepage-menu a {
        padding: 20px 30px;
    }

    .onepage-nav .onepage-menu .sub-menu {
        text-align: left;
        padding: 0 2px;
    }

    .onepage-nav .onepage-menu .sub-menu li {
        background-color: #111;
    }

    .onepage-nav .onepage-menu .sub-menu li:first-child {
        padding-top: 18px;
    }

    .onepage-nav .onepage-menu .sub-menu li:last-child {
        padding-bottom: 18px;
    }

    .onepage-nav .onepage-menu .sub-menu a {
        color: #eee;
        padding: 2px 25px;
    }

    .onepage-nav .onepage-menu .sub-menu a:after {
        right: 15px;
    }

    .onepage-nav .onepage-menu > li {
        display: inline-block;
    }

    .onepage-nav .onepage-menu a {
        font-size: 14px;
        color: #748182;
        transition: all 300ms ease;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 20px;
    }

    .onepage-nav .onepage-menu .sub-menu {
        display: block !important;
    }

    .onepage-nav .onepage-menu .sub-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .sub-menu .current-menu-item > a {
        color: #3384ce;
    }

    .onepage-nav .onepage-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .current-menu-item > a {
        color: #3384ce;
    }

    .onepage-nav .onepage-menu .sub-menu {
        width: 200px;
        position: absolute;
        top: 100%;
        z-index: -1;
        left: 0;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .onepage-nav .onepage-menu .sub-menu li > a {
        font-size: 14px;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu .sub-menu li:hover > a {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-toggle-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .onepage-nav .onepage-menu {
        position: fixed;
        top: 0;
        will-change: transform;
    }

    .onepage-nav .onepage-menu a {
        font-size: 14px;
    }

    .onepage-nav .onepage-menu a:after {
        right: 0;
        width: 50px;
        text-align: center;
    }

    .onepage-nav .onepage-menu .sub-menu {
        display: none;
    }

    .onepage-nav .onepage-menu {
        background-color: #111;
    }

    .onepage-nav .onepage-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #eee;
    }

    .onepage-nav .onepage-menu a:after {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .onepage-nav .onepage-menu {
        left: 0;
        width: 280px;
        background-color: #111;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }

    .onepage-nav .active.onepage-menu {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .onepage-nav .onepage-menu {
        z-index: 99999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        width: 300px;
        transition: all 300ms ease;
    }

    .onepage-nav .onepage-menu li {
        position: relative;
    }

    .onepage-nav .onepage-menu a {
        padding: 12px 15px;
        font-size: 16px;
        text-transform: capitalize;
        color: #748182;
    }

    .onepage-nav .onepage-menu a:hover {
        color: #fff;
    }

    .onepage-nav .onepage-menu .active > a {
        color: #fff;
    }

    .onepage-nav .onepage-menu .current-menu-parent > a,
    .onepage-nav .onepage-menu .current-menu-item > a {
        color: #fff;
    }

    .onepage-nav .onepage-menu .sub-menu a {
        padding: 12px 15px;
    }

    .onepage-nav .onepage-menu .sub-menu .menu-item-has-children > a:hover {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-menu .sub-menu .menu-item-has-children.active > a {
        color: #4aa8ff;
    }

    .onepage-nav .onepage-toggle-menu {
        display: block;
    }
}

.onepage-nav {
    display: inline-block;
    vertical-align: middle;
}

.onepage-nav li.current a {
    color: #3384ce;
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(2) {
    opacity: 0;
    left: -40px;
}

.onepage-menu.active ~ .navbar-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media (min-width: 1201px) {
    .onepage-menu li a:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 20px;
        width: 0;
        height: 2px;
        background-color: #3384ce;
        transition: all .3s ease;
    }

    .onepage-menu li.current-menu-item a:after {
        width: 15px;
    }

    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;

    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggle span {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #3384ce;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggle span:nth-child(1) {
    top: 0;
}

.navbar-toggle span:nth-child(2) {
    top: 10px;
}

.navbar-toggle span:nth-child(3) {
    top: 20px;
}

@media (min-width: 1201px) {
    .header {
        padding: 20px 0;
    }

    .header__inner {
        padding-right: 0;
    }
}


/* 17. hero
--------------------------------------------------------------------------------*/

.hero {

    position: relative;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background: linear-gradient(rgba(0,102,204,.8),rgba(0,102,204,.8)),url(../img/cover.jpg);
    background-size: cover;
    padding: 150px 0 100px;


   /* background: linear-gradient(right, rgba(81,178,171,.8),rgba(81,178,171,.8)); */
}

.hero__wrapper #back-to-down {
    display: inline-block;
    font-size: 40px;
    margin-top: 30px;
    line-height: 1;
    color: #fff;
    -webkit-animation: bounce 2s infinite;
            animation: bounce 2s infinite;
    cursor: pointer;
}

@media (min-width: 320px) {
    .hero__wrapper #back-to-down {
        font-size: calc(3.40909vw + 29.09091px);
    }
}

@media (min-width: 1200px) {
    .hero__wrapper #back-to-down {
        font-size: 70px;
    }
}

@media (min-width: 320px) {
    .hero__wrapper #back-to-down {
        margin-top: calc(4.54545vw + 15.45455px);
    }
}

@media (min-width: 1200px) {
    .hero__wrapper #back-to-down {
        margin-top: 70px;
    }
}

.hero__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (min-width: 320px) {
    .hero__title {
        font-size: calc(4.54545vw + 25.45455px);
    }
}

@media (min-width: 1200px) {
    .hero__title {
        font-size: 40px;
    }
}

.hero__title .typing__module {
    display: inline-block;
}

.hero__text {
    font-size: 20px;
    color: #fff;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
}

@media (min-width: 1201px) {
    .hero {
        height: 100vh;
        padding: 0;
    }

    .hero__wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}






/* 18. Layout
--------------------------------------------------------------------------------*/

.main-content, .sidebar-left, .sidebar-right {
    margin-bottom: 40px;
}

.sidebar-left .form-item--button .select2-container--default .select2-selection--single .select2-selection__arrow,
.sidebar-right .form-item--button .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 25px;
    border-left: 0;
}

.sidebar-left .form-item--button .md-btn,
.sidebar-right .form-item--button .md-btn {
    padding-left: 20px;
    padding-right: 20px;
}


/* 19. Grid Boostrap 
--------------------------------------------------------------------------------*/

.no-gutters {
    margin: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}










  .menuitems {
    margin-top: 0px;
    background-color: rgba(255,255,255,0.9);
    margin-right: -31px !important;
    margin-left: -30px !important;
}

  .navbar-toggle {
    padding: 2.5vh;
  margin: 0px;
        width: auto;
}

.smallnav {

}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus  {
background: transparent;

}




.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent; 
  color: black;
}


.navbar-nav>li>a {
    color: white;
    font-size: 14px;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: black;
}


.navbar-brand {
    color: black;
        padding: 3vh;
    font-size: 1.9vw;
 }

.navbar-brand:hover {
    color: black;
}

.smallnavright {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 12px;
}


a {
  text-decoration: none;
  color: black;
  position: relative; 
}

a:hover, a:focus {
  text-decoration: none;
  color: black;
}


.slide-left-right
{
text-decoration:none;
display: inline-block;
color: black;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right:after 
{
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .7s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right:hover:after 
{
width: 100%;
background: black;
}



@media (max-width: 991px) {
.slide-left-right:hover:after 
{
width: 0px;

}
}


/*--------------------------------*/




.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 1px;
    border-radius: 1px;
    background: black;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
        transform: rotate(-45deg) translate(-4px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
        transform: rotate(45deg) translate(-4px, -7px);
}





/*----------------------- CAROUSEL TRANSITION ---------------------------*/


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition: 1.2s ease-in-out;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}





/*--------------*/



.menu {
  height: 10vh;
  color: white;
  background-color:rgba(255,255,255,0);
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  }






  .menuitems {
    margin-top: 0px;
    background-color: rgba(255,255,255,0);
    margin-right: -31px !important;
    margin-left: -30px !important;

}

  .navbar-toggle {
    padding: 2.5vh;
  margin: 0px;
        width: auto;
            z-index: 100;

}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus  {
background: transparent;

}




.nav>li>a:hover {
  background-color: transparent; 
  color: white;

}


.nav>li>a:focus {
  background-color: transparent; 
    color: rgb(51, 51, 51);

}


.navbar-nav>li>a {
    color: white;

}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: black;
}


.navbar-brand {
    color: white;
        padding: 3vh;
    font-size: 1.9vw;
 }

.navbar-brand:hover {
    color: white;
}

.smallnavright {
    margin-right: 40px;
    margin-left: 40px;
}


a {
  text-decoration: none;
  color: black;
  position: relative; 
}

a:hover, a:focus {
  text-decoration: none;
  color: black;
}


.slide-left-right
{
text-decoration:none;
display: inline-block;
color: white;
font-size: 2vh;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right:after 
{
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .7s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right:hover:after 
{
width: 100%;
background: white;
}



@media (max-width: 991px) {
.slide-left-right:hover:after 
{
width: 0px;

}
}





.navbar-collapse.in {
    overflow-y: visible;
    background: black;
    opacity: 0.85;
        min-height: 100vh;
            transition: background 0.3s;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: white;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
        transform: rotate(-45deg) translate(-4px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
        transform: rotate(45deg) translate(-4px, -7px);
}




#logo {
    width:25vh;
    position:fixed;
    margin-left: 0px;
    padding-top: 15px;

}

#logo1 {
    width:25vh;
    position:fixed;
    margin-left: 0px;
    padding-top: 15px;

}






/*-----------------*/


.divscroll {
    z-index: 5;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    right: 0;
    left: 0;
    margin-top: 85vh;
    text-align: center;
}



.scrolldown {
  height: 50px;
    
    color: white;
        transition: height 0.5s;
    transition-timing-function: ease;
}

.scrolldown:hover {
    height: 60px;

}



.navbar-fixed-top.scrolled {
     background-color: #fff !important;
    transition: background-color 300ms ease-in-out, border-bottom 2s ease;
    border-bottom: 1px solid #efefef;
}


.bar1.scrolled, .bar2.scrolled, .bar3.scrolled{
    background-color: white;


}



.slide-left-right.scrolled
{
text-decoration:none;
display: inline-block;
color: #4cc2c9;
}

.slide-left-right.scrolled:hover
{
text-decoration:none;
display: inline-block;
color: black;
}

/* add a empty string after the elment with class .slide-left-right */
.slide-left-right.scrolled:after 
{
content: '';
display: block;
height: 1px;
width: 0;
background: transparent;
transition: width .7s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right.scrolled:hover:after 
{
width: 100%;
background: black;
color: black;
}


#headerover {
  opacity: 0,4812267;
  width: 2011px;
  height: 1538px;
  background: linear-gradient(135deg, #00EAF8, #001D77);
}


.headerover {
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png?v=c78bd457575a') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png?v=c78bd457575a') no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png?v=c78bd457575a') no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png?v=c78bd457575a') no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-icon.png?v=c78bd457575a') no-repeat;
  background: linear-gradient(135deg, #00EAF8, #001D77);
  opacity: 0.5;
  z-index: 4;
    height: 100vh;
    background-position: top;
    position: absolute;
    top: 0;
    margin-top: 0px;
    width: 100%;

}

.titulo {
  width: 1354,44px;
  height: 96px;
  color: #ffffff;
  font-family: roboto;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
   z-index: 5;
}



#socialicons, #socialicons1, #socialicons2  {

display: inline-block;
        padding-top: 5px;
    margin: 5px;
    width: 30px;


}

.socialicons {


    margin: 5px;
display: inline-block;
    width: 30px;

}

#id-2 {
    max-height: 90vh;
}



.rowid2 {

    color: #404249;
            margin-top: 15%;
}



.clinica {
    font-family: "roboto";
    font-size: 4vh;
    font-weight: 800;
    color: rgba(7, 64, 93, 1);
}

p.clinica {
    font-size: 2vh;
    text-align: justify;
    font-weight: 400;
    color: rgba(7, 64, 93, 1);
}

.clinicadiascorreia {
    text-transform: uppercase;
    font-size: 6vh;
    margin-top: -3px;
    color: rgba(7, 64, 93, 1);
}

.clinicasubtitulo {
    font-size: 20px;
    color: rgba(7, 64, 93, 1);
}




.parallax {
  /* The image used */
 

  /* Full height */

  height: 40vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 background-image: linear-gradient(135deg, rgba(0,234,248,0.48), rgba(0,29,119,0.48)), url('parallax.jpg');

 
}


.rowid3 {
    color: #404249;
}

#id-3 {
    min-height:90vh;
}

.divespecialidades, .divequipa, .divsocial, .divmarcacoes{
    text-transform: uppercase;
    font-size: 50px;
    font-family: "roboto";
    text-align: center;
margin-top: 7%;

}

.divequipa {
        margin-top: 12%;
}

.hr1 {
    width: 9%;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    background-color: rgba(7, 64, 93, 1);
    margin-top: 3vh;
}

.especialidades {
    text-align: center;
        max-height: 9vh;
}

.especiaidadessubtitulo {
    text-align: center;
    font-family: "roboto";
    font-size: 25px;
     color: rgba(7, 64, 93, 1);
     font-weight: 400;
}

.textoespecialidades {
        font-size: 2vh;
    text-align: justify;
    font-weight: 400;
     color: rgba(7, 64, 93, 1);
         margin-bottom: 10vh;
}




.rowid4 {
    margin-top: 8vh;
    color: #404249;

}

#id-4 {
      background: linear-gradient(135deg, #C5D3DA, #FFFFFF);
      max-height: 90vh;

}



#id-5 {

    max-height: 90vh;
}



.rowid5 {
    margin-top: 8vh;
    color: #404249;

}






.rowid6 {
    margin-top: 8vh;
    color: #404249;

}

section#id-6 {
      background: linear-gradient(135deg, rgba(0,234,248,0.2), rgba(0,29,119,0.2));

}

section#id-7 {
      padding: 0;
}

/* FORM */




input,
span,
label,
textarea {
  font-family: 'roboto';
  display: block;
  margin: 10px;
  padding: 5px;
  border: none;
  font-size: 22px;

}

textarea:focus,
input:focus {
  outline: 0;
}
/* Question */

input.question,
textarea.question {
  font-size: 1.4vh;
  font-weight: 300;
  border-radius: 2px;
  margin: 0;
  border: none;
  width: 80%;
  background: rgba(0, 0, 0, 0);
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
  padding-top: 2vh;
}
/* Underline and Placeholder */

input.question + label,
textarea.question + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 25%;
  border-top: 3px solid rgb(76, 194, 201);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
      margin-bottom: 2vh;
}

input.question:focus + label,
textarea.question:focus + label {
  width: 100%;
}

input.question:focus,
input.question:valid {
  padding-top: 35px;
}

textarea.question:valid,
textarea.question:focus {
  margin-top: 55px;
}

input.question:focus + label > span,
input.question:valid + label > span {
  top: -7vh;
  font-size: 1.5vh;
  color: #333;
}

textarea.question:focus + label > span,
textarea.question:valid + label > span {
    top: -16vh;
    font-size: 1.5vh;
  color: #333;
}

input.question:valid + label,
textarea.question:valid + label {
  border-color: #4cc2c9;
}

input.question:invalid,
textarea.question:invalid {
  box-shadow: none;
}

input.question + label > span,
textarea.question + label > span {
  font-weight: 400;
  margin: 0;
  position: absolute;
  color: rgba(7, 64, 93, 1);
  font-size: 2vh;
  top: -40px;
  left: 0px;
  z-index: -1;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

input[type="submit"] {
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
  display: block;
  opacity: 0;
  margin: 10px 0 0 0;
  padding: 10px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #EEE;
}

input[type="submit"]:active {
  background: #999;
}

input.question:valid ~ input[type="submit"], textarea.question:valid ~ input[type="submit"] {
  -webkit-animation: appear 1s forwards;
  animation: appear 1s forwards;
}

input.question:invalid ~ input[type="submit"], textarea.question:invalid ~ input[type="submit"] {
  display: none;
}

@-webkit-keyframes appear {
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  100% {
    opacity: 1;
  }
}




.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}




.line {
  width: 95%;
  height: 3px;
  border: solid 0.5px #2F3136;
  background-color: #2F3136;
}

.inline {
    display: inline-block;
}




.footericons1 {
    height: 3vh;
}


.footerfinal1 {
    text-align: left; font-size: 1.25vh;
}

.footerfinal2 {
    text-align: right; font-size: 1.25vh;
}

.our-team{
    text-align: center;
        width: 29vh;
            margin: auto;
}
.our-team .pic{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
        object-fit: cover;
    height: 30vh;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 0 #61b6ac inset;
    opacity: 0.5;
    transition: all 1s ease-in-out 0s;
}
.our-team:hover .pic:before {
    box-shadow: 0 0 0 400px rgba(0,234,248,0.48) inset;
}
.pic img{
    width: 100%;
        height: 30vh;
            object-fit: cover;
}
.our-team .social-links{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
}
.our-team .social-links h3{
    display: inline-block;
    margin-right: 10px;
    transform: scale(0,0);
    transition: all 0.7s ease-in-out 0s;
}
.our-team:hover .social-links h3:nth-child(1){
    transition-delay: 0.1s;
    transform: scale(1,1);


}
    .our-team .social-links  p{
    display: inline-block;
    margin-right: 10px;
    transform: scale(0,0);
    transition: all 0.7s ease-in-out 0s;
}
.our-team:hover .social-links p:nth-child(2){
    transition-delay: 0.2s;
    transform: scale(1,1);
}


.our-team .team-title{
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    margin-top: 10px;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
}
@media screen and (max-width: 990px){
    .our-team{ margin-bottom: 20px; }
    
    #id-2, #id-3{
        max-height: 100%;
    }
    
}

@media screen and (max-width: 1024px){
    .our-team{ margin-bottom: 20px; }
    
    #id-2, #id-3, #id-4, #id-5{
        max-height: 100%;
    }
    
}




.calltoaction {

  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 50px;
    background-color: rgba(0, 0, 0, 0); 
  color: white; 
  border: 4px solid white;
  font-weight: 1000;
  text-transform: uppercase;
      font-size: 15px;
}

.calltoaction a {
    color: white;
}






.enviarmensagem {

  border: none;
  color: rgb(7,64,93);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50px;
    background-color: rgba(0, 0, 0, 0); 
  color: rgb(7,64,93); 
  border: 2px solid rgb(7,64,93);
  font-weight: 500;
      margin-top: 10vh;


}

.enviarmensagem a {
    color: rgb(7,64,93);
}





.h3 {
    color: rgb(7, 64, 93);
}




img .especialidades{

    margin: auto;
}






.info {
        margin-left: 3.5vh;
    margin-top: -1.5vh;
}



button span{
    font-size: 5vh;

    
}

button.owl-next span{

    margin-left: -10vh;
}

button:focus {outline:0;}







.localizacaoicon {
    margin-left: 1vh;
}






.insta-image {
    padding: 2.5px;
}



.textfooter {
    font-weight:400;
}



.call {
    color: rgb(255,255,255);
    position: fixed;
    top: 87%;
    left: 90%;
    z-index: 50;
      height: 45px;
    width: 95px;
    border-radius: 5px;
    background: #4cc2c9;
    border:none;
    transition: background 0.6s;
    box-shadow: 3px 4px 8px #6f6f6fbd;
    font-weight: 600;
    font-size: 11px;
}

.call:hover {

    background: rgba(7, 64, 93, 1);
    border:none;
}
      
  }



@media (max-width: 769px) {
    .call {
    top: 89%;
    left: 89%;
}
    
    
    h1.titulo {
        font-size: 25px;
        line-height: 30px;
    }

    .subtitulo {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;

    }


    .clinica {
        font-size: 20px;
    }

    .clinicadiascorreia {
        font-size: 30px;
    }

    p.clinica {
        font-size: 13px;
        font-weight: 100;
            margin-bottom: 8vh;
    }

    .clinicasubtitulo {
        font-size: 15px;
    }

    .scrolldown {
        height: 50px;
    }



    .scrolldown:hover {
        height: 60px;
    }

    .especiaidadessubtitulo {
        font-size: 15px;
    }

    .textoespecialidades {
        font-size: 13px;
    }

    .especialidadesicon {
        height: 10vh;
    }

    .contacto {
        text-align: center;
        font-family: roboto;
    }

    .contactotitulo {
                font-size: 18px;
                text-transform: uppercase;

    }


    input.question,
textarea.question {
  font-size: 2vh;

}


input.question:focus + label > span,
input.question:valid + label > span {
  top: -8vh;
  font-size: 1.5vh;

}

input.question + label > span,
textarea.question + label > span {
  font-weight: 300;
  margin: 0;
  position: absolute;
  color: #8F8F8F;
  font-size: 2.5vh;
  top: -30px;
  left: 0px;
  z-index: -1;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}


input.question + label,
textarea.question + label {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 30%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
 padding-bottom: 1vh;
}


.hr1 {

    height: 3px;

}





.footersmall {
    margin-bottom: 5vh;
}


.rowid6 {
    margin-top: 0;
}

.divmarcacoes1 {
    z-index: -3;
        padding: 10vh;
}
   


.enviarmensagem {
    padding: 1px 32px;
    border: none;
    padding: 10px 25px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(7,64,93);
    border: 2px solid rgb(7,64,93);
    font-weight: 1000;
    margin-top: 10vh;


}



#logo {
    width:25vh;
    position:fixed;
    margin-left: 0px;
    padding-top: 15px;

}

#logo1 {
    width:25vh;
    position:fixed;
    margin-left: 0px;
    padding-top: 15px;

}
.slide-left-right.scrolled:hover {
    text-decoration: none;
    display: inline-block;
    color: white;
    }



#id-2 {
    max-height: 100%;
    margin-bottom: 5vh;
}

#id-3 {
        max-height: 100%;
}


#id-4 {
        max-height: 100%;
}

#id-5 {
        max-height: 100%;
}



img.insta-image {
    width: 50%;
}


.rowid5 {
    margin-top: 0vh;

}



}


@media (min-width: 768px) {
   

}

@media (max-width: 992px) {

    .smallnav {
margin-top: 35%;
visibility: visible;
    transition: visibility 4s;
}

.divmarcacoes1 {
    z-index: -3;
        padding: 10vh;
}
   


.enviarmensagem {
    padding: 1px 32px;
    border: none;
    padding: 10px 25px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(7,64,93);
    border: 2px solid rgb(7,64,93);
    font-weight: 1000;
    margin-top: 10vh;


}


.contacto {
    text-align: center;
    font-family: roboto;
}


#id-2 {
    max-height: 100%;
    margin-bottom: 5vh;
}

#id-3 {
        max-height: 100%;
}


#id-4 {
        max-height: 100%;
}

#id-5 {
        max-height: 100%;
}





    
}

@media (max-width: 1200px) {
.contacto {
    text-align: center;
    font-family: roboto;
    margin-bottom: 5vh;
}


.divmarcacoes1 {
    z-index: 0;
    padding: 5vh;
}


.rowid3, .rowid2 {
    margin-bottom:10vh;
}

.smallnavright {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 1.75vh;
}




#id-2 {
    max-height: 100%;
    margin-bottom: 5vh;
}

#id-3 {
        max-height: 100%;
}


#id-4 {
        max-height: 100%;
}

#id-5 {
        max-height: 100%;
}

p.clinica {
    font-size: 2vh;
    text-align: justify;
    font-weight: 400;
    color: rgba(7, 64, 93, 1);
    margin-bottom: 10vh;
}


#instafeed {
    margin-bottom: 10vh;
}


.navbar-nav>li>a {
    color: white;
    font-size: 1.5vh;
}

.slide-left-right.scrolled {
    text-decoration: none;
    display: inline-block;
    color: #4cc2c9;
    font-size: 1.5vh;
}


.socialicons {
    margin: 5px;
    display: inline-block;
    width: 20px;
}




#socialicons, #socialicons1, #socialicons2 {
    display: inline-block;
    padding-top: 13.5px;
    margin: 5px;
    width: 20px;
}

.textfooter {
    margin-bottom: 5vh;
    font-size: 1.75vh;
}



}








.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}





@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  
  
}

@media (max-width: 426px){
  .footerfinal1, .footerfinal2 {
      text-align: center;
  }
  
  .call {
    top: 90%;
    left: 65%;
}
  
  
  .iconfooter {
      margin-bottom: 1vh;
  }
  
  .divespecialidades {
      margin-top: 20%;
  }
  
  
.divequipa {
    margin-top: 30%;
}

.divsocial {
    margin-top: 25%;
}


.divmarcacoes {
    margin-top: 25%;
}

.rowid2 {
    color: #404249;
    margin-top: 25%;
}



 }


.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
top: 32.5%;
    margin-left: -50px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
top: 32.5%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}




@media (min-width: 1020px){
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

}
@media (min-width: 1020px) {
.navbar-toggle {
    display: none;
}

}


.container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
        margin-bottom: 5vh;
    margin-top: -5vh;
}

.container .card {
    position: relative;
    border-radius: 10px;
        width: 100%;
}

.container .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.7s;
    z-index: 1;
}

.container .card:nth-child(1) .icon {
    background: linear-gradient(135deg, #00EAF8, #001D77);
    opacity:0.5;
}

.container .card:nth-child(2) .icon {
    background: #6eadd4;
}

.container .card:nth-child(3) .icon {
    background: #4aada9;
}


.container .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.pictograma {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.container .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.container .card .face.face1 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    width: 100%;
}

.container .card:hover .face.face1{
    background: #8f8f8f;
    transform: translateY(0px);
}

.container .card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.container .card:hover .face.face1 .content {
    opacity: 1;
}

.container .card .face.face1 .content i{
    max-width: 100px;
}

.container .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
box-shadow: 0px 5px 20px 1px rgba(121, 120, 120, 0.8);
    transform: translateY(-100px);
        width: 100%;
}

.container .card:hover .face.face2{
    transform: translateY(0);
}

.container .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.container .card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
} 

.container a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}




html,
body {
  overflow-x: hidden;
}

