@import url('https://fonts.googleapis.com/css2?family=Lexend&family=Mulish:wght@400;700&display=swap');
:root{
    /* --color1: #004B84; */
    --color1: #006691;
    --color2: #46A0DE;
    --color3: #FFFFFF;
    --color4: #686b69;
    --color5: #b4b7b5;
    --color6: #CDFFFF;
    --color7: #94E7FF;
    --color8: #D1FAE5;
    --color9: #67C3F3;
    --color10: #5A98F2;
    --color-letra1: #000000;
    --color-letra2: #7D7987;
    --color-letra3: #46A0DE;
    --color-letra4: #047857;
    --color-letra5: #4089ED;
    --tamaño-letra1: 48px;
    --tamaño-letra2: 36px;
    --tamaño-letra3: 21px;
    --tamaño-letra4: 20px;
    --tamaño-letra5: 18px;
    --tamaño-letra6: 16px;
    --tamaño-letra7: 14px;
}
body{
    font-family: 'Mulish', sans-serif;
    /* padding: 0;
    margin: 0; */
}
/* Container general grid */
.container_general{
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 100vh 8fr 1fr 8fr 3fr;
    width: 100%;
}
/* INICIO barra navegación */
#nav_principal{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    /* width: 100%; */
    grid-template-areas: 
    "logo" "menu"
    "div_texto" "menu";
}
#nav_mision{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#div_texto{
  grid-area: div_texto;
  grid-row: 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: -280px;
  background-image: url(../img/imagenes/element.png);
  background-repeat: no-repeat;
  background-position-x: -5%;
  background-position-y: 0%;
}
.logo{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    grid-area: logo;
    grid-row: 1;
    grid-column: 1;
}
.logo img{
    width: 300px;
    display: block;
    margin-right: 150px;
    margin-top: 40px;
} 
.logo_otros{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  /* background-image: url(../img/imagenes/element.png);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%; */
}
.logo_otros img{
  width: 300px;
  display: block;
  margin-right: 150px;
  margin-top: 40px;
}
#div_texto h1{
    font-size: var(--tamaño-letra1);
    color: var(--color-letra1);
    display: block;
    margin-top: 100px;
    text-align: left;
    width: 70%;
}
#div_texto h3{
    font-size: var(--tamaño-letra3);
    color: var(--color-letra2);
    display: block;
    width: 70%;
    text-align: left;
    margin-bottom: 80px;
}
#div_texto button{
    width: 214px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 55px;
    color: var(--color3);
    background: var(--color-letra3, --color-letra3);
    font-size: var(--tamaño-letra3);
    border: none;
}
#div_texto button a{
  text-decoration: none;
  color: var(--color3);
}
#div_texto button:hover{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.menu{
    background-image: url(../img/imagenes/foto_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: -300px 0px; */
    font-family: 'Lexend', sans-serif;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    grid-area: menu;
    grid-row: 1/3;
    grid-column: 2;
}

