:root {
    --bs-font-sans-serif: 'Poppins', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-display: swap;
letter-spacing:0.5px;
}

	
	

h1, h2, h3, h4, h5, h6 {
    font-family: 'ITC Avant Garde Gothic Std book', 'Poppins', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
}


h5 {
	padding-top:10px;
	    margin-top: 10px;

}

a {
	color: #343a40;
	text-shadow: 0px 1px 2px rgba(0,0,0,.1);
	  text-decoration: none;
}

a:hover {
	color: #1339ff;	
}


.custom-gutter > [class*='col-'] {
    padding-right: calc(var(--bs-gutter-x)/ 1);
    padding-left: calc(var(--bs-gutter-x)/ 1); 
}
/**
.custom-gutter > [class*="col-"]:first-child {
  padding-left:30px;
}
  
.custom-gutter > [class*="col-"]:last-child {
  padding-right:30px;
}
**/
.portfolio-item {
  margin-bottom: 60px;
}

/**
*** Sticky-header
**/

.sticky-header {
  transition: all 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index:100;
}

.scroll-down .sticky-header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .sticky-header {
  transform: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.social {
    LIST-STYLE: none;
	font-size: calc(1rem + 0.2vw);
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
	margin-left:10px;
    list-style: none;
    justify-content: center;
}	
.social li{
display:inline-block;
}
.social a{
	color: rgba(255,255,255,.7);
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	 padding:7px;
}
.social a:hover{
	color: #4e6bff;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
/**
*** final Sticky-header
**/
.bg-dark-header-footer{
background-color:rgb(43, 44, 49);
}
.bg-dark {
    background-color: #333333!important;
}

.bg-dark-transp {
	background: rgb(47, 47, 47)!important;
}
.navbar-nav {
    text-align: center;
    padding: 0; 
	    font-family: 'ITC Avant Garde Gothic Std book', 'Poppins', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;

}

.bg-cinza {
background: #404245;
} 
.bg-cinza-medio {
background: #393a3c;
} 

.btn-primary {
    color: #fff;
    background-color: #1339ff;
    border-color: #1339ff;
	border:#1339ff 2px solid;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0F2FD1;
    border-color: #0F2FD1;
}

.btn-secondary {
    color: #1339ff;
    background-color: transparent;
    border-color: #1339ff;
	border:#1339ff 2px solid;
}
.btn-secondary:hover {
    color: #1339ff;
    background-color: transparent;
    border-color: #1339ff;
	border:#1339ff 2px solid;
}

.btn-tertiary {
    color: #fff;
	background-color: rgb(68, 68, 68);
    border-color: rgb(68, 68, 68);
    border: rgb(68, 68, 68) 2px solid;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #1339ff;
	    border-color: #1339ff;
    border: #1339ff 2px solid;

}

.btn-filter:active {
    color: #fff;
    background-color: #1339ff;
    border-color: #1339ff;
    border: #1339ff 2px solid;
}
.btn-filter {
    color: #fff;
	background-color: rgb(68, 68, 68);
    border-color: rgb(68, 68, 68);
    border: rgb(68, 68, 68) 2px solid;
}
.btn-filter:hover {
    color: #fff;
    background-color: #1339ff;
    border-color: #1339ff;
    border: #1339ff 2px solid;
}



.fancybox-caption a:hover {
    color: #fff;
    text-decoration: none;
}



.btn-top {
    color: #fff;
    background-color: rgba(55, 55, 55, 0.5);
    border-color: #9b9b9b;
    border: #9b9b9b 2px solid;
}
.btn-top:hover {
    color: #fff;
    background-color: #1339ff;
    border-color: #1339ff;
    border: #1339ff 2px solid;
}

.music {
    color: rgba(0, 0, 0, .27);
    background-color:rgba(96, 96, 96, .27);
    border: none;
	position:fixed;
	bottom:0;
}

.music:hover {
    color: #fff;
    background-color: #1339ff;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: initial;
}


.modal-header{
	border:none;
border-color: #383838f5;
}

.modal-footer{
		border:none;
border-color: #383838f5;	
    justify-content: flex-end;
	
}
.modal-dialog-bottom {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - 2rem);
}

.modal-content {
    border: 0px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}

.modal-content h5 {
	text-align:center;
}
/**
*** Seta para CIMA
**/
.seta-cima:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
margin-left:3px;
margin-right:3px;
margin-bottom:3px;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgb(255, 255, 255);
}


#filters li a {
    color: #fff;
}

#filters li a:hover, #filters li a.active {
color: #fff;
    background-color: #1339ff;
	    border: #1339ff 2px solid;
}

.premiadas {
	
}

.categories ol{
padding:0;
}

