*{
  font-family: sans-serif;
  font-size: auto;
}
body{
  background-image: url(https://fondosmil.com/fondo/17553.jpg);
  /*background-image: url(https://i.pinimg.com/originals/4e/0c/c8/4e0cc82184269ed0e3c65cc1e041601f.jpg);*/
}

.cont1{
  text-align: justify;
  padding: 50px; 
}
.title{
  padding-top: 50px;
  padding-bottom: 50px;
  flex: center;
  
}
hr {
  
 width: 200px; 
 background:#0B0640;
}
.p{
  text-align: justify;
  margin: 80px;
  }
.azuloscuro{
  color: #0B0640;
}
.azulrey{
  color: #0812a3;
}
.azulclaro{
  color: #68a6DD;
}
.oscuro{
  color: #1E1A33;
}

.nav-link{
    text-align: center;
    margin-left:40px;
    font-size: 20px;
    font-weight: 20px;
    color: white;
}
.nav-link:hover{
  text-decoration: underline;
  color: white;
}

.card{
  background: transparent;
  border: none;
}

/*Footer

.redes {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  flex-direction: row;
  
}
.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 20px 30px 30px;
  color: white;
  background-color: #0B0640;
  height:auto;
  
}
.right{
  float: right;
 }
.footer__logo {
  text-transform: lowercase;
  font-size: 1.5rem;
}

.nav__title {
  font-weight: 300;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color:white;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 20px;
}

.footer li {
  line-height: 2em;
}

.footer a:hover {
  text-decoration: none;
  color: white;
}
.footer a{
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
 margin-right: 20px;
}

@media screen and (min-width: 24.375em) {
  .legal {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}*/
.footer-clean {
  padding:50px 0;
  background-color:#0B0640;
  color:white;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  margin-left:10px;
  margin-top:12px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}


img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius:100px !important;
  }
  img.btn-whatsapp:hover{
  border-radius:100px !important;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
  -moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
  box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
  transition-duration: 1s;
  } 
  .google-maps {
    position: relative;
    padding-bottom: 75%; /*Relacion de aspecto*/
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .card-text{
    text-align: justify;
  }
  .service-overview .content-block {
    margin-bottom: 100px;
  }
  
  .service-overview .content-block h2 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
  }
  
  .service-overview .content-block h2:before {
    position: absolute;
    width: 50px;
    height: 1px;
    content: '';
    bottom: -10px;
    background: #10B2E0;
  }
  
  .service-overview .content-block p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  
  .service-overview .content-block ul {
    padding-left: 0;
    padding-bottom: 20px;
  }
  
  .service-overview .content-block ul li {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
  }
  
  .service-overview .content-block ul li i {
    margin-right: 10px;
  }
  
  .service-overview .accordion-holder {
    margin-top: 0;
  }
  