@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Fuente';
  src: URL('..//fonts/Esphimere Light.otf') format('truetype');
  /*src: URL('..//fonts/BOD_R.TTF') format('truetype');*/
    /*src: URL('..//fonts/inglobal.ttf') format('truetype');*/
     /*src: URL('..//fonts/Kirvy-Regular.otf') format('truetype');*/
}

@font-face {
  font-family: 'Fuente-Bold';
  src: URL('..//fonts/Esphimere.otf') format('truetype');
  /*src: URL('..//fonts/BOD_B.TTF') format('truetype');*/
}


* {
    font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    /*font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;*/
    color: white;
}

body {
 margin: 0px;
 background-color: rgb(48, 48, 48);
}

  .part-otros-entrenadores
  {
    overflow: hidden;
    /*background-color: darkgrey;*/
    border: solid 1px #C99B40;
    margin: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0rem;
    border-radius: 2rem;
  }

.fixed-valoracion {
    position:fixed;
    right: 20px;
    bottom: 50%;
}

header {
    background-color: teal;
    background-color: #C99B40;
}


/* IMAGES */
.imagen {
    border: solid 2px #C99B40;
}
.header-image {
	/*padding-top: 3%;*/
}

/* POLO */
.part-polo {
    width: 90%;
    margin: auto;
    text-align: center;
}

.polo {
    width:40%;
    display: inline-block;
    padding: 4%;
}

.camiseta {
    width:40%;
    display: inline-block;
    padding: 4%;
    background-color: black;
    margin:auto;
    margin: 20px;
}

/* NAVIGATION BAR */
/* .navigation-bar COMMENTED NOT WORKING THIS PROJECT */
.navigation-bar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    width: 100%;
    /*max-width:  974px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #333;
    background-color: black;
    box-shadow: 3px 3px 15px 3px #00000050;
}

/* Navbar container */
.navbar {
    z-index: 9900;
    width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;

	overflow: hidden;

	top: 0; /* Stay on top */
	width: 100%; /* Full width */
	transition: top 0.3s; /* Transition effect when sliding down (and up) */

    box-shadow: 3px 3px 15px 3px #00000050;

    /*display: flex;*/
    overflow: hidden;
    background-color: #333;
    background-color: black;
    font-family: 'Fuente';
}

