@font-face {
    font-family: 'FuturaHb';
    src: url('/font/Futura Heavy font.ttf')  format('truetype') /* Safari, Android, iOS */
    }


.img-bottom{
    position: relative;
    bottom: 0%;
    width: 70%
}
.white-color{
    color: #bdbdbd !important;
    text-align: center;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url(/img/FONDO.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-repeat: no-repeat;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
     margin-top: -1rem
}


.btn1{
height: 64px;
width: 80%;
background: url(/img/comprar.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'FuturaHb';
font-weight: 700;
color: #0e0d0d;
background-position: center;
margin-bottom: 16px;
}


.btn2{
height: 64px;
width: 80%;
background: url(/img/asesoria_nutricionista.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'FuturaHb';
font-weight: 700;
color: #0e0d0d;
background-position: center;
margin-bottom: 16px;
}

.btn3{
height: 64px;
width: 80%;
background: url(/img/estudios_cientificos.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'FuturaHb';
font-weight: 700;
color: #0e0d0d;
background-position: center;
margin-bottom: 16px;
}
.btn4{
height: 64px;
width: 80%;
background: url(/img/pagina_web.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'FuturaHb';
font-weight: 700;
color: #0e0d0d;
background-position: center;
margin-bottom: 16px;
}
.btn5{
height: 64px;
width: 80%;
background: url(/img/buzon.png);
background-size: contain;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'FuturaHb';
font-weight: 700;
color: #0e0d0d;
background-position: center;
margin-bottom: 16px;
}

@media(min-width:537px){
.btn1, .btn2, .btn3, .btn4, .btn5{
width: 50%;   
}
}

.modal{
    position: fixed;
    height: 100%;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000e8;
    top: 0%;
    left: 0%;
    font-family: 'FuturaHb';
font-weight: 700;
color:white;
font-size: 1.5rem;
/* text-transform: uppercase; */
display: none;
}


.btn-primary {
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
   color: #080808;
    font-weight: 600;
    width: 200px;
    font-family: 'FuturaHb';
}

h2{
    font-size: 1.1rem !important;
}


.modal2 {
    position: fixed;
    height: 100%;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    top: 0%;
    left: 0%;
    /* font-family: 'FuturaHb'; */
    font-weight: 700;
    color: #262626;
    /* font-size: 1.5rem; */
    /* text-transform: uppercase; */
    display: none;
}


.form-outline {
    position: relative;
    width: 80%;
}








@import "bourbon";

.modal2 {
	background: #eee !important;	
}

.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
    border-radius: 6px;
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);  
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.05)!important;
}
