* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Branding-Medium', sans-serif;
        text-align: center;
    }
	.imgmv {
    width: 100%;
    height: 100%;
			content-visibility: hidden;

		}
		.imgdk {
    width: 100%;
    height: 100%;

}
.showcase {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: 93vh;
        /* display: flex;
        justify-content: space-between; */
        align-items: center;
        background: #111;
        z-index: 2;
    }
.imgback {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 93vh;
        object-fit: cover;
        opacity: 0.6;
    }
.overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: #0694d5; */
        /* background: #03a8f4a7; */
        background: rgba(0, 0, 0, 0.5);
        mix-blend-mode: overlay;
    }
.text {
        position: absolute;
        top: 10vh;
        left: 1vw;
        right: 0;
        bottom: 10vh;
        z-index: 10;
    }
.text h2 {
        font-size: 80px;
        font-weight: 600;
        color: #dfe0e2;
        padding-top: 10vh;
        line-height: 1em;
        /* text-transform: uppercase; */
    }
.text h3 {
        font-size: 85px;
        color: #dfe0e2;
        line-height: 0.2em;
    }
.text h4 {
        font-size: 100px;
        font-weight: 800;
        color: #dfe0e2;
        padding-top: 1vh;
        line-height: 0em;
        /* text-transform: uppercase; */
    }
.text p {
        font-size: 1.0em;
        color: #fff;
        margin: 20px 0;
        font-weight: 400;
        max-width: 700px;
    }
.text a {
        display: inline-block;
        font-size: 1em;
        /* background-color: #703158; */
        border-width: 2px;
        border-style: solid;
        border-color: #703158;
        padding: 10px 30px;
        font-family: 'Branding-SemiBold', sans-serif;
        text-decoration: none;
        font-weight: 500;
        margin-top:  10vh;
        color: white;
        letter-spacing: 1px;
        transition: 0.2s;
    }
.text a:hover {
        letter-spacing: 2px;
    }
.header-logo {
        margin-top: 0vh;
        max-width:30%;
    }
