@font-face {
    font-family: 'trajan_pro';
    src: url('../fonts/trajan_pro-webfont.woff2') format('woff2'),
         url('../fonts/trajan_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trajan_probold';
    src: url('../fonts/trajanpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/trajanpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trajan_proregular';
    src: url('../fonts/trajanpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/trajanpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:24px;
	right:100px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

html{
  scroll-behavior:smooth;
}

body{
  color:#231f20;
  font-family:auto;
  font-size:1.1em;
  margin:0;
  position: relative;
}

a, a:hover{
  color:inherit;
  text-decoration: none;
}

#loader{
  align-items: center;
  display: flex;
  flex-direction: column;
  background:#341d61;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 15000;
}

strong{
  font-family: 'trajan_probold';
}



header{
  transition: all .5s;
  width:100%;
  z-index: 200;
}

header.index{
  position: absolute;
  width:100%;
}

header.secciones{
  margin:auto;
  left:calc(50% - 500px);
  position: absolute;
  max-width:1000px;
}

.backHeader{
  background:#341d61;
  transition: all .3s;
}

.backAmarillo{
  background: #fffe59;
}

.contHeaderM{
  color: #FFF;
  font-size: 13px;
  margin: auto;
  padding: 0 1%;
  max-width: calc(1100px - 2%);
}

.contHeaderM i, .footerRedes i{
  font-size: 25px;
  margin-right: 5px;
}

.contHeaderM p, .footerRedes p{
  align-items: center;
  display:flex;
  flex-direction:row;
}

.contHeader{
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 2% 1% 2% 1%;
  max-width: calc(1100px - 2%);
  width: 90%;

}

.banner{
  width: 100%;
  
  transform:scale(2);
  transition: all .7s;
}


.txtBanner{
  bottom:-200px;
  left: calc(50% - 510px);
  position: absolute;
  
  width: 100%;
  max-width: 1000px;
  z-index: 1001;
  transition-delay: .5s;
  transition-duration: .5s;
}

.bannerSecciones{
  color:#6e2746;
  margin:auto;
  padding:2% 0 3% 0;
  position: relative;
  max-width: 1000px;
  width: 100%;
  
  opacity:0;
  transition: all .7s;
}

.bannerSecciones h2{
  font-family: 'trajan_probold';
  font-size: 2em;
}

.semiBold{
  font-weight: 400 !important;
}

section{
  margin:auto;
  padding: 3% 0;
  max-width: calc(1100px - 2%);
  width:100%;
}

footer{
  background-color:#5d87a1;
  padding:40px 0 40px 0;
  width:100%;
}

.footerCont{
  align-content: flex-start;
  color:#FFF;
  font-family: 'trajan_proregular';
  display: flex;
  flex-direction: row;
  font-size: .7em;
  justify-content:space-between;
  margin: auto;
  padding:0 10px;
  width: calc(100% - 20px);
  max-width: calc(1100px - 2%);
}

.footerCont p{
  color:#FFF;
  margin:10px 0;
}

section.sin{
  padding:20px 0;
  width:100%;
}

.backGrisSection{
  background:#f4f4f4;
}

.backBlanco{
  background-color: #FFF;
}

.backAzul{
  background-color: #5d87a1;
}

.backAzul2{
  background-color: #4bb5ed;
}


.backAzul3{
  background-color: #8ac0e0;
}

.backMorado{
  background-color: #6e2746;
}


.backNegro{
  background-color: #000;
}

.fBlanco{
  color:#FFF !important;
}

.fNegro{
  color:#000 !important;
}

.fAzul{
  color:#4bb5ed;
}

.fGris{
  color:#d0d0d0;
}

.fMorado{
  color:#6e2746;
}

.fAmarillo{
  color:#fffe59;
}

.fw100{
  font-weight: 100 !important;
}

.fw300{
  font-weight: 300 !important;
}

.fw400{
  font-weight: 400 !important;
}

.wIcon{
  width: 25% !important;
}

.wIcon2{
  width: 15% !important;
}

.w5{
  width: 5% !important;
  transition: all .5s;
}

.w10{
  width: 10% !important;
  transition: all .5s;
}

.w15{
  width: 15% !important;
}

.w20{
  width: 20% !important;
}

.w25{
  width: 25% !important;
}

.w30{
  width: 30% !important;
}

.w35{
  width: 35% !important;
}

.w40{
  width: 40% !important;
}

.w45{
  width: 45% !important;
}

.w50{
  width: 50% !important;
}

.w55{
  width: 55% !important;
}

.w60{
  width: 60% !important;
}

.w65{
  width: 65% !important;
}

.w70{
  width: 70% !important;
}

.w75{
  width: 75% !important;
}

.w80{
  width: 80% !important;
}

.w90{
  width: 90% !important;
}

.w100{
  width: 100% !important;
}

.margenAuto{
  margin: auto;
}

.margenAutoLados{
  margin: 0 auto;
}

.margenT1{
  margin-top:1%;
}

.margenT3{
  margin-top:3%;
}

.margenT5{
  margin-top:5%;
}

.margenT10{
  margin-top:10%;
}

.margenT13{
  margin-top:13%;
}

.margenT15{
  margin-top:15%;
}

.margenB1{
  margin-bottom: 1%;
}

.margenB3{
  margin-bottom: 3%;
}

.margenB5{
  margin-bottom: 5%;
}

.margenB10{
  margin-bottom: 10%;
}

.margenR1{
  margin-right: 1%;
}

.margenR3{
  margin-right: 3%;
}

.margenR5{
  margin-right: 5%;
}

.margenR10{
  margin-right: 10%;
}

.margenL1{
  margin-left:1%;
}

.margenL3{
  margin-left:3%;
}

.margenL5{
  margin-left:5%;
}

.margenL10{
  margin-left:10%;
}

.margenLM15{
  margin-left:-15%;
}

.sinMargen{
  margin:0 !important;
}

.botonActivo{
  cursor: pointer;
}

.bLine{
  border-bottom: 1px solid #f1f1f1;
}

.rLine{
  border-right: 1px solid #f1f1f1;
}

.lLine{
  border-left: 1px solid #f1f1f1;
}

.tLine{
  border-top: 1px solid #f1f1f1;
}

.centroCaja{
  align-items: center;
  justify-content: center;
}

.centroTodo{
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centroIzq{
  align-items: center;
  text-align: left;
}

.centroTop{
  align-items: center;
  text-align: center;
}

.alignTop{
  align-items: flex-start;
  justify-content: flex-start !important;
}

.centroIzq{
  align-items: center;
  justify-content: flex-start;
}

.izqCentro{
  align-items: flex-start;
  justify-content: center;
}

.bottomRight{
  align-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.alignBottom{
  justify-content: flex-end;
}

.alignRight{
  align-items: flex-end;
}

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

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

.justifyCenter{
  justify-content: center;
}

.justifySpaceBet{
  justify-content: space-between;
}

.pRelative{
  position: relative;
}

.pAbsolute{
  position: absolute;
}

.flexSpaceBet{
  justify-content: space-between;
}

.flexSpaceAr{
  justify-content: space-around;
}

.textARight{
  text-align: right;
}

.textALeft{
  text-align: left;
}

.lineHe30{
  line-height: 30px;
}

.hGroup{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hGroup2{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.vGroup{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contPadding20{
  padding:0 20px;
  width: calc(100% - 40px) !important;
}

.contPadding2030{
  padding:30px 20px;
  width: calc(30% - 40px) !important;
}

.contPadding40Todo{
  padding:40px;
  width: calc(100% - 80px) !important;
}

.contPadding20Todo{
  padding:20px;
  width: calc(100% - 40px) !important;
}

.contPadding5{
  padding: 5px;
  height: 100%;
  width: calc(100% - 10px) !important;
}

.contPadding10PLados{
  margin:auto;
  padding:0 10%;
  width: 80% !important;
}

.contPadding10PTodo{
  padding:5%;
  height:60%;
  width:90%;
}

.noDisplay{
  display: none;
}

.siDisplay{
  display:block;
}

/***** Logo y Menu *****/

.logo{
  margin-right:8%;
  width:20%;
}

.menuD{
  width:72%;
  position:relative;
}

.menuF{
  margin-top:8px;
  position:relative;
}

.menuD ul, .menuF ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:0;
  margin:0;
}

.menuD li, .menuF li{
  color:#000;
  font-family: 'trajan_proregular';
  font-size: .8em;
  letter-spacing: 0px;
  list-style: none;
  transition: all .5s;
}

.menuD li:hover{
  transform:translateY(-3px) scale(1.05);
  transition: all .5s;
  
}

.menuF li{
  border-right:1px solid #FFF;
  font-size: .7em;
  text-align: center;
  width: 100%;
}

.menuF li:last-child{
  border-right: none;
}

.menuD li span, .menuF li span{
  color:#a7cee8 !important;
}

.menuD ul li:hover > ul{
  /*display: block;*/
  height: auto;
  padding: 5px 10px;
  
  transition: all .5s;
}

.menuD ul ul{
  background:#4ca7d2;
  /*display: none;*/
  height: 0;
  flex-direction: column;
  padding: 0;
  position: absolute;
  top:25px;
  overflow: hidden;
  z-index: 1000;
  width:15%;
  box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all .5s;
}

.menuD ul ul li{
  color:#FFF;
  font-size: .8em;
  padding:7px 0;
}

.menuM{
  display: none;
  font-size: 2.5em;
}

.menuMovil{
  display: none;
	position: fixed;
	margin-top:14%;
	width: 100%;
	z-index: 1000;
}

.menuMovil ul{
  background: #efefef;
  padding: 10px;
  text-align: center;
}

.menuMovil li{
  border-bottom: 1px solid #CCC;
  list-style: none;
  margin: 10px 0;
  padding:5px 0;
  text-align: center;
}

.menuMovil li:last-child{
  border-bottom: none;
}

.fondoMenuARRC{
  background-image:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)), url("../images/fondo-arrc-banner_op.jpg");
  background-size:cover;
  background-position: bottom;
  min-height: 50vh;
}

.fondoManchasARRC{
  background-image: url(../images/fondo-arrc-secciones.jpg);
  background-size: cover;
}



/**** INDEX ****/

.index h1, .index h2, .index h3, .index h4, .quienes h1, .quienes h2, .quienes h3, .pAreas h1, .pAreas h2, .pAreas h3{
  font-family: 'trajan_proregular';
  text-align: center;
}

.index h1{
  font-size: 1.8em;
}

.index h2{
  font-size: 1.5em;
}

.index h3{
  font-size: 1.3em;
}

.index h4{
  color:#6e2746;
  font-family: 'trajan_pro';
  font-size: 1em;
}

h2.contacto{
  font-family: 'trajan_proregular';
  font-size: 2em;
  text-align: left;
}

h3.index{
  font-size: 1em;
}

h2.index span, h1.index span{
  font-family: 'trajan_proregular';
}

.listaActividades{
  margin:0;

}


.listaActividades li{
  margin: 0;
  padding: 0 0 10px 45px;
  list-style: none;
  background-image: url(../images/bullet-arrc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}

.cuaroActividades2{
  border-radius: 10px;
  max-width: 260px;
  min-height: 103px;
  box-shadow:6px 6px 12px 0px rgba(0,0,0,.1);
  position: relative;
  transition: all .3s;
}

.cuaroActividades2:before {
  position: absolute;
  content: "";
  border: 1px dashed #5d87a12b;
  width: 90%;
  height: 83%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}

.cuaroActividades2:hover{
  transform: scale(1.15);
  transition: all .3s;
  z-index: 1000;
}

.cuadroClientes{
  background:#FFF;
  border-radius: 10px;
  box-shadow:6px 6px 12px 0px rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
  padding:10px;
  transition: all .3s;
  max-width: 350px;
  min-width: 200px;
  min-height: 200px;
  width: calc(100% - 20px);
}

.cuadroClientes img{
  height: auto;
  max-height:200px;
  max-width: 220px;
  width: auto;
  transition: all .3s;
}

.cuadroClientes:hover>img{
  opacity: .5;
  transition: all .3s;
  filter: blur(10px);
}

.cuadroClientes:hover>.cuadroClientesTexto{
  top:0;
}

.cuadroClientesTexto{
  height: 100%;
  padding:0 20px;
  top:100%;
  transition: all .3s;
  width: calc(100% - 40px);
}

.cuadroClientesTexto p{
  font-family: 'trajan_probold';
  font-size: .8em;
}


/********** Principales Actividades Cuadros *************/

.pAreas{
  margin:0 auto;
  max-width: 900px;
  width: 100%:
}

.botonActividades{
  position: relative;
  z-index: 100;
}

.height400{
  height: 400px;
}  
.height500{
  height: 500px;
}  
.height600{
  height: 600px;
}  

.height700{
  height: 700px;
} 

/***********************************/

.galeria{
  padding-top: 210px;
}

.imgClases{
  cursor: pointer;
  transform: scale(1);
  filter: drop-shadow(0);
  transition: all .5s;
}

.imgClases:hover{
  transform: scale(1.05);
  filter: drop-shadow(5px 5px 10px black);
  transition: all .5s;
}

.botonDownload{
  background-color:#FFF;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 auto;
  padding:5px;
  width: auto;
  max-width: 200px;
}

.botonDownload p{
  color:#FFF;
  margin:0;
  text-align: center;
}

.botonContacto{
  align-items: center;
  color:#5d87a1;
  background-color:#FFF;
  border-radius: 15px;
  cursor: pointer;
  height: 15px;
  margin: 0 auto;
  padding:5px;
  width: auto;
  max-width: 200px;
}

.loaderCoach{
  background-color:#000;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: top right;
  display: none;
  height: 100vh;
  top:0;
  overflow: auto;
  padding:20px 20px;
  position: fixed;
  width: calc(100% - 40px);
  max-width: 1000px;
  z-index: 10001;
  
}

#contactoForm input[type="text"], #contactoForm input[type="email"], #contactoForm input[type="number"]{
  font-family: 'trajan_proregular';
  border:1px solid #e4e7ee;
  color:#4a4e56;
  font-size: .8em;
  height: 2em;
  margin-bottom: 10px;
  text-indent: 5px;
  width: 100%;
}

#contactoForm textarea{
  font-family: 'trajan_proregular';
  border:1px solid #e4e7ee;
  color:#4a4e56;
  font-size: .8em;
  height: 8em;
  resize: none;
  text-indent: 5px;
  width: 100%;
}

#contactoForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#d4d8df;
  opacity: 1; /* Firefox */
}

#contactoForm textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#d4d8df;
  opacity: 1; /* Firefox */
}

#contactoForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#d4d8df;
}

#contactoForm textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#d4d8df;
}

