@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

img {
  max-width: 100%; }

a, a:hover, a:focus, a:active, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
  color: inherit; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

.icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }
  .icon--map {
    background-image: url(../../img/icon--map.svg); }
  .icon--pack {
    background-image: url(../../img/icon--pack.svg); }
  .icon--phone {
    background-image: url(../../img/icon--phone.svg); }
  .icon--mail {
    background-image: url(../../img/icon--mail.svg); }

body {
  color: #484848;
  font-family: 'Open sans';
  padding-top: 83px; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%; }

.container2 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }

h2,
h3 {
  font-size: 1.8em;
  font-weight: bold; }

h2 {
  font-size: 2em;
  text-align: center;
  color: #DE060E;
  width: 100%;
  margin-bottom: 20px; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  z-index: 12098;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white; }
  .header:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -9px;
    left: 0;
    background-image: url(../../img/corte1.png);
    background-size: 100% 100%; }
  .header li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .header__logo {
    max-width: 200px; }
  .header__nav {
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px; }

.main {
  position: relative;
  z-index: 1;
  line-height: 0; }
  .main img {
    position: relative;
    width: 100%;
    z-index: 1; }
  .main h1 {
    font-size: 3.9em;
    font-weight: bold;
    background: rgba(222, 3, 13, 0.9);
    padding: 10px 20px;
     }
  .main__desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    line-height: 1; }
  .main__cont {
    color: white;
    padding: 30px 50px;
    display: inline-block; }

.scrl .header {
  background-color: white; }

.sub {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #DE060E; }
  .sub:after, .sub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .sub:before {
    top: -30px;
    height: 40px;
    background-image: url(../../img/corte2.png);
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .sub:after {
    bottom: -30px;
    height: 40px;
    background-image: url(../../img/corte3.png);
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .sub__desc {
    color: white;
    text-align: center;
    padding: 60px 70px;
    font-size: 1.3em; }

.insti {
  padding-top: 40px; }
  .insti__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .insti__item:first-of-type .insti__figure {
      z-index: 1;
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); }
    .insti__item:first-of-type .insti__desc {
      -webkit-transform: translateX(30px);
              transform: translateX(30px);
      z-index: 2; }
    .insti__item:nth-of-type(2) .insti__figure {
      z-index: 1;
      -webkit-transform: translateX(30px);
              transform: translateX(30px); }
    .insti__item:nth-of-type(2) .insti__desc {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px);
      z-index: 2; }
  .insti__desc {
    width: 50%; }
  .insti__figure {
    width: 60%; }
  .insti__cont {
    background-color: #DE060E;
    color: white;
    padding: 40px; }

.serv {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .serv__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .serv__item:nth-of-type(2) {
    padding: 0 30px; }
    .serv__item img {
      max-width: 250px; }

.cont {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(216, 216, 216, 0.2);
  position: relative; }
  .cont:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .cont:before {
    top: -30px;
    height: 40px;
    background-image: url(../../img/corte5.png);
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .cont .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cont__item {
    width: 33.333%;
    padding: 0 10px;
	border: 10px solid #FFFFFF; 
	
	}
.cont__item2 {
    width: 33.333%;
    padding: 0 1px;
	/*border: 10px solid #FFFFFF; */
	background-color: #DE060E;
    color: white;
	/*justify-content: center;*/
	/*width: 100px;*/
	/*align-content: center;*/
/*	align-self: center;
	display: block;
	position: relative;*/
	
	}

  .cont__wrp {
    background-color: #DE060E;
    color: white;
    padding: 20px;
	border: 10px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
        justify-content: center;}
  .cont__ico {
    margin-right: 20px; }

.footer {
  background-color: #DE060E;
  color: white;
  position: relative; }
  .footer:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .footer:before {
    top: -20px;
    height: 30px;
    background-image: url(../../img/corte2.png);
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .footer__logo {
    width: 140px; }

.mi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F2F2F2;
  position: relative; }
  .mi:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: red;
    content: "";
    background-color: #F6F6F6; }
  .mi:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .mi:after {
    bottom: -30px;
    height: 40px;
    background-image: url(../../img/corte4.png);
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10; }
  .mi .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mi__item {
    text-align: center;
    width: 50%;
    padding: 0 30px; }
  .mi h3 {
    color: #DE060E; }
