/*
 * 	My Custom stylesheet
 */

 /******************************************************************************************************************************
MAIN STYLE
*******************************************************************************************************************************/
html,
body {
    width: 100%;
    height: 100%;
}

html { 
  /*font-size: 16px; */
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  /* sets the default sizing to make sure nothing is actually 10px */
  font-size: 16px;
  font-size: 1.6rem;  

	/*background-color: #efefef;*/
	/*background-color: #f6f6f6;*/
  background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
  line-height: 2.5rem;
	/*font-size: 62.5%;*/
	/*font-size: 16px;*/
	/*color: #555;*/
	color: #141c26;

	/* Padding necesario cuando tenemos el menu superior del bootstrap fijo arriba (navbar-fixed-top) */
	/*padding-top: 70px;*/

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

.container-con-borde {
  /*max-width: 100%;*/
}

.container-sin-pd {
  padding: 0px;
}

.bloque-mg-lf-20 {
  margin-left: 20px;
}

.bloque-mg-rg-20 {
  margin-right: 20px;
}

@media only screen and (max-width : 768px) {
  .bloque-mg-lf-20 {
    margin-left: 0px;
  }
  .bloque-mg-rg-20 {
    margin-right: 0px;
  }
}

/* Links */
a {
  color: #555;
  -webkit-tap-highlight-color: #00B4CC;
}
a:hover {
  text-decoration: none;
  /*color: #00aaff;*/
  /*color: #ff0066;*/
  color: #d4145a;
  /*color: #ffb405 !important;*/
  transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
}

/* Encabezados */
h1, h2, h3, h4, h5, h6 {
  /*font: */
  /*color: #ffd911;*/ /* Amarillo */
  /*color: #fdb203;*/ /* Naranja logo */
  /*color: #00aaff;*/ /* Azul logo */
  color: #333333;
}

.cursiva {
  font-style: italic !important;
}

.negrita {
	font-weight: bold;
}

.txt-centrado {
  text-align: center !important;
}

/* Encabezados */
blockquote {
  border-left:3px solid #00aaff;
  padding:0 18px;
}
blockquote p {
  color:#777;
  font-family:"Georgia";
  font-size:18px;
  line-height:28px;
  font-style:italic;
}

/* ==========================================================================
Centenedor centrado vertical
========================================================================== */
.div-contenedor-centrado-vertical {
  display: table;
}
.div-contenido-centrado-vertical {
  display: inline-block;
  display: table-cell; 
  vertical-align: middle; 
}

/* ==========================================================================
Colores
========================================================================== */
.color-negro { color: #000000; }
.color-gris-oscuro { color: #555555; }
.color-gris-claro { color: #999999; }
.color-azul { color: #00aaff; }
.color-azul-oscuro { color: #003c59; }

/* ==========================================================================
Margenes
========================================================================== */
.sin-mg-tp { margin-top: 0px; }
.sin-mg-bt { margin-bottom: 0px; }
.sin-mg-lf { margin-left: 0px; }
.sin-mg-rg { margin-right: 0px; }

.mg-tp-5 { margin-top: 5px; }
.mg-tp-10 { margin-top: 10px; }
.mg-tp-15 { margin-top: 15px; }
.mg-tp-20 { margin-top: 20px; }
.mg-tp-25 { margin-top: 25px; }
.mg-tp-30 { margin-top: 30px; }
.mg-tp-35 { margin-top: 35px; }
.mg-tp-40 { margin-top: 40px; }
.mg-tp-45 { margin-top: 45px; }
.mg-tp-50 { margin-top: 50px; }
.mg-tp-55 { margin-top: 55px; }
.mg-tp-60 { margin-top: 60px; }
.mg-tp-65 { margin-top: 65px; }
.mg-tp-70 { margin-top: 70px; }
.mg-tp-75 { margin-top: 75px; }
.mg-tp-80 { margin-top: 80px; }
.mg-tp-85 { margin-top: 85px; }
.mg-tp-90 { margin-top: 90px; }
.mg-tp-95 { margin-top: 95px; }
.mg-tp-100 { margin-top: 100px; }

.mg-bt-4 { margin-bottom: 4px; }
.mg-bt-5 { margin-bottom: 5px; }
.mg-bt-8 { margin-bottom: 8px; }
.mg-bt-10 { margin-bottom: 10px; }
.mg-bt-15 { margin-bottom: 15px; }
.mg-bt-20 { margin-bottom: 20px; }
.mg-bt-25 { margin-bottom: 25px; }
.mg-bt-30 { margin-bottom: 30px; }
.mg-bt-35 { margin-bottom: 35px; }
.mg-bt-40 { margin-bottom: 40px; }
.mg-bt-45 { margin-bottom: 45px; }
.mg-bt-50 { margin-bottom: 50px; }
.mg-bt-55 { margin-bottom: 55px; }
.mg-bt-60 { margin-bottom: 60px; }

.mg-lf-5 { margin-left: 5px; }
.mg-lf-10 { margin-left: 10px; }
.mg-lf-15 { margin-left: 15px; }
.mg-lf-20 { margin-left: 20px; }
.mg-lf-25 { margin-left: 25px; }
.mg-lf-30 { margin-left: 30px; }
.mg-lf-35 { margin-left: 35px; }
.mg-lf-40 { margin-left: 40px; }

.mg-rg-5 { margin-right: 5px; }
.mg-rg-10 { margin-right: 10px; }
.mg-rg-15 { margin-right: 15px; }
.mg-rg-20 { margin-right: 20px; }
.mg-rg-25 { margin-right: 25px; }
.mg-rg-30 { margin-right: 30px; }
.mg-rg-35 { margin-right: 35px; }
.mg-rg-40 { margin-right: 40px; }

/* ==========================================================================
Paddings
========================================================================== */
.sin-pd-bt { padding-bottom: 0px; }
.sin-pd-lf { padding-left: 0px; }
.sin-pd-rg { padding-right: 0px; }
.sin-pd { padding: 0px; }

.pd-bt-20 { padding-bottom: 20px; }
.pd-bt-30 { padding-bottom: 30px; }
.pd-bt-40 { padding-bottom: 40px; }

/* ==========================================================================
Separacion de secciones
========================================================================== */
.container-interno {
	width: 100%;
	padding-left: 0px;
}
.seccion {
  /*padding: 150px 0 0 0;*/
  padding-top: 150px;
  /*border-bottom: 1px solid #e5e5e5;*/
}

.seccion-sin-pd { 
  padding: 0px;
}

.seccion-sin-pd-tp {
  padding-top: 0px;
}

.seccion-sin-pd-bt {
  padding-bottom: 0px;
}

.seccion-sin-borde {
  border: none;
}

.seccion-fondo-verde {
  /*background-color: #EEEEEE;*/
  /*background-color: #ed7249 !important;*/
  background-color: rgba(0, 168, 255, 0.8) !important;
  background: url(cargar.php?img=fondos/bg-fleckOnly-white.png) no-repeat;
  background-size: 100% 100%;
}

.seccion-fondo-azul {
  background-color: rgba(0, 168, 255, 0.8) !important;
  background: url(cargar.php?img=fondos/bg-fleckOnly-white.png) no-repeat;
  background-size: 100% 100%;
}

.seccion-con-sombra {
  -webkit-box-shadow: 0px 10px 26px -10px #c7c7c7 inset, 0px -10px 26px -10px #c7c7c7 inset;
  -moz-box-shadow: 0px 10px 26px -10px #c7c7c7 inset, 0px -10px 26px -10px #c7c7c7 inset;
  box-shadow: 0px 10px 26px -10px #c7c7c7 inset, 0px -10px 26px -10px #c7c7c7 inset;
}

/* ==========================================================================
Secciones concretas
========================================================================== */
.seccion-banner-home {
  background: url(../img/inicio/foto5.jpg) no-repeat center;
  /*min-height: 750px;*/
  width: 100%;
  height: 100vh;
  /*min-height: 896px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.altura-seccion-banner-home {
  height: 100vh;
}

.altura-contenedor-contacto {
	height: 70vh;
}

@media only screen and (max-width : 768px) {
  .altura-contenedor-contacto {
    height: 30vh;
  }
}

.altura-contenedor-menu {
  height: 100px;
}

.seccion-banner-biografia {
  background: url(../img/biografia/foto3.jpg) no-repeat center;
  /*min-height: 750px;*/
  width: 100%;
  height: 100vh;
  /*min-height: 896px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.seccion-banner-contacto {
  background: url(../img/contacto/foto3.jpg) no-repeat center;
  /*min-height: 750px;*/
  width: 100%;
  height: 100vh;
  /*min-height: 896px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.seccion-absoluta {
	position: absolute;
	top: 150px;
	width: 100%;
}

.contenedor-scrolable {
	overflow-y: scroll;
}

.contendor-biografia {
	height: 70vh;
}

.contenedor-contacto {

}

/* ==========================================================================
Go to top
========================================================================== */
.gotop {
    /*background-color: #33b5e5;*/
    background-color: #07894b;
    background-image: url(cargar.php?img=arrow_totop.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 999999999999999;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    overflow: auto;
}

.gotop:hover {
    background-color: #E0E0E0;
}

/* ==========================================================================
Scroll Down
========================================================================== */
.scroll-down {
    background-color: rgba(0, 168, 255, 0.8);
    background-image: url(cargar.php?img=arrow_todown.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*z-index: 999999999999999;*/
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -60px;
    left: 50%;
    margin-left: -20px;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    overflow: auto;



    /*position: absolute;
      width: 40px;
      height: 26px;*/
    /*bottom: 20px;*/
    /*top: 460px;
      left: 50%;
      margin-left: -20px;
      background: url(cargar.php?img=cabecera/btn-rolar2d.png) no-repeat center;
      border-radius: 4px;
      opacity: 0.9;
      filter: alpha(opacity=90);
      -webkit-transition: 600ms opacity ease;
      -moz-transition: 600ms opacity ease;
      -ms-transition: 600ms opacity ease;
      -o-transition: 600ms opacity ease;
      transition: 600ms opacity ease;
      -webkit-animation: pularInternas 0.8s infinite;
      -moz-animation: pularInternas 0.8s infinite;
      -o-animation: pularInternas 0.8s infinite;
      animation: pularInternas 0.8s infinite;*/
}

/* ==========================================================================
Header
========================================================================== */
header {
  /*background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.8015581232492998) 0%, rgba(255,255,255,1) 100%);*/
  background: rgb(255,255,255,0.5);
/*background: linear-gradient(0deg, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 75%);*/
padding: 0 20px;
}

.header-main {
	/*position: absolute;*/
	background-color: transparent;
	width: 100%;
	height: 100px;

  /*border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(105, 105, 105, 0.175);
  box-shadow: 0 2px 10px rgba(105, 105, 105, 0.175);*/
}

.nombre a{
  font-family: "Roboto";
  font-size: 4.7rem;
  line-height: 67px;
  font-weight: 100 !important;
  /*color: #c81b72;*/
  color: #d4145a;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -4px;
  text-align: center;
  /*text-shadow: 0px 2px 7px rgba(0,0,0,0.15);*/
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
  /*text-shadow:2px 2px 5px #000000;*/
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

.nombre-destacado {
	font-weight: 700 !important;
	letter-spacing: 1px;
}

.logo-cabecera{
  max-height: 50px;
}

@media (max-width: 450px) {
  .logo-cabecera{
    max-height: 60px;
  }
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

/* ==========================================================================
Menu
========================================================================== */
.navbar-default {
  background-color: transparent; 
  border-color: transparent; 
}
.navbar-default .navbar-toggle {
  margin-top: 40px;
  margin-right: 45px;
}
@media (max-width: 450px) {
  .navbar-default .navbar-toggle {
      margin-top: 25px;
      margin-right: 20px;
  }
}
.navbar-right .dropdown-menu {
  right: auto;
  left: auto;
}
.navbar-default .navbar-nav > li > a {
  display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    padding: 0 7px;
    letter-spacing: -0.5px;

  padding: 40px 0 0;
  margin: 0 16px;
  background-color: transparent !important; 
}

.navbar-default .in .navbar-nav > li > a {
   padding: 20px 0 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #d4145a;
  text-decoration: none;
  background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
  color: #d4145a;
  background-color: transparent !important;
  border-bottom: solid 1px #d4145a;
}
/*.header-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}

.header-nav li:last-child span {
    display: none;
}

.header-nav a {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    padding: 0 7px;
    letter-spacing: -0.5px;
}

.header-nav span {
    font-size: 20px;
    font-weight: bold;
    color: #909090;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.nav > li > a {
  padding: 40px 0 0;
  margin: 0 20px;
  background-color: transparent !important; 
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #d4145a;
  text-decoration: none;
  background-color: transparent !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #d4145a;
  background-color: transparent !important;
  border-bottom: solid 1px #d4145a;
}

.dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  color: #d4145a;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #d4145a;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {
    background-color: rgba(255,255,255,.50);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 4px;
    -webkit-box-shadow: none; 
    box-shadow: none;
}*/

/*@media (min-width: 1000px) {*/
  /*.collapse {
       display: none !important;
   }*/
/*.navbar-toggle {
    display: relative;
}*/
/*}*/
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      padding-bottom: 16px !important;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* ==========================================================================
Footer
========================================================================== */
footer {
	/*position: absolute;
	bottom: 0px;
	width: 100%;*/
}
.footer-fotos {
	position: relative;
}
.info-copyright {
  text-align: center;
  color: #5c5a56;
  height: 60px;
  /*position: absolute;*/
  width: 100%;
  /*bottom: 0;*/
  padding-top: 10px;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}

.info-copyright p {
  color: #a7a7a7;
  margin: 20px 0 0 0;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}

.info-copyright a {
  font-size: 12px;
  color: #5c5a56;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}

.info-copyright a:hover {
  color: #6d6b67;
}

.info-copyright .copyright {
  font-size: 12px;
}

/* ==========================================================================
Biografia
========================================================================== */
.enlace-pdf {
  background: url(../img/pdf-descarga-16x16-2.gif) no-repeat right center;
  padding-right: 1.5em;
  text-decoration: underline;
}

.titulo-seccion, .titulo-biografia {
  /*color: #c81b72;*/
  color: #d4145a;
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: 500;

}

.titulo-biografia {
  /*color: #c81b72;*/
  color: #d4145a;
  margin: 30px 0 0 0;
}

.texto-biografia {
	color: #404040;
	margin-bottom: 0px;
  text-align: justify;
}

.texto-destacado {
	color: #000000;
}

.texto-testimonio{
  color: #404040;
  margin-bottom: 0px;
  text-align: center;
  font-style: italic;
}

.texto-pie-foto {
  color: #404040;
  font-size: 12px;
}

/* ==========================================================================
Galeria de fotos
========================================================================== */
ul#fotos{
	margin: 0px;
	padding: 0px;
}

.grid-447 {
	width: 447px;
	height: 447px;
	float: left;
}
.grid-678 {
	width: 678px;
	height: 447px;
	float: left;
}
.img-grid {
	position: relative;
	float: left;
	display: block;
  background: #fff;
  text-decoration: none;
	margin-bottom: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-grid:hover {
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -moz-transform: none;
}
.estilo4 {
	width: 200px;
	height: 200px;
	margin-bottom: 35px;
}
li.estilo4 > a > img {
	width: 200px;
	height: 200px;
}
.fotos5 {
  display: inline-block;
}
.estilo5 {
  width: 135px;
  height: 135px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
li.estilo5 > a > img {
  width: 135px;
  height: 135px;
}

@media only screen and (max-width : 768px) {
  .estilo5 {
    width: 115px;
    height: 115px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  li.estilo5 > a > img {
    width: 115px;
    height: 115px;
  }
}

/* ==========================================================================
Videos
========================================================================== */
#Videos {
	min-height: 700px;
}
ul#video{
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width : 768px) {
  ul#video{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.video-grid {
	/*width: 370px;*/
	position: relative;
	float: left;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
	display: block;
  background: #fff;
  text-decoration: none;
	/*margin-bottom: 15px;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 320px;
  max-height: 320px;
}
.video-grid:hover {
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -moz-transform: none;
}
.video-grid img {
  max-width: 350px;
}
.estilo2 {
	width: 356px;
	/*height: 200px;*/
	margin-bottom: 35px;
}
li.estilo2 > a > img {
	width: 356px;
	/*height: 200px;*/
}

.video-desc {
	display: block;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-weight: 400 !important;
	text-align: center;
	padding: 20px 8px;
	margin: 0;
  max-width: 350px;
}




