/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-size: 12px;
}

.violet { color: #9d426b; }

a {
    color: #9d426b;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #888; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }
h5, h6 { line-height: 20px; }



::-moz-selection { background: #9d426b; color: #fff; text-shadow: none; }
::selection { background: #9d426b; color: #fff; text-shadow: none; }


img{
cursor: pointer;
}

/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #9d426b;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #9d426b;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #9d426b;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

ul.navbar-nav {
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
}

ul.navbar-nav li a { padding: 23px 20px; background: #fff; border-top: 5px solid #fff; color: #5d5d5d; }
ul.navbar-nav li.active a { background: #f8f8f8; border-color: #9d426b; color: #5d5d5d; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { background: #9d426b; border-color: #9d426b; color: #fff; outline: 0; }

.nav .open > a { background: #f8f8f8; border-color: #9d426b; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #9d426b; border-color: #9d426b; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #aaa; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #f8f8f8; color: #9d426b; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #9d426b; color: #fff; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #f8f8f8; color: #9d426b; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #9d426b; color: #fff; border: 0; }



.drop2down-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.drop2down-menu > .active > a { background: #fff; color: #5d5d5d; }
.drop2down-menu > .active > a:hover, .drop2down-menu > .active > a:focus { background: #f8f8f8; color: #9d426b; }

ul.navbar-nav li .drop2down-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .drop2down-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .drop2down-menu a:hover, 
ul.navbar-nav li.active .drop2down-menu a:focus { background: #9d426b; color: #fff; border: 0; }

ul.navbar-nav li.active .drop2down-menu > .active > a { background: #f8f8f8; color: #9d426b; border: 0; }
ul.navbar-nav li.active .drop2down-menu > .active > a:hover, 
ul.navbar-nav li.active .drop2down-menu > .active > a:focus { background: #9d426b; color: #fff; border: 0; }



.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	width: 167px;
	height: 106px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}

/***** Slider *****/

.slider-container {
    margin: 0 auto;  /*  0 auto;  */
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.slider {
	padding-left: 5px;
	padding-right: 5px;
}

.flexslider {
    margin-top: 0 auto;   /* 45px; */
    margin-bottom: 25px; /* 55px; */
    border: 6px solid #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48.1%;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

.flex-direction-nav a {
	width: 60px;
	height: 60px;
	padding-top: 17px;
	background: #9d426b;
	color: #fff;
	text-shadow: none;
}

.flex-direction-nav a:before { font-size: 26px; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; }



/***** DIV MARGEM 1 WG *****/
.margem-1-wg {
	padding-left: 0px;
	padding-right: 5px;
	border-radius: 15px;

}

/***** DIV MARGEM 2 WG *****/
.margem-2-wg {
	padding-left:0px;
	padding-right: 0px;
	border-radius: 0px;

}


/***** DIV henrique teste *****/
.henrique-1 {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	
	}

/***** Slider 2 *****/

.slider-2-container {
	padding: 30px 0;
}

.slider-2-text {
	padding: 30px 0 43px 0;
	background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}

/*****  AQUI MUDA OS PARAMETROS - Slider 3 TELA CHEIA *****/

.slider-3-container {
	padding: 40px 0;
}

.slider-3-text {
	padding: 30px 0 43px 0;
	background: #191970; /* browsers that don't support rgba   #1d1d1d  rgba(0, 0, 0, .7) */
    background: rgba(25,25,112);
    color: #fff;
}

.slider-3-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-3-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}


/*****  AQUI MUDA OS PARAMETROS - Slider 4 TELA CHEIA   - Wolf *****/

.slider-4-container {
	padding: 20px 0; /** 0 auto;  */
}

/***** FINAL SLIDERS *****/

/***** Presentation *****/

.presentation-container {
    margin-top: 30px;
}

.presentation-container h1 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}


/***** Services *****/

.services-container {
    margin-top: 10px;
}

.services-title {
	margin-top: 40px;
    background: url(../img/line.png) left center repeat-x;
}

.services-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Poppins', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.service {
	margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #f5a539; 
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }

.service h3 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}

/***** Latest work *****/

.work-container {
    margin-top: 50px;
}

.work-title {
    background: url(../img/line.png) left center repeat-x;
}

.work-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.work:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.work:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.work .work-bottom {
    margin-top: 15px;
}

.work h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.work p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}


/***** Testimonials *****/

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px;
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x;
}

.testimonials-title h2 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	float: left;
	width: 10%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; }

.testimonial-list .testimonial-text {
	float: left;
	width: 90%;
	font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 2px;
    margin-right: 2px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: #9d426b; }


/***** Footer *****/

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

.footer-box {
    margin-top: 20px;
    text-align: left;
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'sans-serif', Droid Sans ;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-text p {
    line-height: 24px;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
	display: inline-block;
	width: 54px;
	margin: 0 4px 4px 0;
}
.flickr-feed a:hover { opacity: 0.7; }
.flickr-feed a img { border: 2px solid #eaeaea; }


.footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

.footer-copyright {
    margin-top: 15px;
    line-height: 24px;
    text-align: left;
}

.footer-social {
    margin-top: 5px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #9d426b; }


/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    text-align: left;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/* ----- ABOUT PAGE ----- */

/***** About us text *****/

.about-us-container {
    margin-top: 20px;
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-us-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}


.about-us-text p {
    line-height: 28px;
    font-size: 13px;
}



.about-us-text h4 {
    line-height: 28px;
    font-size: 13px;
	 text-align: justify;
}


/***** Meet our team *****/

.team-container {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.team-box {
    margin-top: 40px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.team-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.team-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.team-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social a { margin: 0 5px; font-size: 26px; }


/* ----- CONTACT PAGE ----- */

/***** Form *****/

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us-container p {
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form input[type="text"] { width: 95%; height: 34px; }
.contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-size: 13px; font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/* ----- SERVICES PAGE ----- */

/***** Services full width text *****/

.services-full-width-container {
    margin-top: 20px;
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left;
}

.services-full-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Services half width text  *****/

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Call to action *****/

.call-to-action-container {
    margin-top: 10px;
    padding-bottom: 25px;
}

.call-to-action-text {
    padding-top: 15px;    /***** TROQUEI 25px  05/06/20 *****/
    padding-bottom: 10px; /***** TROQUEI 15px  05/06/20 *****/
    background: #f8f8f8;
    text-align: left;
    overflow: hidden;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #9d426b; }


 
.portfolio-box {
	width: 255px;
	margin: 40px 15px 0 15px;
}


.portfolio-box img {
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; 
	-ms-transition: all .3s; transition: all .3s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
	position: relative;
	background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio-box-container .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

.portfolio-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
	padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
	cursor: pointer;
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}




/* ----- PORTFOLIO2 WG PAGE ----- */

.portfolio2-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio2-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio2-filters a { color: #5d5d5d; }
.portfolio2-filters a:hover, .portfolio2-filters a.active { color: #9d426b; }


.portfolio2-box {
	width: auto;
	opacity: 1.0;
}


.portfolio2-box img {
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; 
	-ms-transition: all .3s; transition: all .3s; opacity: 1.0;
}
.portfolio2-box:hover img { opacity: 0.7; }

.portfolio2-box-container {
	position: relative;
}

.portfolio2-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio2-box-container .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

.portfolio2-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio2-box-text {
	padding: 0 15px 20px 15px;
}

.portfolio2-box-text h3 {
	cursor: pointer;
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio2-box-text p {
    line-height: 24px;
    font-style: italic;
}

/* ----- PRICING TABLES PAGE ----- */

/* pricing 1 */
.pricing-1-container {
    margin-top: 47px;
}

.pricing-1-title {
    background: url(../img/line.png) left center repeat-x;
}

.pricing-1-title h2 {
    width: 160px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.pricing-1-box {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pricing-1-box-inner {
	background: #f8f8f8;
}

.pricing-1-box-inner:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.pricing-1-box-price {
	padding: 20px 0 7px 0;
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 42px;
	color: #5d5d5d;
    line-height: 54px;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.pricing-1-box-best .pricing-1-box-price {
	background: #9d426b;
	color: #fff;
	text-shadow: none;
}


.pricing-1-box-price span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #888;
    line-height: 30px;
    font-style: italic;
    text-shadow: none;
}
.pricing-1-box-best .pricing-1-box-price span {
	color: #fff;
}

.pricing-1-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box.pricing-1-box-best h3 {
	background: #9d426b;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #5d5d5d;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.pricing-1-box.pricing-1-box-best h4 {
	background: #8d3b60;
	color: #fff;
	text-shadow: none;
}


.pricing-1-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-1-box-features li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    line-height: 18px;
}

.pricing-1-box-sign-up {
	padding: 25px 0;
}


.pricing-1-box h5 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #FF8C00;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #00000;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}


/* pricing 2 */
.pricing-2-container {
    margin-top: 30px;
    padding-bottom: 40px;
}

/* imagem de fundo full div Wg */
.imagem-de-fundo{
    background-image: url('https://www.soundrecords.com.br/assets/img/slider/2@2x.jpg'); 
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center;	
    border-radius: 0px;
    height: 0 auto;
    padding-right: 0px;
    margin-right: 0px;
}	

/* imagem de fundo full div Wg */
.imagem-de-fundo2{
    background-image: url('https://www.soundrecords.com.br/assets/img/slider/slider-958x360_MIC-VERI_1.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center;	
    border-radius: 0px;
    height: 0 auto;
    padding-right: 0px;
    margin-right: 0px;
}	

/* imagem de fundo full div Wg */
.imagem-de-fundo3{
    background-image: url('https://www.soundrecords.com.br/assets/img/slider/slider-958x210_AZUL_MIXER-2.jpg'); 
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center;	
    border-radius: 0px;
    height: 0 auto;
    padding-right: 0px;
    margin-right: 0px;
}	

/* imagem de fundo full  div Wg */
.imagem-de-fundo-cor1{
    background: #000000; 
    background-size: 100%;
    background-repeat: no-repeat;
	background-position: center;	
    border-radius: 0px;
    height: 0 auto;
    padding-right: 0px;
    margin-right: 0px;
}	

/* imagem de fundo full div Wg */
.imagem-de-fundo-mixer-VrAzul{
    background-image: url('https://www.soundrecords.com.br/assets/img/slider/slider-958x460_MIC-MIXER1_HEAD_2-AZUL.jpg'); 
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
    border-radius: 0px;
    height: 0 auto;
    padding-right: 0px;
    margin-right: 0px;
}	


/* //////////////////////////// imagem de fundo full +texto div Wg  ///////////////////////////////////////////////// */
.imagem-de-fundo-texto1{
    background-image:url("https://www.soundrecords.com.br/assets/img/slider/slider-958x460_MIC-MIXER1_HEAD_2-AZUL.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    
}
.imagem-de-fundo-texto1{
    background-color: rgba(4,7,32,0.5);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* cor fundo de div */
.wg-fundo-azul{color:#000!important;background:#0c3c60}
.wg-fundo-azul-hover:hover{color:#000!important;background:#0c3c60}
.wg-fundo-azul2-suave{color:#000!important;background:#d1e0eb}
.wg-fundo-azul2-suave-hover:hover{color:#000!important;background:#d1e0eb}
.wg-fundo-vermelho{color:#000!important;background:#f23333}
.wg-fundo-vermelho-hover:hover{color:#000!important;background:#f23333}
.wg-fundo-amarelo{color:#000!important;background:#fdde00}
.wg-fundo-amarelo-hover:hover{color:#000!important;background:#fdde00}
.wg-fundo-laranja{color:#000!important;background:#ffa542}
.wg-fundo-laranja-hover:hover{color:#000!important;background:#ffa542}
.wg-fundo-preto{color:#000!important;background:#000000}
.wg-fundo-preto-over:hover{color:#000!important;background:#000000}

/* cor font */
.wg-cor-azul{color:#0c3c60}
.wg-cor-azul-hover:hover{color:#0c3c60}
.wg-cor-verde{color:#54f233}
.wg-cor-verde-hover:hover{color:#54f233}
.wg-cor-vermelho{color:#f23333}
.wg-cor-vermelho-hover:hover{color:#f23333}
.wg-cor-amarelo{color:#fdde00}
.wg-cor-amarelo-hover:hover{color:#fdde00}
.wg-cor-laranja{color:#ffa542}
.wg-cor-laranja-hover:hover{color:#ffa542}
.wg-cor-preto{color:#000000}
.wg-cor-preto-hover:hover{color:#000000}

.wg-tranparente:hover{background:transparent}
.wg-tranparente50:hover{opacity:0,5}


/* wg margens fixas */
.wg-margem5{margin-bottom: 5px}
.wg-margem10{margin-bottom: 10px}
.wg-margem15{margin-bottom: 15px}
.wg-margem20{margin-bottom: 20px}
.wg-margem25{margin-bottom: 25px}
.wg-margem50{margin-bottom: 50px}




/* wg margens porcentagens */

.wg-margemp10{
	margin-top: 10%;
	margin-bottom: 10%;
	margin-right: 10%;
	margin-left: 10%;
	
	}


.wg-margemp10b{
	margin-top: 5%;
	margin-bottom: 5%;
	margin-right: 10%;
	margin-left: 10%;
	
	}





.menu-wg {
  position: fixed;
  right: 0;
  top: 50%;
  width: 8em;
  margin-top: -2.5em;
}

/* new element div */

.owl-theme .owl-nav button {
  color: #FFFFFF !important;
}

#jobs > .owl-nav button {
  color: #000000 !important;
}

#owl-spot .owl-nav, #owl-locucao .owl-nav, #owl-espera .owl-nav {
  float: right;
}

#owl-jingle .owl-nav {
  float: left;
}


nav ul {
  list-style: none;
  display: inline-flex;
  position: absolute;
  z-index: 999;
  top: 5%;
  right: 10%;
  width: auto;
}

nav li {
  margin-right: 1rem;
}

nav a:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}

.owl-dots {
    display: none;
}

#sobre button {
  color: white;
  background-color: transparent;
  border-radius: 39px;
  font-family: Lato;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 3rem;
}
  
#dot-nav{

  right: 5px;  /* margem direita */
  top: 1%;   /* margem superrior */
   /* margin-top: 50px;  */
  height: 50px;
  z-index: 999999999;
  position: fixed;
}

#dot-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
}

/* cor botão menu parado */
#dot-nav li {
  display: inline;  /* horizontal */
    color: #ffffff;
  position: relative;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px; /* bordas botão menu */
  cursor: pointer;
  padding: 10 px; /* tamanho  */
  height: 15px;  /* tamanho vertical */
  margin: 05px 05px 0px 0px;
  width: 10px; /* tamanho horizontal 
  vertical-align:bottom;  */
}

/* cor botão selecionado */
#dot-nav li.active, #dot-nav li:hover {
	background-color: transparent;
    color: #ffffff;
}

#dot-nav a {   /* APÓS ABRIR O MENU */
  outline: 0;
 /* vertical-align:top; */
  margin: 	0px  /* distancia entre opções menu */ 
			0px  /* margem direita */ 
			0px /* distancia entre opções menu */  
			0px; /* TAMANHO DA DIV APOS ABRIR menu */  
  position: relative;
  top:10px;
}

.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #8e44ad; 
    color: #f5f5f5; 
    border: 1px solid #8e44ad; 
}
.awesome-tooltip + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #8e44ad;
}
.owl-portfolio .owl-nav button {
  color: #000 !important;
}


.owl-portfolio2 .owl-nav button {
  color: #000 !important;
}


.linkBranco, .linkBranco:hover, .linkBranco:visited, .linkBranco:active {
     color: #ffffff;   
}

img.cover {
    height: 33% !important;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
img.playBtn {
    width: 100px !important;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.alert p {
    color: #155724 !important;
    margin: 0;
}

.item iframe {
  object-fit: cover;
}

.owl2row-item .item {
    height: 200px;    
}



/* CSS MENU ROLDANA */

.dropbtn {  /* MENU BOTÃO */
  background-color: transparent;  /* cor fundo botão menu */
  color: transparent;   /* cor texto menu */
  padding: 16px; /*  altura  */
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
 
}

.dropdown-content { /* MENU INTERNO */
  display: none;
  position: center;
  background-color:  opacity 0.5 ;  /* COR #f9f9f9;  rgba(0, 0 , 0, 0.5) */
  min-width: 120px;
  box-shadow: 15px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  text-align: center;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #0c3c60; /* cor seleção menu interno */
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
    position: relative;
	border-radius: 10px 10px 10px 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 15px 15px 15px 15px; /* angulação laterais caixa menu  */
}

.dropdown:hover .dropbtn {
  background-color: transparent; /* #f1f1f1;  /* cor caixa apos abrir menu */
  border-radius: 5px 5px 0px 0px;
}



/* CSS COPIA MENU 2 /////////// WHATS  */

.drop2btn {  /* MENU BOTÃO */
  background-color: transparent;  /* cor fundo botão menu */ /* CSS COPIA MENU WHATS  */
  color: #ffffff;  /* cor texto menu */
  padding: 16px; /*  altura  */
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.drop2down {
  position: relative;
  display: inline-block;
}

.drop2down-content { /* MENU INTERNO */ /* CSS COPIA MENU WHATS  */
  display: none;
  position: center;
  background-color: #ffffff;
  /* COR #f9f9f9; */
  min-width: 120px;
  box-shadow: 10px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.drop2down-content a { 
  text-align: left;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
}

.drop2down-content a:hover {
	background-color: #0c3c60; /* cor seleção menu interno */
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
    position: relative;
	border-radius: 10px 10px 0px 0px;
}

.drop2down:hover .drop2down-content {
  display: block;
  border-radius: 15px 15px 15px 15px; /* angulação laterais caixa menu  */
}

.drop2down:hover .drop2btn {
  background-color: transparent; /* #f1f1f1;  /* cor caixa apos abrir menu */
  border-radius: 5px 5px 0px 0px;
}


/* CSS COPIA dot MENU WHATS  */

.owl-dot2s {
    display: none;
}

#sobre button { /* CSS COPIA dot2 MENU WHATS  */
  color: white;
  background-color: transparent;
  border-radius: 39px;
  font-family: Lato;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 3rem;
}
  
#dot2-nav{  /* CSS COPIA dot2 MENU WHATS  */

  right: 5px;  /* margem direita */
  margin-bottom: 1%;   /* margem inferior */
   /* margin-top: 50px;  */
  height: 50px;
  z-index: 999999999;
  position: fixed;
}

#dot2-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
}

/* cor botão menu parado */ /* CSS COPIA dot2 MENU WHATS  */
#dot2-nav li {
  display: inline;  /* horizontal */
    color: #ffffff;
  position: relative;
  background-color: #e9ebeb;
  border-radius: 5px 5px 5px 5px; /* bordas botão menu */
  cursor: pointer;
  padding: 10 px; /* tamanho  */
  height: 15px;  /* tamanho vertical */
  margin: 15px 15px 0px 0px;
  width: 10px; /* tamanho horizontal 
  vertical-align:bottom;  */
}

/* cor botão selecionado */ /* CSS COPIA dot2 MENU WHATS  */
#dot2-nav li.active, #dot2-nav li:hover {
  background-color: transparent;
    color: #ffffff;
}

#dot2-nav a {
  outline: 0;
 /* vertical-align:top; */
  margin: 0px 0px 0px 25px;
  position: relative;
  top:-5px;
}


/* VIDEO YOUTBE TAMANHO */
.embedded-video-16-9 {
  width:  90vw;
  height: 50.625vw; /* 90*9/16 */
  margin-left: 0vw;
  margin-right: 0vw;
}

@media (min-width: 893px) {
  .embedded-video-16-9 {
    width: 45vw;
    height: 25.3125vw; /* 45*9/16 */
    margin-left: 0vw;
    margin-right: 0vw
  }
}

.transparencia2 {
     filter:alpha(opacity=50);
     opacity: 0.5;
     -moz-opacity:0.5;
     -webkit-opacity:0.5;
}


.sem-transparencia {
     filter:alpha(opacity=100);
     opacity: 1;
     -moz-opacity:1;
     -webkit-opacity:1;
}


.div-borda {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-borda {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: auto;
}

.img-avatar {
  border-radius: 100%;
}

.whatsapp {
    position: fixed;
    top: 72%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}


.margem1 {
  line-height: 1.1;
}

.margem2 {
  line-height: 1.2;
}
 
.margem3 {
  line-height: 1.3;
}

.margem4 {
  line-height: 1.5;
}








