@import url(responsive.css);
@import url(variables-colors.css);
@import url(menu.css);

img 
{
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
.galeria img 
{
    border-radius: 4px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
i 
{
    text-align: center;
    font-size: 1rem;
}

.col-sm-12 i {
    font-size: 1.5rem
}
#text_home 
{
    margin-top: 2rem;
}
.spac 
{
    height: 25vh;
}
.carousel-item 
{
    height: 55vh;
    border-radius: 12px;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item img 
{
    object-fit: cover;
    border-radius: 12px;
    height: 100%;
}
.col-sm-12 
{
    overflow-x: hidden;
}
.justi 
{
    display: flex;
    justify-content: center;

}
.carousel-indicators button
{
border-radius: 50%!important;
    border-radius: 0;
    height: 5px!important;
    transform: translateY(184%);
    width: 25px!important;
    background: black!important;
}
.header2{
    display:flex;justify-content:center;align-items:center;height:12vh;width:100%;background: linear-gradient(#333, rgb(63, 63, 63));z-index: 1; margin-top: 2.7rem;
}
.header2 .tipo_de_compra{
    display:flex;background:transparent;justify-content:center;align-items:flex;flex-wrap: nowrap;
}
.header2 .tipo_de_compra a{
    position:relative;z-index:-0; margin-left: .4rem;	box-shadow:inset 0px 1px 0px 0px #ffffff;
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
background-color:#ffffff;
border-radius:3px;
border:1px solid #dcdcdc;
display:inline-block;
cursor:pointer;
color:#666666;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:12px 70px;
text-decoration:none;
text-shadow:7px 50px 40px #ffffff;
margin-top: .6rem;
text-align: center;
}
.header2 .tipo_de_compra a:hover
{
background:#e0e0e0;transition:.5s ease-in-out;transform:translateY(-5%);
transition: .3s ease-in-out;
}
.nav i 
{
    margin-left: 10px;
}
input:focus 
{
    color: #333;
}
.popup 
{
height: 400px;
width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
font-family: Roboto condensed, sans-serif;
border: 1px solid rgba(116, 116, 116, 0.376);

border-radius: 4px;
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba(175, 175, 175, 0.37);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );

}
.popup p 
{
    font-size: .8rem;
}
.button_landing
{
box-shadow: 3px 4px 0px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
    text-shadow:0px 1px 0px #528ecc;
    margin-right: 35rem
}
.button_landing:hover 
{
    background:linear-gradient(#049BD8f0, #469dc0f0);
    color: rgb(202, 200, 200);
}
.btn_pers 
{
    border-radius: 4px;
    border: 1px solid #b8b8b8;
    background-color: #f7f5f5;
    height: 40px;
    width: 85%;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
    text-decoration: none;
}