

@charset "utf-8";
#opciones{
    color: white;
}


       .subir{
        text-align: center;
        padding: 5px 10px;
        background:#F6C30C;
        color:#fff;
        border:0px solid #F6C30C;
        cursor:pointer;
      }

      .subir:hover{
        color:#fff;
        background: #F44B07;
      }

#btsubmit{
    background: #6A9C14;
    color: white;
}
#btn-success{
    background: #6A9C14;
    color: white;
}
body::-webkit-scrollbar {
  width: 10px;
  background: #262137;

}

body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255, .2);
  border-radius: 10px;
  border-right: 2px solid #1c2c54;
}
#opciones1{
    color: white;
}
#opciones2{
    color: white;
}
#opciones3{
    color: white;
}
#opciones4{
    color: white;
}
#opciones5{
    color: white;
}
#opciones6{
    color: white;
}
#opciones7{
    color: white;
}
#opciones8{
    color: white;
}
#opciones9{
    color: white;
}
#opciones10{
    color: white;
}
#opciones11{
    color: white;
}
#opciones12{
    color: white;
}
#iconslayout{
    color: #F6C30C;
}
#iconslayout1{
    color: #F6C30C;
}
#iconslayout2{
    color: #F6C30C;
}
#iconslayout3{
    color: #F6C30C;
}
#iconslayout4{
    color: #F6C30C;
}
#iconslayout5{
    color: #F6C30C;
}
#iconslayout6{
    color: #F6C30C;
}
#iconslayout7{
    color: #F6C30C;
}
#iconslayout8{
    color: #F6C30C;
}
#iconslayout9{
    color: #F6C30C;
}
#iconslayout10{
    color: #F6C30C;
}
#iconslayout11{
    color: #F6C30C;
}
#iconslayout12{
    color: #F6C30C;
}
#btn-consultar{
    background: #f4520a;
    color: white;
     border-color: #f4520a;
}
#btn-consultar:hover{
    background: #F6C30C;
    color: black;
    border-color:#F6C30C;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family:  sans-serif;
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}
.title{
    background: #4794D2;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 18px;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}
.margenesValoracion{
    padding-right: 5px;
}
#principal{
    color: #04aae8;
}
button{

background: rgba(107, 74, 155,0.9); 
border: 2px solid rgba(44, 68, 108,0.1);
color:white;
 cursor: pointer;
}
thead{
    background: #6A9C14; color: white;
}
.animacionmenu{
 
  transform-style: preserve-3d;
 transition: all ease-in-out 1s;
}
.animacionmenu:hover{

  transform: translateY(-10px);
}

