*{
font-family: 'Open Sans', sans-serif;
}

/*
font-family: 'GFS Didot', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Kristi', cursive;
*/




.nuestra-cocina-texto > h2{
  font-family: 'GFS Didot', serif;

}

/*tipografia*/




.didot{
  font-family: 'GFS Didot', serif;
}


  html {font-size: 1em;}

  body {
    background-color: white;
    font-family: open sans;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
  }

  p {margin-bottom: 1.3em;}

  h1, h2, h3, h4 {

    font-weight: inherit;
    line-height: 1.2;
  }


  h1 {
    margin-top: 0;
    font-size: 3.998em;
  }

  h2 {font-size: 2.827em;}

  h3 {font-size: 1.999em;}

  h4 {font-size: 1.414em;}

  small, .font_small {font-size: 0.707em;}

  /* popup*/

/* The Modal (background) */
.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.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: max-content;
 /* Could be more or less, depending on screen size */
}

.modal-content>img {
    width: 100%;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 80px;
    font-weight: bold;
    opacity:  1;
        margin-top: 100px;

}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {

.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    border: 1px solid #888;
    margin-top: 95px;
    width: 90%;
}

.modal-content>img {
width: 100%;
}

}

#myBtn{
      background-color: #d2aa85;
    color: white;
    padding: 17px 40px;
    font-size: 20px;
    font-family: didot;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border: none;
   font-family: 'GFS Didot', serif;

}


#myBtn:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}





  /* popup*/





  h4 {
    font-size: 1.125em;

    line-height: 1.11111111;
  }

  @media (min-width: 43.75em) {
    h4 {
      line-height: 1.22222222;

    }
  }


.didot{
  font-family: 'GFS Didot', serif;
  }


/*Final tipografia*/






/*
        Estilos de nav bar de bootstrap
*/

.nav{
    font-weight: 900;
}
.navbar-inverse {
    background-color: white;
    border-color: white;
    color: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-inverse .navbar-nav>li>a {
    color: #333333;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: grey;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 7%;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: black;
    border-radius: 4px;
}

.navbar-brand>img {
display: block;
    margin-top: 8px;
}

.navbar-brand>img:hover{
  opacity: 0.7;

}

@media only screen and (max-width: 768px) {

  .navbar-brand>img{
    display: block;
    height: 63%;
    margin-top: 18px;
  }
}



.navbar-inner {
    min-height: 0px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 90px;
    height: 90px;
    padding-top: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    }



/*Termina estilos de nav bar de bootsstrao*/


/*Portada*/

#portada{
    width: 100%;
    height: 500px;
    background-image: url(img/mostrador.jpg);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    /*border: 1px solid red;*/
    background-position: center;
}

#portada p {
    font-family: 'Kristi', cursive;
    font-size: 95px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: white;    
     margin: 42px 70px;
    line-height: 0.7;
    text-shadow: 1px 1px 3px black;
}

#portadanosotros{
    width: 100%;
    height: 500px;
    background-image: url(img/portadabn.jpg);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    /*border: 1px solid red;*/
    background-position: center;
}

@media only screen and (max-width: 768px) {
  #portada p{
  line-height: 0.9;
}
#portada{
margin-top: 90px;
background-position: center;
}
}



/*Termina Portada*/

/* seccion 1 */

.bloque1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100% 100%;
  margin:5%;
  grid-gap: 7em;

}




.nuestra-historia-img{  
  background-image: url(img/almacen.jpg);
  background-size: cover;
  background-position: center;
}


.button:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  text-decoration: none;
  color: white;
}



.nuestra-historia-texto{
  text-align: right;


}

.nuestra-historia-texto>h3>strong{
font-family: 'GFS Didot', serif;
}



.nuestra-cocina-img{
  background-image: url(img/amasando.jpg);
  background-size: cover;
  background-position: center;
}

.nuestra-cocina-texto>h3>strong{
font-family: 'GFS Didot', serif;
}







/* Termia seccion 1 */

/* Empieza bloque historia */


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1% 15%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin: 4%;
}

.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  margin: 2%;
}

