/* css elementi website nvBts.html (Niuvue)
*/


html, body {
	background-color: #D8BFD8;
	height: 100%;
  	margin: 0;
}


.transparent {
	background: transparent;
}


.normal {
  white-space: normal;
}
.no-wrap {
  white-space: nowrap;
}
.pre {
  white-space: pre;
}
.pre-line {
  white-space: pre-line;
}
.pre-wrap {
  white-space: pre-wrap;
}


#nvb-logo {
  margin-top: 0px;
  padding-top: 0px;

  width: 36px;
  height: 25px;

 }

 .btn-container {
 	/*margin-top: 60px;*/
 	text-align: center;

 	z-index: 3;
 }

#language-picker-select {
	margin-top: 8px;
    margin-left: 30px;
}


.section {
	display: grid;
    /*height: 100%;*/
}


.ovr {
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover;         
  opacity: 0;
  z-index: 1;
}

.jumbotron {
	background-image: url(https://niuvue.com/img/beauty-cut.jpg);
	background-color: #D8BFD8;;
	padding-top: 10px;
	background-position: center, center;
	background-repeat: no-repeat;
    background-size: cover;

    z-index: 0;
	
	/*
    -webkit-transition: background 3s ease-in-out;
    -moz-transition: background 3s ease-in-out;
    -ms-transition: background 3s ease-in-out;
    transition: background  3s ease-in-out;
    */
    opacity: 1;
}

.jumbotron, .ovr {
          grid-area: 1 / 1;

        }

.jumbotron .view{
	//background-color: #D8BFD8;
	background-color: transparent;
	margin: 0 25% 0 25%;
	padding: 0 0 0 0 ;

	opacity: 0.7;
	
}


.jumbotron .view #logo{
	//height: 450px;
	
	width: 100%;
    height: 100%;
    object-fit: contain;

	//opacity: 0.7;
	opacity: 1;
}
.jumbotron .view #brand{
	//height: 80px;
	margin-top: -45px;

	width: 60%;
    //height: 25%;
    object-fit: contain;
    opacity: 1;
}

#inciso {
	background-color: pink;
    opacity: 0.5;
    font-size: 100%;
}

#mouse {
  height: 50px;
  padding: 0;
  margin: 0;

}


 .treatments-section {
 	background-color: white;
 	padding: 30px 0 90px 0; 
 }

 .treatments-section #treatment-image-1  {
	background-image: url(https://niuvue.com/img/baby-side.png);
	background-color: #D8BFD8;;
	padding-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section #treatment-image-2  {
	background-image: url(https://niuvue.com/img/r2.png);
	background-color: #D8BFD8;;
	padding-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section #treatment-image-3 {
	background-image: url(https://niuvue.com/img/ragazza.png);
	background-color: #D8BFD8;;
	padding-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section #treatment-image-4 {
	background-image: url(https://niuvue.com/img/smile2.png);
	background-color: #D8BFD8;;
	padding-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section #treatment-image-5 {
	background-image: url(https://niuvue.com/img/baby-side.png);
	background-color: #D8BFD8;;
	padding-top: 60px;
	background-repeat: no-repeat;
    background-size: cover;
}

.learn-more {
	margin-top: 20px;
}

.accordion-button {
	//height: 96px;
}



 
 /*
 .treatments-section .contact h3 {
 	color: #D8BFD8;
 }
 .treatments-section .contact p {
 	color: #blue;
 }
 .treatments-section .contact .fas {
 	color: #6b89a5;
 }
 */

 .plans-section {
 	background-color: #D8BFD8;
 	padding: 30px 0 90px 0; 
 }



 .contact-section{
 	//background-color: #7ec4ff;
 	margin: 30px 0 90px 0;
 	padding: 90px 0 290px 0; 
 }

 .contact-section .card-body {
	background-color: #7ec4ff;
 }
 .contact-section .contact {
 	background-color: #7ec4ff;
 }
 .contact-section .contact h3 {
 	color: #D8BFD8;
 }
 .contact-section .contact p {
 	color: #3e449b;//color: #fff;
 }
 .contact-section .contact .fas {
 	color: #6b89a5;
 }


 #contacts .view #logo{
	height: 450px;
	opacity: 0.7

}
#contacts .view #brand{
	height: 80px;
	margin-top: -45px;
}

 #operator-img {
 	width: 300px;
 }