/* Fuentes especiales */
@font-face {
    font-family: 'FugazOne-Regular';
    src:url(../fonts/FugazOne-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

h1.titulo
{
    color: #c6c6c6;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.linea {
    content: "";
    border-bottom: 3px solid #ff9541;
    width: 356px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 50px;
}


/*Logo BugsBook meter dentro de la imagen y quitar posiciones*/
.logo{
  /* position:absolute; 
    max-width: 300px;
    height:200px;*/
    
    
    width:auto;
    /*top: 130px;
    left : 50px;
    z-index: 1;*/
}



/* Generales */
h1, h2, h3, h4, h5, h6 {
    padding: 0 0;
    margin: 0 0;
}

ul {
    padding: 0 0;
    margin: 0 0;
}

body{
	padding:0 0;
	margin:0 0; 
}



/*Estilo pagina principal*/
.container2{
  /*  padding: 0px 40px 0px 40px;*/
    width: 85%;
    margin: 50px auto;
}
    


#contenido {
    display:table;
   /* background: rgb(47, 46, 51);*/
    width: 100%;
    
}


/*Estilo formulario*/

.formulario1 {
    width: 90%;
    /*padding: 30px 40px;*/
    /*width: 800px;*/
    height: 100%;
    margin: 50px auto;
    display: flex;
/*    background: rgb(47, 46, 51);*/
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}



.form_info::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; /*
    background-color:#fcad6c;
    opacity: 0.9;*/
}
.form_info {
  /*  width: 38%;*/
    color:white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url("../img/fondoform.jpg");
   
    background-size: cover;
    background-position: center center;
}



.form_derecha{
    padding: 20px 40px;
    
}

body.form_page{
    background: #DBDBDB;
    font-family: 'Open sans';
}




/*Boton primario, cambio de color a naranja, por defecto es azul*/

.btn-primary {
    color: #fff;
    background-color:  #ff9541;
    border-color: #f77a14;
}
.btn-primary:hover {
    color: #fff;
    background-color:  #f77a14;
    border-color: #ff9541;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #fa9828;
}
.btn-primary:active {
    box-shadow: 0 0 0 0.2rem #fab67f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #fab67f;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { /*estilo bootstrap al pulsar el boton*/
    color: #fff;
    background-color: #d36205;
    border-color: #773702;
}
/*fin de definicion de estilo del boton primario*/



.form-control:focus {
    color:#495057;
    background-color: #fff;
    border-color:  #efb587;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f7d5b9;
}


.privacidad{
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    /*borde naranja*/
    /*border: 2px solid #f78b33; 
    margin: 10px;*/
}
.privacidad p{
    text-align: justify;
}


.info_map{
    border-radius: 10px;
    box-shadow: 10px 5px 5px #000000bf;
}

.card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 5px 5px #000000bf;

    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);*/

}


.form-contact h3{
text-align: center;

}

textarea{
    resize:none;
}

/*____________________________________________________________________________________________________________________________________________________________________*/

/* Parte del menu */
.navbar-toggler{
    background-color: #ff9541;
    border:1px solid transparent;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ff9541;
    border:1px solid transparent;
}
/*icono del menu comprimido*/
.navbar-light .navbar-toggler-icon {
    background-image: url("../img/hamburgesa.jpg");
}

.navbar-expand-lg .navbar-collapse  {
    color: #a9a685;
    font-family: 'FugazOne-Regular';
}

.navbar-light .navbar-nav .active>.nav-link,.active>.nav-link {
    color: #fff;
    background-color: #ff9541;
}


/*Opciones ponerse en gris cuando no este el raton encima*/
.dropdown-item:not( :hover ){
color: #a9a685;
}

.dropdown-item { /*Opciones del submenu*/
    font-family: 'OpenSans-Regular';    
    font-size: 14px;
    /*background-color: #ff9541;*/

}
.dropdown-item:hover { /*Opciones del submenu con el raton encima*/
    color: #fff;
    background-color: #ff9541;
}





#login{
    float:right; 
    padding-right: 2cm;
}
#login a {
 color:gray;
}

    
/* color del texto enlace cuando ya ha sido visitado */
    
#login a:visited {
    color: gray; 
}
    
/* color del texto del enlace no="" visitado="">*/
#login a:link {
    color: gray ;
}

.header{
    border-bottom: 2px solid #E8E6E6;

}

/* Estilos del footer */


/*Efecto oscurecer imagenes de las rrss del footer on mouse over*/

.footer_rrss_link img {
    border: 0px;
    opacity: 100;
    filter: alpha(opacity=100);
}

.footer_rrss_link img:hover{
    opacity: .70;
    filter: alpha(opacity=100);
}
/* fin del efecto*/

.footer_top {
    background-color: #E8E6E6;
    padding: 2px;
}
.footer_rrss {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}
.footer_rrss_item {
    width: 37px;
    height: 37px;
    border-radius: 40px;
    background-color: transparent;
    margin: 12px;
    overflow: hidden;
}

.footer_main{
    color:gray;
    background: #222;
    padding: 1em;
}

.empresa li{
    list-style:none;
}


.footer_main  a:link, .footer_main a:visited{
    color:gray;
    text-decoration: none;  
}

.footer_main a:hover {
    color: #ff9541; /* rojo */
}


.specials1 {
    float: left;
    width: 50%;
}

.footer_main h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'FugazOne-Regular';
    color: #fff;
    margin-bottom: 0.5em;
}


.footer_down {
    color:white;
    text-align: center;
    background: #ff9541;
}


.marca:after {
    content: "";
    background-color: #ff9541;
    width: 4px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: -4px;
}

.marca:before {
    content: "";
    background-color: #ff9541;
    display: block;
    width: 5px;
    height: 100px;
    position: absolute;
    left: 0;
}

img#img2{
    height:270px;
    max-width: 400px;
    margin-bottom: 12px;
    display: flex;
    background:white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 10px 25px rgb(7, 7, 7);
  }


img1{
    height:270px;
    max-width: 400px;
    margin-bottom: 12px;
    display: flex;
    background:white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 10px 25px rgb(7, 7, 7);
  }

  thead{
        background: #ff9541;
        color:white;
  }

  .galeria{
    padding-bottom: 10px;

  }

  .espacioarriba{
      margin-top: 10px;
  }