.fotoalmacen {
  background-image: url(img/almacen.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}

.textoalmacen {
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

.textoalmacen > h3 {
  font-family: 'GFS Didot', serif;
  font-size: 1.999em;
  font-weight: 700;
}

.lineaizquierda {
  height: 3px;
  color: #e6d280;
  background-color: #e6d280;
  border: none;
  width: 90px;
  margin-left: 0;
}



.button {
    background-color: #D2AA85;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: none;
}

.button > a{
  font-family: 'Open Sans', sans-serif;
}

.lineacentro {
  height: 3px;
  color: #e6d280;
  background-color: #e6d280;
  border: none;
  width: 90px;

}


@media only screen and (min-width: 768px) {
  
  .lineacentro{
    display: none;
  }


}

@media only screen and (max-width: 768px) {

  .row {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1% 5%;
    
  }


  .fotoalmacen {
      display: none;
  }

  .fotopasta{
    height: 200px;
  }
  

  .textoalmacen {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }

  .textococina {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
  }


  .lineaderecha  {
  display: none;
  }

  .lineaizquierda{
    display: none;
  }
 
}

.lineaderecha {
  height: 3px;
  color: #e6d280;
  background-color: #e6d280;
  border: none;
  width: 90px;
  margin-right: 0;
}


/* Empieza bloque cocina */


.fotoamasa {
  background-image: url(img/amasando.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}

.textococina > h3 {
  font-family: 'GFS Didot', serif;
  font-size: 1.999em;
  font-weight: 700;
}












/* Empieza termina historia */



/* seccion 2 */

.seccion2 {
    background-color: #B9CFD4;
    height: 100%;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 105px;
}

.seccion2>h2{
      font-family: 'Kristi', cursive;
    width: 80%;
    text-align: center;
    margin: auto;
}

.seccion2>h3{
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
}


.buttonb {
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    font-family:'GFS Didot', serif;
}

.button1b {
    background-color: #B9CFD4;
    border: 2px solid #D2AA85;
    color: black;
    padding: 16px 40px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  font-family: 'GFS Didot', serif;
  margin: 40px 5px;
}


.button1b:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  text-decoration: none;

}


/*  Termina seccion 2 */




/* seccion novedades*/
.titulonovedades{
  text-align: center;

}

.titulonovedades>h3>strong{
  text-align: center;
  margin-top: 100px;
      font-family: 'Open Sans Condensed', sans-serif;
}

.novedades{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 3% 5%;
    grid-gap: 7em;
}

.imagen-novedades{
  text-align: center;
}

.imagen-novedades img{
    height: 150px;
    text-align: center;
    margin-bottom: 16%;
}

.texto-novedades{
  text-align: center;
}

.texto-novedades > h4{
  font-family: 'Open Sans', sans-serif;

}



@media only screen and (max-width: 1280px) {

.novedades{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin:5%;
  grid-gap: 7em;
}

}

@media only screen and (max-width: 768px) {

  .novedades{
  display:grid;
  grid-template-columns: 1fr;
  /*grid-template-rows: repeat(4, 100%);*/
  margin:5%;
  grid-gap: 0em;
}


.imagen-novedades img{
    height: 150px;
    text-align: center;
    margin-bottom: 7%;
}

}

/* termina seccion novedades*/

/*seccion galeria del index*/

#bloque-galeria{
    background-color: #e6d280;
    text-align: center;
    padding: 2%;
    color: #333333;
    font-family: 'Open Sans Condensed', sans-serif;
}



.galeria{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px;

}

.masa{
  background-image: url(img/amasando.jpg);
  background-size: cover;
  background-position: center;
}
.gondola{
  background-image: url(img/gondola.png);
  background-size: cover;
  background-position: center;
}

.huevo{
  background-image: url(img/huevo.png);
  background-size: cover;
  background-position: center;
}
.maquina{
  background-image: url(img/maquina.png);
  background-size: cover;
  background-position: center;
}
.molde{
  background-image: url(img/molde.png);
  background-size: cover;
  background-position: center;
}

.raviolesnegros{
  background-image: url(img/raviolesnegros.png);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1280px) {

.galeria{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 300px 300px 300px;

}

}

@media only screen and (max-width: 768px) {

.galeria{
  display:grid;
  grid-template-columns:  1fr;
  grid-template-rows: 250px 250px 250px 250px 250px 250px ;

}

}

/*Termina seccion galeria del index*/


/*nosotros*/

.historia-texto{
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 3.222222;
}

.historia-texto h4{
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 3.222222;
}

.historia-texto img{
  margin-top: 4%;
}

.separador{
  height: 15px;
  background-color: #D5C180;
    margin-top: 6%;
}

.espacio-al-pedo{
  height: 150px;
}


@media only screen and (max-width: 768px) {
 
.historia-texto{
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 3.222222;
}

.historia-texto h4{
  text-align: center;
  width: 95%;
  margin: auto;
  line-height: 1.9;
}
.historia-texto img{
  margin-top: 10%;
}

.espacio-al-pedo{
  height: 50px;
}


}




/*termina nosotros*/



/*Footer*/


.footer{
  display:grid;
  grid-template-columns:  repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  font-family: 'GFS Didot', serif;


}

.footer>.dir1>h4{
    font-family: 'GFS Didot', serif;
}

.logo{
  background-image: url(img/logofooter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

.dir1,.dir2,.encontranos,.mapa1,.mapa2{
  align-self: center;
  justify-self: center;
}
 .copyright{
  background-color: #383E3F;
  color: white;
  height: 80px;
  text-align: center;
  margin-top: 20px;
  padding: 10px; 
 }


 @media only screen and (max-width: 768px) {

.logo { grid-area: logo; }
.dir1 { grid-area: dir1; }
.dir2 { grid-area: dir2; }
.encontranos { grid-area: encontranos; }
.mapa1 { grid-area: mapa1; }
.mapa2 { grid-area: mapa2; }

.logo{
  background-size: 70%;
}
.footer{
  display:grid;
  grid-template-columns:  100%;
  grid-template-rows: repeat(6, 200px) ;
  grid-template-areas:
    'logo'
    'dir1'
    'mapa1'
    'dir2'    
    'mapa2'
    'encontranos';
}



}

/* Termina Footer*/

/* CARTA */

#portadacarta{
    width: 100%;
    height: 500px;
    background-image: url(img/portadacarta.jpg);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    /*border: 1px solid red;*/
}

.titulo-carta h1 {
    font-family: 'Kristi', cursive;
    /* //font-size: 95px; */
    position: relative;
    top: 50%;
    /* //transform: translateY(-50%); */
    text-align: center;
    /* //color: white;     */
    margin: 42px 70px;
    line-height: 0.9;
    /* //text-shadow: 1px 1px 3px black; */
}

.texto-bajo-carta{
  text-align: center;
  font-family:'GFS Didot', serif;
  margin-top: 100px;
      width: 70%;
    margin: auto;
}

.texto-bajo-carta>h3{
  margin-top: 100px;

}

.palo-amasar{
     text-align: center;
    margin-top: 20px;
}



/* .elmenu{
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.elmenu{
    display: flex;
    justify-content: center;
    align-items: center;

}

@media only screen and (max-width: 1280px) {

.elmenu{
    display: block;
    justify-content: center;
    align-items: center;

}
.elmenu img{
  max-width: 100%;
}

}

/* promociones */

  #portada-promociones{
       width: 100%;
      height: 350px;
      background-image: url(img/portadapromociones.jpg);
      background-size: cover;
      background-position: center;
  }

  @media only screen and (max-width: 760px){

    
    #portada-promociones{
      height: 250px;
    }



  }




  .promos{
    text-align: center;
    font-family: 'GFS Didot', serif;

  }


