.img-full{
	width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;

}

.navbar{
	padding: 0px;
	box-shadow: 0px 0 5px 0px #a2a2a2;
	z-index: 5;
	background:rgba(255, 255, 255, 0.15);
	position:absolute;
}
.slider {
	margin-top: 80px;
}
.navbar-brand{
	max-width: 300px;
}
.navbar ul li a{
    font-size: 17px;
    font-weight: 500;
}

.precios{
	background:rgba(255, 255, 255, 0.70);
	border: 1px solid #000;

}
.precios1{
	background:rgba(255, 255, 255, 0.70);
	border: 1px solid #000;
}
.list-none{
	list-style: none;
	padding-left: 0px;	
}


.precios ul, .precios1 ul{
	list-style: none;
	padding-left: 0px;
}
.text-center{
	text-align: center;
	}
 #map {
        height: 100vh;
      }
}



.pc{

}

.mobile{
	display: none;
}

.img-thumbnail{
	margin-bottom: 15px;
}

.about-sec {
	padding-top: 30px;
	padding-bottom: 30px;
}
.hadding-sec{
margin-bottom:15px;
}
.hadding-sec h1{
	color:#11103D;
	font-size: 1.2em;
}

.form-contant{
	margin-bottom: 30px;
}
.hadding-sec h2{
	font-size: 1.2em;
	color:#11103D;
}
.contact-sec{
	margin-bottom: 15px;
	background-color: #fff;
	padding: 70px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #6c757d;
	text-align: center;
	color:#000000;
}


.pcr{
	margin-bottom: 15px;
	background:rgba(255, 255, 255, 0.70);
	padding:  15px 30px;
	box-shadow: 0px 0px 5px 0px #6c757d;
	color:#6c757d;
}

.contant-pcr{
	position: relative;
	padding-left: 40px;
}

.contant-pcr .icon{
	position: absolute;
	width: 35px;
	color:#643e00;
	left: 0px;
	top:10px;
} 
.contant-pcr h5{
	margin-bottom: 4px;
}


.footer-sec {
	padding-top: 30px;
	background:rgba(255, 255, 255, 0.70);
}
.footer-sec  .hadding-sec h2{
	color: #000000;
	text-align: center;
}
.footer-bo{
	background:rgba(255, 255, 255, 0.70);
}
.footer-bo p{
	margin-bottom: 0px;
	line-height: 18px;
}
.footer-bo p a{
	color: #000;
}

.foote-botum{
	padding: 15px 0px;
}

.mobile-menu{
	width: 100%;
	padding-left: 0px;
	list-style: none;
}
.mobile-menu li{

	float: none;
    display: inline-block;

}
.mt-50{
	margin-top: 80px;
}
.contact-sec i {
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
}

@media screen and (max-width: 600px){
	.nav-link {
    display: block;
    padding: 0.5rem .4rem;
}
.pc{
display: none;
}
.navbar-brand{
	margin: 0 auto;
}
.mobile{
	display: block;
}
.mobile-menu {
  
   
    margin: 0 auto;

    padding-left: 0px;
    list-style: none;
        display: table;
    text-align: center;
}
.mobile .contact-sec{
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0);
	padding: 15px 15px;
	border-radius: none !important;
	box-shadow: none!important;
	text-align: center;
	color:#6c757d;

}
.foote-botum p{

}
.navbar-nav{
	width: 100%;
}
.navbar-nav ul{
	
	display: inline-block;
}
.slider {
	margin-top: 110px;
}

}

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    padding: 18px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
	text-align:center;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
	text-align:center;
    left: 0;
    width: 100%;
    height: 100%;
}


