@charset "UTF-8";
/* CSS Document */

/* Font*/
.body {
	font-family: 'Baloo Thambi 2', cursive; font-size: 18px; color: darkgrey;
	max-width: 1400px;
	margin: auto;
}
a, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
a:hover{
      text-decoration: none;
      color: #3973b8;
 }
.lineHeight {
	
	line-height: 1;
}
.px-100{
	padding-left: 100px;
	padding-right: 100px;
}

.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.opacita {
	opacity: 0.5;
}
a-visited{
	color: white;
}
/* Navbar*/
.navbar-bg{
	background-color: #3973b8;
	opacity: 0.9;
	font-size: 15px !important;	
	max-width: 1400px;
	margin: auto;
}
.navbarcustom{
	height: 100px;
	background-color: #396AC4;
	color: #E7E8EF;
}

/* Intro header*/
.margin-home{
	margin-top:700px;
}
.margin-fix{
	margin-top:200px;
}
.margin-fix2{
	margin-top: 20px;
	margin-bottom: 40px;
}

.jumbotron-header {
	height: 800px;
	margin-top:0;
	background-image: url("../images/closeup_medico.jpg");
	background-size: cover;
	background-position: center center;	
	margin-bottom:300px;
	
}
.margin-top0{
	margin-top: 0;
}
/* Chi Siamo */

.margin-row{
	margin: none;
}

.margin-top{
	
	margin-top: 180px;
	margin-bottom: 180px;
}

.padding100{
	padding-left: 100px;
	padding-right: 100px;
}
.outline_none{
	outline: none;
}
.item {
  align-self: flex-end;
}

@media screen and (min-width: 992px){
	.dropdown-menu-center {
 		left: 50% !important;
 		right: auto !important;
 		text-align: center !important;
 	 	transform: translate(-50%, 0) !important;
	}
	.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3973b8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;}
/*.dropdown .dropdown-content .dropdown-item:hover {background-color:#86B6E1;color: #2C6292;}*/
}


/* Slot Servizi */
/*modifica codice card bst*/
.title1{
	/*font-size: 28px;*/
	color: #3972b9;
	font-weight: bolder;
}

.title2{
	font-size: 36px;
	color: #3972b9;
	font-weight: bolder;
	
}

.title2w{
	font-size: 53px;
	color: white;
	font-weight: bolder;
}


.title3w{
	font-size: 33px;
	font-weight: bolder;
}


.card {
	padding: 40px;
}

.bgwhite {
	background-color: white;
}


.card-custom1{
	background-color: #3973b9;
	color: white;
	border-radius: 20px;
	padding: 20px;
	height: 100%;
}

.card-custom2{
	background-color:#6aa5da;
	color: white;
	border-radius: 20px;
	padding: 20px;
	height: 100%;
}



/* Slot Servizi */
.value-margin{
	margin-bottom: 30px;
}

.details-margin {
	margin-bottom: 50px;
	margin-top: 20px;
}

/* Quote */

.padding-adj{
	padding-bottom: 200px;
	padding-top: 200px;
	padding-left: 200px;
	padding-right: 200px;
}


/* Footer */

#myFooter {
    background-color: #3a3f46;
    color: white;
	font-size: 16px;
}

#myFooter .row {
    margin-bottom: 0px;
}

#myFooter .info{
    text-align: justify; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
	.body{
		font-size: 17px;
	}
	.title2{
		font-size: 24px;
	}
	
	.title2w{
		font-size: 24px;
	}
	
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}





/*===========================
       8.CONTACT css 
===========================*/


.contact-box {
  background-color: #fff;
  border: 1px solid #ddd;
	border-radius: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box {
      padding: 30px 25px; } }
  @media (max-width: 767px) {
    .contact-box {
      padding: 30px 25px; } }
  .contact-box .contact-icon i {
    font-size: 48px;
    color: #754ef9; }
  .contact-box .contact-content {
    margin-top: 15px;
text-align: center;
}
    .contact-box .contact-content .contact-title {
      font-size: 26px;
      font-weight: bolder;
		color: steelblue;
		
}
  .contact-box:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23); }


/*===========================
       9.FOOTER css 
===========================*/
.footer-widget {
  background-color: #152136; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .footer-widget {
      padding-top: 80px;
      padding-bottom: 80px; } }

.footer-content p {
  color: #fff;
  margin-top: 35px; }
.footer-content ul {
  margin-top: 35px; }
  .footer-content ul li {
    display: inline-block;
    margin: 0 14px; }
    @media (max-width: 767px) {
      .footer-content ul li {
        margin: 0 7px; } }
    .footer-content ul li a {
      font-size: 30px;
      width: 74px;
      height: 70px;
      line-height: 74px;
      text-align: center;
      border-radius: 50%;
      color: #bebebe;
      background-color: #1c2940;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .footer-content ul li a {
          width: 52px;
          height: 50px;
          line-height: 50px;
          font-size: 20px; } }
      .footer-content ul li a:hover {
        background-color: #754ef9;
        color: #fff; }

.footer-copyright {
  background-color: #6aa5da;
	padding-bottom: 6px;
	padding-top: 20px;
					}
  .footer-copyright .copyright-text p {
    color: #fff; }