.menu ul{
    margin-top: 2%;
    margin-right: 7%;
}
.menu li{
    list-style: none;
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    border-radius: 30px;
    padding: 8px 16px;
    border: 1px solid white;
    color: var(--color-letra3);
    font-size: var(--tamaño-letra7);
}
.menu_otros .contacto{
  background-color: var(--color8);
  color: var(--color-letra4);
}
.menu .contacto{
    background-color: var(--color8);
    color: var(--color-letra4);
}
.menu_otros{
  font-family: 'Lexend', sans-serif;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
.menu_otros ul{
  margin-top: 2%;
  margin-right: 7%;
}
.menu_otros li{
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid white;
  color: var(--color-letra3);
  font-size: var(--tamaño-letra7);
}
.menu_otros a{
  text-decoration: none;
  color: var(--color-letra3);
  font-size: var(--tamaño-letra7);
}
.color_menu_mv{
  background-color: var(--color6);
}
.menu a{
  text-decoration: none;
  color: var(--color-letra3);
  font-size: var(--tamaño-letra7);

}

/* FIN barra navegación */

/* INICIO NUESTROS PRODUCTOS */
.nuestros_productos{
    width: 100%;
}
#hr{
    width: 6%;
    margin-top: -40px;
    margin-bottom: 50px;
    color: var(--color-letra1);
    height: 1px;
    background-color: var(--color-letra1);
}
.nuestros_productos h1{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.nuestro_parrafo{
    width: 95%;
    margin-left: 50px;
    color: var(--color-letra2);
    font-size: var(--tamaño-letra3);

}
/* .container_cards *, *:after, *:before {
    box-sizing: border-box;
  } */
  
 .container_cards h2, h4, p, ul, li {
    margin: 0;
    padding: 0;
  }
  .front h2{
    color: var(--color-letra1);
    font-size: var(--tamaño-letra3);
  }
  .front p{
    /* color: var(--color-letra2); */
    font-size: var(--tamaño-letra5);
    margin-top: 20px;
  }
  .back h2{
    font-size: var(--tamaño-letra3);
    text-align: center;
  }
  
  .container_cards ul, li {
    text-decoration: none;
    list-style: disc outside;
  }
  
  .container_cards ul {
    padding-left: 20px;
  }
  
.container_cards{
    /* background-color: #dadce2;
    background-image: linear-gradient(140deg, white, #dadce2); */
    margin: 0;
    width: 100%;
    /* min-height: 450px; */
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/imagenes/bg\ element.png);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: contain;
  }
  
  .cardContainer {
    position: relative;
    width: 300px;
    height: 400px;
    min-width: 300px;
    min-height: 400px;
    margin: 4px;
    perspective: 1000px;
  }
  
  .container_cards .active {
    transform: translateZ(0px) rotateY(180deg) !important;
  }
  .container_cards .active:after {
    display: none;
  }
  
  .container_cards .card {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -moz-backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: white;
    border-radius: 20px;
  }
  .container_cards .card:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
  }
  .container_cards .card:hover {
    transform: translateZ(0px);
  }
  .container_cards .card:hover:after {
    opacity: 1;
  }
  .container_cards .card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* border: 1px solid var(--color1); */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);

  }
  .container_cards .card .front {
    z-index: 2;
  }
  .container_cards .card .back {
    transform: rotateY(180deg);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
  }
  .container_cards .card .info {
    padding: 16px;
  }
  
  .container_cards .front .img {
    /* background-color: #dadce2; */
    background-position: center;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 250px;
  }
  .container_cards .front .img1 {
    background-image: url(../img/guantes/foto_guantes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -40px;

  }
  .container_cards .front .img2 {
    background-image: url(../img/Pechera_sin_manga/Pechera_sin_mangas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  .container_cards .front .img3 {
    background-image: url(../img/medias_antiembolicas/Medias.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 38px 0px;
    background-size: 84%;
  }
  .container_cards .front .img4 {
    background-image: url(../img/Pechera_con_manga_ojal/Pechera_con_mangas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  
  .container_cards .back {
    position: relative;
  }
  .container_cards .back h2 {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .container_cards .lista_back{
    display: flex;
    align-items: center;
    
  }
  .container_cards .lista_back li{
    list-style: none;
    font-size: 14px;
    margin-top: 10px;
  }
  .container_cards .lista_back img{
    width: 30px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .descarga_cards{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .descarga_cards p{
    margin-top: 25px;
    width: 185px;
    color: var(--color-letra5);
  }
  .descarga_cards img{
    margin-top: 25px;
    width: 25px;
  }
  .descarga_cards a{
    text-decoration: none;
  }
  .descarga_cards #descarga1:hover{
    zoom: 1.1;
  }

  /* FIN NUESTROS PRODUCTOS */
/* INICIO SOBRE DUMEDPRO */
/* .sobre_dumedpro{

} */
.sobre_dumedpro h1{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.container_sobre{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 100px;
}
.container_sobre img{
    margin-left: 20px;
    border-radius: 10px;
    display: block;
    width: 80%;
    margin: 0px auto;
}
.quienes_somos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.quienes_somos h4{
    font-size: var(--tamaño-letra4);
    margin-top: 10px;

}
.quienes_somos p{
    color: var(--color-letra2);
    font-size: var(--tamaño-letra5);
    margin-top: 40px;
    /* letter-spacing: 1px; */
    width: 93%;
    line-height: 25px;
}
.quienes_somos #hr_quienes{
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--color-letra1);
}
.quienes_somos button{
    width: 210px;
    height: 55px;
    border-radius: 55px;
    border: 2px solid var(--color-letra3);
    color: var(--color-letra3);
    background-color: #FFFFFF;
    margin-top: 80px;
}
.quienes_somos button:hover{
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: var(--color2);
    color: var(--color3);
}

/* FIN SOBRE DUMEDPRO */

/* FOOTER */

footer{
    /* background: linear-gradient(183deg, #67C3F3 -8.57%, #5A98F2 82.96%); */
    background-color: #2E7EBA;
    width: 100%;
    height: auto;
}
.container_footer{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 6fr 3fr;
    align-items: end;
    background-image: url(../img/imagenes/element.png);
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 90%;
    background-size: 80px;
}
.footer1{
    display: flex;
    /* width: 800px; */
    flex-direction: column;
    /* align-items: center; */
}
.footer1 img{
    width: 270px;
    height: 59px;
    margin-left: 15%;
    display: block;
    margin-top: 5%;
    margin-bottom: 6%;
}
.footer1 p{
    display: inline-block;
    color: var(--color3);
    font-size: var(--tamaño-letra6);
    margin-left: 18%;
    margin-bottom: 4%;
}
.footer2{
    margin-left: 30%;
    margin-bottom: 4%;
    
}
.footer2 h4{
    font-size: var(--tamaño-letra4);
    color: var(--color3);
    margin-bottom: 20px;
}
.footer2 p{
    display: block;
    font-size: var(--tamaño-letra5);
    color: var(--color3);
    margin-bottom: 10px;
}
.footer2 p:last-child{
    margin-bottom: 0px;
}
.footer2 a{
  text-decoration: none;
  color: var(--color3);
}
.footer3{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* height: 100px; */
}
.footer3 p{
  color: var(--color3);
  font-size: var(--tamaño-letra4);
  margin-bottom: 40px;
}
.footer3 i{
  width: 40px;
  margin-right: 20px;
  color: var(--color3);
}
.vitunetaDS{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-row: 2;
    grid-column: 1/4;
}
.vitunetaDS img{
    width: 40px;
}
.vitunetaDS p{
    font-size: var(--tamaño-letra7);
    color: var(--color3);
}

/* MISION Y VISION */

.mision_vision{
  width: 100%;
  height: auto;
}
.container_mv{
  width: 822px;
  height: 400px;
  display: block;
  background-repeat: no-repeat;
  margin: 50px auto;
  background-size: cover;
  opacity: 70%;
  background-position: 50%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.container_mv img{
  height: 400px;
  border-radius: 8px;
}
.container_mv_text{
  width: 680px;
  height: 222px;
  background-color: var(--color3);
  border-radius: 16px;
  margin: 0 auto;
  box-shadow: 0px 9px 32px rgba(89, 92, 219, 10%);
  margin-top: -12%;
  position: relative;
  z-index: 2;
  opacity: 100%;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.container_mv_text h4{
  font-size: var(--tamaño-letra4);
}
.container_mv_text p{
  font-size: var(--tamaño-letra6);
  margin-top: 30px;
}
.mv_foto1{
  background-image: url(../img/imagenes/mision.jpg);
}
.mv_foto2{
  background-image: url(../img/imagenes/Nuestra\ vision.png);
}
.mv_foto3{
  background-image: url(../img/imagenes/orientacion\ cliente.jpg);
}
.mv_foto4{
  background-image: url(../img/imagenes/etica.jpg);
}
.mision_vision h2{
  font-size: var(--tamaño-letra2);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

/* TERMINOS Y CONDICIONES */
.terminos_condiciones{
  width: 98%;
}
.terminos_condiciones h2{
  font-size: var(--tamaño-letra2);
  text-align: center;
}
.terminos_condiciones h3{
  font-size: var(--tamaño-letra3);
}
.terminos_condiciones h4{
  font-size: var(--tamaño-letra5);
}
.terminos_condiciones .terminos_texto{
  margin-left: 4%;
  margin-top: 100px;
}
.terminos_condiciones .terminos_texto li{
  margin-left: 4%;
  text-decoration: underline;
}
.terminos_condiciones div:last-child{
  text-align: center;
}
.terminos_condiciones img{
  height: 80px;
  margin-top: 140px;
}
.certificaciones{
  margin-bottom: 40px;
}
.certificaciones_mobile {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  visibility: hidden;
}
/* .margin2{
  margin-top: 100px;
} */

/* CONTACTANOS */
#contactanos{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
  height: 100%;
  /* margin-bottom: 200px; */
}
.contactanos{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.general_con_ventas{
  background-image: url(../img/manchas/Vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 100%;

}
.con_ventas{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-left: 14%;
  margin-top: 70px;
}
.mancha{
  width: 100%;
  height: 68px;
  background-image: url("../img/imagenes/element.png");
  background-position: 90%;
  background-repeat: no-repeat;
}
.con_ventas h3{
  font-size: var(--tamaño-letra3);
}
.con_ventas p{
  margin-top: 15px;
}
.con_ventas i{
  margin-right: 15px;
}
.con_ventas i:last-child{
  margin-bottom: 20px;
}
.contenedor_general_otras{
  display: grid;
  width: 100%;
  height: 100vh;
  grid-template-rows: 1fr 4fr 1fr 2fr

}
/* FORMULARIO */
.container_contacto{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.formulario{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 432px;
  height: 480px;
}
.formulario input{
  margin: 8px 0px;
  border: none;
  border-bottom: 1px solid #B4B7B5;
}
.formulario textarea{
  width: 430px;
  height: 198px;
  border-radius: 10px;
  border: 1px solid #B4B7B5;
}
.formulario label{
  margin-bottom: 10px;
}
.btn_form{
  width: 432px;
  height: 50px;
  display: inline-block;
  text-align: end;
  margin-top: 20px;
}
.btn_form button{
  margin-left: 10px;
  width: 100px;
  height: 40px;
  background-color: var(--color-letra3);
  border-radius: 10px;
  border: none;
  color: var(--color3);
}
.btn_form button:hover{
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#loading_oculto{
  position: absolute;
  top: 50%;
  left:50%;
  visibility: hidden;
}
#loading_oculto img{
  width: 80px;
}

/* PAGINA GRACIAS */
#gracias h1{
  margin: 0px;
  padding: 50px;
  color: var(--color-letra1);
  font-size: var(--tamaño-letra1);
}
#gracias{
  width: 100%;
  height: 100vh;
  text-align: center;
  background-image: url(../img/guantes/10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: 0px -300px ; */
}
#gracias h2{
  color: var(--color-letra3);
  font-size: var(--tamaño-letra2);
  margin-top: -1%;
}
#gracias h3{
  color: var(--color-letra2);
  font-size: var(--tamaño-letra3);
  margin-top: 5%;
}
/* BOTON FLOTANTE DE WHATAPPS */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #FFF;
  background-color:#1ab152;
    
    animation: shake 1s;

 
  animation-iteration-count: infinite;
}

.my-float{
	margin-top:16px;
}
#catalogo{
  margin-left: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#catalogo a{
  display: inline-block;
  text-decoration: none;
  list-style: none;
  color: var(--color1);
  font-size: var(--tamaño-letra4);
}


/* Responsive */

/* Responsive Mobile */
@media (max-width: 576px){
  /* whatapps flotante */
  .float{
    visibility: hidden;
  }
/* MISION y VISION */
  #nav_mision {
    grid-template-columns: 1fr;
  }
  .logo_otros {
    flex-wrap: wrap;
    width: 100%;
    }
  .logo_otros img{
    margin-right: 0px;
    }
  .menu_otros ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    align-items: center;
  }
  .container_mv{
    width: 95%;
  }
  .container_mv_text{
    width: 95%;
    margin-top: -25%;
  }
  .container_mv_text p {
    margin-top: 10px;
  }
  .container_footer{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4,0.5fr);
    grid-template-areas: 
    "fm_logo"
    "fm_2"
    "fm_3"
    "fm_4";
  }
  #fm_logo{
    grid-area: fm_logo;
  }
  #fm_2{
    grid-area: fm_2;
  }
  #fm_3{
    grid-area: fm_3;
  }
  #fm_4{
    grid-area: fm_4;
  }
  .footer1{
    width: 100%;
  }
  .menu_otros ul {
    margin-top: 0px;
    margin-right: 0px;
    width: 98%;
  }
  .menu_otros ul a{
    display: block;
    text-align: center;
    margin: 0;
  }
  .menu_otros li {
    margin-left: 0px;
    /* padding: 8px 26px; */
    text-align: center;
  }
  #mm{
    width: 140px;
    height: 35px;
    background-color: var(--color6);
    line-height: 35px;
    box-shadow: 0px 1px 2px var(--color4);
  }
  .menu_otros .contacto{
    width: 140px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0px 1px 2px var(--color4);
  }
  .footer1 img {
    width: 230px;
    height: auto;
    margin: 60px auto;
    margin-bottom: 30px;
  }
  .footer1 p{
    width: 98%;
    /* margin-left: 2%; */
    margin-bottom: 5px;
  }
  #p1{
    width: 90%;
    margin-left: -30px;
  }
  #p2{
    width: 90%;
    margin-left: -30px;
  }
  .footer2 h4{
    visibility: hidden;
  }
  .footer3{
    align-items: center;
  }
  .footer3 p{
    margin-bottom: 25px;
    /* margin-left: 1%; */
    margin-top: 20px;
  }
  .footer3 i{
    width: 30px;
    margin: 3px;
    padding: 10px;
    font-size: 30px;
  }
  .vitunetaDS {
    margin-top: 60px;
  }
  /* CONTACTO */
  #contactanos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2,1fr);
    height: auto;
  }
  .formulario{
    width: 400px;
    height: auto;
    /* margin-left: 10%; */
  }
  .formulario textarea{
    width: 330px;
    height: auto;
    border-radius: 10px;
    border: 1px solid #B4B7B5;
    margin-left: 20px;
  }
  .formulario input{
    margin-left: 20px;
    border: none;
    border-bottom: 1px solid #B4B7B5;
  }
  .formulario label{
    margin-left: 20px;
  }
  .btn_form{
    width: 350px;
    height: 50px;
    display: inline-block;
    text-align: end;
    margin-top: 20px;
  }
  .con_ventas{

    margin-left: 30%;
  }
  .mancha{
    display: none;
  }
