/*-----  Página diseñada y desarrollada por EQUILÁTERO - Todos los derechos reservados  -------- */
/*-----  CSS GENERAL DESKTOP  -------- */
/*-----  FONTS  -------- */
@font-face {
  font-family: reg;
  src: url("../fonts/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: bld;
  src: url("../fonts/AvenirLTStd-Heavy.otf");
}
/* ---------- ///////////// GENERAL  ////////////--------- */
html {
  height: 100%;
  width: 100%;
	
}
body {
  height: 100%;
  width: 100%;
  font-family: reg !important;
}
:root {
  --blue: #314563;
  --green: #c4d43d;
	
}
strong {
  font-family: bld;
}
.text-blue {
  color: var(--blue) !important;
}
.btn-info {
  background: var(--green);
  border: none;
  color: var(--blue);
  font-family: bld;
}
.btn-info:hover {
  background: var(--blue);
}
.btn-success {
  background: var(--blue);
  border: 0;
}
h3 {
  color: var(--blue);
  font-family: bld;
}
h5 {
  color: var(--blue);
  font-family: bld;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 130%;
  height: 130%;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	 cursor: pointer;
}

/* IMAGE STYLES */
[type=radio] + cardL {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* CHECKED STYLES */
[type=radio]:checked + cardL {
  outline: 2px solid #f00;
  width: 20%;
  height: 20%;
}


/* Section */
#sectionCards {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards {
    display: flex;
}

.cardL {
    position: relative;
    width: 11rem;
    height: 11rem;
    margin: .5rem;
    border: 1px solid #EEE;
    border-radius: 1rem;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: 100% !important;
    overflow: hidden;
    cursor: pointer;
    transition: background-size .4s !important;
	background-blend-mode: multiply !important;
}

.cardL:hover {
    background-size: 115% !important;
	border:3px solid var(--green) !important;
}

.cardL:focus{
	border:2px solid var(--blue) !important;
}



.cardL .title {
    position: absolute;
	bottom:3%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    font-size: 12px;
    text-align: center;
  
}




/* ---------- ///////////// nav bar  ////////////--------- */
.navbar {
  padding: 2% 5% 0% 10%;
  z-index: 1;
}
.navbar-brand {
  width: 30%;
  max-width: 280px;
}
/* ---------- ///////////// header  ////////////--------- */
#header {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  margin-top: -7%;
  z-index: 0 !important;
}
.header-txt {
  padding: 4%;
}
.decorations {
  position: absolute;
  z-index: 3;
  bottom: -40%;
  width: 100%;
}
.bg-header {
  background: url("../img/marpa_bg_header.jpg")center center;
  position: absolute !important;
  left: 0 !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}
.nav-list {
  list-style-type: none;
  width: 80%;
}
.nav-list li {
  display: inline;
  padding-left: 2%;
}
.custom-toggler.navbar-toggler {
  border-color: none;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(49,69,99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* ---------- ///////////// quienes somos  ////////////--------- */
#who {
  margin-top: 15%;
  position: relative;
}
.slogan-container {
  margin-top: 20%;
}
.green-bg {
  position: relative;
  background: var(--green);
  color: var(--blue);
  padding: 4%;
  font-size: 2.5vw;
}
.img-slogan {
  position: absolute;
  top: -180px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.seals {
  margin-top: 5%;
}
.seals img {
  max-width: 100px;
}
.senasaica {
  max-width: 150px !important;
}
/* ---------- ///////////// producto estrella  ////////////--------- */
#biloxi {
  position: relative;
  padding-bottom: 50%;
  margin-top: 7%;
}
.biloxi-img {
  position: absolute !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  background-blend-mode: multiply !important;
}
.biloxi-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
.title-biloxi {
  font-size: 14vw;
  text-shadow: -4px 3px var(--green);
}
/* ---------- ///////////// invierte  ////////////--------- */
#invest {
  margin-top: 7%;
}
/* ---------- ///////////// inf0  ////////////--------- */
#info {
  margin-top: 5%;
  width: 100%;
  position: relative;
  padding-bottom: 25%;
}
.info-container {
  background: #dadbde;
  padding: 2%;
  padding-bottom: 18%;
  margin: 0 !important;
}
#info h3 {
  background: var(--green);
}
#info .salesmen {
  position: absolute;
  top: 175%;
}
/* ---------- ///////////// footer  ////////////--------- */
#footer {
  background: var(--blue);
  padding: 2%;
  margin-top: 7%;
  color: white;
	padding-bottom:4% !important;
}
#footer a{
	color: white;
}
/* ---------- ///////////// BILOXI  ////////////--------- */

.marpa-biloxi{
	margin-top: 30%;
	position: relative;
}
.biloxi-intro{
	background: #d2e9f3;
	padding:8% 3% 5% 3%;
	text-align: center;
	border-radius:10px;
}
.marpa-biloxi .btn{
	position: absolute;
	bottom:-20px;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.biloxi-img-2{
	position: absolute;
	top: -114%;
	text-align: center;
	z-index: 2;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 230px;
}
h3 strong{
	background:var(--blue);
	padding:1.5%;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: var(--green);
}
.facts{
	background:var(--blue);
	padding:4%;
	margin-top:8%;
	color: white;
}
.title-facts{
	background:var(--green);
	padding: 2%;
	color:var(--blue);
	text-align:center;
}
.text-green{
	color: var(--green);
}