.fidus{
    background-image: url(img/fidus.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    position: relative;
  }

  .viandas>img{
    width: 30%;
  }
.promos>h3{
   font-family: 'GFS Didot', serif;
   color: #d2aa85;
   margin-top: 60px;
}

.tarjetas>h4>strong{
      font-family: 'Open Sans Condensed', sans-serif;
      font-family: 'Open Sans Condensed', sans-serif;
      margin-top: 20px;
      font-size: 23px;
      margin-top: 60px;
}

.tarjetas>h4{

        margin-top: 60px;
}

.suma>h5{
      font-family: 'Open Sans', sans-serif;
          font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 20px;
        margin-bottom: 30px;
    font-size: 23px;
}

.viandas>h4{
      font-family: 'Open Sans Condensed', sans-serif;
          font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 20px;
    font-size: 23px;
        margin-bottom: 30px;
}




.wrappercard{
  width: 100%;
  margin: 60px 0px;

}

.card {

  width: 300px;
  margin: auto;
}

.cardhead{
  background-color: #0544f3;
  height: 10em;
  position: relative;
  border-radius: 15px 15px 0px 0px;
}

.cardhead > img{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 40%;
}

.cardbody{
  padding: 10%;
  -webkit-box-shadow: 0px 12px 24px -23px rgba(0,0,0,1);
  -moz-box-shadow: 0px 12px 24px -23px rgba(0,0,0,1);
  box-shadow: 0px 12px 24px -23px rgba(0,0,0,1);
}

.cardbody > .presu{
  font-family: 'GFS Didot', serif;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0em;
  
}

.cardbody > .sumar{
margin-bottom: 70px;
color: slategrey;
  
}

.botonfidus{

  width: max-content;
  
  
  

}

.botonfidus > p{

  background-color: #0544f3;
  color: white;
  padding: 9px 20px;
  border-radius: 10px;

}




@media only screen and (max-width: 760px){

.fidus{
      background-size: 100%;
 
  }

.suma>h5{

    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 23px;
    width: 80%;
    text-align: center;
    margin: auto;
  }

.viandas>img {
    width: 100%;
        margin-top: 20%;
} 
}
/**/
/**/




/*termina promociones*/



/* Contacto */

form {
    width: 450px;
    margin: auto;
    background: #333333;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 9%;
    margin-bottom: 9%;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

form:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



.titulocontacto{
    color: white;
}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    border: none;
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    background-color: #e6d280;
    padding: 20px;
}

#boton:hover{
    cursor:pointer;
}

