/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:900px) {
    .navbar {
        padding: 20px 0;
		background: linear-gradient(180deg, rgba(0,0,0,1) 30%,   rgba(255,255,255,0) 100%);
		/*background: #FFF0;*/
		color: #F7090D;
		border-color: #D40B0F;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
		background: #FFF;
		border-color: #D40B0F;
    }
	
	.navbar-default2>li>a {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
	color: #DD1C20;
}
	
.letra1 > a{
		position: relative;
        display: block;
        padding: 10px 10px;
		font-family: brandon-grotesque, sans-serif;
        font-weight: 300;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 22px;
	    /*text-shadow: 2px 2px 4px black;*/
	}
	
	
	.letra1 > a:hover {
		color: #006f9e;
	}
	
	.letra2 > a{
		font-family: brandon-grotesque, sans-serif;
        font-weight: 300;
		color: #444444;
		padding-top: 24px;
		text-shadow: 0px 0px 0px ;
	}
	
	.letra2 > a:hover {
		color: #006f9e;
	}
	
}

	
	.logo{
	  width: 150px;
	  margin-right: 130px;
    }
	
	.logo3 {
	  width: 150px;
	  margin-right: 130px;
 	}
	
	.logo4 {
		  background-image: url("../images/Logo_b.png");
		  height: 60px;
 		}

	.logo2{
		width: 120px;
		margin-bottom: 10px;
		 background: url("../images/Logo.png");
	}
	
.logoxs{
	height: 60px;
	margin-bottom: -55px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.logoxs2{
	height: 60px;
	margin-bottom: -55px;
	padding-bottom: 10px;
	padding-top: 15px;
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    min-height:1000px;
    padding-top: 80px;
	padding-bottom: 10px;
    text-align: center;
    background: #fff;
}

.profesionales-section {
	min-height:600px;
    padding-top: 100px;

    text-align: center;
    background: #e5ecef;
}

.zonamedia-section {
	min-height:600px;
    text-align: center;
    background: #eee;
}

@media (max-width: 600px) {
  .autoridades-section{ padding-top: 40px; 
	                min-height:0px;}
}

.proyectos-section {
    
    padding-top: 100px;
	margin-bottom: 0px;
    background: #FFF;
}

.novedades-section {
	background-image: url("../images/fondo01.jpg");
	background-size: cover;
    padding-top: 50px;
	margin-bottom: 0px;
   /* background: #FFF;*/
}

@media (max-width: 400px) {
  .novedades-section{ background-image: url("../images/fondo01xs.jpg");}
}

.contacto-section  {
    padding-top: 100px;
	margin-bottom: 0px;
    text-align: center;
    background: #1e2531;
	min-height: 1150px;
	color: #FFF;
	/*background-image: url(../images/recepcion.jpg);
	background-size: cover;
	opacity: 0.5;*/
}

@media (max-width: 400px) {
  .contacto-section  { min-height: 1250px;}
}

.contacto-section > a {
	color: #FFF;
}

.contacto-app {
    padding-top: 30px;
	margin-bottom: 0px;
    text-align: center;
    background: #006f9e;
	min-height: 430px;
	color: #FFFFFF;
}


.footer-section {
    min-height:100px;
    padding-top: 20px;
    text-align: center;
    background: #FFF;
}


.socio-section {
    min-height:1000px;
    padding-top: 100px;
    text-align: center;
    background: #FFF;
}


.background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.background-video2 {
  height: 700px;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}


.image-section {

  height: 750px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}

.image3-section {

  height: 700px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}


.image2-section {
  background-image: url("../images/staff.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */

  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed
}



@media (max-width: 900px) {
    .image2-section{ background-image: url("../images/instalaciones/instalaciones-011.jpg"); /* The image used */ 
	                 height: 400px;}
}
