@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1680px) {
  body {
    font-family: "Roboto";
    min-width: 1600px;
    /*-------------Header------------*/
    /*-----------contenido principal----------*/
  }
  body header {
    z-index: 80;
    width: 100%;
    height: 75px;
    background: #29166f;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body header section.nav-bar {
    width: 40%;
    min-width: 962px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header section.nav-bar div.img-logo {
    width: 106px;
    margin-right: 10px;
  }
  body header section.nav-bar div.img-logo a {
    text-decoration: none;
  }
  body header section.nav-bar div.img-logo a img {
    height: 70px;
  }
  body header section.nav-bar div.name-site {
    position: relative;
    top: 20px;
  }
  body header section.nav-bar div.name-site a img {
    height: 40px;
  }
  body header section.menu-bar {
    width: 32%;
    min-width: 610px;
    overflow: hidden;
    margin-right: 30px;
  }
  body header section.menu-bar nav.links {
    width: 70%;
  }
  body header section.menu-bar nav.links ul {
    width: 650px;
  }
  body header section.menu-bar nav.links ul li {
    display: inline-block;
    height: 75px;
  }
  body header section.menu-bar nav.links ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
  }
  body header section.menu-bar nav.links ul li a h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    top: 12px;
  }
  body header section.menu-bar nav.links ul li a:hover {
    background: #534198;
  }
  body header section.menu-bar nav.links span.btn-menu {
    display: none;
  }
  body header section.phone-element {
    width: 100%;
    height: 150px;
    position: absolute;
    top: 800px;
    left: 10px;
  }
  body header section.phone-element a {
    text-decoration: none;
    display: block;
    width: 200px;
    height: 100px;
  }
  body header section.phone-element a div.phone-url {
    color: #29166f;
    background: #ffffff;
    width: 200px;
    height: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
    text-align: center;
    border: 1px solid #29166f;
    border-radius: 40px;
    -webkit-box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
            box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header section.phone-element a div.phone-url div.icon-element {
    width: 25%;
    height: 100px;
  }
  body header section.phone-element a div.phone-url div.icon-element i {
    font-size: 30px;
    position: relative;
    top: 30px;
    left: 5px;
  }
  body header section.phone-element a div.phone-url div.aling-item {
    width: 75%;
    height: 100px;
    position: relative;
    top: 25px;
  }
  body header section.phone-element a div.phone-url:hover {
    background: #29166f;
    color: #ffffff;
    -webkit-box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
  }
  body main {
    width: 100%;
    /*----------servicios----------*/
  }
  body main div.bar {
    width: 100%;
    height: 75px;
  }
  body main .bg-gray {
    width: 100%;
    background: #f2f2f2;
  }
  body main section.about {
    width: 100%;
    height: 800px;
  }
  body main section.about div.center-content {
    width: 1000px;
    height: 600px;
    position: relative;
    top: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
  }
  body main section.about div.center-content h2 {
    font-size: 60px;
  }
  body main section.about div.center-content p {
    display: inline-block;
    margin-top: 40px;
    font-size: 30px;
  }
  body main section.all-services {
    text-align: center;
    padding: 25px;
    /*crece una 6ta parte del tamanio original*/
  }
  body main section.all-services h1 {
    display: inline-block;
    margin: 60px auto;
    font-size: 60px;
  }
  body main section.all-services div.content-service {
    width: 70%;
    height: 300px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 40px;
    margin: 100px auto;
    -webkit-box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
            box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body main section.all-services div.content-service section.img-service {
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body main section.all-services div.content-service section.img-service img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body main section.all-services div.content-service section.description-service {
    width: 60%;
    padding: 20px 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body main section.all-services div.content-service section.description-service h3 {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
  }
  body main section.all-services div.content-service section.description-service p {
    font-size: 25px;
  }
  body main section.all-services a {
    text-decoration: none;
    color: #ffffff;
    font-size: 40px;
    position: relative;
    top: 50px;
  }
  body main section.all-services a div.services-btn {
    width: 500px;
    height: 100px;
    background: #29166f;
    border-radius: 40px;
    margin: 50px auto;
    position: relative;
    bottom: 60px;
    -webkit-box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
            box-shadow: 8px 5px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body main section.all-services a div.services-btn p {
    position: relative;
    top: 25px;
  }
  body main section.all-services div.content-service:hover {
    -webkit-box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
  }
  body main section.all-services div.services-btn:hover {
    width: 583px;
    height: 117px;
    bottom: 80px;
    -webkit-box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 18px 10px rgba(0, 0, 0, 0.5);
  }
  body footer {
    width: 100%;
    height: 120px;
    background: #29166f;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
  }
  body footer div {
    position: relative;
    top: 50px;
  }
}

@media screen and (max-width: 1680px) {
  body {
    font-family: "Roboto";
    min-width: 400px;
  }
  body header {
    width: 100%;
    background: #29166f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: fixed;
    z-index: 100;
  }
  body header section.nav-bar {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body header section.nav-bar div.img-logo {
    width: 106px;
    margin-right: 0 10px;
  }
  body header section.nav-bar div.img-logo a {
    text-decoration: none;
  }
  body header section.nav-bar div.img-logo a img {
    height: 70px;
  }
  body header section.nav-bar div.name-site {
    display: none;
  }
  body header section.menu-bar {
    margin: 15px 40px;
    width: 30%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header section.menu-bar nav.links {
    width: 100%;
  }
  body header section.menu-bar nav.links ul.menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 30%;
    min-width: 140px;
    height: 260px;
    background: #29166f;
    list-style: none;
    top: -260px;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0 0 40px 40px;
  }
  body header section.menu-bar nav.links ul.menu-items li {
    width: 100%;
    height: 65px;
  }
  body header section.menu-bar nav.links ul.menu-items li a {
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
  }
  body header section.menu-bar nav.links ul.menu-items li a h2 {
    display: inline-block;
    width: 100%;
    padding-left: 10%;
    padding-top: 18px;
  }
  body header section.menu-bar nav.links ul.menu-items li a:hover, body header section.menu-bar nav.links ul.menu-items li a:active {
    background: #534198;
  }
  body header section.menu-bar nav.links ul.menu-items li a.contact:hover, body header section.menu-bar nav.links ul.menu-items li a.contact:active {
    border-radius: 0 0 40px 40px;
  }
  body header section.menu-bar nav.links ul.show {
    top: 70px;
  }
  body header section.menu-bar nav.links span.btn-menu {
    position: absolute;
    right: 40px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
  }
  body header section.phone-element {
    display: none;
  }
  body main {
    width: 100%;
  }
  body main .bg-white {
    width: 100%;
    background: #ffffff;
  }
  body main .bg-gray {
    width: 100%;
    background: #f2f2f2;
  }
  body main h2, body main h1 {
    font-size: 40px;
  }
  body main section.all-services {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  body main section.all-services h1 {
    display: block;
    margin-top: 80px;
  }
  body main section.all-services div.content-service {
    width: 70%;
    border: 1px solid #000;
    border-radius: 40px;
    -webkit-box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
    margin: 40px auto;
    background: #ffffff;
  }
  body main section.all-services div.content-service section.img-service img {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
  body main section.all-services div.content-service section.description-service {
    width: 100%;
    height: 150px;
    padding: 20px;
  }
  body main section.all-services div.content-service section.description-service h3 {
    font-size: 25px;
  }
  body main section.all-services a {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
  }
  body main section.all-services a div.services-btn {
    width: 50%;
    height: 70px;
    background: #29166f;
    border-radius: 40px;
    margin: 20px auto;
    -webkit-box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
  }
  body main section.all-services a p {
    position: relative;
    top: 16px;
  }
  body footer {
    width: 100%;
    height: 75px;
    font-size: 20px;
    text-align: center;
    background: #29166f;
    color: #ffffff;
  }
  body footer div {
    position: relative;
    top: 25px;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-family: "Roboto";
  }
  body header {
    width: 100%;
    background: #29166f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: fixed;
    z-index: 100;
  }
  body header section.nav-bar {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body header section.nav-bar div.img-logo {
    width: 106px;
    margin-right: 0 10px;
  }
  body header section.nav-bar div.img-logo a {
    text-decoration: none;
  }
  body header section.nav-bar div.img-logo a img {
    height: 70px;
  }
  body header section.nav-bar div.name-site {
    display: none;
  }
  body header section.menu-bar {
    margin: 15px 40px;
    width: 30%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body header section.menu-bar nav.links {
    width: 100%;
  }
  body header section.menu-bar nav.links ul.menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 30%;
    height: 260px;
    background: #29166f;
    list-style: none;
    top: -260px;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body header section.menu-bar nav.links ul.menu-items li {
    width: 100%;
    height: 65px;
  }
  body header section.menu-bar nav.links ul.menu-items li a {
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
  }
  body header section.menu-bar nav.links ul.menu-items li a h2 {
    display: inline-block;
    width: 100%;
    padding-left: 10%;
    padding-top: 18px;
  }
  body header section.menu-bar nav.links ul.menu-items li a:hover, body header section.menu-bar nav.links ul.menu-items li a:active {
    background: #534198;
  }
  body header section.menu-bar nav.links ul.show {
    top: 70px;
  }
  body header section.menu-bar nav.links span.btn-menu {
    position: absolute;
    right: 40px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
  }
  body header section.phone-element {
    display: none;
  }
  body main {
    width: 100%;
  }
  body main h1 {
    display: inline-block;
    position: relative;
    top: 80px;
  }
  body main h2, body main h1 {
    font-size: 35px;
  }
  body main section.all-services {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  body main section.all-services div.content-service {
    width: 70%;
    border: 1px solid #000;
    border-radius: 40px;
    -webkit-box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 5px rgba(0, 0, 0, 0.5);
    margin: 80px auto;
    background: #ffffff;
  }
  body main section.all-services div.content-service section.img-service img {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
  body main section.all-services div.content-service section.description-service {
    width: 100%;
    height: 150px;
    padding: 20px;
  }
  body main section.all-services div.content-service section.description-service h3 {
    font-size: 25px;
  }
  body main a {
    text-decoration: none;
  }
  body main a div.services-btn {
    width: 30%;
    height: 100px;
    margin: 0 auto 30px auto;
    border: 1px solid #000;
    border-radius: 40px;
    background: #29166f;
    color: #ffffff;
    font-size: 30px;
  }
  body main a div.services-btn p {
    position: relative;
    top: 18px;
  }
  body footer {
    width: 100%;
    height: 75px;
    font-size: 20px;
    text-align: center;
    background: #29166f;
    color: #ffffff;
  }
  body footer div {
    position: relative;
    top: 25px;
  }
}
/*# sourceMappingURL=services.css.map */