
section#portfolio{
  padding-top: 50px;
}
figure.figurelogo{
  position: absolute;
}
.service-icon{
}
figure.figureservicios{
  width: 90px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.figureservicios img{
  width: 100%;
  height: 100%;
}
.service-info h3,
h6.color-gris{
  text-transform: none;
}

.navbar-custom {
  background-color: #505455;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

.navbar-custom .nav li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: red;
    outline: none;
    border-bottom: 1px red solid;
    background: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}/*
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}*/

#slider{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#slider >.container{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.carousel-caption{
	top: 30%;
}
.carousel-caption >h1,
.carousel-caption >h2{
	color: white;
	font-size: 32px;
}
.letrasazules{
  color: blue;
  font-size: 42px;
  font-family: 'Russo One', sans-serif;
}
.letrasrojas{
  color: red;
  font-size: 42px;
  font-family: 'Russo One', sans-serif;
}
@media screen and (max-width: 480px){
  #slider{
    margin-top: 60px;
  }
/*  .carousel-caption{
    padding: 0px;
    top: 0px;
  }*/
  .letrasazules,
  .letrasrojas{
    font-size: 18px;
  }
  .carousel-caption h2{
    font-size: 14px;
  }
}



figure.logo{
  width: 80%;
  margin-top: 30px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.logo img{
  width: 100%;
}
figure.logotipo{
  width: 35%;
}
.logotipo img{
      width: 80%;
}
@media screen and (max-width: 480px){
  figure.logotipo{
  width: 70%;
}
}
.figure-icon{
	background-color: blue;
	width: 84px;
	height: auto;
	padding: 10px;
	border-radius: 50%;
	margin: 0 auto;
}
.service >h2{
  color: red;
  font-family: 'Russo One', sans-serif;
}
.service_hoverly{
	height: 252px;
  border: 2px blue solid;
}
.service_hoverly >h2{
  color: red;
  font-family: 'Russo One', sans-serif;
}
@media screen and (max-width: 480px){
	.service_hoverly{
		height: 267px;
	}
}

.title_sec >h1{
  font-family: 'Russo One', sans-serif;
  font-size: 32px;
}
.title_sec >h2{
  font-size: 14px;
}
.abt p{
  font-size: 18px;
}
.parrafos h1,
.parrafos h2{
  font-family: 'Russo One', sans-serif;
  color: #eee;
}
.parrafos p{
  font-size: 16px;
}
.counting_sl i,
.counting_sl h2,
.counting_sl h4{
  color: white;
}
.parrafos h1,
.parrafos h2,
.parrafos p{
  color: white;
}
h2.textogris{
  color: #eee;
}

section.nosotros2{
  padding: 30px;
}
@media screen and (max-width: 480px){
  section.nosotros2{
    padding: 0px;
  }
  section#pr_sec{
    padding: 0px;
  }
}

.map-container {
  width: 100%;
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}


.parallax {
    /* The image used */
    background-image: url("../../images/background/2.jpg");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    /* The image used */
    /*background-image: url("../images/background/1.jpg");*/

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*lightbox*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
span.close{
	position: absolute;
	z-index: 3;
	right: 100px;
	top: 100px;
}
span >i{
	color: red;
	width: 50px;
	height: auto;
}

.imglight{
	height: 200px;
}
.imglight:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-transition-duration: 0.5s;
}
.modal-content{
	width: 84%;
	/*width: 740px;*/
}

@media screen and (max-width: 480px){
  .title_sec h1,
  h1.title,
  h2.textogris{
    font-size: 24px;
  }
  .abt p{
    font-size: 16px;
  }
}


.color-gris{
  color: #959595;
  font-size: 16px;
}



.miimg{
  width: 50%;
  border-radius: 10px;
}
@media screen and (max-width: 768px){
.miimg{
  width: 60%;
}
.carousel-inner>.item>img {
    height: 100vh;
}

}



.carousel-inner>.item>img {
    /*height: 100vh;*/
}