body {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #006cb0;
  line-height: 1.2;
}

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

p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: #ebebeb;
  background-image: url(../img/volver.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 17px 17px;
  padding: 5px 0 5px 25px;
  letter-spacing: 0.01em;   
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

  #mainNav {
    padding-top: 11px;
    padding-bottom: 10px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background-color: rgba(64, 69, 72, 0.7);
  }
  #mainNav.navbar-shrink {
    padding-top: 8px;
    padding-bottom: 7px;
    background-color: rgb(64, 69, 72);
  }
    
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }

.p-intro{
    padding: 50px 50px 35px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(26, 78, 116, 0.2);
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 37px!important;
  margin-bottom: 30px;
  color: #3b9dcb;
}

.masthead .intro-body .intro-text {
  font-size: 16px!important;    
  font-family: 'Roboto', sans-serif;
  font-weight: 400!important;
  line-height: 1.4;  
  color: #6c6c6c!important;    
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
    }
  .masthead .intro-body .brand-heading {
    font-size: 60px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}


.modal-content{background-color: transparent;}
.modal-header{background-color: #FFFFFF; padding: 10px 20px 5px 0; border: none; background-color: rgba(255, 255, 255, 0.95);}
.modal-body {padding: 0; font-family: 'Roboto', sans-serif; background-color: rgba(255, 255, 255, 0.95);}
.modal-dialog {max-width: 950px;}
.modal-footer {border: none; padding: 0;}
.modal-footer img {margin-left: auto; margin-right: auto;}
.nav {padding-left: 40px;}



@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}



footer {
  padding: 20px 0;
background-color: #363636;    
}

footer p {
  font-size: 12px;
  margin: 0;
  color: #a3a3a3;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(0, 0, 0, 0.7);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #fcfcfc;
  background: rgba(0, 0, 0, 0.7);
  text-shadow: none;
  color: #ffffff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.nav-link {padding: 10px 15px 5px 15px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {border: none;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border: none;}
.nav-tabs .nav-link {border: none; border-radius: 15px 20px 0 0;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #659849; color: #ffffff; font-weight: 700;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {color: #696969; font-weight: 700;}


/* Modal ---------------------------------------- */

 audio{
   box-shadow: 0 2px 8px rgba(55, 57, 59, 0.2);
   margin-bottom: 3px;
}

.titulo-m {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 10px 40px;
}

.titulo-m h1{
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 25px;
    color: #00a1ce!important;
}

@media (min-width: 992px) {
  .titulo-m h1 br{display: none;}
}

.titulo-m p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #3e3e3e!important;
}

.nombre-ent h3 {font-family: 'Roboto', sans-serif;  font-weight: 700; font-size: 16px; margin-bottom: 15px;}
.foto-ent img {width: 100%; height: auto; margin-bottom: 25px;}
.titulo-ent h3 {font-size: 14px; font-weight: 500; padding-bottom: 3px; border-bottom: 2px solid rgba(255, 255, 255, 0.8); margin-bottom: 15px;}
.titulo-ent a 
{
    font-size: 12px; color: #ffffff;
    font-weight: 400;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 16px 16px;
    padding: 5px 0 3px 22px;
} 
.fondoBlanco 
{
    font-size: 12px; color: #3e3e3e;
    font-weight: 400;
    background-image: url(../img/download_black.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 16px 16px;
    padding: 5px 0 3px 22px;
} 

.titulo-ent a:hover {text-decoration: underline;} 
.recursos-ent h3 {font-size: 14px; font-weight: 500; padding-bottom: 3px; border-bottom: 2px solid rgba(255, 255, 255, 0.8); margin-bottom: 10px;}
.recursos-ent a {font-size: 12px; color: #ffffff; font-weight: 400;} 
.recursos-ent a:hover {text-decoration: underline;} 


.p-fabio {
    font-family: 'Roboto', sans-serif;
    padding: 10px 20px 10px 10px;
    border: 2px solid #5ec1dd;
    color: black;
    margin: 40px 20px 40px 40px;
    background-color: rgba(230, 230, 230, 0.4);
}

.p-fabio img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.p-fabio h2{
   font-family: 'Roboto', sans-serif;
   font-size: 17px;
   font-weight: 700;
   margin: 0 0 15px;
   color: #00a1ce!important;
}

.conversa {
    padding: 30px 25px 10px 25px;
    background-image: url("../img/conversa-bg.jpg");
    background-repeat: no-repeat;
	background-size: cover;
    background-color: #659849;
}

.aproxima {
    padding: 30px 0 30px 0;
    background-image: url("../img/conversa-bg.jpg");
    background-repeat: no-repeat;
	background-size: cover;
    background-color: #659849;
}

.des-aprox { padding: 0;}

.des-aprox p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #ffffff!important;
    margin-bottom: 5px;
    line-height: 1.4;
    padding-right: 30px;
}

.des-aprox h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.des-aprox a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #ffffff!important;
    margin-bottom: 5px;
    line-height: 1.4;
    text-decoration: underline;
}
/* Modal ---------------------------------------- */

/* Circuitos ---------------------------------------- */

	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
		
		
		#imginv{
			position: relative;
			top: 0;
			left: 0;
		}
		
		.fondo1{
			background-image: url("../img/bg_pilares.jpg");
			background-repeat: no-repeat;
		}

        .fondo2{
			background-image: url("../img/bg_publipriv.jpg");
			background-repeat: no-repeat;
		}
		
        .fondo3{
			background-image: url("../img/bg_panorama.jpg");
			background-repeat: no-repeat;
		}

        .fondo4{
			background-image: url("../img/bg_perspectivas.jpg");
			background-repeat: no-repeat;
		}

		#cont-circuitos{
			position: relative;
            background: radial-gradient(center bottom , circle , #1e9cd7, #1792b4 95%);
   background: -moz-radial-gradient(center bottom , circle , #1e9cd7, #1792b4 95%);
   background: -webkit-radial-gradient(center bottom , circle , #1e9cd7, #1792b4 95%);
   background: -ms-radial-gradient(center bottom , circle , #1e9cd7, #1792b4 95%);
   background: -o-radial-gradient(center bottom , circle , #1e9cd7, #1792b4 95%);
		}
		
		#imagenfondo
		{
			width: 100%;
		    bottom: 0;
		}
		#pilaresanim1{
			background-image: url("../img/pilares1.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		    bottom: 0;
			background-repeat: no-repeat;

		}
		#pilaresanim2{
			background-image: url("../img/pilares2.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
        	bottom: 0;
 			background-repeat: no-repeat;

		}
	    #panoramaanim1{
			background-image: url("../img/panoramas1.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
            bottom: 0;
			background-repeat: no-repeat;

		}
		#panoramaanim2{
			background-image: url("../img/panoramas2.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		    bottom: 0;
			background-repeat: no-repeat;

		}

	    #perspectivasanim1{
			background-image: url("../img/perspectivas1.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		    bottom: 0;
			background-repeat: no-repeat;

		}
		#perspectivasanim2{
			background-image: url("../img/perspectivas2.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
	     	bottom: 0;
			background-repeat: no-repeat;

		}
	    #publiprivanim1{
			background-image: url("../img/publipriva1.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
	     	bottom: 0;
			background-repeat: no-repeat;

		}
		#publiprivanim2{
			background-image: url("../img/publipriva2.jpg");
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
            bottom: 0;
			background-repeat: no-repeat;
        }
/* Circuitos FIN ---------------------------------------- */

#houston-view {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; 
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.seve {
    display: none;
}

@media only screen and (max-width: 750px) {
.seve {
    display: initial!important;
}
}

#houston-cont {  		
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (0.5rem * 2));
}

#houston-cont p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border: none; 
  padding: 0 45px 0 45px; 
  font-size: 14px;
  color: #9f9f9f;
}

