@charset "UTF-8";

body > table > tbody > tr > td > table:nth-child(1):last-child {
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div:nth-child(1) {
  display:none;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div {
  display:grid;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(1) {
  display:none;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(1),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(2) {
  display:none;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div {
  display:grid;
  width:100%;
  margin:auto;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(12) {
  display:grid;
  width:100%;
  vertical-align:center;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(12) > td.key {
  display:grid;
  width:100%;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(12) > td.value {
  display:grid;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table {
  margin-left:0;
  display:grid;
  width:100%;
}

body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(1),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(2),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(3),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(4),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(5),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(6),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(7),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(8),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(9),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(10),body > table > tbody > tr > td > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr > td > div > div > div > div.content.about_me > table > tbody > tr:nth-child(11) {
  display:none;
}

body > table > tbody > tr > td > table:nth-child(1) {
  -webkit-border-horizontal-spacing:0;
  -webkit-border-vertical-spacing:0;
  display:grid;
  margin:auto;
  width:100%;
  padding:10px;
  font-size:calc(0.5em + 0.3vw);
}

* {
  margin:0;
}

.outer_body,body {
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656623022/mfc/fonn1_fpjfgs.jpg);
  display:grid;
  width:100%;
}

table {
  display:grid;
  width:100%;
  margin:auto;
}

/*Navbar -Menu*/
.menu2 {
/* display: grid;
	grid-template-columns: repeat(2,1fr);

    color: black;
    font-size: 20px;

    margin-bottom: 20px;
    background-color: rgb(22, 22, 22);

 */
  display:grid;
  padding:20px;
  overflow:hidden;
  background-color:rgb(19,19,19);
/* Set the navbar to fixed position */
  width:100%;
  margin-left:auto;
  margin-right:auto;
  height:20px;
  border-radius:12px;
  text-align:center;
  justify-items:center;
  margin-bottom:20px;
  align-items:center;
  font-size:20px;
  z-index:100;
  top:0;
  box-shadow:2px 2px 2px 2px rgba(235,228,228,0.418);
}

.m2 {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.menu2 a {
  font-size:2vmax;
  margin:0 10px;
  transition:.5s ease all;
  color:#ccc;
  text-decoration:none;
  justify-content:center;
  border-radius:3px;
  font-family:'Titan One';
  font-size:1rem;
}

.m2 a img {
  text-align:center;
  margin:auto;
  display:grid;
  object-fit:cover;
}

.menu2 a:hover {
  transform:translateY(18px);
  background-color:var(--purple-light);
}

body > div.menu2 > div:nth-child(2) > a.mfs {
  color:#096;
}

/*contenedor*/
.container {
  width:80%;
  margin:0 auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-size:100%;
  background-repeat:no-repeat;
  background-position:0 0;
  background-attachment:fixed;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  margin-bottom:10%;
}

.port {
  display:grid;
  text-align:center;
  width:100%;
  height:500px;
  margin:auto;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  border-radius:12px;
  background-color:rgba(8,8,8,0.932);
  box-shadow:10px 10px 10px 10px rgb(37,37,37);
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656623218/mfc/igOriginal_rsyivu.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-position-y:top;
  background-attachment:fixed;
  margin-bottom:15px;
}

.pam a {
  font-size:9vw;
  background:-webkit-linear-gradient(rgb(212,212,208),rgb(241,238,238));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  color:tomato;
  letter-spacing:0;
  padding:.25em 0 .325em;
  display:block;
  margin-top:15%;
  margin-right:50%;
  text-shadow:0 0 80px rgba(139,18,18,0.5);
  text-decoration:none;
  font-family:'Cinzel',serif;
}

.redescorp {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  align-content:center;
  justify-content:center;
  margin:auto;
  width:600px;
}

.redescimg img {
  width:80px;
}

.insta,.only,.snapchat,.twitter,.wpp {
  background-color:rgba(233,233,233,0.041);
/* border:solid rgb(138, 138, 138); */
  border-radius:50%;
  text-align:center;
  justify-content:center;
  margin:auto;
}

.lg {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  width:700px;
  align-items:center;
  justify-content:center;
  align-content:center;
  column-gap:10px;
  margin:auto;
}

.log1 {
  width:100px;
  height:600px;
  justify-content:center;
}

.log1 img {
  max-width:200px;
  height:200px;
}

.log1 p {
  font-family:'Cinzel',serif;
  color:rgb(255,255,255);
  font-size:25px;
}

.descport1 {
  display:grid;
  text-align:center;
  width:80%;
  margin:auto;
  border-radius:12px;
}

.descport1 h2 {
  font-family:'Cinzel',serif;
  font-weight:bold;
  font-size:1%;
  color:rgb(255,255,255);
  text-shadow:-1px 0 rgb(71,71,71),0 1px rgb(126,126,126),1px 0 rgb(197,120,120),0 -1px #000;
}

.linea {
  text-align:center;
}

.mf {
  border-radius:12px;
  margin:auto;
}

.mf h3 {
  color:rgb(245,245,244);
  font-size:2vmax;
  text-shadow:-1px 0 rgb(36,34,34),0 1px rgb(73,71,71),1px 0 rgb(110,108,108),0 -1px #000;
  font-weight:bold;
}

.mf p {
  margin-top:30px;
  font-size:1.4vmax;
  color:rgb(204,197,197);
}

.descport {
  display:grid;
  text-align:center;
  align-content:center;
  margin-top:30px;
}

.contimgport {
  display:grid;
  text-align:center;
  align-content:center;
  width:100%;
  margin:auto;
}

.imgport {
  display:grid;
  text-align:center;
  width:100%;
  height:1200px;
  background-repeat:no-repeat;
  border-radius:12px;
  background-attachment:fixed;
  justify-self:center;
  background-size:cover;
  background-position-y:100px;
}

/*portada 2 */
.port2 {
  display:grid;
  width:100%;
  height:auto;
  zoom:2;
  border-radius:12px;
  background-color:rgba(8,8,8,0.932);
  box-shadow:10px 10px 10px 10px rgb(37,37,37);
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  background-repeat:no-repeat;
  background-size:cover;
}

.imgport2 {
  align-content:center;
  text-align:right;
  background-image:url(imagenes/port2.jpg);
  background-repeat:no-repeat;
  border-radius:12px;
  background-attachment:fixed;
  box-shadow:5px 5px 5px 5px rgb(37,37,37);
  background-size:70%;
  zoom:50%;
  background-position-x:-100px;
  background-position-y:10px;
}

/*desc portada 2*/
.tips {
  width:80%;
  color:#ccc;
  margin:auto;
  font-family:'Cinzel',serif;
  gap:10px;
}

.tips a {
  text-decoration:none;
  color:#ccc;
  background-color:rgb(54,58,58);
}

table {
  margin-left:40px;
  width:80%;
  padding:10px;
  font-size:calc(0.5em + 0.3vw);
}

.tip1 {
  margin-left:20px;
}

.preciotip {
  text-align:right;
}

.preciotip img {
  width:10px;
}

.tips a:hover {
  display:block;
  padding:5px;
  text-align:center;
  color:rgb(121,120,120);
  text-decoration:none;
  background:#000;
  box-shadow:inset 0 8px 25px #111,0 1px 0 #000,0 1px 3px #111,inset 0 1px 3px #000;
}

/*REDES     */
.redes {
  position:fixed;
  display:grid;
  z-index:100;
  margin-top:50px;
  width:120px;
  height:600px;
  overflow:hidden;
  align-items:center;
}

.redes img {
  width:3rem;
}

.snapchat,.insta,.only,.twitter,.wpp {
  display:grid;
  align-content:center;
  text-align:center;
  justify-items:center;
  width:30%;
  height:30%;
  padding:20px;
}

.snapchat:hover img,.insta:hover img,.only:hover img,.wpp:hover img {
  -webkit-transform:scale(1.3);
  transform:scale(0.9);
  opacity:.9;
}

/*cuerpo de toda la pagina*/
.cuerpo {
  text-align:center;
  width:100%;
  height:auto;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:130px;
  -webkit-border-radius:5px;
  overflow:hidden;
  border:1px solid #222;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  border-radius:12px;
  background-color:rgba(8,2,2,0.788);
  box-shadow:10px 10px 10px 10px rgb(37,37,37);
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
}

.red2 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.rd2 img {
  width:35px;
  height:35px;
  padding:20px;
}

.rd2 a {
  text-decoration:none;
  color:rgb(66,66,66);
  font-size:40px;
  font-family:'Archivo',sans-serif;
}

/* bloque inicio , myfreecams , onlyfans       */
.bloqueinicio {
  height:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
  font-size:2.5em;
  color:rgba(223,221,221,0.808);
  background-image:linear-gradient(to top,rgba(0,0,0,0.70),rgba(0,0,0,.90));
  padding:10px;
  margin-bottom:20px;
  font-family:'Oswald';
  justify-content:center;
}

.logomfc img {
  width:150px;
  height:auto;
}

.logoonly2 img {
  width:80px;
  height:30px;
}

/*TARJETA MODELO*/
.corp {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  padding:40px;
  position:relative;
  font-family:'Titan One',cursive;
  background:rgba(99,98,98,0);
  padding:30px;
}

.change:target .corp {
  background:rgba(168,28,28,0.1);
}

#ModelCard {
  display:grid;
  width:100%;
  height:auto;
  margin:0 auto;
  position:relative;
  border-radius:4%;
  text-align:center;
}

#ModelCard > div.imgmcard > img {
  display:grid;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:0;
  width:80%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  border-radius:12px;
  box-shadow:0 2px 8px 0 rgba(50,50,50,0.5);
  border-radius:30%;
}

.change:target #ModelCard img {
  display:block;
  margin:0 auto;
  background:#000;
  text-align:center;
  border-radius:20%;
  -webkit-border-radius:50%;
  overflow:hidden;
  border:5px solid rgba(0,102,102,0.50);
  width:50%;
  height:50%;
}

/*BOTONES TARJETA MODELO*/
.bum {
  margin-bottom:2%;
}

.bum a:link,.bum a:visited {
  display:block;
  padding:5px;
  width:60%;
  text-align:center;
  color:#ccc;
  font-size:1.5vmax;
  text-decoration:none;
  margin:0 auto;
  font-family:'Titan One',cursive;
  font-style:normal;
  font-weight:400;
  background:#000;
  box-shadow:inset 0 8px 25px rgba(105,105,103,0.651),0 1px 0 #000,0 2px 3px #000,inset 0 -1px 3px #111;
  border-radius:3%;
  -webkit-border-radius:20px;
}

.bum a:hover {
  display:block;
  padding:5px;
  text-align:center;
  color:#888;
  text-decoration:none;
  background:#000;
  box-shadow:inset 0 8px 25px #111,0 1px 0 #000,0 1px 3px #111,inset 0 1px 3px #000;
}

/*BOTONES tips menu*/
.change:target .bum a:hover {
  color:#fff;
  text-shadow:0 0 4px #fff;
}

.change:target .bum a:link,.change:target .bum a:visited {
  color:#099;
}

/* ABOUT ME*/
.about {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  background-color:rgba(255,255,255,0.075);
  text-align:center;
  background:rgba(0,0,0,0.925);
  margin:0 auto;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 2px 5px rgba(0,0,0,0.842),-5px 0 18px rgba(51,45,45,0.24),5px 0 18px rgb(78,43,43);
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  overflow:hidden;
  padding-bottom:20px;
  border:1px solid #222;
  margin-top:-40px;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
}

.imgabout img {
  text-align:center;
  width:400px;
  height:auto;
  border-radius:15px;
  opacity:70%;
}

.about1 {
  width:400px;
  height:700px;
  background:rgba(0,0,0,0.925);
  margin:0 auto;
  border-radius:50px;
  -webkit-border-radius:5px;
  box-shadow:0 2px 5px rgba(0,0,0,0.842),-5px 0 18px rgba(51,45,45,0.24),5px 0 18px rgb(78,43,43);
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  overflow:hidden;
  padding-bottom:20px;
  border:1px solid #222;
  margin-top:40px;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
/*	background: #ffffff15;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 5px rgba(235, 235, 235, 0.842), -5px 0 18px rgba(51, 45, 45, 0.24), 5px 0 18px rgb(78, 43, 43);
	-webkit-box-shadow: 0 2px 5px #000, -5px 0 18px rgba(199, 195, 195, 0.459), 5px 0 18px rgba(202, 198, 198, 0.623);

	*/
}

.tituloabout {
  color:#fff;
  font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif;
}

/*menu de tips */
.corp2 {
  display:block;
  padding:15px 30px;
  position:relative;
  font-family:'Cinzel',serif;
  margin-top:130px;
}

.mn p {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0);
  margin:4px auto;
  background:rgba(0,0,0,0.1);
  color:rgb(235,234,234);
  transition:all .3s;
  -webkit-transition:all .3s;
  border-radius:8px;
  height:40px;
}

.mn p:hover {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0.7);
  margin:4px auto;
  background:rgba(0,0,0,0.7);
  color:#ccc;
}

.mn a:link,.mn a:visited {
  display:inline-block;
  float:right;
  margin:-3px 5px auto auto;
  padding:5px 12px;
  color:#ccc;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:"Oswald";
  font-size:14px;
  background:#000;
  border-radius:8px;
}

.mn a:hover {
  display:inline-block;
  float:right;
  margin:-3px 5px auto auto;
  padding:5px 12px;
  color:#fff;
  text-decoration:none;
  font-family:"Oswald";
  font-size:14px;
  background:rgb(62,68,8);
  text-shadow:0 0 4px #fff;
}

.change:target .tx::-webkit-scrollbar {
  width:9px;
}

.change:target .tx::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.change:target .tx::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#096;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.change:target .tx::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(102,0,102,0.3);
  border:1px solid #000;
}

/*slider*/
.body2 {
  margin-top:50px;
  margin-bottom:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  margin-top:130px;
}

#wrapper {
  width:100%;
  max-width:1100px;
  position:relative;
}

#carousel {
  overflow:auto;
  scrollbar-width:none;
}

#carousel::-webkit-scrollbar {
  height:0;
}