header {
  padding: 55px 0 0;
}

#portfolio {
	padding:0 0 50px 0;
	
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(78, 107, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 20px 1px rgba(0,0,0,.2)!important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 20px 1px rgba(0,0,0,.2)!important;
}

.btn {
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 20px 1px rgba(0,0,0,.2)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3),0 2px 20px 1px rgba(0,0,0,.2)!important;	
	
}
.navbar-nav {
font-size: calc(0.8rem + 0.6vw);
}
/*
.nav-link {
    padding: .6rem 1rem;
}
*/
.navbar-brand {
	padding-top: 0; 
	padding-bottom: 0; 
}

.navbar-dark .navbar-toggler {
    color: rgba(19,57,255,1);
    border:none;
}

.shadow-2-strong img {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
 
    max-width: 100%;
    height: auto;
}

.modal {
    z-index: 1000000;
padding-right: 16px;
padding-left: 16px;	
}

.modal-body{
    font-weight: 300;
}

.modal-body span{
font-size: 0.7rem;
    font-weight: 300;
}

.fancybox-caption__body {
    overflow: visible;
}
/*
.fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));
}
*/
.fancybox-caption {
    text-align: center;
	background: none;
	padding:0;
/*	padding:75px max(18px,env(safe-area-inset-right)) max(0px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));*/

}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #fff;
    text-decoration: none;
}


.fancybox-is-open .fancybox-bg {
    opacity: 1;

}

.fancybox-navigation .fancybox-button {
	 background-clip: content-box;
    height: 40px;
    opacity: 0;
    position: absolute;
    width: 40px;
    top: calc(100% - 120px);
}


.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
    padding: 0;
}

.fancybox-button {
    background: rgb(55 55 55 / 84%);
    border-radius: 5px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 2px 20px 1px rgba(0,0,0,.1)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1),0 2px 20px 1px rgba(0,0,0,.1)!important;
	cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 5px 5px;
    padding: 8px;
    position: relative;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    width: 40px;
}

.fancybox-button:hover {
    background: #1339ff;
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.fancybox-bg {
    background: #333333;
}	

.legenda {
font-size:.9rem;	
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 60px 20px 120px 20px;
}

.fancybox-toolbar {
    right: 0;
    left: 0;
    top: 0;
    margin-left: calc(50% - 50px);
}

.fancybox-button--thumbs {
    right: 0;
    position: absolute;
}
/*				 
.dropdown-menu {
width:100%;
transform: translate3d(0px, -114px, 0px);
}

.fancybox-image, .fancybox-spaceball {
    height: auto;
    padding: 10px;
*/
}
.help-block ul{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 999;
  font-size: 13px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.form-control:focus {
    color: #495057;
    outline: 0;
	box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset, 0 0 0 0.2rem rgb(19 57 255 / 50%);
-webkit-box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset, 0 0 0 0.2rem rgb(19 57 255 / 50%);
-moz-box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset, 0 0 0 0.2rem rgb(19 57 255 / 50%);
}

.form-control {
    border: 0px solid #fff;
box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset;
-webkit-box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset;
-moz-box-shadow: 1px 4px 9px -6px rgba(0,0,0,0.49) inset;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    from {
    	-webkit-transform: scale(1,1);
    }
    to {
    	-webkit-transform: scale(1.5,1.5);
    }
}

/* Standard syntax */
@keyframes zoom {
   from {
        transform: scale(1,1);
   }
   to {
        transform: scale(1.5,1.5);
   }
}


.carousel-item {
    -webkit-animation: zoom 80s; /* Chrome, Safari, Opera */
    animation: zoom 80s;
}
/*
body {
  padding-top: 56px;
}
*/
.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead {
    height: 100vh;
    min-height: 500px;
background: #eeeeee;
background-image: -moz-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-moz-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-moz-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), -moz-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -moz-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%),-moz-linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
background-image: -webkit-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-webkit-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-webkit-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), -webkit-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -webkit-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%),-webkit-linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
background-image: linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
animation: gradient 5s ease infinite;

}

@keyframes gradient {
	0% {
		background-opacity: 0;
	}
	50% {
		background-opacity: 1;
	}
	100% {
		background-opacity:0;
	}
}
}	 