#houston-cont span {font-size: 24px; margin-bottom: 20px; font-weight: 600; line-height: 1.1; color: #e04f4f;}

@keyframes diving-rotate {
	0% {
         transform:rotate(0deg); 
	}
    50% {
         transform:rotate(3deg); 
	}
    75% {
        transform:rotate(-2deg); 
	}
    100% {
        transform:rotate(0deg); 
	}
}

#houston-cont img {
    margin: 0 auto 25px auto;
    animation: diving-rotate 3s ease-in-out infinite;
}

#houston-cont a {
    cursor: pointer;
    margin-top: 25px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #404040;
    border-radius: 50px;
    padding: 2px 10px 2px 10px;
}

#houston-cont a:hover {
   color: #ffffff;
   border: 2px solid #bcbcbc;
}

@media (max-width: 575px) {
 .p-fabio {
    padding: 20px 10px 10px 10px;
    margin: 0 23px 30px 23px;
    text-align: center;
}
 .p-fabio img {
    width: 60%;
    height: auto; 
    margin-bottom: 20px; 
}

.nav {padding-left: 0;}
    
.nav-link {font-size: 13px;}

.modal-footer img {width: 250px;}

.p-intro{
padding: 35px 30px 35px 30px;
}

.masthead {
  padding: 100px 0 50px 0;
}

.masthead .intro-body .brand-heading {
 font-size: 30px!important;
  margin-bottom: 30px;
}  

.masthead .intro-body .intro-text {
  font-size: 14px!important;      
}

.des-aprox p{
   margin-left: 20px;
    margin-top: 10px;
}

.des-aprox h4{
    margin-left: 20px;
}

.des-aprox a{
    margin-left: 20px;
}
    
.aproxima img{
    margin-top: 20px;
}
    
.titulo-m {
    padding: 0 40px 0 40px;
}
    
}