* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #120022;
}

main {
  text-align: center;
}

.portadas {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 500px;
  grid-gap: 40px;
  margin: 30px 50px 80px 50px;
}

.bannerPortada1 {
  background-image: url(./img/imagen-masajistas-sensuales.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: white;
}

.bannerPortada2 {
  background-image: url(./img/imagen-sensual-secret.jpg);
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: white;
}

.btnPortadas {
  padding: 18px 48px;
  background-color: #bd1600;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bannerPortada1 h1 {
  font-size: 48px;
  margin-bottom: 5px;
}

.bannerPortada1 p {
  font-size: 24px;
  margin-bottom: 20px;
}

.bannerPortada2 h1 {
  font-size: 48px;
  margin-bottom: 5px;
}

.bannerPortada2 p {
  font-size: 24px;
  margin-bottom: 20px;
}

h1 {
  font-size: 30px;
  text-align: center;
  margin: 35px 0px 0px 0px;
}

h2 {
  font-size: 22px;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

h3 {
  text-align: center;
}

h6 {
  font-size: 21px;
  margin-bottom: 10px;
}

p {
  font-weight: 400;
}

header {
  display: grid;
  grid-template-columns: 250px 1fr;
  height: 100px;
  background-color: #4c3462;
  padding: 0% 2% 0% 2%;
}

.divLogo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divLogo img {
  height: 60px;
}

.divHeaderB {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  list-style: none;
  display: inline-block;
  margin-left: 12px;
}

.btnZonasHeader {
  padding: 8px 24px;
  background-color: #bd1600;
  border-radius: 30px;
}

.btnZonasHeader:hover {
  background-color: #810f00;
  color: white;
  box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
  transform: translateY(-2px);
}

.btnPublicarHeader {
  outline: 2px solid white;
  padding: 8px 24px;
  background-color: transparent;
  border-radius: 30px;
}

.btnPublicarHeader:hover {
  background-color: #bd1600;
  color: white;
  box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
  transform: translateY(-2px);
  outline: 1px solid #bd1600;
}

.infoCardDestacada h3 {
  font-size: 19px;
  color: #f1f1f1;
  font-weight: 500;
  line-height: 28px;
}

.infoCardDestacada h4 {
  font-size: 14px;
  color: #f1f1f1;
  font-weight: 400;
}

.infoCardDestacada h5 {
  font-size: 19px;
  color: #f1f1f1;
  font-weight: 400;
}

.infoCardDestacada h6 {
  font-size: 14px;
  color: #f1f1f1;
  font-weight: 400;
}

article {
  padding-top: 50px;
}

p {
  font-size: 16px;
  line-height: 21px;
}

a {
  text-decoration: none;
  font-size: 12px;
}

footer {
  background-color: #4c3462;
  text-align: center;
  padding-top: 30px;
  margin-top: 50px;
}

.index {
  text-align: center;
}

/* footer p {
  color: white;
  font-size: 14px;
  margin: 5px;
} */

.todas {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.legales {
  color: white;
  font-size: 14px;
  padding-top: 50px;
  margin-top: 100px;
  text-align: center;
}

.articulos {
  color: white;
  font-size: 14px;
  text-align: center;
}

.subFooter {
  height: 50px;
  background-color: #bd1600;
  padding-top: 15px;
  text-align: center;
  /* margin-top: 30px; */
}

.topBar {
  height: 50px;
  background-color: #791ebf;
  text-align: center;
  padding-top: 15px;
}

.portada {
  background: rgb(75, 52, 98);
  background: linear-gradient(
    0deg,
    rgb(53, 32, 74) 0%,
    rgba(17, 0, 32, 1) 100%
  );
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.portada img {
  width: 200px;
}

.tituloPortada {
  color: white;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.subtituloPortada {
  margin-top: 30px;
}

.masDestacadas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 50px;
}

.masGeneral {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 50px;
}

.cardDestacada {
  background-color: #bd1600;
  margin: auto;
  position: relative;
}

.imgCardDestacada img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.infoCardDestacada {
  padding: 8px 0px 8px 0px;
  text-align: center;
}

.cardGeneral {
  background-color: #4c3462;
  margin: auto;
  position: relative;
}

.imgCardGeneral img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.infoCardGeneral {
  padding: 8px 0px 8px 0px;
  text-align: center;
}
.infoCardGeneral h3 {
  font-size: 19px;
  color: #f1f1f1;
  font-weight: 500;
  line-height: 28px;
}

.infoCardGeneral h4 {
  font-size: 15px;
  color: #f1f1f1;
  font-weight: 400;
}

.infoCardGeneral h5 {
  font-size: 15px;
  color: #f1f1f1;
  font-weight: 400;
}

.btnPortada {
  margin: 20px;
}

.btnPortada p {
  margin: 15px;
}

.btnPort {
  padding: 18px 48px;
  background-color: #bd1600;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.btnPort:hover {
  background-color: #810f00;
  color: white;
  box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
  transform: translateY(-2px);
}

.btnZonasss {
  margin: 20px;
}

.zonas h1 {
  padding-bottom: 10px;
}

.zonas h2 {
  padding-bottom: 10px;
}

.btnWA {
  padding: 18px 48px;
  background-color: #2a9f01;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.btnWAsecret {
  padding: 18px 48px;
  background-color: #2a9f01;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.btnIg {
  padding: 18px 48px;
  background-color: #aa007a;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.btnTelegram {
  padding: 18px 48px;
  background-color: rgb(15, 148, 200);
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.gridFotosPerfil {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 2% 10px 2%;
}

.gridFotosPerfil img {
  width: 250px;
  margin: 5px;
}

.gridFotosPerfil video {
  width: 250px;
  margin: 5px;
}

.btnSeguirViendo {
  padding: 18px 48px;
  background-color: #bd1600;
  border-radius: 3px;
  font-size: 18px;
  margin: 20px;
}

.btnSeguirViendo:hover {
  background-color: #810f00;
  box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
  transform: translateY(-2px);
}

.zonaPerfil {
  margin-top: 50px;
  font-size: 14px !important;
  font-weight: 400;
}

.nombrePerfil {
  margin-top: 10px !important;
}

.titularPerfil {
  margin-top: 20px;
  font-size: 26px !important;
  font-weight: 500;
}

.descripcionPerfil {
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.llamar {
  padding: 18px 48px;
  background-color: #494949;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.llamarSecret {
  padding: 18px 48px;
  background-color: #494949;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.experiencias {
  padding: 100px;
}

.experiencias h3 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 24px;
}

.exp {
  border-bottom: #d3d3d3 dotted;
  border-width: 1px;
  padding: 20px;
}

.exp p {
  text-align: left;
}

.btnExp {
  display: flex;
  outline: 2px solid white;
  padding: 8px 24px;
  background-color: transparent;
  border-radius: 30px;
  margin: 20px;
}

.btnExp:hover {
  background-color: #bd1600;
  color: white;
  box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
  transform: translateY(-2px);
  outline: 1px solid #bd1600;
}

/* .btnvideo {
  width: 20%;
  position: absolute;
  top: 3px;
  left: 3px;
} */

@media only screen and (min-width: 100px) and (max-width: 768px) {
  .ocultar {
    display: none;
  }

  .bannerTelegram {
    width: 100%;
  }

  .masDestacadas {
    grid-template-columns: 1fr 1fr;
    margin-right: 5px;
    margin-left: 5px;
  }

  .masGeneral {
    grid-template-columns: 1fr 1fr;
    margin-right: 5px;
    margin-left: 5px;
  }

  header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tituloGeneral {
    font-size: 24px;
  }

  .subtituloGeneral {
    font-size: 16px;
  }

  .subtituloArticulos {
    font-size: 16px;
  }

  .experiencias {
    padding: 50px;
  }

  .experiencias h3 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .exp {
    border-bottom: #d3d3d3 dotted;
    border-width: 1px;
    padding: 10px;
  }

  .exp p {
    text-align: left;
  }

  .btnExp {
    display: flex;
    outline: 2px solid white;
    padding: 8px 24px;
    background-color: transparent;
    border-radius: 30px;
    margin: 20px;
  }

  .btnExp:hover {
    background-color: #bd1600;
    color: white;
    box-shadow: rgb(0 0 0 / 25%) 0 8px 15px;
    transform: translateY(-2px);
    outline: 1px solid #bd1600;
  }

  .gridFotosPerfil img {
    width: 300px;
    margin: 5px;
  }

  .gridFotosPerfil video {
    width: 300px;
    margin: 5px;
  }

  .portadas {
    grid-template-columns: 1fr;
    margin: 5px 5px 60px 5px;
    height: 900px;
    grid-gap: 20px;
  }

  .bannerPortada1 h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .bannerPortada1 p {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .bannerPortada2 h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .bannerPortada2 p {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
