@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: 500px;
  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/Ceye/Ceye.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%;
}

/*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;
}


/* Seccion productos
--------------------------------*/

#nosotros {
  background: url("../img/productosmarca.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#nosotros::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#nosotros .container {
  position: relative;
  z-index: 10;
}

#nosotros .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#nosotros .about-col .img {
  position: relative;
}

#nosotros .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#nosotros .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#nosotros .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#nosotros .about-col:hover .icon {
  background-color: #fff;
}

#nosotros .about-col:hover i {
  color: #18d26e;
}

#nosotros .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#nosotros .about-col h2 a {
  color: #000;
}

#nosotros .about-col h2 a:hover {
  color: #18d26e;
}

#nosotros .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*------------------------------------------------------
funciones
-------------------------------------------------------*/
#funcion {
  background: rrgb(255, 255, 255); /*url("../img/productosmarca.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#funcion::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#funcion .containerS {
  position: relative;
  z-index: 10;
}

/*------------------------------------------------------
Inicio Descripcion Erp
-------------------------------------------------------*/
 #Des{
  display: block;
  position: relative;
  padding: 67px 0 0 0;
  width: 100%;
}


.CeyeSe{/*Imagen principal*/
  display: block;
  width: 72%;
  height: auto;
  margin-left: 67px;
  margin-top: 31px;
}

/**
 *  Boton CSS
 */
.btn {
  background-color: #4f6ae6;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
  min-width: 170px;
  padding: 20px 15px;
  border-radius: 30px;
}

/*posicion de la imagen*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/*Estilos parte Ceye*/
.appointment .v2 {
  padding-bottom: 0;
  border-bottom: 1px solid #fdd5d5;
}

.appointment .appointment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment .appointment-wrap figure {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap figure {
    display: none;
  }
}

.appointment .appointment-wrap .appointment-form {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  /*padding-left: 100px;*/
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap .appointment-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px 15px;
  }

}

.appointment .appointment-wrap .appointment-form form {
  max-width: 650px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1300px) {
  .appointment .appointment-wrap .appointment-form form {
    margin: 0 auto;
  }
}


.appointment-form h2{ /*letra titulo*/
  font-size: 35px;
  font-weight: 700;
  color: #1c4692;
  position: relative;
}
.appointment-form h2:before { /*rayita azul debajo del titulo*/
  content: '';
  left: 0;
  width: 64px;
  display: block;
  height: 8px;
  border-radius: 30px;
  background: #0037ff;
  bottom: -10px;
  position: absolute;
}

.appointment-form p{ /*texo*/
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  display: block;
  margin-top: 30px;
}

/*grids*/

#FunErp{ /*contenedor grids*/
 display: block;
 position: relative;
 padding: 50px 0;
 width: 100%;
}

.ERP h2{ /*letra titulo*/
  font-size: 50px;
  font-weight: 700;
  color: #2d2d38;
  position: relative;
}
.ERP h2:before { /*rayita azul debajo del titulo*/
  content: '';
  left: 0;
  width: 64px;
  display: block;
  height: 8px;
  border-radius: 30px;
  background: #ace8f9;
  bottom: -10px;
  position: absolute;
}

.procedures {
  position: relative;
}

.blog {
  padding-bottom: 20px;
}

/*articulos*/
.fun2{ /*espacion entre el titulo y los cuadros*/
  margin-top: 60px;
}

article.post {/*Froma del circulo*/
  min-height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.v2 article.post {
  min-height: 200px;
}
.post {
  border: 1px solid #e3e6ea;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow:0 20px 40px #8d9bdf7d;
  box-shadow: 0 20px 40px #bbc1c1c4;
}

.post img {
  margin-bottom: 35px;
  max-height: 111px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.v2 .post img {
  margin-bottom: 35px;
  max-height: 72px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.post h4 {
  margin-bottom: 22px;
  margin-top: 15px;
}

.post h4, .post h4 a {
  color: #0037ff;
  font-size: 22px;
  font-weight: bold;
}

.post p {
 margin-bottom: 39px;
  color: #89898e;
  font-size: 15px;
}

.post .btn {
  background-color: #30383b;
  margin-bottom: 30px;
  padding: 15px;
}

.post:hover {
  -webkit-box-shadow: 0 5px 20px #f0f0f0;
  box-shadow: 0 5px 20px #f0f0f0;
}

.post:hover .btn {
  background-color: #4f6ae6;
  color: #fff;
}


/* Funciones Section
--------------------------------*/
#Funciones {
  padding: 30px 0 0 0;
}

#Funciones .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#Funciones .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#Funciones .box .icon {
  float: left;
}

#Funciones .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#Funciones .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#Funciones .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#Funciones .box h4 a {
  color: #444;
}

#Funciones .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
#Funciones .ion-ios-checkmark{
    color: #000000b5;
}

#FuncionesErp{ /*Iconos*/
  width: 80px;
  margin-top: 18px;
}


/*--------------------------------------------------------------
# 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/Ceye/Ceye.jpg) fixed center center;
  }

  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Righteous', cursive;
    margin: 50px 30px -10px 30px;
  }

  #inicio #letras{
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: 12px 47px 0 41px;
    text-align:  justify;
  }
  #Atencion{
    margin-left: 0px !important;
  }
}


@media (min-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/Ceye/Ceye.jpg) fixed center center;
  }

  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 29px;
    line-height: 68px;
    color: #ffffff;
    font-family: 'Righteous', cursive;
    margin: 5px 0px 8px 65px;

  }

  #inicio #letras{
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: -17px 55px 0 82px;
    text-align:  justify;
    width: 60%;
  }



  article.post {
    min-height: 327px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 21%;
  }

  /*imagen descripcion*/
  .CeyeSe {
    display: block;
    width: 88%;
    height: auto;
    margin-left: 38px;
    margin-top: 220px;
  }
}

@media (min-width: 1024px) {


  .img-logo-ERP{
    width: 180px;
    margin-left: -1%;
  }

  .container-portada{
    width: 100%;
    height: 626px;
    background-image: url("../img/fondo1.png") ;
    background-size: 10%;
    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/Ceye/Ceye.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: 65px 37px 31px 140px;
  }

  #inicio #letras{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: -25px 691px 27px 180px;
    text-align:  justify;
  }

  article.post {
    min-height: 327px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  /*imagen descripcion*/
  .CeyeSe {
    display: block;
    width: 72%;
    height: auto;
    margin-left: 67px;
    margin-top: 59px;
  }
}
