html
{
	scroll-behavior: smooth;
}
body
{
	background: beige;
}
h1
{
	color: white;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
}
h2
{
	color: white;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
}
h3
{
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
}
.btn
{
	transition: .3s ease-out;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    border-width: 3px;
}


.btn-primary
{
  color: #fff;
  background-color: #007bff;
  border-radius: 35px !important;
  border: 2px solid rgba(0, 70, 147, 0.75) !important;
}
.btn-success {
 
  color: #fff;
 
  background-color: #28a745;
 
  border-radius: 35px;
 
  border: 1px solid rgba(21, 87, 36, 0.75);
 
}
 
.btn-secondary {
 
  color: #fff;
 
  background-color: #868e96;
 
  border-radius: 35px;
 
  border: 1px solid rgba(134, 142, 150, 0.75);
 
}
 
.btn-info {
 
  color: #fff;
 
  background-color: #17a2b8;
 
  border-radius: 35px;
 
  border: 1px solid rgba(23, 162, 184, 0.75); 
 
}
 
.btn-dark {
 
  color: #fff;
 
  background-color: #343a40;
 
  border-color: #343a40;
 
  border-radius: 35px;
 
  border: 1px solid rgba(52, 58, 64, 0.75);   
 
}
 
.btn-danger {
 
  color: #fff;
 
  background-color: #dc3545;
 
  border-radius: 35px;
 
  border: 1px solid rgba(220, 53, 69, 0.75);     
 
}
 
.btn-warning {
 
  color: #212529;
 
  background-color: #ffc107;
 
  border-radius: 35px;
 
  border: 1px solid rgba(255, 193, 7, 0.75);   
 
}
 
.btn-light {
 
  color: #212529;
 
  background-color: #f8f9fa;
 
  border-radius: 35px;
 
  border: 1px solid rgba(248, 249, 250, 0.75);    
 
}

.newClass {
  height: 60px;
}

.navbar-lockup.nav-fix img{
    height:77px !important;
}



.descripcion_negocio
{
	color: black;
}
.closer .closing-claim
{
	top: 30% !important;
}
.social-icons a
{
	margin-right: 1rem;
}
footer a, footer address
{
	color: #8297a7;
}
section#comentarios
{
	background: darkslateblue;
	padding: 2rem;
}
section#nosotros
{
	/*background-color: white;*/
	background-image: unset;
	min-height: 200px;
	height: auto !important;
}
section#contacto
{
	padding: 1rem;
}
section#contacto address
{
	color: black;
}
section#contacto input , section#contacto textarea , section#contacto button
{
	height: 50px;
	margin-right: 5px;
	padding-left: 20px;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #8297a7;
	margin: 1rem;
	margin-bottom: .5rem;
	width: 100%;
}
section#contacto p , section#contacto h3
{
	text-align: left;
}
section#contacto button
{
	background: #ef0c37;
	color: #FFF;
}
.closer .closing-claim .row p
{
	text-align: justify;
}
.imagen_galeria
{
	width:100%;
	height:300px;
	object-fit: cover;
}
section#contacto .row
{
	display: flex;
	align-items: baseline;
}
section#galeria , section#video-galeria
{
	padding: 2rem;
}
section#galeria h3
{
	color: black;
}
section#video-galeria
{
	background-color: darkorchid;
}
section#video-galeria h3
{
	color: white;
}
section#galeria img , section#video-galeria img
{
	/*width: 100%;
	height: auto;
	object-fit: cover !important;*/
	margin-bottom: 1rem;
}
footer
{
	padding: 1rem;
}
.text-lockup
{
	max-width: unset !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: black;
}
.modal-header
{
	background-color: black;
}
.modal-body
{
	padding: 1rem;
	padding-top: 0;
}
.modal-footer
{
	margin-top: 1rem;
}

.modal p
{
	text-align: center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  padding: 0;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: .4rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.contenedor-video-galeria
{
	display: flex;
	justify-content: center;
}
.contenedor-servicios
{
	display: flex;
	justify-content: center;
}
.text-lockup
{
	margin-top: 0 !important;
}

.text-lockup h2
{
	font-size: 30px !important;
}

.logo img{
    height:130px !important;
    width:auto !important;
}

.cover {
  object-fit: cover;
}

.imagen-izq-der{
    width:100% !important;
    height:350px !important;
}

.imagen-doblee{
    width:100% !important;
    height:500px !important;
}

.font-menu a{
    font-size:15px !important;
}

@media(max-width: 768px)
{
	.contenedor-servicios
	{
		display: unset;
	}
	section#servicios .bg-secondary
	{
		background-color: #FFF !important;
	}
	.contenedor-video-galeria
	{
		display: unset;
		justify-content: unset;
	}
	.modal-content
	{
		width: 90%;
		margin: 30% auto;
	}
	header h1, header h2, header p
	{
		text-align: center !important;
		left: 0;
	}
	.feature i , .feature h2 , .feature p , .feature a
	{
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	section#contacto .row
	{
		display: block;
	}
	section.closer
	{
		padding-top: 2rem;
		padding-bottom: 2rem;
		height: unset;
	}
	.closer .closing-claim
	{
		position: unset;
		top: unset; 
		left: unset; 
		-webkit-transform: unset; 
		transform: unset;
	}
	section#contacto input , section#contacto textarea , section#contacto button
	{
		margin: 0;
		margin-bottom: 1rem;
	}
	section#contacto p , section#contacto h3 , section#contacto h4
	{
		text-align: left;
	}
	section#video-galeria iframe
	{
		margin-bottom: 1rem;
	}
	footer a
	{
		width: 100%;
	}
	footer img
	{
		width: inherit;
		padding: 1rem;
	}
	footer p
	{
		text-align: center;
	}
	.imagen-izq-der{
    width:100% !important;
    height:220px !important;
    }
    .imagen-doble{
    width:100% !important;
    height:300px !important;
    }
    .logo img{
    height:110px !important;
    width:auto !important;
    margin-top:0px !important;
}



}