:root{
    --blanco:#fff;
    --oscuro:#212121;
    --primario:#c9487e;
    --secuandario:#f3f5f5;
    --tercero:#12ded9;
}

html{
    font-size: 62.5%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
  }
  a{
      text-decoration: none;
      display: inline-block;
  }
body{
    font-size: 16px;
   
}
  img{
      width: 100%;
  }
h2{
    margin:0 ;
}
h1{
    font-weight: 300;
}
h3{

    margin: 0px;
}
.btn{
    border: 1px solid var(--primario);
    border-radius: 5rem;
    color: var(--primario);
    padding: 1rem 4rem;
    text-align: center;
    font-weight: bold;
    transition: all 1s ease;
}

.btn-two{
    border: 1px solid var(--tercero);
    border-radius: 5rem;
    color: var(--tercero);
    padding: 1rem 3.5rem;
    text-align: center;
    font-weight: bold;
    transition: all 1s ease;
}


.contenedor
{
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

/* header */

header{
    background-image: url(../img/fitnessFondo.jpeg);
   max-height: 65rem;
   height: 65rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    
}

header .barra{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem .5rem;
    transition: all 1s ease;
}

.barra .logo{
    z-index: 999;
    width: 15%;
    padding-left: 5px;
}
header .barra nav.menu {
    z-index: 999;
}

header .barra nav.menu a{
    color: var(--blanco);
    margin-right: 1rem;
    padding: 0px .5rem;
}

.contenedor-header{
    background-color:#21c3ce8a;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
}

.contenedor-header .contenido-header{
    width: 90%;
    margin: 0 auto;
    color: var(--blanco);
}

.contenedor-header .contenido-header h2{
    font-size: 3.5rem;
    font-weight: 100;
}

.contenedor-header .contenido-header p{
    font-size: 1.3rem;
    line-height: 27px;
    font-weight: bold;
    
}

.contenedor-header .contenido-header a:hover{
    transform: scale(1.1);
    
}

.contenedor-header .contenido-header .redesSociales{
    width: 20%;
    margin-top: 20px;
    padding: 1rem 5px;
    display: flex;
    justify-content: space-between;    
}

.contenedor-header .contenido-header .redesSociales .redes{
    background-color: #14dbe9c7;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.contenedor-header .contenido-header .redesSociales .redes a{
    color: white;
    font-size: 1.2rem;
    padding: 1.1rem 1.3rem;
   
}
.menu-resposivo{
    display: none;
    color: white;
}
.float{
    background-color: #c9487eda;
    position:fixed;
    width: 100%;
    top: 0px;
    right: 0px;
}
@media (max-width:600px) {
    .barra .logo{
        width: 50%;
    }
    
    .menu-resposivo{
        z-index: 999 ;
        cursor: pointer;
        font-size: 2rem;
        display: block;
        position: fixed;
        right: 1rem;
    }
    .menu-resposivoColor{
        color:var(--oscuro);
    }
    .menu-resposivo .txtMenun{
        font-size: 1.5rem;
    }
     nav.menu {
        position: fixed;
        z-index: 999;
        background-color: var(--blanco);
        width: 100%;
        top: -250%;
        transition: all 0.25s ease-in;
        background-color: #212121;
        -webkit-box-shadow: 0px 10px 55px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 10px 55px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 10px 55px -2px rgba(0,0,0,0.75);
    }
    
    header .barra nav.menu a {
        width: 100%;
       text-align: center;
       margin: 10px 0px;
        padding: 5px 0px;
    color: var(--oscuro);
    font-size: 1.7rem;
    border-bottom: 1px solid rgb(214, 212, 212);
    }

    header .barra nav.menu a:last-child {

    border-bottom: none;
    }
    nav.activo{
        top: 50px;
        background-color: white;
    }

   
    .contenedor-header{
        background-color:#21c3ce8a;
        width: 100%;
       
    }

    .float{
        position:static;
    }

    
}

/* hero */

/* col-hero */
.hero{
    padding: 5% 0px;
}
.hero .col-hero{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
}

.hero .col-hero .contenido-hero{
    text-align: center;
    width: 31%;
}
.hero .col-hero .contenido-hero .contenido-hero-uno{
    margin:50px 0px
}

.contenido-hero-uno .contenido-icono-hero h3{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.5rem;
    margin: 15px 0px 10px 0px;
}
.contenido-hero-uno .contenido-icono-hero p{
    margin: 0px;
   color: #807f7f;
   font-weight: bold;
   line-height: 27px;
}
.hero .col-hero .hero-img{
    width: 30%;
    margin: 0 auto;
}

@media (max-width:600px){
    .hero .col-hero{
       flex-direction: column;
    }    

    .hero .col-hero .contenido-hero{
        width: 100%;
    }

    .hero .col-hero .hero-img {
        width: 60%;
       
    }
}

/* accesorio */

.accesorio{
    height: 70rem;
    background-image: url(../img/fitness4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;  
}

.accesorio .backraud-accesorio{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.582);
   display: flex;
   align-items: center; 
}
.col-accesorio{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}
.contenido-accesorio2{
    width: 40%;
}
.contenido-accesorio{
    width: 45%;
    margin: 0 auto;
    color: white;
}
.contenido-accesorio .titulo-contenido-accesorio{
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.contenido-accesorio .parrafo-contenido-accesorio{
   line-height: 27px;
   font-size: 1.5rem;
}

@media (max-width:600px){
    .contenido-accesorio2{
        width: 0%;
    }
    .contenido-accesorio{
        width: 100%;
        margin: 0 auto;
        color: white;
        padding: 0px 5px;
    }
}

/* zero */
.zero{
    text-align: center;
    padding: 5% 0px;
}
.zero h2{
    font-size: 4.5rem;
    font-weight: normal;
}

.zero .col-zero{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.5rem;
}
.zero-conten,.zero-conten-parrafo{
    width: 33.3%;
}

 .zero .col-zero .zero-conten{
    line-height: 0px;
}

.zero .col-zero .zero-conten-parrafo{
    font-size: 2rem;
    font-weight: normal;
}

.zero .col-zero .zero-conten-parrafo p{
    color: #4b4747;
    font-size: 1.6rem;
} 

@media (max-width:600px){
    .zero .col-zero {
        flex-direction: column;
    }

    .zero-conten, .zero-conten-parrafo {
        width: 72.3%;
    }
}

/* strategy */
.strategy {
    padding: 5% 0px;
    background-color: #f3f5f5;
    text-align: center;
}
.strategy h2{
    font-size: 4.5rem;
    font-weight: normal;
}
.strategy .col-strategy{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 90%;
    margin: 2rem auto 0px auto;
}

.strategy .col-strategy .contenido-strategy{
    width: 30%;
    margin: 3rem 0px;
}

.strategy .col-strategy .contenido-strategy .img_strategy{
    width: 20%;
    margin: 0 auto 1.2rem auto;
}
.strategy .col-strategy .contenido-strategy .parrafo-strategy h3{
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.5rem;
 }

.strategy .col-strategy .contenido-strategy .parrafo-strategy p{
font-size: 1.6rem;
line-height: 27px;
margin: 1rem 0px 0px 0px;
}

@media (max-width:600px){
    .strategy .col-strategy{
       flex-direction: column;
    }

    .strategy .col-strategy .contenido-strategy{
        width: 90%;
        margin: 3rem 0px;
    }
    
}

/* Repeat */

.Repeat{
    height: 60rem;
    background-image: url(../img/fitness6.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}

.Repeat .repet-back{
    background-color: rgba(0, 0, 0, 0.438);
    width: 100%;
    height: 100%;
   display: grid;
   grid-template-columns: repeat(4,1fr);
   grid-template-rows: auto auto auto;
}

.Repeat .repet-back .contenido-repet{
    grid-column: 2/4;
    grid-row: 2/2;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.Repeat .repet-back .contenido-repet h2{
   font-size: 3.5rem;
   font-weight: normal;
}
@media (max-width:600px){
    .Repeat .repet-back .contenido-repet{
        grid-column: 1/5;
        grid-row: 2/2;
        width: 100%;
        padding: 0px .5rem;
    }
}
/* Patient */
.Patient{
    background-color: var(--tercero);
    padding: 5rem 0px;
}
.Patient .barra-patinet{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Patient .barra-patinet .parrafo-patienet{
    margin: 0px;
    font-size: 4rem;
    color: white;
    font-weight: normal;
    width: 50%;
}

.Patient .barra-patinet .icono-patinet {
    width: 40%;
    text-align: center;
    font-size: 2rem;
   
}

.Patient .barra-patinet .icono-patinet a{
    color: white;
    border: 1px solid white;
    padding: 1rem 2rem;
     border-radius: 5rem;;
}

.Patient .barra-patinet .icono-patinet .fa-calendar-alt{
    padding-right: .5rem;
}

@media (max-width:600px){
    .Patient .barra-patinet{
       flex-direction: column;
       text-align: center;
    }

    .Patient .barra-patinet .parrafo-patienet{
        font-size: 3.5rem;
        width: 100%;
    }

    .Patient .barra-patinet .icono-patinet  {
        width: 100%;
    }
}

/* cards */
.cards{
padding: 5% 0px;
}

.cards .col-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.cards .col-card .card{
    width: 32%;
    color: #606060;
}
.cards .col-card .card-oferta{
    background: rgb(204,4,146);
background: linear-gradient(117deg, rgba(204,4,146,1) 0%, rgba(20,9,121,0.9977124638918067) 70%, rgba(255,0,224,1) 100%);
border-radius: 1rem;
padding: 2rem 1rem;
color: white;
text-align: center;
}
.cards .col-card .card-oferta .img-oferta{
    width: 40%;
    margin: 0 auto 1rem auto;
}
.cards .col-card .card-oferta .contenido-card-oferta h3{
    font-size: 2rem;
    font-weight: normal;
}
.cards .col-card .card-oferta .contenido-card-oferta p{
    font-size: 1.4rem;
}

.cards .col-card .card-oferta .contenido-card-oferta .icono-oferta{
    font-size: 3rem;
    margin: 1.5rem 0px;
}

.cards .col-card .card-oferta .contenido-card-oferta .btn{
  background-color: white;
  color: black;
}

.cards .col-card .card .titulo-card h3{
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: .8rem;
    color: black;
}

.cards .col-card .card .titulo-card span{
    font-size: 1.8rem;
    font-weight: normal;
    
}

.cards .col-card .card .contenido-card p{
    font-size: 1.4rem;
    line-height: 25px;
}

.cards .col-card .card .contenido-card ul{
   margin: 0px ;
   padding: 0px 1.1rem;
   list-style-image: url(../img/comprobar.png);
}

.cards .col-card .card .contenido-card ul li{
   margin: .9rem 0px;
   padding: .5rem 0px;
 }

 .cards .col-card .card .contenido-card .btn{
    color: white;
    background-color: #c9487e;
  }
  @media (max-width:768px){
    .cards .col-card{
        flex-wrap: wrap;
     }

     .cards .col-card .card {
        width: 50%;
       margin-bottom: 1rem;
    }
  }
  
  @media (max-width:600px){
    .cards .col-card{
       flex-direction: column;
    }

    .cards .col-card .card {
        width: 100%;
        margin: 1rem auto;
    }
    
  }

 
  /* footer */

footer{
    padding: 5% 0px;
    background-color: #f3f5f5;
}

footer .contenido-footer{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

footer .contenido-footer .img-footer{
    width: 30%;
    margin: 0 auto 3rem auto;
}

footer .contenido-footer .redes a{
    color:#c9487e;
    font-size: 1.9rem;
    margin: 0px 1rem;
    padding: 0px .5rem;
}