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

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

body {
  scroll-behavior: unset;
  font-family: "Oswald", sans-serif;
  background: black;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: rgb(212, 40, 40);
  border-radius: 20px;
  height: 100px;
}

body::-webkit-scrollbar-thumb:hover {
  background: rgb(226, 49, 49);
  height: 150px;
}

.grid_container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  background: #121212;
  background: brown;
  overflow: hidden;
  gap: 1em;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "grid_header_movil  grid_header_movil  grid_header_movil  grid_header_movil" "grid_header        grid_header        grid_header        grid_header" "grid_box_A         grid_box_A         grid_box_A         grid_box_A" "grid_sectionA      grid_sectionA      grid_sectionA      grid_sectionA" "grid_sectionC      grid_sectionC      grid_sectionC      grid_sectionC" "grid_box_B         grid_box_B         grid_box_B         grid_box_B" "grid_sectionB      grid_sectionB      grid_sectionB      grid_sectionB" "grid_footer        grid_footer        grid_footer        grid_footer" "grid_copyrigth     grid_copyrigth     grid_copyrigth     grid_copyrigth";
}
.grid_container .grid_header_movil {
  grid-area: grid_header_movil;
  display: none;
}
.grid_container .grid_header {
  grid-area: grid_header;
}
.grid_container .grid_box_A {
  grid-area: grid_box_A;
}
.grid_container .grid_sectionA {
  grid-area: grid_sectionA;
  display: none;
}
.grid_container .grid_sectionC {
  grid-area: grid_sectionC;
}
.grid_container .grid_box_B {
  grid-area: grid_box_B;
  display: none;
}
.grid_container .grid_sectionB {
  grid-area: grid_sectionB;
}
.grid_container .grid_footer {
  grid-area: grid_footer;
}
.grid_container .grid_copyrigth {
  grid-area: grid_copyrigth;
}

.btn_wats {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 3px solid #121212;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: mover;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.btn_wats .iconWats {
  color: rgb(247, 95, 95);
  font-size: 40px;
  cursor: pointer;
}

@keyframes mover {
  from {
    transform: scale(0.7, 0.7);
  }
  to {
    transform: scale(0.8, 0.8);
    border: 3px solid rgb(247, 95, 95);
    box-shadow: 0px 0px 25px rgb(247, 95, 95);
  }
}
@media (min-width: 320px) and (max-width: 999px) {
  .grid_container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    background: #121212;
    display: grid;
  }
  .grid_container .grid_header_movil {
    padding: 10px 0px;
    background: brown;
    grid-area: grid_header_movil;
    display: block;
  }
  .grid_container .grid_header {
    grid-area: grid_header;
  }
}
.container_header {
  width: 100%;
  height: 650px;
  background-image: url(../image/por5.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.container_header .container_header_blockTop {
  width: 100%;
  padding: 5px 0px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container_header .container_header_blockTop .header_blockTop_logo {
  margin-left: 80px;
}
.container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.container_header .container_header_blockTop .header_blockTop_navbar {
  width: 500px;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
  padding: 3px;
}
.container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
  color: white;
}
.container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
  color: rgb(236, 85, 85);
}
.container_header .container_header_blockTop .header_blockTop_iconGlass {
  margin-right: 80px;
  display: none;
}
.container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
  color: rgb(236, 79, 79);
  font-size: 25px;
  cursor: pointer;
}
.container_header .container_header_line {
  width: 87%;
  height: 2px;
  margin: auto;
  background: rgb(247, 59, 59);
  background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
  border: none;
}
.container_header .container_header_title {
  width: 500px;
  color: white;
  font-size: 130px;
  line-height: 120px;
  text-transform: uppercase;
  position: absolute;
  left: 100px;
  top: 200px;
  letter-spacing: 5px;
}
.container_header .container_header_numbers {
  width: auto;
  padding: 10px 0px;
  position: fixed;
  right: 0px;
  top: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}