#sombra{
-webkit-box-shadow: 0px 0px 10px 0px rgba(109, 148, 38,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(109, 148, 38,1);
box-shadow: 0px 0px 3px 0px rgba(109, 148, 38,1);
}
.card {

-webkit-box-shadow: 0px 0px 10px 0px rgba(109, 148, 38,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(109, 148, 38,1);
box-shadow: 0px 0px 3px 0px rgba(109, 148, 38,1);
  }

 i:hover{
 color: #99cf15;
  transition:color 1s linear;
-webkit-transition: color 1s linear; /* Chrome y Safari */
-o-transition: color 1s linear; /* Opera */
-moz-transition: color 1s linear; /* Mozilla Firefox */
-ms-transition: color 1s linear; /* Internet Explorer */
}


i{
    transition: 0.8s linear 0.2s;

}

.boton:hover{
 color: #00afef;
transition:color 1s linear;
-webkit-transition: color 1s linear; /* Chrome y Safari */
-o-transition: color 1s linear; /* Opera */
-moz-transition: color 1s linear; /* Mozilla Firefox */
-ms-transition: color 1s linear; /* Internet Explorer */
}

.boton {
    transition: 0.8s linear 0.2s;

}

footer{
   background:  #04aae8;
   color: white;
}
p{
	color: black;
}
h5{
	 
	 text-decoration: none;
color: black;
}
a{
	text-decoration: none;
}
a:link{
	text-decoration: none;

}
a{
  color:gray;
}

a:hover{
  color: blue;
}

a:active{
  color: blue;
}


.social-bar {
    position: fixed;
    right: 0;
    top: 45%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icon {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.icon-facebook {
    background: #2E406E;
}

.icon-twitter {
    background: #339DC5;
}

.icon-youtube {
    background: #E83028;
}

.icon-instagram {
    background: #3F60A5;
}

.icon:first-child {
    border-radius: 1rem 0 0 0;
}

.icon:last-child {
    border-radius: 0 0 0 1rem;
}

.icon:hover {
    text-decoration: none;
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    color: white;
   

}

.animacion{

  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
}
.animacion:hover{

transform: scale(1.1);
background: red;

}

.animacion1{

  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
}
.animacion1:hover{

transform: scale(1.01);
}
.title{
background: #4794D2;
font-family: Arial, Helvetica, sans-serif;
color: white;
font-size: 18px;
-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}
.contenido{
    background: #F1F2F8;
}
.calendar{

max-width: 100%;

}
.encabezadoInformes{
position: fixed;


}
h6{
 font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;   
}
th img{
position: absolute;
width: 98px;
margin-top: -50px;
margin-left: 5%;

}
.contentImagen{
    width: 10%;
}
.contentDescripcion{
   width: 55%; 
}
.contentDescripcion1{
   width: 15%; 
}
.margenes{
    margin-top: 16%;
}

.margenes_restaurante{
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}
.formatoencabezadoInformes{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  

}
.contenidoInformes{

 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
page-break-before: auto;
}
img{
	
}
.aling{
	
padding-top: 1%;

}
.Fields {
	background-color: #E9E9E9;
	
	
}
.color{
	background-color: white;

}
.colormodal{
	background-color:white;
	opacity:none;

}
.line{
	width: 100%;
	height: .5px;
	background-color: black;
	box-shadow: 0px 0px 3px #848484;
}
.espace{
	padding-left: 7px;
}
.aline{
	margin-top: 50vh;
	
}
.alerta{
	margin-top: 30px;
	color: red;
	font-size: 22px;
}
.container-body{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding:40px;

}
.container-body{
	display: flex;
	justify-content: space-between;
}
.column1{
	max-width: 400px;

}
.column1 h1{
	font-size: 22px;
	font-weight: bold;
}
.column1 p{
	font-size: 14px;
	color: white;
	margin-top: 20PX;
}

.column2{
    max-width: 400px;

}

.column2 h1{
    font-size: 22px;
    font-weight: bold;
}
.row1{
	margin-top: 10px;
	display: flex;

}
.row1 img{
	width: 36px;
	height:  36px;
}
.row1 label{
	margin-top: 10px;
	margin-left: 20px;
	color: #C7C7C7;
}
.column3{
max-width: 400px;


}
.column3 h1{
	font-size: 22px;
	font-weight: bold;
}

.row2{
	margin-top: 10px;
	

}

.row2 i{
	width: 46px;
	height: 25px;
}

.row2 label{
	margin-left: 20px;
	max-width: 140px;
	margin-top: 5px;
}
.container-footer{
	width: 100%;
	background-color: #101010;
	
	
}
.copyrigth{
	color: #C7C7C7;
}
.copyrigth{
	color: white;
	font-weight: bold;
}
.information a{
	text-decoration:none;
	color: #C7C7C7;
}
.footer{
	display: flex;
	justify-content: space-between;	
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

@media screen and (max-width: 1100px){
	
	.container-body{
		display: block;
		flex-wrap: wrap;
	}
	.column1{
		max-width: 100%;
	}
	.column2
	.column3{
		margin-top: 40px;

	}
	.column3{
		margin-top: 15px;
	}
	
.nav-item{
margin-left: -7px;
margin-top: 4px;
}


}


body{
	background-color: white;
	
padding-top: 0px;
padding-bottom: 0px;
overflow-x:hidden;
}
.contenedor{
	height: 100%;
	min-height: 100%;
	min-height: 100%;
	min-height: 100%;  

 
	

}
.main-section{
margin: 0 auto;
margin-top: 20vh;
padding: 0;

}


.user-img img{

	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 0%;
}
.user-img img{
	width: 130px;
	height: 130px;
}
.modal-content{
	background-color: white;
	
	box-shadow: 0px 0px 3px #848484;
	border-radius: 20px;
}

.form-group input{
	height: 42px;
	font-size: 18px;
	border: 0px;
	border-radius: 5px;
}
#label-group{
	background-color: 
}
label{
	color:white;
	font-size: 18px;
}

.encabezado{
	height: 220px;
	color: white;
	background-color: #19A2B6;
	text-align: center;
	box-shadow: 0px 0px 5px #848484;
}
.color{
	color:red;
}
.mifuente {
    font-size: 	10px;
 
}


@media (min-width: 100px) {
    .mifuente {
        font-size: 40px;
        font-weight: bold;
        margin-top: 12px;
        text-align: center;
        margin-bottom: -14px;

    }
    .mifuente1{
    	font-size: 20px;
        margin-top: 12px;
        color: white;
        text-align: center;
        
    }
    .row img{
    	width: 100px;
    	height: 100px;
    }
     .row img.logo{
     	width: 220px;
	visibility: hidden visible;
}
#tamano{
    width: 60%;
    
}
#post{
    background-color: white;
    margin-left: -8%;
}
}

@media (max-width: 600px) {
.mifuente {
        font-size: 30px;
        font-weight: bold;
        margin-top: 25px;
        margin-left: -80px;
        text-align: center;
        
    }
     .mifuente1{
    	font-size: 20px;
         margin-left: -80px;
        text-align: center;
        
    }
 .row img.logo{
	visibility: hidden;
}
#tamano{
    width: 90%;
   
}
#post{
    background-color: white;
    margin-left: 0px;
}
.vl{
    display: none;
}
}


