.imagen
{
    
    width: 19px!important;
	height: 26% !important;
	display: flex !important;
	justify-content: center  !important;
	align-items: center !important;
	text-align: center !important
	color: #fff !important;
	top: 35% !important;
	position: absolute !important;
	z-index: 5 !important;
    margin-left: 65px !important;
    text-decoration: underline!importan;
    /************/
     -webkit-width: 19px!important;
	-webkit-height: 26% !important;
	-webkit-display: flex !important;
	-webkit-justify-content: center !important;
	-webkit-align-items: center !important;
	-webkit-text-align: center !important
	-webkit-color: #fff !important;
	-webkit-top: 35% !important;
	-webkit-position: absolute !important;
	-webkit-z-index: 5 !important;
    -webkit-margin-left: 65px !important;
    -webkit-text-decoration: underline!importan;
    
    /**********************/
      
     -moz-width: 19px!important;
	 -moz-height: 26% !important;
	 -moz-display: flex !important;
	 -moz-justify-content: center !important;
	 -moz-align-items: center !important;
	 -moz-text-align: center !important
	 -moz-color: #fff !important;
	 -moz-top: 35% !important;
	 -moz-position: absolute !important;
	 -moz-z-index: 5 !important;
     -moz-margin-left: 65px !important;
     -moz-text-decoration: underline!importan;
      /**********************/
       -ms-width: 19px!important;
	-ms-height: 26% !important;
	 -ms-display: flex !important;
	 -ms-justify-content: center !important;
	 -ms-align-items: center !important;
	-ms-text-align: center !important
	 -ms-color: #fff !important;
	-ms-top: 35% !important;
	-ms-position: absolute !important;
	 -ms-z-index: 5 !important;
     -ms-margin-left: 65px !important;
     -ms-text-decoration: underline!importan;
    /*********************/
        -o-width: 19px!important;
	-o-height: 26% !important;
	-o-display: flex !important;
	-o-justify-content: center !important;
	-o-align-items: center !important;
	-o-text-align: center !important
	-o-color: #fff !important;
	-o-top: 35% !important;
	-o-position: absolute !important;
	-o-z-index: 5 !important;
    -o-margin-left: 65px !important;
   -o-text-decoration: underline!importan;
    
  -o-
}

#nos
{
    margin-left: 15px !important;  
}

/* Loaded body */
loaded {
  opacity: 0;
  transition: 1s opacity;
}

/* Default banner */

/* Default image container */


/* Loaded image container */
.loaded .banner .background {
  transform: scale(1);
  transition: 6.5s transform;
}

/* Other stuff */

/***********************************/
.dropdown-menu
{
     background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00237f, #3a3a3a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#3a3a3a, #00237f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(255,255,255,255);
}
.dropdown-menu :hover
{
    background: #3a3a3a;
}
.dropdown-menu a .dropdown-item:hover
{
    background: #3a3a3a
}
/******************gallery******************/

.gallery-block li
{
   text-decoration: none;
   -moz-text-decoration: none;
}
.gallery-block{
  
	padding-bottom: 10px;
	padding-top: 10px;
    -moz-padding-bottom: 10px;
	-moz-padding-top: 10px;
    
}
.lightbox {
      max-width: 100% !important;
  
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
    /*transition: transform .3s; /* Animation */    
    
}


