*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
	min-height: 100%;
	position: relative;
}

body{
	margin: 0px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	font-family: arial, helvetica;
	background: #FFFF;	
}

footer{
	
 	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 40px;
  	color: white;
}

header{
	position: static;
	width: 80%;
	
}

.fondo{
	 background-image: linear-gradient(
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.7)),
        url("imagenes/mariachi2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 114px;
	
	
}

.menu .navbar ul li {
    position: relative;
    float: left;
	
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fffdfc;
    display: block;
    font-weight: 600;
	text-decoration: none;	
}

.menu .navbar ul li a:hover {
    color: #ce967b;
}

#menu {
	text-align: right;
    display: none;
	
}
.menu-icono {
	
    width: 40px;
}

.menu label {
    cursor: pointer;
    display: none;
	
}
.header-content {
    width: 100%;
    text-align: center;
}
.header-content h1 {
    font-size: 50px;
    line-height: 80px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.header-content p {
    font-size: 16px;
    color: #c5c5c5;
    padding: 0 250px;
    margin-bottom: 25px;
}


.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #ce967b;
    color: #f9fafc;
    text-transform: uppercase;
}

.btn-1:hover {
    background-color: #ababab;
}

nav ul li{
	display: inline-block;
	line-height: 20px;
	margin: 0px 0px;
}

nav ul li a{
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 8px;
	
	border-radius: 1px;
	text-transform: uppercase;
		
}

li a.active, li a:hover{
	background: #abb2b9;
	transition: .5s;
	padding: 10px;
	border-radius: 5px
}

.logo{
	width: 65%;
}

.services-content{
	text-align: center;	
	
}
.services-content h2{
	font-size: 40px;
	line-height: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.services-content p {
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: 50px;
    padding: 0 100px;
}
.services-group{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	
}
.services-1{
	padding: 0 100px;
}
.services-1 img{
	width: 80px;
	margin-bottom: 15px;
}
.services-1 h3{
	color: #FFFFFF;
	font-size: 15px;
}
.services-content2{
	text-align: center;	
	
}
.services-2{
	margin-bottom: 0%;
	
}
.services-content2 h2{
	font-size: 40px;
	line-height: 70px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.services-content2 p {
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: 10px;
  
}
.services-2 h3{
	color: #FFFFFF;
	font-size: 25px;
}
.services-2 p{
	
	font-size: 20px;
}
.informacion{
	color: #FFFFFF;	
	width: 50%;
		
}
.informacion-titulo {
	font-size: 40px;
	
}

.informacion-parrafo {	
	text-align: justify;
	
}
.informacion p2{
	font-size: 20px;
	line-height: 28px;
}

.section-video{
	align-self: center;
	width: 800px;
	height: 400px;
}
.section-resenas{
		width: 100%;
		height: 60%;
		
	}
.resenas{
	color: #FFFFFF;	
	text-align: center;	
}
.resenas p{
	color: #FFFFFF;
	font-size: 30px;	
}
.resenas-mostrar{	
	height: 60%;
	text-align: left;		
	margin-left: 20%;	
	overflow: auto;
}

.resenas-mostrar div {
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 10px;	
}
.resenas-mostrar a3{
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 18px;	
}


footer a{	
	text-decoration: none;
	color: #000000
}

.seccion{
	width: 100%;
	margin: 0, auto;
}
.logo{
	
	
	padding-top: 5%;
	align-self: center;
}
.justificado{
	text-align: justify;
}

.politica{
	
}
section{
	margin-bottom: 5%;
	
}

h4{
	font-size: 18px;
	padding-bottom: 10px;
}
p{
	padding-bottom: 10px;
	text-justify: auto;
	line-height: 2em;
}

p1{	
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
}

li{
	margin-left: 5%;
}

.star{
	font-size: 20px;
	color: #ddd;
	transition: color 0.3s;
	cursor: pointer;
	
}

.star:hover, 
.star.checked{
	color:gold;
}
 

.rating{
	justify-content: center;
	display: flex;
}

.video-responsive {
	
	
	padding-bottom: 56.25%;
	padding-top: 30px;
	
	}
.video-responsive iframe {
		
	margin: 1%;
	left: 0;		
	top: 0;
		
}
.llamadas img{
	margin: 10px;
}


@media (max-width:991px){
	.menu{
		padding: 30px;
	}
	.menu label {
		display: initial;
	}
	.menu .navbar{
		position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #323337;
        display: none;
	}
	.menu .navbar ul li {
        width: 100%;
    }
    #menu:checked ~ .navbar {
		
        display: initial;
		
    }
    .header {
        min-height: 0vh;
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-content p {
        padding: 0;
    }
	.logo{
		width: 100%;
	}
	.services {
        padding: 30px;
    }

    .services-content p {
        padding: 0;
    }
	.services-content h2{
		font-size: 10px;
		line-height: 70px;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
    .services-group {
        flex-direction: column;
        margin-bottom: 0;
    }
    .services-1 {
        margin-bottom: 25px;
    }
	
	.services-content{		
		font-size: 28px;
		line-height: 40px;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.services-content2{		
		
		line-height: 40px;
		color: #ffffff;
		
		padding: 4%;
	}
	.services-content2 h2{
		font-size: 25px;
		line-height: 40px;
		color: #ffffff;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.services-content2 p {
    	font-size: 16px;
   	 	color: #c5c5c5;
   	 	margin-bottom: 10px;
  
	}
	.services-2 h3{
		color: #FFFFFF;
		font-size: 25px;
	}
	.services-2 p{
	
		font-size: 17px;
	}
	
	.informacion{
	color: #FFFFFF;	
	width: 90%;
	}
	.informacion-titulo {
	font-size: 23px;
	
	
	}

	.informacion-parrafo p2{
		font-size: 17px;
	
	}
	
	.section-video{
		align-self: center;
		width: 90%;
		height: 60%;
	}
	
	.section-resenas{
		width: 100%;
		height: 50%;
		
	}
	
	.resenas{
		color: #FFFFFF;	
		text-align: center;	
	}
	.resenas p{
		color: #FFFFFF;
		font-size: 23px;	
	}
	.resenas-mostrar{	
		width: 95%;
		height: 100%;
		text-align: left;		
		margin-left: 5%;	
		overflow: auto;
	}

	.resenas-mostrar div {
		color: #FFFFFF;
		font-size: 20px;
		margin-bottom: 10px;	
	}
	.resenas-mostrar a3{
		color: #FFFFFF;
		margin-bottom: 30px;
		font-size: 17px;	
	}
	
	.form-label{
		width: 100%;
	}
	.video-responsive {
	
	
	padding-bottom: 56.25%;
	padding-top: 30px;
	
	}
	.video-responsive iframe {
		
		margin-bottom: 5%;
		left: 0;
		
		top: 0;
		
	}
	
	footer{
	
 		position: absolute;
  		bottom: 0;
  		width: 100%;
  		height: 40px;
  		color: white;
	}
	
	
}