.container_header .container_header_numbers .container_header_contNumbers {
  padding: 5px 8px;
  cursor: pointer;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
  color: rgb(247, 95, 95);
  font-size: 30px;
  transition: 0.1s ease-in all;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
  transform: scale(1.5, 1.5);
  color: white;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
  color: rgb(247, 95, 95);
  font-size: 30px;
  transition: 0.1s ease-in all;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
  transform: scale(1.5, 1.5);
  color: white;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
  color: rgb(247, 95, 95);
  font-size: 30px;
  transition: 0.1s ease-in all;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
  transform: scale(1.5, 1.5);
  color: white;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
  color: rgb(247, 95, 95);
  font-size: 30px;
  transition: 0.1s ease-in all;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
  transform: scale(1.5, 1.5);
  color: white;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
  color: rgb(247, 95, 95);
  font-size: 30px;
  transition: 0.1s ease-in all;
}
.container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
  transform: scale(1.5, 1.5);
  color: white;
}
.container_header .container_header_numbers .container_header_contLines {
  width: auto;
  height: 240px;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.container_header .container_header_numbers .container_header_contLines .contLines_line {
  width: 30px;
  height: 2.5px;
  background: white;
}
.container_header .container_header_sections {
  position: absolute;
  bottom: 50px;
  left: 90px;
  width: 87%;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
}
.container_header .container_header_sections .header_sections_article .header_sections_article_parraf {
  color: white;
  line-height: 19px;
  font-weight: 100;
  font-style: normal;
}
.container_header .container_header_sections .header_sections_article .header_sections_article_vinculo {
  margin-top: 10px;
  width: 100px;
  color: white;
  font-size: 18px;
  font-weight: 100;
  cursor: pointer;
}
.container_header .container_header_sections .header_sections_article .header_sections_article_vinculo .header_iconArrow {
  color: rgb(239, 102, 102);
  margin-left: 10px;
}
.container_header .container_header_divGradients {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(transparent, #121212);
}
.container_header .arrowBottom {
  position: absolute;
  bottom: 200px;
  left: 50%;
}
.container_header .arrowBottom .arrowBottomIcon {
  color: rgb(247, 95, 95);
  font-size: 40px;
  animation-name: arrowBottom;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes arrowBottom {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(10px);
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .container_header {
    width: 100%;
    padding: 10px 0px;
    height: 130vh;
    background-image: url(../image/por5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_header .container_header_blockTop {
    width: 100%;
    padding: 5px 0px;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .container_header .container_header_blockTop .header_blockTop_logo {
    margin-left: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar {
    width: 500px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
    padding: 3px;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(236, 85, 85);
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 25px;
    cursor: pointer;
  }
  .container_header .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header .container_header_title {
    width: 500px;
    color: white;
    font-size: 130px;
    line-height: 120px;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    top: 200px;
    letter-spacing: 5px;
  }
  .container_header .container_header_numbers {
    width: auto;
    padding: 10px 0px;
    position: fixed;
    right: 0px;
    top: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
  .container_header .container_header_numbers .container_header_contNumbers {
    padding: 5px 8px;
    cursor: pointer;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contLines {
    width: auto;
    height: 240px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .container_header .container_header_numbers .container_header_contLines .contLines_line {
    width: 30px;
    height: 2.5px;
    background: white;
  }
  .container_header .container_header_sections {
    position: absolute;
    bottom: 50px;
    left: 90px;
    width: 80%;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
  }
  .container_header .container_header_sections .header_sections_article {
    margin: 0px 10px;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_parraf {
    color: white;
    line-height: 19px;
    font-weight: 100;
    font-style: normal;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo {
    margin-top: 10px;
    width: 100px;
    color: white;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo .header_iconArrow {
    color: rgb(239, 102, 102);
    margin-left: 10px;
  }
  .container_header .container_header_divGradients {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #121212);
  }
  .container_header .arrowBottom {
    position: absolute;
    bottom: 200px;
    left: 50%;
  }
  .container_header .arrowBottom .arrowBottomIcon {
    color: rgb(247, 95, 95);
    font-size: 40px;
    animation-name: arrowBottom;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes arrowBottom {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
    }
  }
}
@media (min-width: 770px) and (max-width: 999px) {
  .container_header {
    width: 100%;
    padding: 10px 0px;
    height: 130vh;
    background-image: url(../image/por5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_header .container_header_blockTop {
    display: none;
  }
  .container_header .container_header_blockTop .header_blockTop_logo {
    margin-left: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar {
    width: 500px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
    padding: 3px;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(236, 85, 85);
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 25px;
    cursor: pointer;
  }
  .container_header .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header .container_header_title {
    width: 500px;
    color: white;
    font-size: 130px;
    line-height: 120px;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    top: 200px;
    letter-spacing: 5px;
  }
  .container_header .container_header_numbers {
    width: auto;
    padding: 10px 0px;
    position: fixed;
    right: 0px;
    top: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
  .container_header .container_header_numbers .container_header_contNumbers {
    padding: 5px 8px;
    cursor: pointer;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
    color: rgb(247, 95, 95);
    font-size: 30px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
    transform: scale(1.5, 1.5);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contLines {
    width: auto;
    height: 240px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .container_header .container_header_numbers .container_header_contLines .contLines_line {
    width: 30px;
    height: 2.5px;
    background: white;
  }
  .container_header .container_header_sections {
    position: absolute;
    bottom: 50px;
    left: 90px;
    width: 80%;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
  }
  .container_header .container_header_sections .header_sections_article {
    margin: 0px 10px;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_parraf {
    color: white;
    line-height: 19px;
    font-weight: 100;
    font-style: normal;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo {
    margin-top: 10px;
    width: 100px;
    color: white;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo .header_iconArrow {
    color: rgb(239, 102, 102);
    margin-left: 10px;
  }
  .container_header .container_header_divGradients {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #121212);
  }
  .container_header .arrowBottom {
    position: absolute;
    bottom: 200px;
    left: 50%;
  }
  .container_header .arrowBottom .arrowBottomIcon {
    color: rgb(247, 95, 95);
    font-size: 40px;
    animation-name: arrowBottom;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes arrowBottom {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
    }
  }
}
@media (min-width: 641px) and (max-width: 769px) {
  .container_header {
    width: 100%;
    padding: 10px 0px;
    height: 130vh;
    background-image: url(../image/por5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_header .container_header_blockTop {
    display: none;
  }
  .container_header .container_header_blockTop .header_blockTop_logo {
    margin-left: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar {
    width: 500px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
    padding: 3px;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(236, 85, 85);
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 25px;
    cursor: pointer;
  }
  .container_header .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header .container_header_title {
    width: 400px;
    color: white;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    top: 100px;
    letter-spacing: 4px;
  }
  .container_header .container_header_numbers {
    width: auto;
    padding: 10px 0px;
    position: fixed;
    right: 0px;
    top: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
  .container_header .container_header_numbers .container_header_contNumbers {
    padding: 5px;
    cursor: pointer;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contLines {
    width: auto;
    height: 200px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .container_header .container_header_numbers .container_header_contLines .contLines_line {
    width: 20px;
    height: 2.5px;
    background: white;
  }
  .container_header .container_header_sections {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
  }
  .container_header .container_header_sections .header_sections_article {
    margin: 0px 10px;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_parraf {
    color: white;
    line-height: 19px;
    font-weight: 100;
    font-style: normal;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo {
    margin-top: 10px;
    width: 100px;
    color: white;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
  }
  .container_header .container_header_sections .header_sections_article .header_sections_article_vinculo .header_iconArrow {
    color: rgb(239, 102, 102);
    margin-left: 10px;
  }
  .container_header .container_header_divGradients {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #121212);
  }
  .container_header .arrowBottom {
    position: absolute;
    bottom: 240px;
    left: 50%;
  }
  .container_header .arrowBottom .arrowBottomIcon {
    color: rgb(247, 95, 95);
    font-size: 40px;
    animation-name: arrowBottom;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes arrowBottom {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
    }
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .container_header {
    width: 100%;
    padding: 10px 0px;
    height: 100vh;
    background-image: url(../image/por5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_header .container_header_blockTop {
    display: none;
  }
  .container_header .container_header_blockTop .header_blockTop_logo {
    margin-left: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar {
    width: 500px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
    padding: 3px;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(236, 85, 85);
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 25px;
    cursor: pointer;
  }
  .container_header .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header .container_header_title {
    width: 400px;
    color: white;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    top: 100px;
    letter-spacing: 4px;
  }
  .container_header .container_header_numbers {
    width: auto;
    padding: 10px 0px;
    position: fixed;
    right: 0px;
    top: 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
  .container_header .container_header_numbers .container_header_contNumbers {
    padding: 5px;
    cursor: pointer;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contLines {
    width: auto;
    height: 200px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .container_header .container_header_numbers .container_header_contLines .contLines_line {
    width: 20px;
    height: 2.5px;
    background: white;
  }
  .container_header .container_header_sections {
    display: none;
  }
  .container_header .container_header_divGradients {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #121212);
  }
  .container_header .arrowBottom {
    position: absolute;
    bottom: 80px;
    left: 50%;
  }
  .container_header .arrowBottom .arrowBottomIcon {
    color: rgb(247, 95, 95);
    font-size: 40px;
    animation-name: arrowBottom;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes arrowBottom {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
    }
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .container_header {
    width: 100%;
    padding: 10px 0px;
    height: 100vh;
    background-image: url(../image/por5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_header .container_header_blockTop {
    display: none;
  }
  .container_header .container_header_blockTop .header_blockTop_logo {
    margin-left: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar {
    width: 500px;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li {
    padding: 3px;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
  }
  .container_header .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(236, 85, 85);
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 80px;
  }
  .container_header .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 25px;
    cursor: pointer;
  }
  .container_header .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header .container_header_title {
    width: 300px;
    color: white;
    font-size: 100px;
    line-height: 90px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 100px;
    letter-spacing: 1px;
  }
  .container_header .container_header_numbers {
    display: none;
  }
  .container_header .container_header_numbers .container_header_contNumbers {
    padding: 5px;
    cursor: pointer;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_one:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_two:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_tree:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_four:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five {
    color: rgb(247, 95, 95);
    font-size: 25px;
    transition: 0.1s ease-in all;
  }
  .container_header .container_header_numbers .container_header_contNumbers .header_numbers_date_five:hover {
    transform: scale(1.3, 1.3);
    color: white;
  }
  .container_header .container_header_numbers .container_header_contLines {
    width: auto;
    height: 200px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .container_header .container_header_numbers .container_header_contLines .contLines_line {
    width: 20px;
    height: 2.5px;
    background: white;
  }
  .container_header .container_header_sections {
    display: none;
  }
  .container_header .container_header_divGradients {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #121212);
  }
  .container_header .arrowBottom {
    position: absolute;
    bottom: 80px;
    left: 50%;
  }
  .container_header .arrowBottom .arrowBottomIcon {
    color: rgb(247, 95, 95);
    font-size: 40px;
    animation-name: arrowBottom;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes arrowBottom {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
    }
  }
}
@media (min-width: 320px) and (max-width: 999px) {
  .container_headerMovil {
    width: 100%;
    padding: 10px 0px;
    background: #121212;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    box-shadow: 0px 1px 20px rgb(247, 95, 95);
  }
  .container_headerMovil .container_header_blockTopMovil {
    width: 100%;
    padding: 5px 0px;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_logoMovil {
    margin-left: 20px;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_logoMovil .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_navbarMovil {
    width: 100%;
    height: 100vh;
    background: #121212;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    position: absolute;
    top: 79px;
    left: -100%;
    transition: 0.5s ease-in;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_navbarMovil .navbar_li {
    width: 100%;
    height: 16vh;
    text-align: center;
    margin: 3px 0px;
    background: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_navbarMovil .navbar_li .navbar_link {
    color: white;
    font-size: 20px;
    transform: scale(1.2, 1);
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_navbarMovil .navbar_li:hover {
    background: rgb(247, 95, 95);
    transform: scale(1.1, 1.1);
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_navbarMovil_JS {
    left: 0;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_iconGlassMovil {
    margin-right: 20px;
  }
  .container_headerMovil .container_header_blockTopMovil .header_blockTop_iconGlassMovil .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 30px;
    cursor: pointer;
  }
}
.container_boxA {
  width: 100%;
  height: 400px;
  background: url(../image/background-B.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.container_boxA .container_boxA_gradientTop {
  width: 100%;
  height: 50%;
  background: linear-gradient(#121212, transparent);
  position: absolute;
  top: 0;
}
.container_boxA .container_boxA_gradientBottom {
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, #121212);
  position: absolute;
  bottom: 0;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .container_boxA {
    height: 250px;
  }
}
.container_sectionA {
  width: 100%;
  padding: 100px 0px;
  background: #192229;
}
.container_sectionA .sectionA_h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.container_sectionA .sectionA_h1 {
  text-align: center;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.container_sectionA .sectionA_containerBlocks {
  margin: 40px auto;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.container_sectionA .sectionA_containerBlocks .containerBlocks_box {
  width: 250px;
  height: 300px;
  background: white;
  border-radius: 8px;
  position: relative;
}
.container_sectionA .sectionA_containerBlocks .containerBlocks_box .contenedor {
  width: 100%;
  padding: 50px 0px;
  background: linear-gradient(transparent, #192229);
  position: absolute;
  bottom: 0;
  line-height: 23px;
}
.container_sectionA .sectionA_containerBlocks .containerBlocks_box .contenedor .containerBlocks_box_title {
  color: white;
  text-align: center;
}
.container_sectionA .sectionA_containerBlocks .containerBlocks_box .contenedor .containerBlocks_box_description {
  color: white;
  text-align: center;
}

.grid_sectionC {
  width: 100%;
}
.grid_sectionC .container_sectionC {
  width: 100%;
  padding: 100px 0px;
  background: #121212;
}
.grid_sectionC .container_sectionC .sectionC_h2 {
  text-align: center;
  color: rgb(156, 156, 156);
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 8px;
}
.grid_sectionC .container_sectionC .sectionC_h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer {
  margin: 50px 0px;
  width: 100%;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "grid_block1    grid_block2   grid_block3   grid_block4" "grid_block5    grid_block6   grid_block7   grid_block8";
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 {
  grid-area: grid_block1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por1.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block1 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 {
  grid-area: grid_block2;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por2.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block2 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 {
  grid-area: grid_block3;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por3.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block3 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 {
  grid-area: grid_block4;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por4.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block4 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 {
  grid-area: grid_block5;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por5.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block5 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 {
  grid-area: grid_block6;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por6.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block6 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 {
  grid-area: grid_block7;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por7.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block7 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 {
  grid-area: grid_block8;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock {
  width: 100%;
  height: 350px;
  background: url(../image/por8.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno .interno_bar1 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(-100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno .interno_icon {
  width: 80px;
  height: 80px;
  background-color: rgb(247, 95, 95);
  position: absolute;
  border-radius: 50%;
  top: 140px;
  left: calc(50% - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s all;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno .interno_icon .icon_icon {
  color: #121212;
  font-size: 50px;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno .interno_bar2 {
  width: 50px;
  height: 3px;
  background: rgb(247, 95, 95);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 180px;
  transition: 0.5s all;
  transform: translateX(100px);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno:hover {
  background: rgba(0, 0, 0, 0.783);
  cursor: pointer;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno:hover .interno_bar1 {
  transform: translateX(0);
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno:hover .interno_icon {
  opacity: 1;
}
.grid_sectionC .container_sectionC .sectionC_gridContainer .grid_block8 .containerBlock .containerBlock_interno:hover .interno_bar2 {
  transform: translate(0px);
}

@media (min-width: 641px) and (max-width: 1024px) {
  .grid_sectionC {
    width: 100%;
  }
  .grid_sectionC .container_sectionC {
    width: 100%;
    padding: 100px 0px;
    background: #121212;
    line-height: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_h2 {
    text-align: center;
    color: rgb(156, 156, 156);
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 8px;
  }
  .grid_sectionC .container_sectionC .sectionC_h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_gridContainer {
    margin: 50px 0px;
    width: 90%;
    padding: 10px 0px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "grid_block1    grid_block2 " "grid_block3    grid_block4 " "grid_block5    grid_block6 " "grid_block7    grid_block8 ";
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .grid_sectionC {
    width: 100%;
  }
  .grid_sectionC .container_sectionC {
    width: 100%;
    padding: 100px 0px;
    background: #121212;
    line-height: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_h2 {
    text-align: center;
    color: rgb(156, 156, 156);
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 8px;
  }
  .grid_sectionC .container_sectionC .sectionC_h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_gridContainer {
    margin: 50px 0px;
    width: 100%;
    padding: 10px 0px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "grid_block1    grid_block2 " "grid_block3    grid_block4 " "grid_block5    grid_block6 " "grid_block7    grid_block8 ";
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .grid_sectionC {
    width: 100%;
  }
  .grid_sectionC .container_sectionC {
    width: 100%;
    padding: 100px 0px;
    background: #121212;
    line-height: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_h2 {
    text-align: center;
    color: rgb(156, 156, 156);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 8px;
    line-height: 35px;
  }
  .grid_sectionC .container_sectionC .sectionC_h1 {
    margin-top: 20px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
  }
  .grid_sectionC .container_sectionC .sectionC_gridContainer {
    margin: initial;
    width: 95%;
    padding: 10px 0px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "grid_block1    grid_block1 " "grid_block2    grid_block2 " "grid_block3    grid_block3 " "grid_block4    grid_block4 " "grid_block5    grid_block5 " "grid_block6    grid_block6 " "grid_block7    grid_block7 " "grid_block8    grid_block8 ";
  }
}
.container_boxB {
  width: 100%;
  height: 400px;
  background: url(../image/por6.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.container_boxB .container_boxB_gradientTop {
  width: 100%;
  height: 50%;
  background: linear-gradient(#192229, transparent);
  position: absolute;
  top: 0;
}
.container_boxB .container_boxB_gradientBottom {
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, #192229);
  position: absolute;
  bottom: 0;
}

.container_sectionB {
  width: 100%;
  height: 600px;
  background: url(../image/por6.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.container_sectionB .sectionB_gradient {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  background: linear-gradient(#121212, transparent);
}
.container_sectionB .sectionB_title {
  position: absolute;
  top: 100px;
  left: 100px;
  color: white;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: -5;
  line-height: 70px;
}
.container_sectionB .sectionB_parraf {
  width: 350px;
  color: white;
  position: absolute;
  left: 100px;
  bottom: 150px;
  font-weight: 100;
}
.container_sectionB .sectionB_media {
  width: 50%;
  padding: 20px 0px;
  position: absolute;
  right: 50px;
  top: 80px;
}
.container_sectionB .sectionB_media .video-js {
  width: 100%;
  border: 3px solid rgb(247, 95, 95);
  border-radius: 10px;
  overflow: hidden;
}
.container_sectionB .sectionB_media .video-js:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(247, 95, 95);
}
.container_sectionB .sectionB_media .vjs-control-bar {
  background: #121212;
  color: rgb(247, 95, 95);
}
.container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
  background: rgb(255, 255, 255);
}
.container_sectionB .sectionB_media .vjs-slider {
  background: rgb(126, 126, 126);
}
.container_sectionB .sectionB_media .vjs-big-play-button {
  background: rgb(247, 95, 95);
}
.container_sectionB .sectionB_media .vjs-big-play-button:hover {
  background: rgb(247, 95, 95);
  color: #121212;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .container_sectionB {
    width: 100%;
    height: 500px;
    background: url(../image/por6.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_sectionB .sectionB_gradient {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    background: linear-gradient(#121212, transparent);
  }
  .container_sectionB .sectionB_title {
    position: absolute;
    top: 100px;
    left: 100px;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -5;
    line-height: 70px;
  }
  .container_sectionB .sectionB_parraf {
    width: 350px;
    color: white;
    position: absolute;
    left: 100px;
    bottom: 150px;
    font-weight: 100;
  }
  .container_sectionB .sectionB_media {
    width: 50%;
    padding: 20px 0px;
    position: absolute;
    right: 50px;
    top: 80px;
  }
  .container_sectionB .sectionB_media .video-js {
    width: 100%;
    border: 3px solid rgb(247, 95, 95);
    border-radius: 10px;
    overflow: hidden;
  }
  .container_sectionB .sectionB_media .video-js:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-control-bar {
    background: #121212;
    color: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
    background: rgb(255, 255, 255);
  }
  .container_sectionB .sectionB_media .vjs-slider {
    background: rgb(126, 126, 126);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button {
    background: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button:hover {
    background: rgb(247, 95, 95);
    color: #121212;
  }
}
@media (min-width: 770px) and (max-width: 1024px) {
  .container_sectionB {
    width: 100%;
    height: 500px;
    background: url(../image/por6.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_sectionB .sectionB_gradient {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background: linear-gradient(#121212, transparent);
  }
  .container_sectionB .sectionB_title {
    position: absolute;
    top: 100px;
    left: 100px;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -5;
    line-height: 50px;
  }
  .container_sectionB .sectionB_parraf {
    width: 300px;
    color: white;
    position: absolute;
    left: 100px;
    bottom: 150px;
    font-weight: 100;
  }
  .container_sectionB .sectionB_media {
    width: 40%;
    padding: 20px 0px;
    position: absolute;
    right: 100px;
    top: 80px;
  }
  .container_sectionB .sectionB_media .video-js {
    width: 100%;
    border: 3px solid rgb(247, 95, 95);
    border-radius: 10px;
    overflow: hidden;
  }
  .container_sectionB .sectionB_media .video-js:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-control-bar {
    background: #121212;
    color: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
    background: rgb(255, 255, 255);
  }
  .container_sectionB .sectionB_media .vjs-slider {
    background: rgb(126, 126, 126);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button {
    background: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button:hover {
    background: rgb(247, 95, 95);
    color: #121212;
  }
}
@media (min-width: 641px) and (max-width: 769px) {
  .container_sectionB {
    width: 100%;
    height: 500px;
    background: url(../image/por6.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_sectionB .sectionB_gradient {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background: linear-gradient(#121212, transparent);
  }
  .container_sectionB .sectionB_title {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -5;
    line-height: 50px;
  }
  .container_sectionB .sectionB_parraf {
    width: 250px;
    color: white;
    position: absolute;
    left: 50px;
    top: 250px;
    bottom: initial;
    font-weight: 100;
  }
  .container_sectionB .sectionB_media {
    width: 50%;
    padding: 20px 0px;
    position: absolute;
    right: 20px;
    top: 200px;
  }
  .container_sectionB .sectionB_media .video-js {
    width: 100%;
    border: 3px solid rgb(247, 95, 95);
    border-radius: 10px;
    overflow: hidden;
  }
  .container_sectionB .sectionB_media .video-js:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-control-bar {
    background: #121212;
    color: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
    background: rgb(255, 255, 255);
  }
  .container_sectionB .sectionB_media .vjs-slider {
    background: rgb(126, 126, 126);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button {
    background: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button:hover {
    background: rgb(247, 95, 95);
    color: #121212;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .container_sectionB {
    width: 100%;
    height: 600px;
    background: url(../image/por6.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_sectionB .sectionB_gradient {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background: linear-gradient(#121212, transparent);
  }
  .container_sectionB .sectionB_title {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -5;
    line-height: 40px;
  }
  .container_sectionB .sectionB_parraf {
    width: 380px;
    color: white;
    text-align: justify;
    position: absolute;
    left: 10%;
    top: 200px;
    bottom: initial;
    font-weight: 100;
  }
  .container_sectionB .sectionB_media {
    width: 98%;
    padding: 20px 0px;
    position: absolute;
    right: initial;
    left: 5px;
    top: 290px;
  }
  .container_sectionB .sectionB_media .video-js {
    width: 100%;
    border: 3px solid rgb(247, 95, 95);
    border-radius: 10px;
    overflow: hidden;
  }
  .container_sectionB .sectionB_media .video-js:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-control-bar {
    background: #121212;
    color: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
    background: rgb(255, 255, 255);
  }
  .container_sectionB .sectionB_media .vjs-slider {
    background: rgb(126, 126, 126);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button {
    background: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button:hover {
    background: rgb(247, 95, 95);
    color: #121212;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .container_sectionB {
    width: 100%;
    height: 600px;
    background: url(../image/por6.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
  }
  .container_sectionB .sectionB_title {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -5;
    line-height: 40px;
  }
  .container_sectionB .sectionB_parraf {
    width: 90%;
    color: white;
    text-align: justify;
    position: absolute;
    left: 5%;
    top: 200px;
    bottom: initial;
    font-weight: 100;
  }
  .container_sectionB .sectionB_media {
    width: 98%;
    padding: 20px 0px;
    position: absolute;
    right: initial;
    left: 3px;
    top: 280px;
  }
  .container_sectionB .sectionB_media .video-js {
    width: 100%;
    border: 3px solid rgb(247, 95, 95);
    border-radius: 10px;
    overflow: hidden;
  }
  .container_sectionB .sectionB_media .video-js:hover {
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-control-bar {
    background: #121212;
    color: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-play-progress,
.container_sectionB .sectionB_media .vjs-volume-level {
    background: rgb(255, 255, 255);
  }
  .container_sectionB .sectionB_media .vjs-slider {
    background: rgb(126, 126, 126);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button {
    background: rgb(247, 95, 95);
  }
  .container_sectionB .sectionB_media .vjs-big-play-button:hover {
    background: rgb(247, 95, 95);
    color: #121212;
  }
}
.container_footer {
  width: 100%;
  padding: 50px 0px;
  background: #121212;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.container_footer .container_footer_section_A {
  width: 350px;
}
.container_footer .container_footer_section_A .section_title {
  color: rgb(247, 95, 95);
}
.container_footer .container_footer_section_A .section_containerBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.container_footer .container_footer_section_A .section_containerBox .containerBox_block {
  width: 160px;
}
.container_footer .container_footer_section_A .section_containerBox .containerBox_block .block_text {
  font-size: 14px;
  color: white;
}
.container_footer .container_footer_barra {
  width: 3px;
  height: 100px;
  background-color: white;
}
.container_footer .container_footer_section_B {
  width: 350px;
}
.container_footer .container_footer_section_B .section_title {
  color: rgb(247, 95, 95);
}
.container_footer .container_footer_section_B .section_containerBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container_footer .container_footer_section_B .section_containerBox .containerBox_block {
  width: 180px;
}
.container_footer .container_footer_section_B .section_containerBox .containerBox_block .block_text {
  color: white;
  font-size: 14px;
}

/**********************************/
/***********************/
@media (min-width: 320px) and (max-width: 720px) {
  .container_footer {
    width: 100%;
    padding: 50px 0px;
    background: #121212;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .container_footer .container_footer_section_A {
    width: 100%;
  }
  .container_footer .container_footer_section_A .section_title {
    text-align: center;
    color: rgb(247, 95, 95);
  }
  .container_footer .container_footer_section_A .section_containerBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: flex-start;
    align-items: center;
  }
  .container_footer .container_footer_section_A .section_containerBox .containerBox_block {
    width: 160px;
  }
  .container_footer .container_footer_section_A .section_containerBox .containerBox_block .block_text {
    text-align: center;
    font-size: 14px;
    color: white;
  }
  .container_footer .container_footer_barra {
    display: none;
  }
  .container_footer .container_footer_section_B {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .container_footer .container_footer_section_B .section_title {
    color: rgb(247, 95, 95);
  }
  .container_footer .container_footer_section_B .section_containerBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: flex-start;
    align-items: center;
  }
  .container_footer .container_footer_section_B .section_containerBox .containerBox_block {
    width: 180px;
  }
  .container_footer .container_footer_section_B .section_containerBox .containerBox_block .block_text {
    color: white;
    font-size: 14px;
  }
}
.container_socialMedia {
  width: 40px;
  padding: 10px 0px;
  background: #121212;
  position: fixed;
  top: 300px;
  left: 0px;
  opacity: 0;
  transition: 0.5s all;
}
.container_socialMedia .socialMedia_face {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0px 3px 0px rgb(247, 95, 95);
}
.container_socialMedia .socialMedia_face .face_icon {
  padding: 5px;
  z-index: 5;
}
.container_socialMedia .socialMedia_face .face_icon .iconMedia {
  color: rgb(247, 95, 95);
  font-size: 25px;
}
.container_socialMedia .socialMedia_face .face_text {
  z-index: 0;
  padding: 5px;
  color: white;
  transform: translateX(-30px);
  transition: 0.5s all;
  opacity: 0;
}
.container_socialMedia .socialMedia_face:hover {
  cursor: pointer;
}
.container_socialMedia .socialMedia_face:hover .face_text {
  transform: translateX(0px);
  opacity: 1;
}

.container_socialMedia_JS {
  opacity: 1;
}

.btnTop {
  width: 45px;
  height: 45px;
  background: rgb(247, 95, 95);
  position: fixed;
  bottom: 20px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
}
.btnTop .btnTop_icon {
  color: white;
}

.btnTop:hover {
  cursor: pointer;
}

.btnTop_JS {
  opacity: 1;
  animation: moviArrow;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes moviArrow {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(10px);
  }
}
/*cont_copyright
span*/
.cont_copyright {
  width: 100%;
  padding: 20px 0px;
  background: #202020;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
}
.cont_copyright span {
  color: rgb(203, 75, 75);
}

.container_header_form {
  width: 100%;
  height: 350px;
  background-image: url(../image/por5.jpg);
  background-size: 100% 100%;
  position: relative;
}
.container_header_form .container_header_blockTop {
  width: 100%;
  padding: 5px 0px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container_header_form .container_header_blockTop .header_blockTop_logo {
  margin-left: 80px;
}
.container_header_form .container_header_blockTop .header_blockTop_logo .blockTop_text {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.container_header_form .container_header_blockTop .header_blockTop_navbar {
  width: 500px;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
.container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li {
  padding: 3px;
}
.container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
  color: white;
}
.container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
  color: rgb(236, 85, 85);
}
.container_header_form .container_header_blockTop .header_blockTop_iconGlass {
  margin-right: 80px;
  display: none;
}
.container_header_form .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
  color: rgb(236, 79, 79);
  font-size: 25px;
  cursor: pointer;
}
.container_header_form .container_header_line {
  width: 87%;
  height: 2px;
  margin: auto;
  background: rgb(247, 59, 59);
  background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
  border: none;
}
.container_header_form .container_header_title {
  margin-top: 45px;
  text-align: center;
  color: white;
  font-size: 100px;
}

.container_header_registro {
  width: 100%;
  padding: 10px 0px;
  background: rgb(25, 25, 25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_header_registro .container_header_form_ {
  width: 500px;
  padding: 20px;
}
.container_header_registro .container_header_form_ .container_header_registro_box {
  width: 100%;
  padding: 5px 0px;
}
.container_header_registro .container_header_form_ .container_header_registro_box label {
  width: 100%;
  color: white;
  font-size: 20px;
}
.container_header_registro .container_header_form_ .container_header_registro_box .formInput {
  margin-top: 10px;
  width: 100%;
  padding: 8px;
  border: 2px solid brown;
  color: grey;
  outline: none;
  border-radius: 3px;
  background: transparent;
}
.container_header_registro .container_header_form_ .container_header_registro_box .formInput:focus {
  border: 2px solid rgb(223, 90, 90);
}
.container_header_registro .container_header_form_ .container_header_registro_box .formTextTarea {
  margin-top: 10px;
  max-width: 460px;
  min-width: 460px;
  min-height: 100px;
  border: 2px solid brown;
  background: transparent;
  resize: none;
  outline: none;
  color: grey;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.container_header_registro .container_header_form_ .container_header_registro_box .formTextTarea:focus {
  border: 2px solid rgb(223, 90, 90);
}
.container_header_registro .container_header_form_ .form_btn {
  width: 100%;
  padding: 10px 0px;
  background: brown;
  color: white;
  transition: 0.5s all;
}
.container_header_registro .container_header_form_ .form_btn:hover {
  background: rgb(214, 72, 72);
  cursor: pointer;
}

/******************************/
/******************************/
/******************************/
@media (min-width: 320px) and (max-width: 720px) {
  .container_header_form {
    width: 100%;
    height: 260px;
    position: relative;
  }
  .container_header_form .container_header_blockTop {
    width: 100%;
    padding: 5px 0px;
    background: #121212;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 30;
  }
  .container_header_form .container_header_blockTop .header_blockTop_logo {
    margin-left: 20px;
  }
  .container_header_form .container_header_blockTop .header_blockTop_logo .blockTop_text {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
  }
  .container_header_form .container_header_blockTop .header_blockTop_navbar {
    width: 100%;
    height: 90vh;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    position: absolute;
    top: 65px;
    left: -100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s linear;
  }
  .container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li {
    width: 100%;
    height: 20vh;
    padding: 3px;
    background: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
  }
  .container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link {
    color: white;
    font-size: 20px;
  }
  .container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li .navbar_link:hover {
    color: rgb(255, 255, 255);
  }
  .container_header_form .container_header_blockTop .header_blockTop_navbar .navbar_li:hover {
    background: brown;
  }
  .container_header_form .container_header_blockTop .contNavbar_JS {
    left: 0;
    opacity: 1;
  }
  .container_header_form .container_header_blockTop .header_blockTop_iconGlass {
    margin-right: 20px;
    display: block;
  }
  .container_header_form .container_header_blockTop .header_blockTop_iconGlass .iconGlass {
    color: rgb(236, 79, 79);
    font-size: 30px;
    cursor: pointer;
  }
  .container_header_form .container_header_line {
    width: 87%;
    height: 2px;
    margin: auto;
    background: rgb(247, 59, 59);
    background: linear-gradient(90deg, rgb(247, 59, 59) 0%, rgb(25, 34, 41) 55%);
    border: none;
  }
  .container_header_form .container_header_title {
    margin-top: 100px;
    text-align: center;
    color: white;
    font-size: 70px;
  }

  .container_header_registro {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container_header_registro .container_header_form_ {
    width: 100%;
    padding: 20px;
  }
  .container_header_registro .container_header_form_ .container_header_registro_box {
    width: 100%;
    padding: 5px 0px;
  }
  .container_header_registro .container_header_form_ .container_header_registro_box label {
    width: 100%;
    color: white;
    font-size: 20px;
  }
  .container_header_registro .container_header_form_ .container_header_registro_box .formInput {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
    border: 2px solid brown;
    color: grey;
    outline: none;
    border-radius: 3px;
    background: transparent;
  }
  .container_header_registro .container_header_form_ .container_header_registro_box .formTextTarea {
    margin-top: 10px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    border: 2px solid brown;
    background: transparent;
    resize: none;
    outline: none;
    color: grey;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .container_header_registro .container_header_form_ .container_header_registro_box .formTextTarea:focus {
    border: 2px solid rgb(223, 90, 90);
  }
  .container_header_registro .container_header_form_ .form_btn {
    width: 100%;
    padding: 10px 0px;
    background: brown;
    color: white;
    transition: 0.5s all;
  }
}

/*# sourceMappingURL=main.css.map */
