@charset "UTF-8";

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/* Body */
body {
	 font-family: 'Titillium Web', Helvetica, Arial, Lucida, sans-serif !important;
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	width: 100%;
	height: 8%;
	background-color: #ffffff;
	border-bottom: 0px solid #353635;
}
.logoHeader{width: 200px;margin-top:15px}
.logo {
	color: #000;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.buttonHeader{
	display: inline-block;
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 16px;
	font-weight: 600;
    text-transform: uppercase !important;
    padding: 1em;
    background-image: linear-gradient(254deg, #0196e5 0%, #0ed8e2 100%) !important;
	text-decoration: none;
	margin-top:5px;
}

 .hero {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
        background: black; /* por si el vídeo no carga */
    }
 .hero img {
        
        width: 350px;
       
    }

    .hero-video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
.hero-contenttop {
		width: 100%;
        position: absolute;
        top:0%;
        left: 0%;
        text-align: center;
        z-index: 2;
        color: white;
    }

.hero-content2 {
        position: absolute;
        bottom:-8px;
        left: 0%;
        text-align: center;
        z-index: 2;
        color: white;
    }
.hero-contenttop img {
		width: 100%;
       
    }
.hero-content2 img {
		width: 150%;
       
    }

    .hero-content {
		
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2;
        color:rgb(168,216,238)!important;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 900;
    }
.hero-content h1 {
        color:rgb(168,216,238)!important;
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 700;
    }

    .hero-logo {
        width: 250px;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 2rem;
        font-weight: 300;
    }

.info {
        text-align: center;
        padding: 60px 20px;
        background: #ffffff;
        color: #333;
    }

    .info-separador {
        width: 180px;
        margin-bottom: 30px;
    }

    .info-titulo {
        font-size: 2rem;
        margin-bottom: 2rem;
        font-weight: 600;
		color:#009fda!important;
		text-transform: uppercase;
		
		line-height: 2.1rem
    }

    .info-texto {
        font-size: 2rem;
        font-weight: 600;
		color:#000000!important;
		text-transform: uppercase;
		
		line-height: 2.1rem;
		margin: 0;
    }

.divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1OHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTMyMCAyOEMxNjAgMjggODAgNDkgMCA3MFYwaDEyODB2NzBjLTgwIDIxLTE2MCA0Mi0zMjAgNDItMzIwIDAtMzIwLTg0LTY0MC04NHoiLz48L2c+PC9zdmc+);
    background-size: 100% 58px;
    bottom: 0;
    height: 58px;
    z-index: 1;
    transform: rotateX(180deg);
	margin-bottom: -1px
}
  /* Asegura fondo blanco donde va la onda */
  .footer-wave-wrap {
    background: #ffffff;      /* <- blanco para que no aparezca la franja negra */
  }

  .footer-wave {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Footer con imagen de fondo */
  .footer {
    background-image: url('../imagenes/Fondo_pie-1.png');
    background-size: cover;
    background-position: top center;
    text-align: center;
    color: #fff;
    padding: 40px 20px;      /* margen interior del pie */
  }

  .footer-contenido {
    max-width: 1000px;
    margin: 0 auto;
  }

  .footer-texto {
    font-size: 1.1rem;
	  font-weight: 500;
    line-height: 1.4;
    opacity: 0.9;
    margin: 0;
  }

  /* Por si el body no es blanco en tu CSS general */
  body {
    background: #ffffff;
  }



.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 20%;
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
	background-image: image("fondo-1.mp4")
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}
