.header-bar{
	background-color: #7ccbd0;
}
.logoDER {
    font-family: 'GOTHAM','Coco-letter',sans-serif;
    color: white;
}
.logoMEDICA {
    font-family: 'GOTHAM','Coco-letter',sans-serif;
    color: white;
}
.carousel-image1{
	background-image: url("../img/12.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.carousel-image2{
	background-image: url("../img/01.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.carousel-image3{
	background-image: url("../img/10.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.service-image-01{
	background-image: url("../img/05.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.service-image-02{
	background-image: url("../img/07.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}
.service-image-03{
	background-image: url("../img/06.jpg"); /* The image used */
	/*background-color: #cccccc;*/ /* Used if the image is unavailable */
	/*height: 500px;*/ /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

.bd-placeholder-img {
        /*background-image: url("../img/12.jpg");*/
        font-size: 1.125rem;
        /*height: 100%;*/
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
.img-bg-sld-01 {
	background-image: url("../img/12.jpg");
    background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	height: auto;
	width: auto;
}
.img-bg-sld-02 {
	background-image: url("../img/01.jpg");
    background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	height: auto;
	width: auto;
}
.img-bg-sld-03 {
	background-image: url("../img/10.jpg");
    background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	height: auto;
	width: auto;
}
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.thirdSectionMenuBar {
    background-color: #F06924;
    font-size: 24px;
    padding: 10px;
    margin-top: -24px;
    padding: 20px;
    text-align: center;
}
.thirdSectionMenuItems {
    margin-left: 5px;
    border-right: 2px solid white;
    padding-right: 5px;
    color: white;
    font-weight: 700;
    padding: 150x;
}
.nuestros-servicios{
	margin-top: -10%;
    background-color: #7ccbd0;
    padding-top: 3.5%;
    font-size: 2.0em;
    font-weight: bold;
    color: white;
    padding-bottom: 4%;
    margin-bottom: 5%;
}
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.redes{
   /*position:absolute;
   top:0;
   right:0;*/
  }
.sombra-titulos{
	text-shadow: 3px 4px 4px #0000006e;
}
#loader{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    /* border: 16px solid #f3f3f3; */
    /* border-radius: 50%; */
    /* border-top: 16px solid #3498db; */
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background: url(../img/DERMEDICA-01.png) no-repeat;
    background-size: cover;
}