/*Social media*/

.social{
 background-color:#202750;
 height:48px;
 padding:10px 0px 5px 0px;
}       
.fa {
 color: white;
}
  span#work{
  font-family : 'Catamaran';
  font-size:14px;
  color: #FFFFFF;
  }
  ul.dragged-on{
  margin-left:0px;
  padding:0;
  float:right;
}            
ul.dragged-on li{ 
 display:block;
 float:left;
 padding:0 10px;
  color: white;
}
ul.dragged-on li:hover {
margin-top:-6px;
height:34px;
background: #151A35;
}
/*------------Navbar----------------*/

.dropdown-item:hover {
 background-color: #FFFFFF;
 color: #004E1E !important;
  border-bottom: 3px #004E1E solid;
}
 #menu-nav{
  width: 100%;
  }

.navbar-nav > li > a, .navbar-brand {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;  
text-transform: uppercase;
padding-top:20px !important; 
padding-bottom:-5px !important;
height: 60px; 
text-align: center;
}

.navbar {
min-height:60px !important; /* aqui escoges el alto que necesites */
}
/*----------Carousel-----------*/

h1.caption-text{
 background-color: rgba(255, 0, 0, 0.7); 
 font-family: 'Montserrat', sans-serif;
 text-transform: uppercase;
 font-weight: 400;
font-size: 35px; 

}

p.caption-text{
  margin-top:1px;
 background-color: rgba(255, 0, 0, 0.7); 
  font-family: 'Montserrat', sans-serif;

}
a.caption-text{
  background-color: rgba(255, 0, 0, 0.7);
   font-family: 'Montserrat', sans-serif; 

}





/*------------ dispositivos < 575px--------------*/
@media (max-width: 575px) { 
/*----------Social media------------*/
.work-space{
text-align: center;
}
 span#work{
 font-size:17px;
}
 .social{
  height:55px;
  padding:10px 0px 5px 0px;
 }
 /*------Navbar-------*/
.navbar-nav > li > a, .navbar-brand {
height: 40px;
text-align: center;
}
.navbar {
min-height:40px !important; /* aqui escoges el alto que necesites */
}
}

/*Dispositivos < 767px ancho*/

@media (max-width: 767px) { 
    .work-space{
    text-align: center;
}
/*------Navbar-------*/
.navbar-nav > li > a, .navbar-brand {
height: 40px;
text-align: center;
}
.navbar {
min-height:40px !important; /* aqui escoges el alto que necesites */
}

}

/*-------------------------------------------------- */
        /* Main styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);

.text--transparent {
  fill: transparent;
}

.anim-shape {
  -webkit-transform-origin: 0x 150px;
  -ms-transform-origin: 0x 150px;
  transform-origin: 0x 150px;
  -webkit-transform: scale(0, 1) translate(0, 0);
  -ms-transform: scale(0, 1) translate(0, 0);
  transform: scale(0, 1) translate(0, 0);
  -webkit-animation: moving-panel 3s infinite alternate;
  animation: moving-panel 3s infinite alternate;
}

.colortext .anim-shape:nth-child(1) {
  fill: #152350;
}

.colortext .anim-shape:nth-child(2) {
  fill: #076330;
}

.colortext .anim-shape:nth-child(3) {
  fill: #DD342E;
}

.colortext .anim-shape:nth-child(4) {
  fill: #076330;
}

.colortext .anim-shape:nth-child(5) {
  fill: #152350;
}

.shadow {
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.anim-shape--shadow {
  fill: #000;
  fill-opacity: .2;
}

@-webkit-keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0);
  }
}

@keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0);
  }
}



.row-social2 {
background-color:;
  font: 3.2em Open Sans, Impact;
  text-transform: uppercase;
  margin-top:0px;
  margin-bottom: 0px; 
  height: 50px;

}



   /* Footer */
.footer {
    position: relative;
    background-image: url("footer.png");
     background-repeat: no-repeat, repeat;
  background-attachment: fixed;
  background-size: cover;
    background-color:;
    color: #7d7975;
    padding: 95px 0 50px;
     font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size:16px;
}
.footer p {
    line-height:26px;
    color : #1B2854;
}
.footer h5 {
    font-size: 22px;
    font-weight: 700;
    color: #076330 ;
    position: relative;
    padding-bottom: 16px;
}


.footer ul {
    list-style: none;
    line-height:35px;
    margin: 0px;
    color:#fff;
    
}
.footer a {
    color:# ;
   
}
.footer a:hover {
    color: #aece61 ;
}

/* Footer Logo */
.foot-logo {
    margin: 0px 0px 18px 0px;
    padding: 0;
}

/*footer bottom */
.footer-bottom {
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #2f2f33 ;
    background: #BD2C2A ;
    
}
.copyright-text p {
    color: #7d7975;
    margin-top: 18px;
    margin-bottom: 0;
    font-size:15px;
}

.copyright-text a {
    color: #7d7975;
    margin: 0px 10px 0px 10px;
    
}
.copyright-text a:hover {
    color: #aece61  ;
    
    
}

/*promocion*/
.promocion{

  font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }





