


/*------------------------------------------------*/
/* STARTER CONFIG */
/*------------------------------------------------*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;

}

html,
body {
    background-color: #fff;
    color:#555;
    font-family: 'Old Standard TT', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.clearfix {zoom:0.1}
.clearfix:after{
    content:'.';
    clear:both;
    display:block;
    height: 0;
    visibility: hidden;
}

.row{
    max-width: 1140px;
    margin: 0 auto;
}
section{
    padding: 80px 0;

}
.box{
    padding: 1%;
}


/*------- HEADINGS ------- */
h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
}

h1{
    margin-top:0;
    margin-bottom: 0px;
    color: rgba(255,255,255);
    font-size: 200%;
    word-spacing: 4px;
    letter-spacing: 0px;
}

h2{
    margin-bottom: 30px;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
}

h3{
    font-size: 110%;
    margin-bottom: 15px;
}

.profile-tittles{
    text-align: center;
    margin:10px;
}


/*------- PARAGRAPHS ------- */
.long-copy{
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box p{
    font-size: 90%;
    line-height: 145%;
}

/*------- ICONS ------- */ 
.big-icons{
    font-size: 350%;
    display:inline-block;
    margin: 10% 50%;
    transform: translate(-65%,-10%);
}

/*------- LINKS ------- */
a:link,
a:visited{
    color:#3f60b3;
    text-decoration: none;
    padding-bottom: 1 px;
    border-bottom: 1px solid #3f60b3;
    transition: border-botton 0.2s, color 0.2s;
}
a:hover,
a:active{
    color:#555;
    padding-bottom: 1 px;
    border-bottom: 1px solid transparent;
}

/*------- BUTTONS ------- */
.btn:link,
.btn:visited,
input[type=submit]
 {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s,border 0.2s, color 0.2s;
    
 }

.btn-full:link,
.btn-full:visited,
input[type=submit]
{
    background-color: #3f60b3;
    border: 1px solid #3f60b3;
    color: rgba(255,255,255);
    margin: 20px;
}

.btn-ghost:link,
.btn-ghost:visited
{
    border: 1px solid #3f60b3;
    color: #3f60b3; 
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color:#6e93f0; 
}

.btn-full:hover,
.btn-full:active,
input[type=submit]
{
    border: 1px solid #6e93f0;
}

.btn-ghost:hover,
.btn-ghost:active
{
    border: 1px solid #6e93f0;
    color: rgba(255,255,255); 
}
#btn-send-product{
    font-size: 130%;
    margin: 20px;
}

.btn-add{
    margin: 20px;
}
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

.logo{
    height: 50px;
    width:auto;
    float:left;
    margin-top: 1px;
}
/* Main navy*/
.main-nav{
    list-style: none;
    margin-top: 55px;
    float: left;
}

.main-nav li{
    display: inline-block;
    margin-left: 10px;
}

.main-nav li a:link,
.main-nav li a:visited
{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    padding: 8px;
}

.main-nav li a:hover,
.main-nav li a:active{
   color: #3f60b3;

}


.contact-div-nav{
    padding-bottom: 10px;
    background-color: #555;
    color:black;
}

/* Sticky navy*/
.sticky{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color:rgba(255,255,255,0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index:9999;
    padding-bottom: 10px;
}

.sticky .main-nav{ margin-top: 18px;}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited
{
    color: #555;
}
.sticky .main-nav li a:hover,
.sticky .main-nav li a:active{
    border-bottom: 2px solid #3f60b3;

}

.sticky .logo{display:none;}
.sticky .logo-black{display:block}

/*Mobile navy*/

.mobile-nav{
    float: right;
    margin-top: 30px;
    display:none;
    cursor: pointer;
    color:white;
}

.language{
    padding-left: 20px;
    font-size: 200%;
}

.language-switch {
    position: relative;
    z-index: 1001;
}


/* FOOTER */


footer{
    background-color: #333;
    padding: 40px;
    font-size: 80%;
}

.footer-nav{
    list-style: none;
    float: left;
}

.rss-icons{
    font-size: 90%;
    margin-right: 0%;
    margin-top: 4px;
}
.footer-nav li
{
    display: inline-block;
    margin-right: 20px;
}

.rss-div{
    float:right;
}

.footer-nav li:last-child{
    margin:0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.rss-div  li a:link,
.rss-div  li a:visited{
    text-decoration: none;
    border:0;
    color: #888;
    transition: color 0.2;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.rss-icons li a:hover,
.rss-icons li a:active{
    color:#ddd;
}

footer p {
    color:#888;
    text-align: left;
    font-size: 90%;
}
.im-facebook,
.im-twitter,
.im-google-plus,
.im-instagram{
    transition: color 0.2s;
}


.im-facebook:hover{
    color:#3b5999;
}
.im-twitter:hover{
    color: #55acee;
}
.im-google-plus:hover{
    color: #dd4b39;
}
.im-instagram:hover{
    color: #e4405f;
}


/*------------------------------------------------*/
/*------------------------------------------------*/
                    /* index.html */
/*------------------------------------------------*/
/*------------------------------------------------*/

/* Contenedor del mapa */
.map-container {
  width: 100%;
  max-width: 600px; 
  margin: 0 auto;
  height: 450px; 
}

/* iframe dentro del contenedor */
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Ajuste para móviles */
@media only screen and (max-width: 768px) {
  .map-container {
    height: 300px; 
    width: 250px;
  }
}


/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

@media only screen and (max-width: 768px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.95);
  }

  .main-nav {
    display: none;
    text-align: center;
    margin-top: 60px;
  }

  .main-nav li {
    display: block;
    margin: 10px 0;
  }

  .mobile-nav {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: white;
  }
}


header{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../src/principal.jpg);
    background-size: cover;
    background-position: center;
    height:100vh;
    background-attachment: fixed;
    text-align: center;
}