@media (max-width: 991px)
    {
        .showcase,
        .showcase header
        {
            /* padding: 40px; */
        }
        .text h2
        {
            font-size: 4em;
        }
        .text h4
        {
            font-size: 4em;
        }
        .text h3
        {
            font-size: 3em;
        }
        .header-logo {
            margin-top: 0vh;
            width: 80%;
        }
    }
    .container--pt {
    padding-top: 1.375rem;
}
iframe {
  width: 100%    !important;
  height: 600px   !important;
}
@media (max-width: 991px)
{
    iframe {
        width: 100%    !important;
        height: 600px   !important;
    }
}
.c {
    font-family: 'Branding-Medium', sans-serif !important;
    font-size: 1.5em;
}
.c img {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
    /* padding-left: 2em;
    padding-right: 2em; */
}
img.icono {
    max-width: 65px;
}
.c .bg-dark {
    /* background-color: #703158 !important; */
}
.c .font-size-sm {
    font-size: 1.0rem !important;
}
.c .myfont {
    font-family: 'Branding-Medium', sans-serif !important;
    /* font-family: 'Branding-Bold', sans-serif !important; */
    font-size: 1.5em;
    color: black;
}
.c .block {
  margin-bottom: 0rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(230 235 244 / 40%);
}
.c .container .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}
.c .item {
    width: 3rem;
    height: 3rem;
}
.c .table td, .table th {
  padding: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .75rem;
  padding-right: .75rem;
}
.c .button  {
  outline: 0;
  display: inline-block;
  padding: 12px;
  color: #2e193d;
  border: 1px solid #2e193d;
  text-align: center;
  cursor: pointer;
  width: 30%;
  font-family: 'Branding-Medium', sans-serif !important;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.c .popuptext {
    font-size: 18px !important;
}
.c .popupinput{
    font-size: 18px !important;
    width: 90% !important;
}
@media (max-width: 768px)
	
{
	.imgmv {
    width: 100%;
    height: 100%;
		content-visibility: visible;
		}
		.imgdk {
    width: 100%;
    height: 100%;
	content-visibility: hidden;

}

    .c .button  {
        outline: 0;
        display: inline-block;
        padding: 12px;
        color: #2e193d;
        border: 1px solid #2e193d;
        text-align: center;
        cursor: pointer;
        width: 90%;
        font-family: 'Branding-Medium', sans-serif !important;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.info .container2 {
    max-width: 59.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.info .container2  h1 {
    font-family: 'Branding-Bold', sans-serif;
    font-size: 3.15em;
}
.info .container2  h2 {
    font-family: 'Branding-ThinItalic', sans-serif !important;
    font-size: 1em;
    color: #dfe0e2 !important;
}
.vbanner {
    height: 3px;
    background-color: #703158;
    margin-bottom: 1em;
}
.vline {
    height: 1px;
    background-color: #703158;
    margin-bottom: 1em;
}
.hbanner {
    height: 3vh;
    background-color: #2e193d;
    /* margin-bottom: 1em; */
}
.vcardbackground {
    background: linear-gradient(-45deg, #703158 0%,  #703158 50%, transparent 50%)
}
.hcardbackground {
    background: linear-gradient(-45deg, #2e193d 0%,  #2e193d 50%, transparent 50%)
}
.vbackground {
    background-color: #703158
}
.hbackground {
    background-color: #2e193d;
}
.zbackground {
    background-color: #dfe0e2;
}
.vcolor {
    color: #703158 !important;
}
.hcolor {
    color: #2e193d !important;
}
.zcolor {
    color: #38383e !important;
}
.wcolor {
    color: white !important;
}
.datacontainer {
    position: relative;
    display: flex;
    flex: 2;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    width: 100vw;
    height: auto;
    color: white;
    font-family: 'Branding-Regular', sans-serif;
}
.comercializadora {
    position: relative;
    flex: 1;
    flex-direction: column;
    /* background-color: rgba(17, 17, 17, 0.427); */
}
.email {
    position: relative;
    flex: 1;
    flex-direction: column;
}
.weblink {
    color: white;
}
.infotitle {
    position: absolute;
    padding-top: 2rem;
}
.infotitle h5 {
    font-family: 'Branding-Bold', sans-serif;
    font-size: 2em;
}
.infotitle span {
    font-family: 'Branding-Medium', sans-serif;
    font-size: 1em;
}
#fondo {
    background-image: url('https://luvaclubdecampo.com.ar/images/TORRES/LUVA-TORRES-FINAL-GIGA-A-0048.jpg');
    padding: 3% 3%;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#fondo:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
}
#fondo h6 {
    font-family: 'Branding-Medium', sans-serif;
    font-size: 1.75em;
    color: #fff;
    position: relative;
}
#fondo h2 {
    font-family: 'Branding-ThinItalic', sans-serif !important;
    font-size: 1rem;
    color: #fff;
    position: relative;
}
#fondo p {
    font-family: 'Branding-Regular', sans-serif;
    font-size: 1rem;
    text-align: left !important;
    padding-left: 3rem;
    color: #fff;
    line-height: 1;
    position: relative;
}
#fondo strong>p {
    font-family: 'Branding-Medium', sans-serif;
    font-size: 1.4rem;
    text-align: left !important;
    padding-left: 3rem;
    color: #fff;
    position: relative;
}
#fondo table {
    position: relative;
}
.grid {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
#fondo .button  {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
#fondo button  {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color:  #2e193d !important;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  width: 200px;
  margin-bottom: 20px;
}
input[type=text] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  text-align: left !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
input[type=email] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  text-align: left !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  text-align: left !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cuadro {
    background-color: white;
    text-align: center;
    width: 70%;
    margin: 2rem;
}
#fondo h3  {
    font-family: 'Branding-Medium', sans-serif !important;
    font-size: 1.4em;
    color: #fff;
    position: relative;
    text-align: left !important;
    padding-left: 3rem;
}
.inputgroup {
    padding: 2rem;
}
@media (max-width: 991px)
{
    h1 {
        font-size: 5em;
    }
    p {
        font-size: 1.4em;
    }
    .datacontainer {
        flex-direction: column;
    }
    .comercializadora {
        padding: 4rem;
        align-content: center;
        justify-content: center;
    }
    .email {
        padding-right: 4rem;
        align-content: center;
        justify-content: center;
    }
    .cuadro {
        width: 100%;
    }
    #fondo h2 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.footer .grid {
    display: flex;
    flex: 1;
    align-content: center;
    justify-content: space-between;
    max-width: 80%;
    text-align: center;
}
.logo {
    width: 36px;
}
@media (max-width: 991px)
{
    .footer .hide_mobile {
        visibility: hidden;
    }
    .logo {
        width: 28px;
    }
}