/* TERMINOS Y CONDICIONES */
  .terminos_condiciones h2{
    margin-top: 60px;
    margin-bottom: -50px;
  }
  .certificaciones{
    visibility: hidden;
    display: none;
  }
  .certificaciones img{
    /* width: 360px;
    margin-top: 50px; */
    visibility: hidden;
    display: none;
  }
  .certificaciones_mobile {
    visibility: visible;
    margin: 30px;
  }

  /* PAGINA PRINCIPAL */
  .container_general{
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 100vh 11.5fr 1fr 5fr 3fr;
    width: 100%;
  }
  #nav_principal{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0.5fr 0.8fr;
    width: 100%;
    grid-template-areas: 
    "logo"
    "menu"
    "div_texto";
  }
  .menu{
    background-image: none;
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* font-family: 'Lexend', sans-serif; */
    display: flex;
    width: 100%;
    height: 180px;
    justify-content: center;
    grid-area: menu;
    grid-row: 2;
    grid-column: 1;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    align-items: center;
    text-align: center;
  }
  .menu .contacto{
    width: 140px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0px 1px 2px var(--color4);
  }
  .logo{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: none;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    grid-area: logo;
    grid-row: 1;
    grid-column: 1;
    display: block;
  }
  .logo img{
    margin: 20px auto;
  }
  #div_texto{
    width: 100%;
    height: 360px;
    grid-area: div_texto;
    grid-row: 3;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: -180px; */
    margin-top: 0px;
    background-image: none;
  }
  #div_texto h1{
    font-size: var(--tamaño-letra2);
    margin: 0px;
  }
  #div_texto h3{
    font-size: var(--tamaño-letra3);
    margin: 20px;
  }
  #div_texto button{
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .container_sobre {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
  .quienes_somos {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container_cards{
    flex-wrap: wrap;
  }
  .nuestro_parrafo{
    margin-left: 0px;
    /* text-align: center; */
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .quienes_somos p {
    /* letter-spacing: 1px; */
    width: 90%;
    line-height: 25px;
    margin: 10px auto;
  }
  .sobre_dumedpro h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }
  .sobre_dumedpro{
    width: 100%;
  }
  .nuestros_productos h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  /* GRACIAS */
  #gracias h1{
    margin: 0px;
    padding: 28px;
  }
  #gracias h2{
    margin-top: 0px;
  }
  #gracias h3{
    margin-top: 75%;
  }
  #catalogo{
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    width: 100%;
  }
  #catalogo a{
    font-size: var(--tamaño-letra5);
  }

}