.hero-text-box{
    position: absolute;
    width: 1140px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.hero-text-box h2{
    
    text-transform:none;
    color: white;
    margin-bottom: 20px;
}

.hero-text-box p{
    color: #999;
    margin-bottom: 20px;
}

/*------------------------------------------------*/
/* INDEX MEALS PHOTOS */
/*------------------------------------------------*/

.meal-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: black;
}

.meal-photo img{
    width:100%;
    height: auto;
    transform: scale(1.15);
    opacity: 0.7;
    transition: transform 0.5s, opacity 0.5s;
    padding:0;
}

.meal-photo img:hover{
    transform: scale(1.03);
    opacity:1;
}


.meals-tittles{
    margin-top: 20%;
    margin-bottom: 10%;
}

/*------------------------------------------------*/
/* CITIES */
/*------------------------------------------------*/
#mojacar{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../src/mojacar.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height:50%;
}

#garrucha{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../src/garrucha.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height:50%;
}

#vera{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../src/vera.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height:50%;
}

.box img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.city-feature{
    margin-bottom: 5px;
}

.ciudades{
background-color: #efefef;
  margin-top: 25%;
  padding: 5%;
}

.small-icon{
    font-size: 90%;
    float: left;
    margin-top: 4px;
}

/*------------------------------------------------*/
/* CUSTOMERS */
/*------------------------------------------------*/

.section-testimonials{
    background-color: #efefef;
}

blockquote{
    padding:2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top:40px;
}
cite{
    font-size: 90%;
    margin-top: 25px;
    display:block;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top:-5px;
    left: -3px;
}
cite img{
    height:45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}




/*------------------------------------------------*/
/*------------------------------------------------*/
                    /* contact.html */
/*------------------------------------------------*/
/*------------------------------------------------*/

.section-form{
    background-color: #efefef;
}
.contact-form{
    width:60%;
    margin: 0 auto;
}


input[type=text],
input[type=email],
input[type=password],
input[type=tel],
select,
textarea{
    width:100%;
    border-radius: 3px;
    border: 1px solid #c7c2c2;
}

textarea{
    height: 100px;
}

input[type=checkbox]{
    margin: 10px 5px 10px 0;
}
*:focus{
    outline: none;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
                    /* order.html */
/*------------------------------------------------*/
/*------------------------------------------------*/

.how-to-order-div{
    width: 80%; 
    text-align: center;
    margin: 100px auto;
}

.how-to-order-div p{
    margin-bottom: 10px;
}

.how-to-order-div p span{
    font-size: 200%;
}

.how-to-order-div h3{
    margin-top: 50px;
}

.how-to-order-div button{
    margin-top: 50px;
}

.city-p{
    margin-top: 0;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
                    /* login.html */
/*------------------------------------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/* GENERICS */
/*------------------------------------------------*/

.info-p{
    font-size: 150%;
}

.info-p-div{
    height: 50.5vh;
}

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
.form-container{
    height: 41vh;
}

.profile-form{
    border: 1px solid #3f60b3;
    padding: 60px;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.profile-form input[type=submit]{
    margin: 20px auto;
    font-size: 80%;
}

/*------------------------------------------------*/
/* PROFILE */
/*------------------------------------------------*/

.profile-div{
    width:54%;
    height: auto;
    margin: 0 auto;
    text-align: center; 
}


.profile-div label{
    text-align: right;
}

.data-container{
    border: 1px solid #3f60b3;
    padding: 30px;
    width: 85%;
    margin: 0 auto 20px auto;
    text-align: left;
}


/*------------------------------------------------*/
/* USER DATA FORM */
/*------------------------------------------------*/
.save-data-form input[type=submit]{
    margin: 20px 40%;
    font-size: 100%;
}



/*------------------------------------------------*/
/* USER ORDERS */
/*------------------------------------------------*/

.orders-div{
    margin:0 auto;
    width:400px;
    height: auto;
    text-align: center;
}

.orders-div form{
    text-align: center;
    margin: 20px auto;
}

.oinfo-prders-div table{
    padding:0 auto;
    margin: auto;
}

.orders-div table th{
    padding:10px 0 10px 20px;
}

.orders-div table td{
    padding:10px 0 10px 0;
}


#div-saved-data a{
    margin-top: 20px;
}

iframe{
    width:600px;
    height:450px;
    border:0;
}


/*------------------------------------------------*/
/*------------------------------------------------*/
                    /* mailsend.php */
/*------------------------------------------------*/
/*------------------------------------------------*/
.mail-send-div{
    margin: auto 40%;
}