.gradiente1 {
background: #eeeeee;
background: -moz-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-moz-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-moz-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), -moz-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -moz-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%),-moz-linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
background: -webkit-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-webkit-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-webkit-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), -webkit-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -webkit-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%),-webkit-linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
background: linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%), linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), linear-gradient(90deg, rgba(50,52,54,1) 0%, rgba(50,52,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.gradiente2 {
background: #eeeeee;
background: -moz-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-moz-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-moz-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%) ,-moz-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -moz-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%);
background: -webkit-linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),-webkit-radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),-webkit-radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%) ,-webkit-linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), -webkit-linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%);
background: linear-gradient(0deg, rgb(189 189 189) 0%, rgb(255 255 255 / 0%) 100%),radial-gradient(circle at top,#ffffff 8%,#ffffff00 15%),radial-gradient(circle at top,#d3d3d300 16%,#6a6a6a 90%) ,linear-gradient(300deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%), linear-gradient(60deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.5) 78%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, top, bottom, color-stop (0%,#fff), color-stop (100%,#eee));
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad26), color-stop(50%,#fea026), color-stop(51%,#ff8b00), color-stop(100%,#ff7701)); /* Chrome,Safari4+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
} 

/*  
.masthead img{
	max-width:500px;
filter: drop-shadow(0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2));
}
*/


.zoom {
	  -webkit-transform: scale(1);
  -moz-transform:   scale(1);
  -ms-transform:     scale(1);
  -o-transform:     scale(1);
  transform:        scale(1);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
.zoom:hover {
	  -webkit-transform: scale(1.05);
  -moz-transform:    scale(1.05);
  -ms-transform:    scale(1.05);
  -o-transform:     scale(1.05);
  transform:      scale(1.05);
      -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25),0 5px 25px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.25),0 5px 25px 2px rgba(0,0,0,.2)!important;

}

#filters li {
    display: inline-block;
      margin: 0px 6px;
}

.elyalbernaz {
    width: calc(15rem + 8vw);
    padding: 0px 0 15px 0;
}

.textosuperior h1 {
    font-size: calc(2.75rem + 1.5vw);
    color: #262626;
    line-height: normal;
    font-weight: 700;
font-family: 'ITC Avant Garde Gothic Std Medium', "Nunito Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
}

.textosuperior h2 {
    font-size: calc(1.0rem + 1.5vw);
    color: #646464;
    line-height: normal;
    font-weight: 700;
    font-family: 'ITC Avant Garde Gothic Std Extra Light', "Nunito Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
}

.textosuperior h2 b {
font-family: 'ITC Avant Garde Gothic Std Extra Light', "Nunito Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color:#262626;
}

.navbar-brand img {
    width: calc(9rem + 8vw);
    height: auto;
margin:5px 0 0 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
	text-shadow: 0px 1px 3px rgba(0,0,0,.5);
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #4e6bff;
}

.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,.2)!important;
}

.drop-custom.show {
	width: max-content;
}
.drop-custom.show .dropdown-menu {
	left: 50% !important;
	transform: translate3d(-50%, 38px, 0px) !important;
}

.img-rodape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}



#contact a {
    color:  #eeeeee;
    text-decoration: none;
}

#contact a:hover {
    color: rgb(42, 128, 255);
    text-decoration: none;
}
#contact label {
	padding: 2px 0 2px 0;
}


.help-block {
	Text-decoration:none;
	color:red;
	padding:3px;
}


.contato {
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}

@font-face {
font-family: 'ITC Avant Garde Gothic Std Extra Light';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('ITC Avant Garde Gothic Std Extra Light'), url('ITCAvantGardeStdXLt.woff') format('woff');
}


@font-face {
font-family: 'ITC Avant Garde Gothic Std Book';
font-style: normal;
font-weight: normal;
font-display: swap;
src: local('ITC Avant Garde Gothic Std Book'), url('ITCAvantGardeStdBk.woff') format('woff');
}



@font-face {
font-family: 'ITC Avant Garde Gothic Std Medium';
font-style: normal;
font-weight: normal;
src: local('ITC Avant Garde Gothic Std Medium'), url('ITCAvantGardeStdMd.woff') format('woff');
font-display: swap;
}




/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('poppins-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
       url('poppins-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('poppins-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins-v12-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
	   font-display: swap;
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('poppins-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('poppins-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('poppins-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins-v12-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
	   font-display: swap;
}




/*

Specifies the size of the audio container */ 
/*
audio {
 
    width: 150px;
	margin:-5px;
    height: 25px;
    z-index: 2000;
    position: relative;
}
*/
audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
}


 /* Removes the timeline */
audio::-webkit-media-controls-timeline {
  display: none !important;
}

/* Removes the time stamp */
audio::-webkit-media-controls-current-time-display {
  display: none;
}
audio::-webkit-media-controls-time-remaining-display {
  display: none;
}


@media (max-width: 576px){
.navbar-nav {
    text-align: center;
    padding: 10px 0 10px 0;
}
				   
.modal-dialog {
    max-width: 900px;
    margin: auto;
}

.social {
margin-left:0;
}
}	   