/* Links inside the navbar */
.navbar a {
    float: left;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-lista {
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-item {
    float: left;
    background-color: #333;
    background-color: black;

}

.menu-item a,
.dropbtn {
    display: inline-block;

    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-item a:hover,
.dropdown:hover .dropbtn {
    background-color: #333;
    color: white;
}

.menu-top {
	z-index: 9900;
	/*
	background: #FFFFFFEE;
	background: #282828EE;
	background: #282828;
	*/
	/*box-shadow: 3px 3px 15px 3px #00000050;*/
	background: #282828;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	/*padding-bottom: 12px;
	padding-top: 12px;*/
	overflow: hidden;

	top: 0; /* Stay on top */
	width: 100%; /* Full width */
	transition: top 0.3s; /* Transition effect when sliding down (and up) */

}

/*
.menu-item.dropdown {
    display: inline-block;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {

    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: red;
    background-color: #333;

    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: solid;
    border-width: thin;
    border-color: #ddd;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}
*/

/* ACTIVE BUTTON COLOR */
.buttonactive {
    font-family: "Fuente-Bold";
    background-color: #ff0095;
    background-color: teal;
     background-color: #C99B40;

    color: black;
    color: white;
    
}

/* LINKS */
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a {
	color:white;
    text-decoration: none
}

/* WEB DIVS */
.titulo-entrenador {
    	font-size: 2 rem;
        padding: 1rem;
 width:initial;
background-color: black;
    background-color: #C99B40;
  background-color: white;
    color: black;
    margin: 0.5rem;
       padding-bottom: 0.5rem;
          border-bottom: solid 8px  #C99B40;
/*border-radius: 1rem;*/
}

.div-servicio {
    /*padding: 1rem;*/
   width: 90%; 
   margin: auto;
   background-color: white;
background-color: rgb(48, 48, 48);
 margin-bottom: 2rem;
  border: solid 2px #C99B40;
}

.titulo-servicios-1 {
    font-family: "Fuente-Bold";
    	font-size: 1.4rem;
        padding: 1rem;
 width:initial;
background-color: black;
    background-color: #C99B40;
  background-color: white;
    color: black;
    margin: 0.5rem;
       padding-bottom: 0.5rem;
          border-bottom: solid 8px  #C99B40;
/*border-radius: 1rem;*/
}
.titulo-servicios-2{
    margin: 2rem;
    text-align: left;
    padding:0.4rem;
    padding-left:
    2rem;
      padding-right:
    2rem;
    margin-top: 2.6rem;
      background-color: #C99B40;
      color:black;
      border-radius: 0rem 0.6rem 0.6rem 0rem;
      width: fit-content;
         border-left: solid 8px white;
}

.lista-primera-1 {
    	font-size: 1.2rem;
        padding: 0.5rem;
        margin: 0.5rem;
    width: 90%;
    margin-bottom: 0.5rem;
    background-color: black;
    background-color: #C99B40;
       
    color: black;
border-radius: 0.6rem;
}

.main-content {
	/*padding-top: 5%;*/
	padding-bottom: 3%;
	/*background-color: white;*/
	position: relative;
	padding-bottom: 100px; /* height of your footer */
}

.aside-left {
	float:left;
	width: 42%;
	padding-left: 3%;
	padding-right: 3%;
	
}

.aside-right {
	float:right;
	width: 42%;
	padding-left: 3%;
	padding-right: 3%;
}

.aside-right-entrenador {
	float:right;
	width: 42%;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F3EFD4;
	background-color: #ecd4f3;
    background-color: #d6e5e5;
    background-color: #C99B40;
    border-radius: 1rem;
}

.aside-right-entrenador-antiguo {
	float:right;
	width: 84%;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F3EFD4;
	background-color: #ecd4f3;
    background-color: #d6e5e5;
    background-color: #C99B40;
    border-radius: 1rem;
}

.aside-all-services {
	float:left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F3EFD4;
	background-color: #ecd4f3;
    background-color: #d6e5e5;
    background-color: #C99B40;
     background-color: rgb(48, 48, 48);
	padding-top: 5%;
	padding-bottom: 5%;
}

/* INDEX */
.part-index {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;
	/*background-color: white;*/
}

/* OTHERS */
.part {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3%;
	padding-bottom: 1%;
}

.part-top {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 2%;
	padding-right: 2%;
    padding-top: 5rem;
	padding-bottom: 1%;
}

/* FOOTER */
.pie {
	background-color: #333;
	background-color:black;
    /*background-image: url('../images/FondoFooter.jpg');*/
	clear: both;
	color: white;
	display: block;
	width: 96%;
	padding: 2%;
}

.footer-text {
    font-size: 1.1rem;
}

.logo-pie {
	float: left;
}

.footer-left{
	float:left;	
	width: 35%;
}

.footer-logo {
    max-width: 250px;
}

.footer-right{
	float:right;
	width: 65%;
	 vertical-align: bottom;
	text-align: right;
}

.separated {
	letter-spacing: 0.2rem;
	font-weight: bold;
}

/* TEXTO */

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.7rem;
}

h3 {
	font-size: 1.4rem;
}

.texto-h1 {
    color: #C99B40;
    border-bottom: solid 1px white;
}

.texto-h2 {
    color: #C99B40;
    border-bottom: solid 1px white;
}


.texto-h3 {
	font-size: 1.3rem;
}

.testimonio-cita {
	padding-left: 50%;
    padding-left: 35%;
	text-align: right;
}

/* FOTOS */

.antiguo {
      background-color: lightgray;
       background-color: rgb(48, 48, 48);
    background-color: rgb(110, 109, 109);
}

.black {
    color: black;
    font-size: bold;
}

.dorado {
         background-color: #C99B40;
         color: black;
         margin-bottom: 1rem;
}

.back-white {
      background-color: white;
}

.fit {
    width: fit-content;
}

.letra-dorada {
         color: #C99B40;
          color: white;
          background-color: #C99B40;
         border-radius: 0.2rem;
         padding: 0.1rem 0.3rem 0.1rem 0.3rem;
          /*font-family: 'Fuente-Bold';*/
}

.letra-dorada-flyer {
         color: #C99B40;
}


.letra-dorada-servicios {
         color: #C99B40;
         background-color: black;
       color: white;
          background-color: #C99B40;
         border-radius: 0.2rem;
         padding: 0.1rem 0.3rem 0rem 0.3rem;
          font-family: 'Fuente-Bold';
}


.white-border {
	padding-top: 2%;
	border: solid 1px gray;
    border: solid 1px white;
}

.list-index {
    /*list-style-position:outside;*/
  list-style: none;
  font-size: 1.4rem;
    /*margin-left: 2rem;*/
    padding-left: 6.4rem;
    margin-bottom: 3rem;
}


.list-index li:before {
  content: '✓';
 border-radius: 50%;
       background-color: #C99B40;
       margin-right: 1rem;
    margin-left: -2.8rem;
       padding: 0.1rem 0.3rem;  
}

.list-index-entrenador {
list-style: none;
font-size: 1.4rem;
border-radius: 1rem;
padding: 1rem 2rem;
padding-left: 4.4rem;
padding-bottom: 0.2rem;
background-color: white;
}

.list-index-entrenador li:before {
  content: '✓';
 border-radius: 50%;
       background-color: #C99B40;
       margin-right: 1rem;
        margin-left: -3rem;
       padding: 0.1rem 0.3rem;  
       color: white;
}

.list-index-item {
margin-bottom: 1.2rem;
}

.span-ticks {
    border-radius: 50%;
      background-color: #C99B40;
}

.button-descargar {
    display: block;
    width: fit-content;
    margin: auto;
     background-color: #C99B40;
     font-family: "Fuente-Bold";
     color: black;
     padding: 1rem;
    padding-top: 0.7rem;
      padding-bottom: 0.5rem;
     margin-bottom: 2rem;
     font-size: 1.6rem;
      /*text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;*/
      border: dotted 4px white;
      border-radius: 1rem;
}

.flyer {
    padding-left: 2rem;
    padding-right: 2rem;
    background-image: url('../images/FondoPesasG.jpg');
      background-repeat: no-repeat;
  background-size: cover;
}


/* TABLES */
th {
	background-color: teal;
	background-color:black;
    background-color: teal;
	color: white;
	padding: 10px;
	font-size: 1.3rem;
}

td {
	text-align: center;
     border-bottom:  solid;
     	border-width: thin;
      /*
       border-right: solid 1px;
    border-left: solid 1px;
     border-bottom:  solid;
	border-bottom-color: teal;
	border-bottom-color:black;
    border-bottom-color:  #C99B40;*/
     border-bottom-color:  #C99B40;
     border-left-color:  #C99B40;
      border-right-color:  #C99B40;
	font-size: 1.1rem;
}

.table-packs-online {
	font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	/*font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;*/
	width:70%;
	/*margin-bottom: 3%;*/
	margin-bottom: 3%;
	margin-top: 3%;
	background-color: white;
}

.div-table-contacto
{
    display: table;
    width: 90%;
    border: solid 2px #C99B40;
    padding: 2rem;
    padding-bottom: 1.4rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
}
.div-row-contacto
{
    display: table-row;
}
.div-cell-contacto
{
    display: table-cell;
}

.div-table-flyer
{
    display: table;
    width: 90%;
    margin: auto;
    padding: 2rem;
    padding-bottom: 1.4rem;
    border-radius: 2rem;
    margin-bottom: 4rem;
    border-spacing: 2rem;
}
.div-row-flyer
{
    display: table-row;
}
.div-cell-flyer
{
    display: table-cell;
     border: solid 1px #C99B40;
     text-align: center;
     border-radius: 1rem;
     padding: 1rem;
        border-bottom: solid 1rem #C99B40;
}

@media screen and (max-width : 1023px)
/*@media (max-width: 779px)*/
{
.polo {
    width:80%;
    display: inline-block;
    padding: 4%;
}

   .camiseta {
    width:80%;
    display: inline-block;
    padding: 4%;
    background-color: black;
    margin:auto;
    margin: 20px;
}

 .div-table-flyer {
         padding: 0rem;
         width: 100%;
    }
   
    .footer-text {
        font-size: 1.4rem;
    }

    .footer-left {
        text-align: center;
        width: 100%;
    }
    .footer-right {
        float: right;
        width: 100%;
        vertical-align: bottom;
        text-align: center;
    }

.footer-logo {
    max-width: 350px;
}


    header {
        font-size: 1em;
    }

    .main-content {
        /*padding-top: 0%;*/
        padding-bottom: 3%;
    }

    .menu-lista {
        background-color: white;
        font-size: 1.5rem;
        list-style-type: none;
        margin: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: hidden;
        background-color:  transparent;
        width: 100%
    }

    .menu-item {
        padding-top: 7px;
        padding-bottom: 7px;
          padding-top: 2px;
        padding-bottom: 2px;
        /*float: left;*/
        float: right;
        clear: both;
        padding-right: 1rem;
        /*width: 100%;*/
        text-align: center;
         background-color:  #C99B40;
        background-color:  transparent;
    }

    .menu-item a,
    .dropbtn {
        width: 100%;
        display: inline-block;

        text-align: center;
        padding: 7px 8px;
        text-decoration: none;
    }

    .menu-item a:hover,
    .dropdown:hover .dropbtn {
        width: 100%;
        color: white;
        background-color: red;
        background-color: #333;
        background-color: black;
        background-color:  transparent;
        color: white;
    }

    .menu-item.dropdown {
        display: inline-block;
    }

    .navigation-bar {
        position: relative;
        display: flex;
        z-index: 9999;
        width: 100%;
        /*max-width:  974px;*/
        margin-left: auto;
        margin-right: auto;
        background-color: #333;
        box-shadow: 3px 3px 15px 3px #00000050;
        /*font-size: 4em;*/
    }

    /* Navbar container */
    .navbar {
/*
        overflow: hidden;
        background-color: #333;
        font-family: 'Fuente';
        display: flex;
        */
        background-color:  rgb(0, 0, 0, 80%);
        -webkit-backdrop-filter: blur(15px); /* Add this line first, it fixes blur for Safari*/
        backdrop-filter: blur(15px);  /* This line activates blur*/
        width: fit-content;
        right: 0;
        /*background-color: black;*/
        padding: 1rem;
        margin: 1rem;
        border-radius: 1rem;
        border: solid 1px #C99B40;
    }

    h3 {
        font-size: 1.4em;
    }

    .part {
        font-size: 1.5rem;
        line-height: 1.6;
        padding-left: 3%;
        padding-right: 3%;
    }

    .part-top {
        padding-top: 2rem;
        font-size: 1.5rem;
        line-height: 1.6;
        padding-left: 3%;
        padding-right: 3%;
    }

    .part-index {
        font-size: 1.5rem;
        line-height: 1.6;
        padding-left: 3%;
        padding-right: 3%;
    }

    .part-detras {
        display: block;
        padding-top: 0%;
        line-height: 1.6;
        padding-left: 3%;
        padding-right: 3%;
    }

    .aside-left {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .aside-right {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
    }


    .aside-right-entrenador {
        width: 54%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 2%;
        /*text-align: right;*/
    }

    .aside-right-entrenador-antiguo {
	float:right;
	   width: 54%;
            padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
}

    .resize-entrenador {
        width: 50%;
    }


    .aside-right-image {
        width: 96%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 10%;
    }

    .aside-all {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 3%;
    }

    .center_image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .texto-h3 {
        font-size: 1.5rem;
    }

    .parrafo-h3 {
        font-size: 1.5rem;
    }

    .texto-h1 {
        font-size: 2.2rem;
    }

    .testimonio-image-text {
        font-size: 1rem;
        font-family: "Fuente", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
        font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
        text-align: center;
    }

    .testimonio-cita {
        font-size: 1.5rem;
        padding-left: 25%;
        padding-right: 3%;
        text-align: right;
    }

    .header-image {
        padding: 0%;
    }

    .dropdown {
        width: 100%;
        overflow: hidden;
    }

    .dropdown-content {
        width: 100%;
    }

    .dropdown-content a {
        text-align: center;
        border-bottom: solid;
        border-width: thin;
        border-color: #aaa;
    }

    .pie {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .separated {
        font-size: 1.5rem;
    }

    .table-packs-online {
	    width:90%;
    }

    th {
	    font-size: 1.5rem;
    }

    td {
	    font-size: 1.5rem;
    }
}

@media screen and (max-width : 1023px) and (orientation: landscape) {
 .testimonio-cita {
        font-size: 1.4rem;
        padding-left: 5%;
        padding-right: 2%;
        text-align: right;
    }
}

@media screen and (max-width : 600px) {

    .part-top {
        padding-top: 1rem;
    }

    .menu-lista {
        font-size: 1.3rem;
    }

    .menu-item {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    /* INDEX */
.part-index {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-left: 1rem;
	padding-right: 1rem;
	/*background-color: white;*/
}

    .div-table-flyer {
        display: block;
         padding: 0rem;
    }

    .div-row-flyer {
        display: block;
    }

    .div-cell-flyer {
        display: block;
        margin-bottom: 2rem;
    }

    .list-index {
        /*list-style-position:outside;*/
        list-style: none;
        font-size: 1.4rem;
        /*margin-left: 2rem;*/
        padding-left: 2.4rem;
        margin-bottom: 3rem;
    }


    .list-index li:before {
        content: '✓';
        border-radius: 50%;
        background-color: #C99B40;
        margin-right: 1rem;
        margin-left: -2.8rem;
        padding: 0.1rem 0.3rem;
    }

    .list-index-entrenador {
        list-style: none;
        font-size: 1.1rem;
        border-radius: 1rem;
        padding: 1rem 2rem;
        padding-left: 4.8rem;
        padding-bottom: 0.2rem;
        background-color: white;
    }

    .list-index-entrenador li:before {
        content: '✓';
        border-radius: 50%;
        background-color: #C99B40;
        margin-right: 1rem;
        margin-left: -3rem;
        padding: 0.1rem 0.3rem;
        color: white;
        }
        
        .div-table-contacto {
            display: block;
            font-size:1.2rem ;
            padding: 1rem;
            padding-bottom: 1.4rem;
            border-radius: 1rem;
            margin-bottom: 2rem;
        }

        .div-servicio {
            /*padding: 1rem;*/
            width: 90%;
            padding: 1rem;
            margin: auto;

            margin-bottom: 2rem;

        }

        .footer-logo {
    max-width: 250px;
        }

      .aside-right-entrenador {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
        /*text-align: right;*/
    }

        .aside-right-entrenador-antiguo {
	   width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 3%;
        padding-bottom: 3%;
        /*text-align: right;*/
}
    
}