#contactoForm input::-ms-input-placeholder { /* Microsoft Edge */
  color:#d4d8df;
}

#contactoForm textarea::-ms-input-placeholder { /* Microsoft Edge */
  color:#d4d8df;
}

#contactoForm input[type="button"]{
	/*background-color:#341d61;*/
	background-color:#5d87a1;
	border: none;
	color:#FFF;
	padding: 10px 20px;
}


/****** QUIENES SOMOS *****/

.cuadroQuienes{
  padding:0 20px;
  width: calc(40% - 40px);
  height: 100vh;
}

.cuadroQuienes1{
  padding:0 20px;
  width: calc(40% - 40px);
  height: 100vh;
}

.cuadroQuienes2{
  padding:0;
  width: 60%;
  height: 100vh;
}



.cuadroQuienes1 p, .cuadroQuienes2 p{
  
}

.bRosa{
  background-color: #f408e1 !important;
}

.bMorado{
  background-color: #a026ff !important;
}

.bAzulC{
  background-color: #eff6fb !important
}

.bAmarillo{
  background-color: #f5d50b !important;
}

.cuadroMorado{
  background-color: #7c3fbf;
  padding-left: 25px;
}

.cuadroMorado{
  color:#FFF;
  font-size: 1em;
}

/**** CLASES LISTADO ****/

