@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: 6260px;
    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/Oficialia/man.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;
}

/*--------------------------------------------------------------
Inicio Descripcion ERP
--------------------------------------------------------------*/
 #Des{
  display: block;
  position: relative;
  padding: 67px 0 0 0;
  width: 100%;
}

.expe{/*Imagen principal*/
  display: block;
  width: 85%;
  height: auto;
  margin-bottom: 15px;
  margin-top: -36px;
}

.appointment-form h2:before {/*color rayida debajo del texto*/
    content: '';
    left: 0;
    width: 64px;
    display: block;
    height: 8px;
    border-radius: 30px;
    background: #f55f26;
    bottom: -10px;
    position: absolute;
}

/**
 *  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;
}

/*--------------------------------------------------------------
#Beneficios
--------------------------------------------------------------*/
.section-header-fun h3 {
  font-size: 32px;
  color: #1c4692;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header-fun h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header-fun h3::after { /*color de la rayita*/
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f55f26;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


.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-serv1{
  margin-top: 110px;
      width: 80%;
}

#img-serv2{
  margin-top: 103px;
  width: 66%;
}

#img-serv{
  margin-top: 103px;
  width: 83%;
}




@media (max-width: 992px) {
  .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;
    font-size: 13px;
  }

  .features .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #fdc134;
  }

  .features .content p:last-child {
    margin-bottom: 0;
  }

  #img-serv{
    margin-top: 13px;
        width: 80%;
  }

  #img-serv2{
    margin-top: 59px;
    width: 66%;
  }

  #img-serv3{
    margin-top: 82px;
        width: 73%;
  }
}

@media (max-width: 767px) {
  .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{
    width: 100%;
    /*margin-left: 69px;*/
  }

}

@media (max-width: 420px) {
  .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: 13px;
        width: 100%;
  }

  #img-serv2{
    margin-top: 59px;
    width: 66%;
  }

  #img-serv3{
    margin-top: 82px;
        width: 73%;
  }
}

/*articulos*/
.fun2{ /*espacion entre el titulo y clos cuadros*/
  margin-top: 60px;
}

article.post {
  min-height: 395px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.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: 150px;
  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: #263a41;
  font-size: 22px;
}

.post p {
  margin-bottom: 39px;
  color: #adadb7;
  font-size: 20px;
}

.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;
}




/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 768px) {

  .container-portada{
    width: 100%;
    height: 430px;
    animation: movimiento 10s infinite linear alternate;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
}

  /*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;
    margin-top: 25px;
  }

  #inicio #letras{
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: 10px 47px 0 41px;
    text-align:  justify;
  }

  .expe {
    display: block;
    width: 100%;
    height: auto;
  }

  .appointment-form p {
    font-size: 16px;
    font-weight: 400;
    color: #adadb7;
    line-height: 2;
    display: block;
    margin-top: 30px;
    /*padding: 0 50px;*/
    text-align: justify;
  }

  .appointment-form h2 {
      font-size: 25px;
      font-weight: 700;
      color: #2d2d38;
      position: relative;
      /*margin-left: 47px;*/
   }

  article.post {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 413px;
    margin-left: 30px;
  }

  
  /*Separacion de la letra del lado izquiero*/
  .width{
      padding: 10px 10px 10px 28px !important;
  }
}


@media  (min-width: 768px) {

  .container-portada {
    width: 100%;
    height: 430px; 
    /*background-size: 100%;*/
    animation: movimiento 10s infinite linear alternate;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
}

  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 31px;
      line-height: 101px;
      color: #ffffff;
      font-family: 'Righteous', cursive;
      margin: 5px 0px 8px 70px;
      margin-top: 10px;
  }

  #inicio #letras{
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Source Serif Pro', serif;
    margin: -17px 207px 0 95px;
    text-align: justify;
  }

  .appointment-form h2 {
    font-size: 29px;
    font-weight: 700;
    color: #1c4692;
    position: relative;
    width: max-content;
}

  /*imagen*/
  .expe {
    display: block;
    width: 97%;
    height: auto;
    margin-left: -6px;
    margin-top: 79px;
  }

  /*imagenes Beneficios*/
  #img-serv {
    margin-top: 98px;
    width: 80%;
  }

  #img-serv1 {
    margin-top: 160px;
    width: 99%;
    margin-left: -15px;
  }

  #img-serv2 {
    margin-top: 125px;
    width: 92%;
    margin-left: 23px;
  }

  #img-serv3 {
      margin-top: 82px;
      width: 100%;
      margin-left: -53px;
  }
}


@media (min-width: 1024px) {

  .appointment-form h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1c4692;
    position: relative;
    width: auto;
  }

  .container-portada {
    width: 100%;
    height: 626px;
    animation: movimiento 10s infinite linear alternate;
    background-position: center;
    padding: 140px 0 40px 0;
    position: relative;
 }


  /*estilos de las letras del banner*/
  #inicio h1 {
    font-size: 45px;
    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 447px 27px 180px;
    text-align: justify;
  }

  /*imagen de la doctora*/
  .expe {
      display: block;
      width: 100%;
      height: auto;
      margin-left: 30px;
      margin-top: 0px;
  
  }

  .CeyeSe {
    display: block;
    width: 72%;
    height: auto;
    margin-left: 67px;
    margin-top: 180px;
  }

  /*imagenes Beneficios*/
  #img-serv {
    margin-top: 28px;
    width: 100%;
  }

  #img-serv1 {
    margin-top: 130px;
    width: 99%;
    margin-left: -15px;
  }

  #img-serv2 {
    margin-top: 36px;
    width: 92%;
    margin-left: 23px;
  }

  #img-serv3 {
      margin-top: 82px;
      width: 100%;
      margin-left: -53px;
  }

}



#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;
  height: 300px;
}

#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 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

#Funciones .box h4 a {
  color: #444;
}

#Funciones .box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  width: auto;
}
#Funciones .ion-ios-checkmark{
    color: #000000b5;
}

#FuncionesErp{ /*Iconos*/
  margin-top: 18px;
  display: block;
  height: 198px;
  padding: 14px;
  width: 233px;
}





@media (max-width: 1200px){
  #FuncionesErp {
    margin-top: 18px;
    display: block;
    height: 193px;
    padding: 14px;
    width: auto;
}
#Funciones .box .icon {
  float: left;
  display: flex;
  justify-content: center;
  width: 100%;
}
#FuncionesErp {
  margin-top: 18px;
  display: block;
  height: 193px;
  padding: 14px;
  width: auto;
}
#Funciones .box {
  height: 500px;
}
#Funciones .box p {
  width: 100%;
}
}