.size{
	font-size: 30px;
}
.card-footer{
bottom: 0;

}
.alinear{
	background-color: white;
	min-height: 80vh; 
	 
}


.colordefondo{
    background-color: transparent;
    
}
.colordefondo:hover{

    background-color:transparent;
    color: red;
    
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

header{
    width: 100%;
    height: 60px;
    background: black;
}

.container-header{
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.logo-title{
    display: flex;
}

.logo-title img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.logo-title h4{
    color: white;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 20px;
}

.icon-menu{
    position: absolute;
    right: 10px;
    top: 14px;
    color: white;
    font-size: 28px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.icon-menu:hover{
    background: rgba(255, 255, 255, 0.4);
}



/*Portada*/

.container-portada{
    width: 100%;
    height: 165px;
    position: relative;
    background-image: url(../public/imagenes/2.png);
    background-size: 200%;
        background-repeat: no-repeat;
    animation: movimiento 30s infinite linear alternate;  
}
.container-portada1{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../imagenes/1.png);
    background-repeat: no-repeat;
    animation: movimiento 30s infinite linear alternate;  

}
@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}


.capa-gradient{
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, black, black);
    opacity: 0.5;
}

.container-details{
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: auto;
}


.details{
    width: 100%;
    position: relative;
    top: 10px;
    color: white;
}

.details h1{
    font-size: 40px;
    font-weight: 100;
    margin-left: 10px;
}


.details h5{
     margin-top: -10px;
    font-size: 16px;
    font-weight: 100;
    margin-left: 90px;
      margin-top: -18px;
}
.icono{
     margin-top: -10px;
    font-size: 14px;
    font-weight: 100;
    margin-left: 70px;
    margin-top: -2px;
     font-weight: 100;
}
.details p{
    margin-top: -10px;
    font-size: 20px;
    font-weight: 100;
    margin-left: 60px;
}

.details button{
    padding: 10px 20px;
    font-size: 16px;
    background: none;
    border-style: none;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
    transition: background 300ms;
    cursor: pointer;
    margin-left: 10px;
}

.details button:hover{
    background: white;
    color: black;
     cursor: pointer;
}



@media screen and (max-width: 500px){
    .details p{
        font-size: 18px;
        margin-left: 30px;
    }

    h1{
    font-size: 32px;
    font-weight: 100;
    margin-left: 10px;
}
h4{
        font-size:20px;
    }
}