/*.margenBannerClase{
  padding-top:180px;
}



.botonClasesE{
  align-items: center;
  color: #FFF;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  height: 4.5em;
  justify-content: center;
  margin-bottom: .8%;
  text-align: center;
  width: 100%;
}

.botonClasesE p{
  font-family: 'bariolbold';
  font-size: 1.8em;
  margin: 0;
}

.botonClasesE p span{
	font-family: 'bariolregular';
	font-size: .5em;
}

.radiusIzq{
  border-radius: 5px 0 0 5px;
}

.radiusDer{
  border-radius: 0 5px 5px 0;
	font-size: 1.8em;
}



.imgTxt{
  height: 100%;
  margin:5% auto;
  max-height: 90px;
}*/

/* WHATSAPP */

.whatsapp{
  display: none;
  flex-direction: column;
  top:calc(50% - 90px);
  right:2%;
  position: fixed;
  z-index: 10000;
}

.whatsapp a{
  margin-bottom: 5px;
}

.sMovil{
   display: none;
}

.nMovil{
	display: block;
}

.Error{
  background-color:#ffa2a2 !important;
}

.Error2{
  color: red !important;
}

/**************************************/

/****** BULLETS BANNER ********/


/* jssor slider bullet navigator skin 12 css */
/*
.jssorb12 div           (normal)
.jssorb12 div:hover     (normal mouseover)
.jssorb12 .av           (active)
.jssorb12 .av:hover     (active mouseover)
.jssorb12 .dn           (mousedown)
*/
.jssorb12 {
	position: absolute;
}
.jssorb12 div, .jssorb12 div:hover, .jssorb12 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url(../images/b12.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb12 div { background-position: -7px -7px; }
.jssorb12 div:hover, .jssorb12 .av:hover { background-position: -37px -7px; }
.jssorb12 .av { background-position: -67px -7px; }
.jssorb12 .dn, .jssorb12 .dn:hover { background-position: -97px -7px; }

/***************************************/

@media screen and (max-width: 1060px) {
  .loaderCoach{
    left:0;
    background-position: center;
  }
  
  .txtBanner{
    left:0;
  }
}

@media screen and (min-height: 770px) and (min-width:1000px) {
  .loaderCoach{
    background-position: 525px 0;
    background-size: auto 100%;
  }

  
}

@media screen and (max-width: 1000px) {
  header.secciones{
    left:0;
  }
  
  
}
  
@media screen and (max-width: 770px) {
  .menuD, .preHeader{
    display: none;
  }
  
  .menuM{
    display: flex;
  }
  
  .menuD2{
    margin:0 0 20px 0;
  }
  
  .height400, .height500, .height600, .height700{
    height: 1000px;
  } 

  .logo{
    width:60%;
  }
  
  .cuadroQuienes{
    width: calc(100% - 40px);
    height: auto;
  }
  
  .cuadroQuienes1{
    display: none;
  }
  
  
  .cuadroQuienes2{
    width: calc(100% - 40px)!important;
    height: auto;
  }
  
  .cuaroActividades2{
    max-width: 90%;
    margin-bottom:15px;
  }
  
  .cuadroClientes{
    max-width: 90%;
    margin-top:3%;
  }
  
  #contactoForm{
    width: 100%;
  }

  .hGroup, .footerCont{
    flex-direction: column;
  }
  
  .footerCont h3, .centroMovil{
    text-align: center;
  }
  
  .subeCuadroOferta, .subeCuadro{
    margin-top:0;
    padding:0;
  }
	
  .banner, .bannerSecciones{
      padding-top:16%;
  }
  
  .bannerTexto{
    top:15%;
  }
  
  .bannerTexto h2{
    font-size: 1.5em;
  }
  
  .menuOculto{
    height:0;
    padding:0;
    width:calc(100% - 40px);
    transition: all .5s;
  }
  
  .sMovil{
    display: block;
  }
  
  .nMovil{
    display: none;
  }
  
  .fondoEquipo{
    background-image: none;
  }
  
  .wIcon, .wIcon2{
    margin: 30px auto;
    width: 80% !important;
  }
  
  .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w70, .w80, .w90{
    width: 100% !important;
  }
  
  .contPadding10PTodo{
    width:90%;
  }
  
  .contPadding2030{
    width: calc(100% - 40px) !important;
  }
  
  .cuadroInfo{
    margin-right:0;
    margin-bottom: 10px;
    width: 90%;
  }
  
  section{
    padding:20px 0 3% 0;
    width: 100%;
  }
  
  header{
    background: #5d87a1;
    position: fixed !important;
		z-index: 10001;
  }
  
  header.secciones{
    left:0;
  }
  
  .hGroup2 a{
    margin-right:10px;
  }
  
  /*article.index, article.clases{
    margin-top:0px;
  }
  
  article.equipos{
    margin-top:-40px;
  }
  
  .galeria{
    padding-top:20%;
  }
  
  .margenBannerClase{
    padding-top:18%;
  }
  
  
  #textoCoach{
    height: 50vh;
    overflow-x: auto;
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    bottom: 54px;
    width: calc(90% - 20px);
  }

  .loaderCoach{
    background-size: auto 100%;
    background-position: top center;
    height: 95vh;
  }*/

}