@charset "UTF-8";

@media screen and (max-width: 700px) {
  .menu-normal {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .menu-responsive {
    display: none !important;
  }
  
}

@media screen and (max-width: 425px){
	.text-descripcion-paso{
		font-size: 18px !important;
	}
	.text-descripcion-paso-dos{
		font-size: 14px !important;
	}
}

@media screen and (min-width: 1000px){
	.centrado-404 {
	    padding: 98px 0 !important;
	}
}

.contenido {
    max-width: 1024px;
    margin: 0 auto !important;
}

/* Estilos para la pagina de error 404 */

.not-found {
    margin: 5em auto 0em !important;
    padding: 7em 3em 7em !important;
    background:#fff !important;
    border-radius: !important;
    width: 55% !important;
}

.notfound-top h1 {
    font-size: 9.5em !important;
    color: #0f4c42 !important;
    padding-top: 0.2em !important;
    text-align: center !important;
}

.content404 {  
  padding: 7em 3em 7em !important;
  float: right;
  width:100%;
  padding-left: 3em;
  border-left: 2px solid  #0f4c42;
}

.menu-normal{
	
}

.padding-contenido-general{
	padding: 4% 10px;
}

.text-descripcion-paso{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 700 !important;
	color: #FFFFFF !important;
}

.text-descripcion-paso-dos{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 700 !important;
	color: #FFFFFF !important;
}

.text-resultados-escaneo{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 600 !important;
	color: #7C7C7C !important;
	font-size: 14px !important;
}

.text-resultados-escaneo2{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 600 !important;
	color: #1A1A1A !important;
	font-size: 17px !important;
}

.text-resultados-escaneo3{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-weight: 700 !important;
	color: #9f2241 !important;
	font-size: 22px !important;
}