/*
.blueBoll {
  background: #04a6e1;
  border: 1px solid #0097dc;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.blueBollFill{
  border: 1px solid #0097dc;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.greenBoll {
  background: #74bc1f;
  border: 1px solid #53ac00;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.greenBollFill{
  border: 1px solid #72bc1d;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.grayBoll {
  background: #e6e6e6;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
*/

.hero_01 {
  min-height: 570px;
}
/* .hero_01_right{
  background: url("images/hero_01_right_top.jpg") no-repeat right top;
  width: 605px;
} */

.hero_01_right h2{
  padding-left: 60px;
  margin-top: 120px;
  font-size: 42px;
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
}
.hero_01_left img {
  position: absolute;
  left: 5px;
}
/*
.hero_01_text {
  background: #00a3ff;
  padding: 15px 15px 15px 60px;
  color: #fff;
  margin-top: 18px;
}*/

.hero_02_right{
  background: #808080;
  position: relative;
}
/* .hero_02_left {
  width: 420px;
  text-align: center;
  position: relative;
} */
.hero_02_left h2 {
  font-size: 25px;
  color: #7e7e7e;
  font-weight: bold;
  text-align: center;
}
.hero_02_left h3 {
  margin: 15px 0;
  font-size: 20px;
  color: #7e7e7e;
  font-weight: bold;
  text-align: center;
}

/* 
.hero_03_left{
  background: #808080;
  position: relative;
  width: 50%;
} */
.hero_03_right{
  position: relative;
}

/* .hero_01_right_bg{
  background: #74bc1f;
  margin: 40px 0;
  padding: 15px;
  color: #fff;
  text-align: center;
} */

.hero_01_right_bg h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 20px;
}

/* .hero_04{
  margin-top: 15px;
} */
.hero_04_right h2 {
  padding-left: 60px;
  margin-top: 75px;
  font-size: 42px;
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

/* .hero_04_text {
  padding: 15px 15px 14px 60px;
  color: #fff;
  margin-top: 10px;
  min-height: 142px;
} */


.hero_05{
  margin-top: 15px;
}
.hero_05_left h2 {
  padding-left: 60px;
  margin-top: 44px;
  font-size: 36px;
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
/* .hero_05_ul {
  padding: 15px 15px 14px 60px;
  color: #fff;
  margin-top: 10px;
  min-height: 176px;
} */


.hero_05 ol {
  list-style-type: none;
}

.hero_05 li {
  position: relative;
  margin: 0 0 0 0;
  padding-left: 20px;
  color: #808080;
}
.hero_05 li:before {
  content: '';
  background-color: #74bc1f;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 6px;
  width: 3px;
}
.hero_05 li:after {
  content: '';
  background-color: #74bc1f;
  position: absolute;
  left: 1.5px;
  top: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.hero_06_rs{
  margin-top: 65px;
  /* border: solid pink; */
}
.hero_06_right h2 {
  padding-left: 60px;
  margin-top: 75px;
  font-size: 42px;
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

.top_stripe_01{
  width: 100%;
}
.top_stripe_01 img{
  width: 100%;
}

.hero_01_rs{
  margin-top: 0px;
  /* border: solid red; */
}

.p_mt{
  margin-top: 15px;
  text-align: justify;
}


.hero_01_rs_top img{
  /* border:solid green; */
  margin-left: auto;
  margin-right: auto;
}

.p_pleft{
  padding-left: 5px;
}

.center_img_right img{
  width: 90%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}


/* CSS RESPONSIVE 390 tamaño iPhone 12 Pro*/


@media (max-width: 720px) {
  body{
    .text-container-smallscr{
      padding: 0px 15px;
    }
  }
}

/* @media (max-width: 389px) {
  body{
    .main_cont_div{
      width: 100% !important;
    }

    .hero_01_right{
      width: 90%;
      border: solid red;
    }

    .top_stripe_01{
      width: 100%;
    }

    .top_stripe_01 img{
      width: 100%;
    }

    .hero_06_rs{
      width: 100%;
    }

    .hero_06_right{
      display: flex;
      width: 90% !important;
    }
    .hero_01_rs{
      display: flex;
      width: 90% !important;
    }
    .hero_01_rs img{
      width: 90%;
    }
  }
} */

/*
@media (max-width: 390px) {
  body{
    .hidden_fw{
      display: none !important;
    }
  }
}*/