/* 
    Created on : 01-jun-2020, 18:11:17
    Author     : JL
*/
.tamarillo{
    font-size: 1.5em;
    font-family: "Pacifico", cursive;
    color: #F2C64D;
    margin-top: -80px;
}
.tazul{
    background-color: #001d38 !important;
    background-repeat: repeat-y;
    background-position: center;
}
.tamarillo h1{
    font-size: 4em;
    color:white;
    font-family: sans-serif;
    font-weight: bolder;
    text-shadow: 0 0 5px #182173;
}
.tamarillo h3{
    font-family:inherit;
    font-size: 2em;
    color: #F2C64D;
    text-shadow: 0 0 5px #182173;
}
.tamarillo p{
    font-family:sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    color: #FAFAFA;
/*    text-shadow: 0 0 5px #F2C64D; */
}

.container-imagenIni{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.navbar{
    background-color: #001D38 !important;
    padding-top: 0px;
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,100,0.5);
    box-shadow: 0 5px 15px 1px rgba(0,0,100,0.5);
}
.nav-link{
    color: #FAFAFA !important;
}
.nav-item:hover{
    background-color: #009DFF;
}
.dropdown-menu {
    background-color: #2a5c8e !important;
    border: 0px;
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,100,0.5);
    box-shadow: 0 5px 15px 1px rgba(0,0,100,0.5);
}
.dropdown-item{
    color: #cfd4d8;
}

.cabeza{
    text-align: right;
}
.cabeza .socail_links ul li {
  display: inline-block;
}
.cabeza .socail_links ul li a {
  font-size: 18px;
  color: #009DFF;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 10px;
  line-height: 50px !important;
  border: 1px dashed #009DFF;
}

/* line 202, ../../Arafath/CL/December/229. Restaurant (Burger)/HTML/scss/_footer.scss */
.cabeza .socail_links ul li a:hover {
  color: #fff !important;
  background: #009DFF;
  border-color: transparent;
}
@media (max-width: 767px) {
    .logo-img{
        text-align: right;
    }
}

/* BOOTSTRAP */
#customFile .custom-file-control:lang(en)::after {
  content: "Fichero...";
}

#customFile .custom-file-control:lang(en)::before {
  content: "Púlsame";
}
#customFile .custom-file-control:lang(es)::after {
  content: "Selecciona";
}

#customFile .custom-file-control:lang(es)::before {
  content: "Escógelo";
}
.recuadro{
  /*display: inline-block;*/
  text-align: left;
  background: #00BCD4;
  -webkit-border-radius: 4.5rem 1rem 1rem 4.5rem;
  -moz-border-radius: 4.5rem 1rem 1rem 4.5rem;
  border-radius: 4.5rem 1rem 1rem 4.5rem;
/*  margin: 5px; 
  line-height: 50px !important; */
  border: 1px dashed #08035f;
  margin: auto;
/*  margin-top: auto;
  margin-bottom: auto;  */
}
.recuadro:hover,.sobre:hover{
    background-color: #6e91bd;
    cursor: pointer;
}
.recuadro:active{
    background-color: #6e91bd;
}

   /*Custom checkboxes style*/
  .checkboxPersonal{
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 5px;
  }
  .custom-checkbox input[type="checkbox"]:checked{
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
  }
  .custom-checkbox input[type="checkbox"]:disabled{
    color: #aaa;
  }
  .custom-checkbox input[type="checkbox"]:disabled{
    content: "\f0c8";
    color: #ccc;
  }

/* centrado verticalmente   */
.centv{
    margin-top: auto;
    margin-bottom: auto;
}
.tazul2{
    font-size: 1.5em;
    font-family: "Pacifico", cursive;
    color: #001d38;
}

.foto{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border: 1px dashed #08035f;
    padding: 0.5rem;
    background: #00BCD4;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}
.foto:hover{
    padding: 0;
}
.redondea1{
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;

}
/*fadein-popup*/
.popup {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;    
    z-index: 100001;
}

.content-popup {
    margin:auto;
    /*margin-top:120px;*/
    position:relative;
    padding:10px;
    width:500px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: relative;
    right: .25rem;
}