/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


element.style {
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: #fff;
}


.nav-spacing-xlarge > li {
    margin: 0 45px;
}


a.button.texto-negro span {color: #000000;}
.color-primary{color: #313131;}
.color-secondary{color: #9d9d9d;}
.filtro-blanco img {
filter: brightness(0) invert(1);
}
span.count-up.super {
	font-size: 1.3em;
	font-weight: bold;
}

.hover-primary:hover {
	background-color:#313131;
}


.footer-1{
    border-top: 1px solid #313131;
    text-align: center;
}

.footer-2{
    border-top: 0;
}

.absolute-footer {display: none;}

ul#menu-footer-menu {
	display:flex;
	justify-content: space-evenly;
}

ul#menu-footer-menu li {
	border: 0;
}

.footer-wrapper {
    width: 100%;
    position: relative;
    color: #fff;
}

.is-divider {
    background-color: rgba(0, 0, 0, 0);
}

  ul.servicios-list {
    list-style-type: none;
  }

  ul.servicios-list li{
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
		margin-top:30px;
    }

  ul.servicios-list li:before{
      content: 'circle';
      font-family: 'Material Icons';
      font-size: 15px;
      color: #313131;
      margin-right: 20px;
  }

  ul.firma-list li{
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
		margin-top:30px;
    }

  ul.firma-list li:before{
      content: 'circle';
      font-family: 'Material Icons';
      font-size: 25px;
      color: #ffffff;
      margin-right: 20px;
  }


.form-flat input:not([type="submit"]){
  /*width: 460px;*/
  height: 60px;
  /*margin: 2px 20px 0 170px;*/
  padding: 21px 257px 20px 15px;
  opacity: 0.8;
  border-radius: 0px;
  background-color: #f8f8f8;
}

 .form-flat textarea, .form-flat select {
  background-color: #f8f8f8;
  border-radius: 0px;
 }

input[type="submit"] {
width: 160px;
height: 60px;
margin: 2px 0 0 20px;
/*padding: 21px 46px 20px;*/
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.826) !important;
font-family: "Lato";
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #fff;
text-transform: capitalize !important;
}

input[type="checkbox"]
{
    vertical-align:middle;
}

.dark input[type="submit"] {
    color: #000000;
}

label{
    font-weight: 600;
    display: block;
    font-size: 1em;
    margin-bottom: 0.8em;
    text-align: left;
    color: #515151 !important;
}

.article-inner.has-shadow {
    background-color: #ffffff;
}


/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-72 { font-size: 72px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-azul { color: #313131; }


.vl {
  border-left: 2px solid #313131;
  height: 45px;
  position: relative;
  left: 50%;
  margin-left: -1px;
}

.before-linea span {
	border-left: 2px solid #313131;
	padding-left: 15px;
}


h3.widget-title, span.widget-title {
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.underline {text-decoration: underline;}



/*efecto subir*/

.link{
	padding:0px;
	margin: 10px;
	display: inline-block;
  	text-decoration: none;
}

.link:hover{
	text-decoration: none;
}

/*===================*/
/* BOB
/*===================*/

@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.bob-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bob-on-hover:hover, .bob-on-hover:focus, .bob-on-hover:active {
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/*barra scroll*/

body::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #943c13;    /* color of the scroll thumb */
  border-radius: 99px;       /* roundness of the scroll thumb */
  border: 2px #fff solid;  /* creates padding around scroll thumb */
}

p{
	text-align:justify!important;
}

.redondo img{
	
	border-radius:20px!important;
}

.header .flex-row {
    height: 100%;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}