.gracias-por-contactarnos{
    text-align: center;
}

.cuadro-gracias{
    margin: 200px 60px;
    text-align: center;
}

#vermasgracias{
        margin-top: 5%;
    margin-bottom: 5%;
}

#vermasgracias a{
    text-decoration: none;
    color: black;
    padding: 11px 22px;
    background-color: #e6d280;
    margin-top: 10%;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media only screen and (max-width: 768px) {

form {
    width: 100%;
    margin-top: 100px;
  }
}

/* fin contacto */


/*galeria*/

/*galeria*/

  .limite-galeria {
      text-align: center;
      margin: auto;
      max-width: 1140px;
      margin-top: 110px;
  }

  /* The Image Box */
  div.img {
      border: 1px solid #ccc;
  }

  div.img:hover {
      border: 1px solid #777;
  }

  /* The Image */
    div.img img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

  /* Description of Image */
  div.desc {
      padding: 15px;
      text-align: center;
  }

  * {
      box-sizing: border-box;
  }

  /* Add Responsiveness */
  .responsive {
      float: left;
      /* width: 24.99999%; */
      margin: 24px;
  }


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /* padding-top: 100px; */
    left: 0;
    top: 90px;
    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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
        width: max-content;
    /* margin-top: 100px; */
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

/* The Close Button */
.closepop {
    position: absolute;
    top: 15px;
    right: 35px;
    color: black;
    font-size: 80px;
    font-weight: bold;
    transition: 0.3s;
}

.closepop:hover,
.closepop:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive Columns */
@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
    .modal-content {
        width: 90%;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*fin galeria*/

/*fin galeria*/

.rowx {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 10% 15% 0 15%;
}

/* Create four equal columns that sits next to each other */
.columnx {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
}

.columnx img {

  vertical-align: middle;
  padding: 20px;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnx {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .rowx {
    padding: 100px 0 0 0;
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnx {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
