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

body, header {
  font-family: "DynaPuff", cursive;
}

body {
  scroll-behavior: unset;
}

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(201, 22, 22);
  height: 150px;
}

html {
  scroll-behavior: smooth;
}

.grid_container {
  width: 100%;
  overflow: hidden;
  max-width: 1600px;
  margin: auto;
  background: rgba(0, 0, 0, 0.541);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "grid_header       grid_header       grid_header" "grid_sectionOne   grid_sectionOne   grid_sectionOne" "grid_sectionTwo   grid_sectionTwo   grid_sectionTwo" "grid_sectionThree grid_sectionThree grid_sectionThree" "grid_sectionFour  grid_sectionFour  grid_sectionFour" "grid_footer       grid_footer       grid_footer";
}
.grid_container .grid_header {
  grid-area: grid_header;
}
.grid_container .grid_sectionOne {
  grid-area: grid_sectionOne;
}
.grid_container .grid_sectionTwo {
  grid-area: grid_sectionTwo;
}
.grid_container .grid_sectionThree {
  grid-area: grid_sectionThree;
}
.grid_container .grid_sectionFour {
  grid-area: grid_sectionFour;
}
.grid_container .grid_footer {
  grid-area: grid_footer;
}

.contHeader {
  width: 100%;
  height: 980px;
  background-image: url(../img/fondo2.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
}
.contHeader .capa {
  width: 100%;
  height: 980px;
  background: rgba(0, 0, 0, 0.578);
}
.contHeader .capa .contHeader_blockNav {
  width: 100%;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.541);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.541);
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_logo {
  width: 90px;
  height: 120px;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu {
  width: 450px;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li {
  list-style: none;
  width: 100px;
  padding: 5px 0px;
  text-align: center;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a {
  text-decoration: none;
  color: white;
  font-style: normal;
  font-weight: 400;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a:hover {
  color: rgb(204, 72, 72);
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes {
  width: 250px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone {
  width: 120px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconPhone {
  font-size: 15px;
  color: white;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconText {
  font-size: 15px;
  color: white;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia {
  width: 60px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM {
  font-size: 20px;
  color: white;
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM:hover {
  cursor: pointer;
  color: rgb(204, 72, 72);
}
.contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive {
  display: none;
}
.contHeader .capa .contHeader_blockHeader {
  width: 70%;
  padding: 10px 0px;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h1 {
  font-size: 70px;
  font-weight: 700;
  color: rgb(255, 166, 0);
  text-shadow: 0px 5px 2px rgb(204, 33, 33);
  animation-duration: 0.8s;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h2 {
  font-size: 50px;
  font-weight: 400;
  color: #ffffff;
  animation-delay: 0.09s;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_p {
  width: 60%;
  margin-top: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: rgb(221, 221, 221);
  font-family: "Times New Roman", Times, serif;
  animation-delay: 0.6s;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom {
  margin-top: 30px;
  width: 300px;
  padding: 10px 0px;
  background: rgb(204, 72, 72);
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.3s all;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom:hover {
  cursor: pointer;
  background: rgb(176, 176, 176);
  box-shadow: 0px 2px 0px white;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_icon {
  margin-top: 50px;
  font-size: 35px;
  color: white;
  cursor: pointer;
  animation-name: arrow;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes arrow {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(10px);
    color: red;
  }
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva {
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-bottom: -5px;
}
.contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva .curva {
  position: absolute;
  bottom: 0;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .contHeader {
    background-image: url(../img/fondo2.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 850px;
    width: 100%;
    position: relative;
  }
  .contHeader .capa {
    width: 100%;
    height: 850px;
    background: rgba(0, 0, 0, 0.541);
  }
  .contHeader .capa .contHeader_blockNav {
    background: rgba(0, 0, 0, 0.541);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.541);
    width: 100%;
    padding: 10px 20px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_logo {
    width: 70px;
    height: 100px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 350px;
    padding: 10px 0px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li {
    list-style: none;
    width: 100px;
    padding: 5px 0px;
    text-align: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a {
    text-decoration: none;
    color: white;
    font-style: normal;
    font-weight: 400;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a:hover {
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    padding: 5px 0px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone {
    width: 120px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconPhone {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconText {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia {
    width: 60px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM {
    font-size: 20px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM:hover {
    cursor: pointer;
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive {
    display: none;
  }
  .contHeader .capa .contHeader_blockHeader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    margin: 60px auto;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h1 {
    font-size: 70px;
    font-weight: 700;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h2 {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_p {
    width: 60%;
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    color: rgb(221, 221, 221);
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom {
    margin-top: 30px;
    width: 300px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_icon {
    margin-top: 50px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    animation-name: arrow;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes arrow {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
      color: red;
    }
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva .curva {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 769px) {
  .contHeader {
    height: 980px;
    background-image: url(../img/fondo2.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 800px;
    width: 100%;
    position: relative;
  }
  .contHeader .capa {
    height: 800px;
    width: 100%;
    background: rgba(0, 0, 0, 0.642);
  }
  .contHeader .capa .contHeader_blockNav {
    background: rgba(0, 0, 0, 0.541);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.541);
    width: 100%;
    padding: 10px 0px;
    position: relative;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_logo {
    margin-left: 20px;
    width: 70px;
    height: 100px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu {
    width: 100%;
    padding: 0px;
    background: transparent;
    position: absolute;
    top: 120px;
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: block;
    z-index: 10;
    opacity: 0;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li {
    list-style: none;
    width: 100%;
    height: 19vh;
    padding: 10px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.541);
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid white;
    transition: 0.3s linear;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a {
    text-decoration: none;
    color: orange;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a:hover {
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li:hover {
    background: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li:hover .contHeader_blockNav_menu_li_a {
    color: rgba(0, 0, 0, 0.541);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu_JS {
    opacity: 1;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    padding: 5px 0px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone {
    width: 120px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconPhone {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconText {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia {
    width: 60px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM {
    font-size: 20px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM:hover {
    cursor: pointer;
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive {
    display: block;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive:hover {
    cursor: pointer;
  }
  .contHeader .capa .contHeader_blockHeader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    margin: 40px auto;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h1 {
    width: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h2 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_p {
    font-weight: 400;
    color: rgb(221, 221, 221);
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    width: 90%;
    margin-top: 30px;
    text-align: center;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom {
    margin-top: 30px;
    width: 200px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_icon {
    margin-top: 40px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    animation-name: arrow;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes arrow {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(10px);
      color: red;
    }
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva .curva {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contHeader {
    background-image: url(../img/fondo2.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 750px;
    width: 100%;
    position: relative;
  }
  .contHeader .capa {
    width: 100%;
    height: 750px;
    background: rgba(0, 0, 0, 0.621);
  }
  .contHeader .capa .contHeader_blockNav {
    background: rgba(0, 0, 0, 0.541);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.541);
    width: 100%;
    padding: 10px 0px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_logo {
    width: 50px;
    height: 80px;
    margin-left: 20px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu {
    width: 100%;
    height: initial;
    padding: 0px;
    position: absolute;
    top: 100px;
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: block;
    z-index: 10;
    opacity: 0;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li {
    list-style: none;
    width: 100%;
    height: 19vh;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.541);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid white;
    transition: 0.3s linear;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a {
    text-decoration: none;
    color: orange;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li .contHeader_blockNav_menu_li_a:hover {
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li:hover {
    background: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu .contHeader_blockNav_menu_li:hover .contHeader_blockNav_menu_li_a {
    color: rgba(0, 0, 0, 0.541);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_menu_JS {
    opacity: 1;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200px;
    padding: 5px 0px;
    display: none;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone {
    width: 120px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconPhone {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_phone .iconText {
    font-size: 15px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia {
    width: 60px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM {
    font-size: 20px;
    color: white;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_redes .contHeader_blockNav_redes_boxMedia .iconsM:hover {
    cursor: pointer;
    color: rgb(204, 72, 72);
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive {
    display: block;
  }
  .contHeader .capa .contHeader_blockNav .contHeader_blockNav_btnResponsive:hover {
    cursor: pointer;
  }
  .contHeader .capa .contHeader_blockHeader {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    margin: 40px auto;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h1 {
    width: 310px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_p {
    font-weight: 400;
    color: rgb(221, 221, 221);
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    width: 90%;
    margin-top: 30px;
    text-align: center;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom {
    margin-top: 30px;
    width: 200px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_bottom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_icon {
    margin-top: 30px;
    font-size: 35px;
    color: white;
    cursor: pointer;
    animation-name: arrow;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: hotpink;
  }
  .contHeader .capa .contHeader_blockHeader .contHeader_blockHeader_curva .curva {
    position: absolute;
    bottom: 0;
  }
}
.contSectionOne {
  width: 100%;
  padding: 100px 0px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.contSectionOne .contSectionOne_h2 {
  color: rgb(204, 33, 33);
  font-size: 45px;
  font-weight: 400;
}
.contSectionOne .contSectionOne_p {
  margin-top: 20px;
  width: 70%;
  text-align: center;
  color: rgb(41, 41, 41);
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}
.contSectionOne .contSectionOne_blockPlatos {
  margin-top: 30px;
  width: 80%;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box {
  width: 200px;
  padding: 20px 0px;
  transition: 0.3s all;
}
.contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_img {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_text {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  color: rgb(41, 41, 41);
  transition: 1s all;
}
.contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover {
  background: rgb(204, 72, 72);
  border-radius: 10px;
}
.contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover .contSectionPlatos_blockPlatos_box_text {
  color: #ffffff;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .contSectionOne {
    width: 100%;
    padding: 100px 0px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contSectionOne .contSectionOne_h2 {
    color: rgb(204, 33, 33);
    font-size: 45px;
    font-weight: 400;
  }
  .contSectionOne .contSectionOne_p {
    margin-top: 20px;
    width: 70%;
    text-align: center;
    color: rgb(41, 41, 41);
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
  }
  .contSectionOne .contSectionOne_blockPlatos {
    margin-top: 30px;
    width: 80%;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box {
    width: 250px;
    padding: 20px 0px;
    transition: 0.3s all;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_img {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_text {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: rgb(41, 41, 41);
    transition: 1s all;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover {
    background: rgb(204, 72, 72);
    border-radius: 10px;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover .contSectionPlatos_blockPlatos_box_text {
    color: #ffffff;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .contSectionOne {
    width: 100%;
    padding: 70px 0px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contSectionOne .contSectionOne_h2 {
    color: rgb(204, 33, 33);
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    width: 300px;
  }
  .contSectionOne .contSectionOne_p {
    margin-top: 20px;
    width: 90%;
    text-align: center;
    color: rgb(41, 41, 41);
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
  }
  .contSectionOne .contSectionOne_blockPlatos {
    margin-top: 30px;
    width: 90%;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box {
    width: 280px;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 0px;
    transition: 0.3s all;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_img {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box .contSectionPlatos_blockPlatos_box_text {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: rgb(41, 41, 41);
    transition: 1s all;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover {
    background: #ffffff;
    border-radius: 10px;
  }
  .contSectionOne .contSectionOne_blockPlatos .contSectionOne_block_box:hover .contSectionPlatos_blockPlatos_box_text {
    color: rgb(41, 41, 41);
  }
}
.cont_sectionTwo {
  width: 100%;
  padding: 100px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.cont_sectionTwo .cont_sectionTwo_title {
  font-size: 45px;
  color: rgb(204, 72, 72);
  font-weight: 400;
}
.cont_sectionTwo .cont_sectionTwo_Subtitle {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.541);
  font-weight: 400;
  font-size: 35px;
}
.cont_sectionTwo .cont_sectionTwo_parrafo {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.541);
  text-align: center;
  width: 80%;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}
.cont_sectionTwo .cont_sectionTwo_block {
  margin-top: 20px;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box {
  width: 300px;
  padding: 10px 0px;
}
.cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box .cont_sectionTwo_block_box_img {
  width: 100px;
  height: 100px;
  margin: auto;
}
.cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box .cont_sectionTwo_block_box_name {
  margin-top: 5px;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.cont_sectionTwo .cont_sectionTwo_buttom {
  margin-top: 10px;
  width: 300px;
  padding: 10px 0px;
  background: rgb(204, 72, 72);
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.3s all;
}
.cont_sectionTwo .cont_sectionTwo_buttom:hover {
  cursor: pointer;
  background: rgb(176, 176, 176);
  box-shadow: 0px 2px 0px white;
}

@media (min-width: 320px) and (max-width: 640px) {
  .cont_sectionTwo {
    width: 100%;
    padding: 100px 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cont_sectionTwo .cont_sectionTwo_title {
    font-size: 45px;
    color: rgb(204, 72, 72);
    font-weight: 400;
    text-align: center;
    line-height: 45px;
    width: 300px;
  }
  .cont_sectionTwo .cont_sectionTwo_Subtitle {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.541);
    font-weight: 400;
    font-size: 35px;
  }
  .cont_sectionTwo .cont_sectionTwo_parrafo {
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.541);
    text-align: center;
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
  }
  .cont_sectionTwo .cont_sectionTwo_block {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box {
    width: 300px;
    padding: 10px 0px;
  }
  .cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box .cont_sectionTwo_block_box_img {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .cont_sectionTwo .cont_sectionTwo_block .cont_sectionTwo_block_box .cont_sectionTwo_block_box_name {
    margin-top: 5px;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .cont_sectionTwo .cont_sectionTwo_buttom {
    margin-top: 10px;
    width: 300px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .cont_sectionTwo .cont_sectionTwo_buttom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
}
.contSectionThree {
  width: 100%;
  padding: 50px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.contSectionThree .contSectionThree_title {
  font-size: 45px;
  font-weight: 400;
  color: rgb(204, 72, 72);
}
.contSectionThree .contSectionThree_parrafo {
  width: 70%;
  margin-top: 20px;
  font-family: "Times New Roman", Times, serif;
  color: rgb(41, 41, 41);
  text-align: center;
  font-size: 18px;
}
.contSectionThree .subGrid_SectionThree {
  margin-top: 20px;
  width: 80%;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1em;
  grid-template-areas: "subGrid_SectionThree_box1   subGrid_SectionThree_box2   subGrid_SectionThree_box3" "subGrid_SectionThree_box4   subGrid_SectionThree_box5   subGrid_SectionThree_box6";
  /*
  contSectionThree_box_cont
  contSectionThree_box_contSub
  contSectionThree_box_contSub_text
  */
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 {
  grid-area: subGrid_SectionThree_box1;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p1.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(230, 128, 11, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 {
  grid-area: subGrid_SectionThree_box2;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p2.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(165, 42, 42, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 {
  grid-area: subGrid_SectionThree_box3;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p3.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(101, 112, 4, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 {
  grid-area: subGrid_SectionThree_box4;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p4.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(17, 130, 26, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 {
  grid-area: subGrid_SectionThree_box5;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p5.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(116, 2, 105, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 {
  grid-area: subGrid_SectionThree_box6;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont {
  width: 100%;
  height: 280px;
  background-image: url(../img/p6.jpg);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub {
  width: 100%;
  height: 80px;
  padding: 10px 0px;
  background: rgba(0, 107, 157, 0.669);
  position: absolute;
  bottom: -100px;
  text-align: center;
  transition: 0.5s all;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
  color: rgb(221, 221, 221);
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover {
  cursor: pointer;
}
.contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
  bottom: 0px;
}

/*
@import (min-width:1025px) and (max-width:1200px){}
@import (min-width:770px)  and (max-width:1024px){}
@import (min-width:641px)  and (max-width:769px){}
@import (min-width:481px)  and (max-width:640px){}
@import (min-width:320px)  and (max-width:480px){}*/
@media (min-width: 481px) and (max-width: 1024px) {
  .contSectionThree {
    width: 100%;
    padding: 50px 0px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contSectionThree .contSectionThree_title {
    font-size: 45px;
    font-weight: 400;
    color: rgb(204, 72, 72);
    width: 300px;
    text-align: center;
    line-height: 40px;
  }
  .contSectionThree .contSectionThree_parrafo {
    width: 90%;
    margin-top: 20px;
    font-family: "Times New Roman", Times, serif;
    color: rgb(41, 41, 41);
    text-align: center;
    font-size: 18px;
  }
  .contSectionThree .subGrid_SectionThree {
    margin-top: 20px;
    width: 90%;
    padding: 10px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0.5em;
    grid-template-areas: "subGrid_SectionThree_box1   subGrid_SectionThree_box2" "subGrid_SectionThree_box3   subGrid_SectionThree_box4" "subGrid_SectionThree_box5   subGrid_SectionThree_box6";
    /*
    contSectionThree_box_cont
    contSectionThree_box_contSub
    contSectionThree_box_contSub_text
    */
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 {
    grid-area: subGrid_SectionThree_box1;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p1.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(230, 128, 11, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 {
    grid-area: subGrid_SectionThree_box2;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p2.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(165, 42, 42, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 {
    grid-area: subGrid_SectionThree_box3;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p3.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(101, 112, 4, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 {
    grid-area: subGrid_SectionThree_box4;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p4.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(17, 130, 26, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 {
    grid-area: subGrid_SectionThree_box5;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p5.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(116, 2, 105, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 {
    grid-area: subGrid_SectionThree_box6;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p6.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(0, 107, 157, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .contSectionThree {
    width: 100%;
    text-align: center;
    padding: 30px 20px;
  }
  .contSectionThree .contSectionThree_title {
    line-height: 40px;
  }
  .contSectionThree .contSectionThree_parrafo {
    width: 100%;
  }
  .contSectionThree .subGrid_SectionThree {
    margin-top: 20px;
    width: 100%;
    padding: 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 1em;
    grid-template-areas: "subGrid_SectionThree_box1" "subGrid_SectionThree_box2" "subGrid_SectionThree_box3" "subGrid_SectionThree_box4" "subGrid_SectionThree_box5" "subGrid_SectionThree_box6";
    /*
    contSectionThree_box_cont
    contSectionThree_box_contSub
    contSectionThree_box_contSub_text
    */
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 {
    grid-area: subGrid_SectionThree_box1;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p1.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(230, 128, 11, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box1 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 {
    grid-area: subGrid_SectionThree_box2;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p2.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(165, 42, 42, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box2 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 {
    grid-area: subGrid_SectionThree_box3;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p3.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(101, 112, 4, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box3 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 {
    grid-area: subGrid_SectionThree_box4;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p4.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(17, 130, 26, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box4 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 {
    grid-area: subGrid_SectionThree_box5;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p5.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(116, 2, 105, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box5 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 {
    grid-area: subGrid_SectionThree_box6;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont {
    width: 100%;
    height: 280px;
    background-image: url(../img/p6.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub {
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    background: rgba(0, 107, 157, 0.669);
    position: absolute;
    bottom: -100px;
    text-align: center;
    transition: 0.5s all;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont .contSectionThree_box_contSub .contSectionThree_box_contSub_text {
    color: rgb(221, 221, 221);
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover {
    cursor: pointer;
  }
  .contSectionThree .subGrid_SectionThree .subGrid_SectionThree_box6 .contSectionThree_box_cont:hover .contSectionThree_box_contSub {
    bottom: 0px;
  }
}
.contSectionFour {
  width: 100%;
  padding: 0px 50px;
  background: #ffffff;
  background-image: url(../img/franjas.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.contSectionFour .contSectionFour_left {
  width: 420px;
  padding: 10px 0px;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_title {
  color: rgb(204, 72, 72);
  font-size: 45px;
  font-weight: 400;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_parrafo {
  margin-top: 5px;
  color: rgb(41, 41, 41);
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form {
  width: 100%;
  padding: 10px 0px;
  margin-top: 10px;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 {
  margin-bottom: 5px;
  width: 100%;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 {
  width: 200px;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 input {
  width: 100%;
  outline: none;
  padding: 10px;
  border-radius: 20px;
  border: none;
  color: rgb(41, 41, 41);
  background: rgb(221, 221, 221);
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom {
  width: 150px;
  padding: 10px 0px;
  background: rgb(204, 72, 72);
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.3s all;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom:hover {
  cursor: pointer;
  background: rgb(176, 176, 176);
  box-shadow: 0px 2px 0px white;
}
.contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_parrafo {
  width: 250px;
  font-family: "Times New Roman", Times, serif;
  margin-left: 10px;
  color: rgb(41, 41, 41);
}
.contSectionFour .grid_sectionFour_right {
  width: 400px;
  height: 700px;
  padding: 10px 0px;
  margin-right: 50px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .contSectionFour {
    width: 100%;
    padding: 0px 10px;
    background: #ffffff;
    background-image: url(../img/franjas.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .contSectionFour .contSectionFour_left {
    width: 350px;
    padding: 10px 0px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_title {
    color: rgb(204, 72, 72);
    font-size: 45px;
    font-weight: 400;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_parrafo {
    margin-top: 5px;
    color: rgb(41, 41, 41);
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form {
    width: 100%;
    padding: 10px 0px;
    margin-top: 10px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 {
    margin-bottom: 5px;
    width: 100%;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 {
    width: 200px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 input {
    width: 90%;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    border: none;
    color: rgb(41, 41, 41);
    background: rgb(221, 221, 221);
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 {
    width: 100%;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom {
    width: 150px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_parrafo {
    width: 250px;
    font-family: "Times New Roman", Times, serif;
    margin-left: 10px;
    color: rgb(41, 41, 41);
  }
  .contSectionFour .grid_sectionFour_right {
    width: 200px;
    height: 400px;
    padding: 10px 0px;
    margin-right: 50px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .contSectionFour {
    width: 100%;
    padding: 50px 10px;
    background: #ffffff;
    background-image: none;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: flex-start;
    align-items: center;
  }
  .contSectionFour .contSectionFour_left {
    width: 100%;
    padding: 10px 0px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_title {
    text-align: center;
    color: rgb(204, 72, 72);
    font-size: 45px;
    font-weight: 400;
    width: 280px;
    margin: auto;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_parrafo {
    margin-top: 5px;
    color: rgb(41, 41, 41);
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form {
    width: 90%;
    padding: 10px 0px;
    margin: 10px auto;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 {
    margin-bottom: 5px;
    width: 100%;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block1 .contSectionFour_form_block_input1 input {
    width: 100%;
    outline: none;
    padding: 10px;
    border-radius: 20px;
    border: none;
    color: rgb(41, 41, 41);
    background: rgb(221, 221, 221);
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 {
    width: 100%;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom {
    width: 150px;
    padding: 10px 0px;
    margin-left: 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_buttom:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contSectionFour .contSectionFour_left .contSectionFour_left_form .contSectionFour_left_form_block2 .contSectionFour_left_form_block_parrafo {
    width: 250px;
    font-family: "Times New Roman", Times, serif;
    margin-left: 10px;
    color: rgb(41, 41, 41);
    margin-right: 10px;
  }
  .contSectionFour .grid_sectionFour_right {
    width: 250px;
    height: 400px;
    padding: 0px;
    margin-right: 50px;
  }
}
.contFooter {
  width: 100%;
  padding: 0px;
  background: rgb(41, 41, 41);
}
.contFooter .contFooter_Top {
  width: 100%;
  background: #ffffff;
  background: #ffffff;
}
.contFooter .contFooter_Top .cc {
  margin-bottom: -10px;
}
.contFooter .contFooter_bottom {
  width: 100%;
  padding: 10px 0px;
  background: rgb(41, 41, 41);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contFooter .contFooter_bottom .contFooter_logo {
  margin-left: 30px;
  width: 90px;
  height: 120px;
  background-image: url(../img/logo.png);
  background-size: 100% 100%;
}
.contFooter .contFooter_bottom .contFooter_ul {
  width: 500px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contFooter .contFooter_bottom .contFooter_ul .contFooter_li {
  width: 100px;
  padding: 5px 0px;
  text-align: center;
  list-style: none;
}
.contFooter .contFooter_bottom .contFooter_ul .contFooter_li .contFooter_li_a {
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
}
.contFooter .contFooter_bottom .contFooter_ul .contFooter_li .contFooter_li_a:hover {
  color: rgb(204, 72, 72);
}
.contFooter .contFooter_bottom .contFooter_btn {
  margin-right: 30px;
  width: 200px;
  padding: 10px 0px;
  background: rgb(204, 72, 72);
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.3s all;
}
.contFooter .contFooter_bottom .contFooter_btn:hover {
  cursor: pointer;
  background: rgb(176, 176, 176);
  box-shadow: 0px 2px 0px white;
}
.contFooter .line {
  width: 80%;
  height: 0.5px;
  background: #ffffff;
  border: none;
  margin: auto;
  box-shadow: 0px 0px 5px white;
}
.contFooter .contFooter_copyRight {
  width: 100%;
  padding: 20px 0px;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .contFooter {
    width: 100%;
    padding: 0px;
    background: rgb(41, 41, 41);
  }
  .contFooter .contFooter_Top {
    width: 100%;
    background: #ffffff;
    background: #ffffff;
  }
  .contFooter .contFooter_Top .cc {
    margin-bottom: -10px;
  }
  .contFooter .contFooter_bottom {
    width: 100%;
    padding: 10px 0px;
    background: rgb(41, 41, 41);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contFooter .contFooter_bottom .contFooter_logo {
    margin-left: 20px;
    width: 70px;
    height: 100px;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
  }
  .contFooter .contFooter_bottom .contFooter_ul {
    width: 100px;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contFooter .contFooter_bottom .contFooter_ul .contFooter_li {
    width: 100%;
    padding: 1px 0px;
    text-align: center;
    list-style: none;
  }
  .contFooter .contFooter_bottom .contFooter_ul .contFooter_li .contFooter_li_a {
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
  }
  .contFooter .contFooter_bottom .contFooter_ul .contFooter_li .contFooter_li_a:hover {
    color: rgb(204, 72, 72);
  }
  .contFooter .contFooter_bottom .contFooter_btn {
    margin-right: 20px;
    width: 140px;
    padding: 10px 0px;
    background: rgb(204, 72, 72);
    color: white;
    border: none;
    border-radius: 10px;
    transition: 0.3s all;
  }
  .contFooter .contFooter_bottom .contFooter_btn:hover {
    cursor: pointer;
    background: rgb(176, 176, 176);
    box-shadow: 0px 2px 0px white;
  }
  .contFooter .line {
    width: 80%;
    height: 0.5px;
    background: #ffffff;
    border: none;
    margin: auto;
    box-shadow: 0px 0px 5px white;
  }
  .contFooter .contFooter_copyRight {
    width: 100%;
    padding: 20px 0px;
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
  }
}
.btnTop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  animation: mover 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  opacity: 0;
}

.btnTop:hover {
  cursor: pointer;
}

@keyframes mover {
  to {
    transform: translateY(10px);
  }
}
.btnTop_JS {
  opacity: 1;
}

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