@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

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


html{
    font-size: 16px;
    background-color: #ffffff;
}


#pagina{
    margin: auto;
    width: 80%;
}

button {
    background-color: #9ccccb;
    color: white;
    padding: 0.8rem 1.5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    float: right;
    opacity: 0.75;
    transition: 0.3s;
    cursor: pointer;
    margin: 0.2rem;
}

button:hover {opacity: 1}

@media screen and (max-width: 450px) {
    .botonesdeusuario{
    width: 100%;
    float: left;
    }
}


@media screen and (min-width: 900px) {

    .logoweb {
        max-height: 350px;
        
    } 
}
    

input[type=text], input[type=password] {
    width: 100%;
    padding: 0.8rem 1.5rem;
    margin: 0.5rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


.botoningresar{
    width: 100%;
    background-color: white;
    min-height: 2rem;
    overflow: hidden;
}
.enter{
    
    display: inline-block;
    font-size: 1rem;
    float: right;
    margin-bottom: 2%;
}
#ingresarbtn {
    width: 78%;
    float: right;
}

#cancelbtn {
    width: 19%;
    background-color: rgb(237, 110, 4);
    float: left;
}
#ingresarbtnreg {
    width: 78%;
    float: right;
}

#cancelbtnreg {
    width: 19%;
    background-color: rgb(237, 110, 4);
    float: left;
}


.imgcontainer {
    text-align: center;
    margin: 1.5rem 0 0.75rem 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 1rem;
}

span.psw {
    float: right;
    padding-top: 1rem;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 0;
    margin: 0;
}


.modal-content {
    background-color: #fefefe;
    margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
}


.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


@media screen and (max-width: 900px) {
    span.psw {
       display: block;
       float: none;
    }
    #cancelbtn {
        width: 100%;
        float: left;
    }
    
    #ingresarbtn {
        width: 100%;
        float: left;
    }
    
    #cancelbtnreg {
        width: 100%;
        float: left;
    }
    
    #ingresarbtnreg {
        width: 100%;
        float: left;
    }
    
    #btnpublicar{
        width: 100%;
        float: left;
    }
    
    #btnnopublicar{
        width: 100%;
        float: left;
    }
}


#botonera{
    list-style: none;
    display: flex;
    flex-direction: column;
}

#botonera li{
    display: block;
    text-align: center;
    width: 100%;
    height: 2rem;
    background-color: #9ccccb;
}

#botonera li a{
    text-decoration: none;
    line-height: 2rem;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

#botonera li a:hover{
    color:rgb(237, 110, 4);
}

main{
    margin-top: 4rem;
}

p{
    color: #47414b;
    margin-bottom: 3.1rem;
    margin-top: 0.8rem;
}

@media screen and (min-width: 1150px){
    #botonera{
    flex-direction: row;
    }
}

h3{ 
color:#ff713d;
margin-top: 2.5rem;
}

h1{
color: #9ccccb;
margin-top: 2rem;
margin-bottom: 2rem;
}

h2{ 
color: #6ed3c3;
}

#celiaquia li{
    list-style: none;
    display: row;
    flex-direction: column;
}

#celiaquia li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: normal;
    width: 100%;
    height: 2rem;
    background-color: #9ccccb;
}

#celiaquia li a:hover{
    color: #fafa01;
}

#alimentos{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#alimentos img {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

#alimentos img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


#iconosalimentos{
    cursor: pointer;
}


#compartituexperiencia li{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;    
}

#compartituexperiencia li a{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: normal;
}

#opinion{
    height: 4rem;
}

#btnpublicar{
    width: 78%;
    float: right;
}
#btnpublicar a{
    color: black;
    text-decoration: none;
}

#btnnopublicar{
    width: 19%;
    background-color: rgb(237, 110, 4);
    float: left;
}

@media screen and (max-width: 900px) {
    
#btnpublicar{
        width: 100%;
        float: left;
    }
    
    #btnnopublicar{
        width: 100%;
        float: left;
    }
}

#botonessecundarios li{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;    
}

#botonessecundarios li a{
    color: black;
    font-weight: normal;
}

#botonessecundarios li a:hover{
    color: rgb(237, 110, 4);
}

.delimitador{
width:560px;
margin:auto;
}

#video{
    display: block;
    text-align: center;
    margin: 3%;
    }
    
    
.video-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
height: auto;
}



#opiniones li{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;   
}

#opiniones li a{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: normal;
}

#restaurantopiniones ul div li {
    display: list-item;
    list-style: none;
    }

#restaurantopiniones p a{
    list-style: none;
    color: #9ccccb;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
}

.maparestaurant{
    width: 100%;
    height: auto;
}


#recetas li{
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;    
}

#recetas li a{
    display: block;
    text-decoration: none;
    color: black;
    font-weight: normal;   
}

#recetas p a{
    list-style: none;
    color: #9ccccb;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
}


#subitureceta form div li{
    display: list-item;
    list-style: none;
}

#restaurant{
    list-style: none;
    text-decoration: none;
}

#quees li a{
    list-style: none;
    text-decoration: none;
    }

.sintomas{
    text-decoration-line: underline;
}

@media screen and (max-width: 850px){
    #alimentos{
    flex-direction: column;
    text-align: center;
}
}

.boletin{
    width: 100%;
    height: auto;
}

#eventosmensuales{
list-style: none;
text-decoration: none;
flex-direction: row;
justify-content: space-around;
display: inline-flex;
width: 100%;
flex-wrap:wrap;
}

@media screen and (max-width: 850px){
    #eventosmensuales{
    flex-direction: column;
    text-align: center;
}
}

#eventosenero{
list-style: none;
text-decoration: none;
flex-direction: row;
justify-content: space-around;
display: inline-flex;
width: 100%;
flex-wrap:wrap;
}

@media screen and (max-width: 850px){
    #eventosenero{
    flex-direction: column;
    text-align: center;
}
}


footer{
    margin: auto;
    width: 80%;
    font-size: 1rem;
    text-align: center;
    list-style: none;
    text-decoration: none;
}

footer li a{ 
    cursor: pointer;
    text-decoration: none;
    color: rgba(237, 110, 4);
    font-weight: bold;   
}