.lightbox :hover {
     -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
 /* transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
    -moz-margin-bottom: 50px;
    -moz-text-align: center;
    
    
}



.gallery-block .heading h2{/*
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: 'klav'; 
    -moz-font-weight: bold;
    -moz--moz--moz-font-size: 1.4rem;
    -moz--moz-text-transform: uppercase;
   -moz-font-family: 'klav';
    
    margin: 5px 290px 15px !important;
    width: 45% !important;
         background: #00237f;
  background-image: -webkit-linear-gradient(top, #00237f, #2980b9);
  background-image: -moz-linear-gradient(top, #00237f, #2980b9);
  background-image: -ms-linear-gradient(top, #00237f, #2980b9);
  background-image: -o-linear-gradient(top, #00237f, #2980b9);
  background-image: linear-gradient(to bottom, #00237f, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #3a3a3a;
  -webkit-box-shadow: 6px 4px 16px #3a3a3a;
  -moz-box-shadow: 6px 4px 16px #3a3a3a;
  box-shadow: 6px 4px 16px #3a3a3a;
  font-family: "Klav";
  color: #ffffff;
  font-size: 17px;
  padding: 8px;
  text-decoration: none;
    */
     margin: 5px 25% 15px !important;
            padding: 0 10px;
    position: relative;
    width: 540px;
    
    font-size: 19px;
    text-align: center;
      font-family: 'klav';
    letter-spacing: 1px;
    
     background: #00237f;
  background-image: -webkit-linear-gradient(top, #00237f, #2980b9);
  background-image: -moz-linear-gradient(top, #00237f, #2980b9);
  background-image: -ms-linear-gradient(top, #00237f, #2980b9);
  background-image: -o-linear-gradient(top, #00237f, #2980b9);
  background-image: linear-gradient(to bottom, #00237f, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #3a3a3a;
  -webkit-box-shadow: 6px 4px 16px #3a3a3a;
  -moz-box-shadow: 6px 4px 16px #3a3a3a;
  box-shadow: 6px 4px 16px #3a3a3a;
  font-family: "Klav";
  color: #ffffff;
  font-size: 17px;
  padding: 8px;
  text-decoration: none;
    
}

.gallery-block.cards-gallery h6 {
  font-size: 20px;
  font-weight: bold; 
    font-family: 'klav';
      color: #3a3a3a;  
    -moz-font-size: 20px;
  -moz-font-weight: bold; 
    -moz-font-family: 'klav';
      -moz-color: #3a3a3a;
    
    
    
    
}

.card-img-top
{
    height: 100%;
    -moz-height: 100%;
}
.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
    -moz-transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 

}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
  -moz-text-align: center; 
    
}

.gallery-block.cards-gallery .card-body p {
  font-size: 18px; 
    font-family: 'klav';
      color: #3a3a3a;  
    -moz-font-size: 18px; 
    -moz-font-family: 'klav';
      -moz-color: #3a3a3a;
}

.gallery-block.cards-gallery a {
  color: #3a3a3a; 
    font-family: 'klav';  
    -moz-color: #3a3a3a; 
    -moz-font-family: 'klav';
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none;  
    -moz-text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 20px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
    -moz-margin-bottom: 20px; 
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}


/*****************************/

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}


.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}

/******************************************/


/* Loaded body */
loaded1 {
  opacity: 0;
  transition: 1s opacity;
}

/***************************/


/*****************Banner contatenos********************/


/* Default banner */
.banner {
  position: relative;
  width: 100%;
  height: 17rem;
  padding: 0 5%;
  overflow: hidden;
  backface-visibility: hidden;
}

/* Default image container */
.banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
   
  transform: translate3d(0,0,0) scale(1.25);
  background:url(../images/logo/icos/contact2.png) no-repeat center center; 
  background-size:cover;
}


/* Loaded image container */
.loaded .banner .background {
  transform: scale(1);
  transition: 6.5s transform;
}



/*****************Banner acerca de nosotros********************/

/* Default banner */
.banner1 {
    margin-top: 0px;
  position: relative;
  width: 100%;
  height: 20rem;
  padding: 0;
  overflow: hidden;
  backface-visibility: hidden;
}

/* Default image container */
.banner1 .background1 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 11.4px;
  z-index: -1;
  transform: translate3d(0,0,0) scale(1.25);
  background:url(../images/logo/icos/banner-quienesosmos1.png) no-repeat center center; 
  background-size:cover;
}

/* Loaded image container */
.loaded .banner1 .background1 {
  transform: scale(1);
  transition: 6.5s transform;
}

/* Other stuff */
.banner1 h1 {
  color: #EEE;
  margin: 0;
  line-height: 40rem;
  text-transform: uppercase;
  text-shadow: 0 0 .3rem black;
}




.headline {
  padding-top: 30px;
}

.headline h2 {
  font-size: 50px;
  padding-top: 60px;
}

div#banner.smaller {
  opacity: 0;
}
div#banner1.smaller {
  opacity: 0;
}
/**************************/