#prev,#next {
  display:flex;
  justify-content:center;
  align-content:center;
  background:white;
  border:none;
  padding:8px;
  border-radius:50%;
  outline:0;
  cursor:pointer;
  position:absolute;
}

#prev {
  top:50%;
  left:0;
  transform:translate(50%,-50%);
  display:none;
}

#next {
  top:50%;
  right:0;
  transform:translate(-50%,-50%);
}

#content {
  display:grid;
  grid-gap:16px;
  grid-auto-flow:column;
  margin:auto;
  box-sizing:border-box;
}

figure {
  width:250px;
  height:350px;
  border-radius:10px;
  background-repeat:no-repeat;
  background-image:url(img/salpica3.jpg);
  background-size:cover;
}

figure:hover {
  -webkit-transform:scale(1.3);
  transform:scale(0.9);
  opacity:.9;
}

.item1 {
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656625322/mfc/img001_yvckzj.jpg);
}

.item2 {
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656623218/mfc/igOriginal_rsyivu.jpg);
}

.item3 {
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656625372/mfc/img3_l0foiz.jpg);
}

.item4 {
  background-image:url(https://res.cloudinary.com/doe7vtjfk/image/upload/v1656625395/mfc/img7_rpdane.jpg);
}

.spn {
  margin-top:150px;
  color:aliceblue;
  font-family:'Secular One',sans-serif;
  font-size:8vh;
}

.spn a {
  text-decoration:none;
  color:aliceblue;
}