@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');


  .container-portada{
    width: 100%;
    height: 626px;
    background-image: url("../img/fondo1.png") ;
    background-size: 100%;
    animation: movimiento 10s infinite linear alternate;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.36)), url(../img/Servicios/Servicios.jpg) fixed center center;
  }


@keyframes movimiento {
  from{
    background-position: bottom left:
  }to{
    background-position: top right;
  }
}

#header #logoERP img {
    padding: 0;
    margin: 0;
    margin-top: -42px;
    margin-left: 14px;
}

#header #logoERP h1 a,
#header #logoERP h1 a:hover { /*color de la rayita a lado del logo*/
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}


.img-logo-ERP{
  width: 180px;
  margin-left: -1%;
}

/*--------------------------------------------------------------
letras del banner
--------------------------------------------------------------*/
#inicio h1 {
  font-size: 56px;
  line-height: 68px;
  color: #ffffff;
  font-family: 'Righteous', cursive;
  margin: 13px 37px 31px 140px;
}

#inicio #letras{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Source Serif Pro', serif;
  margin: 4px 691px 27px 145px;
  text-align:  justify;
}

/*--------------------------------------------------------------
Inicio Servicios
--------------------------------------------------------------*/



.section-bg-servicios{
  background: #f7f7f7;
  padding: 50px 0 44px 0;
}

.features .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #213b52;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fdc134;
}

.features .content p:last-child {
  margin-bottom: 0;
}

#img-serv{
  margin-top: 85px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media  (max-width: 768px) {

  .container-portada{
    width: 100%;
    height: 430px;
    background-image: url("../img/fondo1.png") ;
    background-size: 100%;
    animation: movimiento 10s infinite linear alternate;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.36)), url(../img/Servicios/Servicios.jpg) fixed center center;
  }

  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 25px;
    line-height: 68px;
    color: #ffffff;
    font-family: 'Righteous', cursive;
    margin: -74px 30px -14px 30px;
  }

  #inicio #letras{
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: -20px 47px 0 41px;
    text-align:  justify;
  }

}

@media screen and (max-width: 1200px){
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}




/******Responsive***********/
@media (min-width: 1024px) {

  .container-portada{
    width: 100%;
    height: 626px;
    background-image: url("../img/fondo1.png") ;
    background-size: 100%;
    animation: movimiento 10s infinite linear alternate;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.36)), url(../img/Servicios/Servicios.jpg) fixed center center;
  }

  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 56px;
    line-height: 68px;
    color: #ffffff;
    font-family: 'Righteous', cursive;
    margin: 13px 37px 31px 140px;
  }

  #inicio #letras{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: 4px 691px 27px 145px;
    text-align:  justify;
  }

  #nav-menu-container {
    padding-right: 6px;
    margin-top: 15px;
    float: right;
  }

}

@media (max-width: 1024px) {

  .expe{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 3px;
    margin-top: 40px;
  }

  #Des {
      display: block;
      position: relative;
      padding: 0px 0px 0px 0;
      width: 100%;
  }
}
