/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto');
  
    body,td,th {
	font-family: Roboto;
}
  .bg-nav {  box-shadow: 0px -2px 5px 0px;
    min-height: 90px; margin-bottom:15px;}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
	.logo { margin:10px 0;}
	.navbar-inverse { background:#FFFFFF; border-color: #FFFFFF; margin-top:25px;}
	.navbar-inverse .navbar-brand { color:#FFFFFF;}
	.navbar-inverse .navbar-nav>li>a { color: #595959; padding:15px 30px;}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { background:#23282D; }
	
	.bg-1 { background:url(../images/fondo1.png) no-repeat;}
	.bg-2 { background:url(../images/fondo2.jpg) no-repeat;}
	.bg-3 { background: url(../images/fondo3.png);
    background-attachment: fixed;
    background-size: contain;}
	
	.tit1 { color:#e10a19; padding:0 0 0 25px;}
	.tit2 { background:#000000; color:#FFF; padding:5px 0 5px 25px;}
	.tit3 { color:#e10a19; font-weight:bold;}
	.img-responsive { display:unset;}
	.azul p { color:#032f6c; font-size:18px; padding:0 25px; text-align:justify;}
	.azul ul { color:#032f6c; font-size:18px; margin:0 45px; }
	.sombra {    box-shadow: 0px 1px 6px 0px;}
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #222222;
      padding: 15px; color:#CCCCCC;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
  .container { padding:0; }
  .row { margin:0;}
  .row-carrusel { margin-top:25px; margin-bottom:25px;}
  .col-sm-2 { width:20%; padding-top:20px; padding-bottom:20px;}
  
  /* galeria */ 
  
#myImg {   }
.micursor {cursor: zoom-in;  border-radius: 5px;  transition: 0.3s;}
.micursor:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
  

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
	.navbar-inverse { background:#222; border-color: #222;}
	.bg-1 { background:url(../images/fondo1.png) repeat-y;}
	.col-sm-2 { width:70%; margin:0 auto;}
  }

