@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400');

/* ---- Sliders and logo ---- */
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Quicksand', sans-serif;
}
.dark .slider-caption h2 {
    font-weight: 100;
    font-size: 5rem;
    letter-spacing: 10px;
}
.dark .slider-caption h2 {
     font-weight: 500;
    text-shadow: 2px 2px 2px rgba(73, 73, 73, 0.65);
        font-family: 'ABeeZee', sans-serif;
}
.dark .slider-caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}
#logo img{
    width: auto;
    height: 100px;
    padding: 10px
}
/* ---- Transparent menu header ---- */
#header, #header-wrap, #logo img {
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
}
/* ---- Emphasis color ---- */
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color:#FFFFFD;
}
h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #FFFFFD;
}
/* ---- Parallax ---- */
#campo-parallax{
    height: 400px;
}
#campo-parallax div {
    padding-top:10px;
}
/* ---- Feature box ---- */
.feature-box.fbox-center .fbox-icon {
    margin: 0 auto 10px;
}
.feature-box.fbox-center svg{
    margin:15px;
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    background-color: rgba(0,0,0,0.0);
}
/* ---- Productos  ---- */
.team-title span {
    color: #FFFFFD;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
}
/* ---- Testimonial  ---- */
.testimonial *{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}

/* ---- Footer  ---- */
#footer.dark, .dark #footer {
    color: #FFFFDD;
    background-color: #000000;
    border-top-color: none;
}
#footer {
    border-top: 0px solid rgba(0,0,0,0.2);
}
.footer-logo{
    height: 150px;
    width: auto;
}
.dark .widget h4{
    color: #FFFFDD !important;
}
.categories *, #post-list-footer *{
    color: #FFFFDD !important;
    font-weight: 100;
}
.dark .widget_links li a{
    background:left top no-repeat;
    background-image: url(images/icons/widget-link.png);
    border: none !important;
    color: #444;
    font-size: 14px;
}
.dark #copyrights {
    background-color: #000000;
    color: #FFFFDD;
    text-shadow: none;
}
.dark .copyright-links a {
    color: #FFFFDD;
    border-bottom-color: rgba(255,255,255,0.25);
}
#gotoTop{
    border-radius: 50%;
}
#gotoTop:hover{
    background-color: #FFFFFD;;
}

/* ---- About us  ---- */
#page-title.page-title-parallax h1 {
    font-weight: 100;
    letter-spacing: 4px;
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-bottom: 2px solid #FFFFFD;
}
.p-justify{
    text-align: justify;
    font-size: 1.1rem !important;
}
.totheright{
    text-align: right;
}
.grey-fancy-tittle h4{
    background-color: #F5F5F5;
}

.colaborador h3 {  
  font-size: 21px;  
  background: -webkit-linear-gradient(left top, #c813c2, #33236f);
  background: linear-gradient(to left right, #c813c2, #33236f);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  

  
}  

.boxservices {

  height: 200px;
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
  white-space: normal;

}
 
 .boxservices > span{
     display:inline-block;
        vertical-align:middle;
        line-height:normal;

    }  

.boxservices h2{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
   
}




.bg-green 
{
background-color:#040  !important;
}

.bg-purple 
{
background-color: #2F0C31 !important;
}

.bg-darkblue 
{
background-color: #1D173B  !important;
}

.bg-blue 
{
background-color: #0F303D  !important;
}

.titulomodal{
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 50px;

}

   #map {
        height: 100%;
      }

