﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

h1,h2,h4 {
    font-family: 'Open Sans', sans-serif;
}
h1, .h1{
  font-size: 25px;
}
h3, .h3 {
  font-size: 28px;
}
.just-txt-div {
    padding-bottom:30px;
    padding-top:30px;
}
    .just-txt-div p {
        padding-top:10px;
    }
.head-line {
    font-weight:500;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    font-family: 'Lobster', cursive;
}
.pad-set {
  font-size: 19px;
    padding-top:50px;
     padding-bottom:50px;
}
.pad-top {
     padding-top:50px;
}
/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */

.right-div {
    float: right; 
    padding: 20px;
    font-size:20px;
}
#menu-top a {
    color:#000;
    text-decoration:none;
    font-weight:500;
    padding: 25px 15px 25px 15px;
    text-transform:uppercase;
    font-size: 16px;
    font-weight:900;

}
.menu-section {
    background-color: #f7f7f7;
    border-bottom:5px solid #CECECE;
    width:100%
}
.menu-top-active {
    background-color:#eeeeee;
}
.navbar-inverse {
background-color: #FFF;
border-color: rgba(155, 153, 153, 0.23);

}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
   
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
  margin-top: 15px;
background-color: #162953;
border: 1px solid #162953;
}


/* =============================================================
   SLIDESHOW / CAROUSEL STYLES
 ============================================================ */

#carousel-div {
    border:3px solid #e1e1e1;
}
.carousel-caption {
    top:50px;
}
    .carousel-caption h1 {
        text-align:center;
        font-size:28px;
        font-weight:900;
        background-color:rgba(0, 0, 0, 0.65);
        max-width:440px;
        padding:15px 25px;
        


    }
     .carousel-caption h2 {
        text-align:center;
        font-size:23px;
        font-weight:900;
        text-transform:uppercase;
        background-color:rgba(0, 0, 0, 0.65);
        max-width:380px;
        padding:15px 25px;
        


    }
 /* =============================================================
    PAGE STYLES
 ============================================================ */
.below-slideshow {
  border-top: 2px solid white;
    color: #fff;
    background: #162953;
    padding-bottom: 50px;
}
.below-slideshow img {
    width: 100%;
}
    .below-slideshow i {
        padding-bottom:15px;
    }
    .below-slideshow .txt-block {
        
        padding-top:50px;
    }
     .below-slideshow h4 {
        font-weight:800;
        font-size:23px;
    }
    .below-slideshow p {
        padding-right:30px;
    }
.tag-home {
    padding-top:50px;
    padding-bottom:30px;
    font-size:30px;
    text-align:center;
    line-height:45px
}
.texto{
  font-size: 1em;
  text-align: left;
}
.parallax-like {
margin-top: 20px;
margin-bottom: 20px;
background: url(../img/par.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
color: #fff;
background-attachment: fixed;
}
    .parallax-like .overlay {
        min-height:200px;
        background: rgba(15, 15, 15, 0.66);
        font-size:53px;
        
        
    }
    .vedio-style {
border: 0px;
width: 100%;
min-height: 300px;
}
.just-sec {
    padding-top:50px;
    padding-bottom:70px;
}
.set-div {
    border:1px solid #01a2a6;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.footer-sec {
    margin-top:50px;
    padding-top:30px;
    color:#fff;
    background:#01a2a6;
    padding-bottom:20px;
    
}
.flexslider {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
     -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.social-div a,a:hover{
    color:#fff;
    text-decoration:none;
}
.set-about-img {
    border:10px double #01a2a6;
     max-height:200px;
}
/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 80px; 
    padding-bottom: 100px; 
}
.portfolio-item {
    border:15px double #01a2a6;
    margin:3px;
}
    .portfolio-item p {
        padding:30px;
        color:#fff;
    }

.portfolio-item .overlay {
   position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #CECECE;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
 
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
	padding: 0px;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 5px 4px;
		text-decoration: none;
		color: #d51111;
		cursor: pointer;
		font-size: 18px;
	}
 	#port-folio .portfolio-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;		
        opacity:.2;
		float:left;
		overflow:hidden;
	}
	

/* =============================================================
  MEDIA QUERIES 
 ============================================================ */

.navbar-brand img{
  width: 6em;
 } 
@media (max-width: 991px) {
 .navbar-brand img{
  width: 4.5em;
 } 
}

@media (min-width: 740px) and (max-width: 1040px) {
    .carousel-caption {
      top: 0;
    }
}

@media (min-width: 100px) and (max-width: 740px) {
    .carousel-caption{
      top: 0;
    }

    .carousel-caption h2 {
      margin-top: 0
    }
}

.right-div p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.navbar-brand{
  padding: 0 15px;
}

.panel-default > .panel-heading{
  background-color: #162953;
  color: #fff;
}

.list-group-item{
  background-color: #ddd;
  border-color: #ccc
}

.background-foto{
  background-image: url('../img/foto.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.modal-header,
.modal-footer .btn{
  background: #162953;
  color: #fff;
}

.pad-set h1, .pad-set h3,.pad-set h4{
  color: #fff;
  text-align: center!important;
  margin-bottom: 10px;
}
.pad-set h3{
  color: #fff;
}
.pre-beneficios{
  color: #000;
  text-align: center;
  padding: 25px;
  background: #f7f7f7;
}
.pre-beneficios h3{
  font-size: 26px;
  line-height: 35px;
  padding: 20px 0 20px 0;
}

@media (max-width: 660px) {
  .carousel-caption h2{
      font-size: 23px;
  }
  .carousel-caption h1{
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .carousel-caption{
    padding-top: 5px;
  }
  .carousel-caption h1{
    margin-top: 0;
    font-size: 23px;
  }
}

/* Footer */

  #footer {
    padding: 1em 2em 2em 2em;
    text-align: justify;
    background-color: #1b2956;
    border-top: 2px solid #fff;
    color: #fff!important;
    float: left;
    font-size: 13.5px;
  }

  #footer h1{
    color: #fff;
    margin-bottom: 1em;
  }

  #footer .publicate {
    padding-top: 1em;
    margin-bottom: 2em;
  }

  #footer > .inner {
    margin: 0 auto;
    width: 80em;
  }

  #footer .copyright {
    color: #fff;
    font-size: 1em;
    margin: 0 0 2em 0;
    padding: 0;
  }

  #footer ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
  }

  #footer ul.icons li {
    display: inline-block;
    padding: 0 2em 0 0;
  }

  ul.icons li .fa:before {
    font-size: 2em;
  }

  #footer .copyright .icons a {
    border-radius: 100%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 4px #fff, 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 1.1em;
    height: 3em;
    line-height: 3em;
    margin: 0 auto 0.7em;
    text-align: center;
    width: 3em;
    color: #fff;
  }

  .disenado-por{
    padding: 10px 0;
    float: left;
    width: 100%;
    clear: both;
    color: #999;
}