body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: gray;
}

.nav {
    font-weight: 700;
    box-shadow: 5px 5px 5px lightgray;
}

.nav-link {
    padding: 3rem 2rem !important;
}

.logo {
 width: 150px;
 padding: .5rem .5rem;
}

.services {
    background-image: url(../images/icons_background-services-2.png);
    background-repeat: no-repeat;
    background-position:center;
}

.services-col {
    background-color: white;
    border: lightgray 1px;
    border-style: solid;
    border-radius: 16px;
    height: auto;
}

strong {
    color: #dc3674;
}

h4 {
  font-size: 1.7rem; 
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: #7b4e8f;
}

h3 {
  font-size: 1.3rem; 
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: #B6659D;
}

h2 {
  font-size: 2rem; 
  font-weight: 700;
  /*text-transform: uppercase;*/
  color: #7b4e8f;
}

.charge {
font-size: 16px;
font-weight: 600;
color: gray;
font-style: italic;
text-align: right;
}

.bullets-services {
  list-style-type:none;
  margin-left: 0;
  padding: 0;
    margin-top: 15px;
    font-size: 0.9rem;
}

.bullets-services li {
    margin-bottom: 1rem;
}

.icon-services {
    width: 130px;
}

.who-we-are {
    background-image: url(../images/divider_pink-up.png);
    background-repeat: no-repeat;
    background-position: top;
}

.foto-qs {
    width: 160px;
}

.polaroid-col {
    background-color: white;
    border: lightgray 1px;
    border-style: solid;
    width: 200px;
    height: 250px;
}

.vertical-align {
    margin-top: auto;
    margin-bottom: auto;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.center-all {
    margin-left: auto;
    margin-right: auto;
}

.who-special {
    background-color: white;
    border: #dc3674 1px;
    border-style:dashed;
    border-radius: 16px;
    height: auto;
    width: 70%;
}

.icon-why {
    width: 30px;
    margin: 10px;
}

.why-us {
    background-image: url(../images/icons_background-why-3.png);
    background-repeat: no-repeat;
    background-position: top;
}

.card-marked {
    border: 2px solid lightgray !important;
    border-radius: 15px;
    height: 560px;
}

@media screen and (min-width 1100px) {
    .card-marked {
    height: 550px !important;
    }
}

/* trust wrapper */

.trust-wrapper {
    margin-top: 62px;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.trust-wrapper .carousel-control-icon {
    color: #7b4e8f;
    font-size: 36px
}

.trust-wrapper .carousel-control-next,
.trust-wrapper .carousel-control-prev {
    opacity: 1 !important;
    transition: all .3s ease-in-out
}

.trust-wrapper .title {
    font-family: 'Open Sans', sans-serif;
    color: #dc3674;
    font-size: 2rem;
    text-align: center;
}

@media (max-width:768px) {
    .trust-wrapper .title {
        font-size: 30px;
        letter-spacing: normal
    }
}

.trust-wrapper #carouselExampleControls-xs .carousel-item div div {
    min-height: 120px
}

.trust-wrapper img {
    margin: 12px
}

/* End of trust wrapper */

.contact-us {
    background-color: #9d2660;
    color: white;
}

.contact-us h2 {
    color: white;
}